Changes between Version 1 and Version 2 of Ticket #17190, comment 6
- Timestamp:
- Aug 14, 2021, 9:33:58 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17190, comment 6
v1 v2 12 12 * Doesn't provide bios services. We get a dtb and our bootloader needs individual drivers packed into it for various uart / serial / framebuffer / video devices until our kernel loads. 13 13 14 There's a lot of reasons to put focus on the EFI bootloader on non-x86 platforms and to abandon the native u- haiku_loader.14 There's a lot of reasons to put focus on the EFI bootloader on non-x86 platforms and to abandon the native u-boot haiku_loader. 15 15 16 16 Geist brought up that older ARM SoC's may have forked u-boot trees pre-EFI support as a counter point, however i'm not sure we should waste time trying to support arm boards which never bothered to upstream their u-boot support. (Raspberry Pi, Beagle Bone, LibreComputer, Orange Pi, Tinker Board, all have upstream u-boot support for context and can start our EFI bootloader)