• LeFantome@programming.dev
    link
    fedilink
    arrow-up
    3
    ·
    2 days 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.