riscv64/boot: Add same u-boot potential that arm has, drop L_DYNAMIC
* Tianocore is still in an early state for RISCV64 with a lot of work needed around qemu support. * u-boot however is working, and can load EFI binaries... so follow the arm model for now. (EFI via u-boot, or EFI via EFI Bios) Change-Id: I3dfde25db17b114aedce6faefc58d7556e17a46a Reviewed-on: https://review.haiku-os.org/c/haiku/+/3176 Reviewed-by: Alex von Gluck IV <[email protected]> Reviewed-by: Adrien Destugues <[email protected]>
This commit is contained in:
committed by
Alex von Gluck IV
parent
fc1ace1563
commit
b24dbf95d0
@@ -132,7 +132,7 @@ for platform in [ MultiBootSubDirSetup ] {
|
||||
on $(platform) {
|
||||
# SD/mmc image targets
|
||||
if $(TARGET_BOOT_PLATFORM) = efi {
|
||||
if $(TARGET_ARCH) = arm || $(TARGET_ARCH) = arm64 {
|
||||
if $(TARGET_ARCH) = arm || $(TARGET_ARCH) = arm64 || $(TARGET_ARCH) = riscv64 {
|
||||
# These EFI platforms need u-boot to get them going
|
||||
BuildSDImage $(HAIKU_MMC_NAME) : $(HAIKU_IMAGE)
|
||||
haiku_loader.$(TARGET_BOOT_PLATFORM)
|
||||
|
||||
Reference in New Issue
Block a user