this post was submitted on 09 Oct 2025
33 points (92.3% liked)

Linux

11132 readers
736 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] LeFantome@programming.dev 3 points 3 months ago* (last edited 3 months ago)

I hope those things will come but no need to hold off if the performance is there. UEFI, ACPI, etc. are really about the boot process. For SBC class hardware, having a device tree in the kernel works fine. Even Apple Silicon Macs use device trees (no ACPI).

On Apple Silicon, there is a project to add ACPi in software (firmware) so that they can boot operating systems that expect ACPi (like Windows). You do not need it for Linux.

Of course, dynamic device discovery and power management would be nice. Bit it is not a deal-breaker for me.