SolidRun / cn913x_build

7 stars 11 forks source link

u-boot is too old and does not fully support UEFI booting #5

Open ausil opened 1 year ago

ausil commented 1 year ago

The provided u-boot dates from a time when UEFI support was being implemented. There is currently not enough support in the old version of u-boot to boot a system using the generic distro boot functionality. I would like to request that u-boot be moved to the current mainline version

ainguraXmarquiegui commented 1 year ago

I have managed to successfully compile and use a pretty new u-boot version based on 2023.04 on my Clearfog base system.

You may be able to re-use some of my work. I am pulling from this code base:

https://source.denx.de/u-boot/custodians/u-boot-marvell.git

Commit id: 6add83991b2887619d0b25e4068b4c0082a4596a

And I am applying the attached patch. This patch has a mix of required modifications to support clearfog base systems, and some of the customizations I need it to work on my platform.

2023.04-0001-rbxos-customizations.patch.zip