• R
    efi_loader: Enable RISC-V support · 6836adbe
    Rick Chen 提交于
    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: NAlexander Graf <agraf@suse.de>
    6836adbe
Kconfig 47.7 KB