Hacker News new | ask | show | jobs
by hulitu 276 days ago
> There's nothing inherently not-open about ARM,

UEFI ?

1 comments

UEFI doesn't help with hardware discovery. ACPI does. Commonly with non-PC systems the hardware addresses are hard-coded and they need to be known by the OS somehow. Device trees are that and there are nonofficial ways of exposing them as a UEFI driver but it is nowhere as official as ACPI on PC systems.