History log of /u-boot/arch/riscv/lib/reloc_riscv_efi.c
Revision Date Author Comments
# b71bb87a 28-Jun-2018 Ivan Gorinov <ivan.gorinov@intel.com>

riscv: Remove unused _relocate arguments

EFI image handle and system table are not used in _relocate().

Signed-off-by: Ivan Gorinov <ivan.gorinov@intel.com>


# 7215787c 29-May-2018 Rick Chen <rick@andestech.com>

SPDX: Convert single license tags to Linux Kernel style

Fix license tags problem after apply patchs about
riscv: Enable efi_loader support.

Signed-off-by: Rick Chen <rick@andestech.com>
Signed-off-by: Rick Chen <rickchen36@gmail.com>
Cc: Greentime Hu <green.hu@gmail.com>


# 493d1e88 22-Apr-2018 Alexander Graf <agraf@suse.de>

riscv: Add EFI application infrastructure

The hello world binary and a few selftests require to build EFI target
binaries, not just the EFI host environment.

This patch adds all required files to generate an EFI binary for
RISC-V.

Signed-off-by: Alexander Graf <agraf@suse.de>