Y
Hacker News
new
|
ask
|
show
|
jobs
by
Arnavion
389 days ago
publicmail was asking about ACPI vs DT, not UEFI. Using UEFI and ACPI/DT are orthogonal; DT-using devices can also boot from UEFI if the firmware provides it. See
https://github.com/TravMurav/dtbloader
for example.
1 comments
thebeardisred
389 days ago
This is explicitly what we're doing in RHEL with the P550.
We use u-boot and it's EFI capabilities to init grub (instead of another instance of u-boot)
link
ChocolateGod
389 days ago
Why not use systemd-boot?
link
We use u-boot and it's EFI capabilities to init grub (instead of another instance of u-boot)