Y
Hacker News
new
|
ask
|
show
|
jobs
by
beeflet
390 days ago
I think windows ARM laptops use UEFI?
3 comments
Arnavion
390 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.
link
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
ChocolateGod
390 days ago
They do, Windows Phone even use UEFI (not sure was completely compliant) back in the day.
link
pantalaimon
389 days ago
looks like they still require a custom device tree to boot Linux
link