beagleboard / linux

The official Read Only BeagleBoard and BeagleBone kernel repository https://git.beagleboard.org/beagleboard/linux
http://beagleboard.org/source
Other
715 stars 566 forks source link

Enable EFI so that standard UEFI boot loaders can be used. #235

Closed kacf closed 4 years ago

kacf commented 4 years ago

On ARM it is usually U-Boot that acts as a UEFI provider, and both U-Boot and GRUB can act as UEFI apps. However, for them to load the kernel, the kernel must have EFI enabled.

Although this may not be used by Beagleboard itself, it is used by downstream projects, such as Mender, to provide standardized boot and rollback methods.

Signed-off-by: Kristian Amlie kristian.amlie@northern.tech

kacf commented 4 years ago

I'm not sure what the policy is with regards to versions. Do I just cherry-pick and submit to all the active ones?

kacf commented 4 years ago

Thanks!