commit | 9677a37b8ff5424e37e3fd91eb570b0cde1d2667 | [log] [tgz] |
---|---|---|
author | Rick Chen <rick@andestech.com> | Mon May 28 19:06:37 2018 +0800 |
committer | Andes <uboot@andestech.com> | Tue May 29 14:43:12 2018 +0800 |
tree | bd91c1e2b9d9b4624f0f232d4f659c6da97bfcec | |
parent | 438b9be7eecf48c47cd9bea003d7a4880f601362 [diff] |
efi_loader: Enable RISC-V support We have almost all pieces needed to support RISC-V UEFI binaries in place already. The only missing piece are ELF relocations for runtime code and data. This patch adds respective support in the linker script and the runtime relocation code. It also allows users to enable the EFI_LOADER configuration switch on RISC-V platforms. Signed-off-by: Alexander Graf <agraf@suse.de>