Skip to content
  • Rick Chen's avatar
    efi_loader: Enable RISC-V support · 6836adbe
    Rick Chen authored
    
    
    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: default avatarAlexander Graf <agraf@suse.de>
    6836adbe