https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246552

            Bug ID: 246552
           Summary: aarch64 ACPI detection fails on some platforms
           Product: Base System
           Version: CURRENT
          Hardware: arm64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: b...@freebsd.org
          Reporter: greg@unrelenting.technology

On some machines, the ACPI check (`has_acpi = (acpi_find_table(ACPI_SIG_SPCR)
!= 0)` in sys/arm64/arm64/machdep.c) seems to fail — the kernel refuses to use
ACPI even with kern.cfg.order=acpi, and hardcoding `has_acpi = true` helps.

Confirmed on two devices now:

- Raspberry Pi 4 https://github.com/pftf/RPi4 (by me)
- SolidRun HoneyComb LX2K / CEX7 module (NXP Layerscape LX2160A)
https://github.com/SolidRun/edk2-platforms (by Dan Kotowski on freebsd-arm@)

They *do* have the SPCR table of course.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to