CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/03/26 16:26:04
Modified files:
sys/arch/riscv64/stand/efiboot: Makefile conf.c efiboot.c
efiboot.h
Added files:
sys/arch/riscv64/stand/efiboot: efiriscv.c
Log message:
Implement support for the RISC-V UEFI Boot Protocol. This provides us
the boot hart ID for firmware that doesn't provide it through the device
tree such as the EDK2-based firmware for the Sophgo SG2042 SoC.
ok patrick@, miod@
