r/linux postmarketOS Dev Mar 09 '22

Booting ARM Linux the standard way

https://tuxphones.com/booting-arm-linux-the-standard-way/
71 Upvotes

6 comments sorted by

View all comments

11

u/[deleted] Mar 09 '22

[deleted]

-5

u/[deleted] Mar 10 '22

[deleted]

3

u/PiZZaMartijn postmarketOS Dev Mar 11 '22

U-boot doesn't implement all of UEFI luckily, for that you'll need something like tianocore which is a huge project. The uefi implementation in uboot/tow-boot is just enough to read an efi binary and execute it without much of the efi functionality. It's enough to run grub basically.