I am trying to run OpenBSD bootloader (bootriscv64.efi) on Milk-V Duo 64MB.
Due to OS/bootloader limitation, it need 256MB memory and I just ordered 256MB board but I found duo-buildroot-sdk's U-boot does not support EFI as default.
It is not difficult to set EFI_LOADER=y but other stuff (some scripts like boot_efi_binary) are completely disabled.
I am trying to run OpenBSD bootloader (bootriscv64.efi) on Milk-V Duo 64MB. Due to OS/bootloader limitation, it need 256MB memory and I just ordered 256MB board but I found duo-buildroot-sdk's U-boot does not support EFI as default.
It is not difficult to set EFI_LOADER=y but other stuff (some scripts like
boot_efi_binary
) are completely disabled.Is there any reason to disable EFI function?