aboutsummaryrefslogtreecommitdiffstats
path: root/include/efi_riscv.h
Commit message (Collapse)AuthorAgeFilesLines
* efi_loader: Enable RISCV_EFI_BOOT_PROTOCOL supportSunil V L2022-01-291-0/+24
This adds support for new RISCV_EFI_BOOT_PROTOCOL to communicate the boot hart ID to bootloader/kernel on RISC-V UEFI platforms. The specification of the protocol is hosted at: https://github.com/riscv-non-isa/riscv-uefi Signed-off-by: Sunil V L <sunilvl@ventanamicro.com> Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>