milkv-duo / duo-buildroot-sdk

Milk-V Duo Official buildroot SDK
411 stars 174 forks source link

support U-boot EFI function? #89

Open jg1uaa opened 7 months ago

jg1uaa commented 7 months ago

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?