Date: Mon, 18 May 2020 19:34:47 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 246552] aarch64 ACPI detection fails on some platforms Message-ID: <bug-246552-227@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246552 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: bugs@FreeBSD.org Reporter: greg@unrelenting.technology On some machines, the ACPI check (`has_acpi =3D (acpi_find_table(ACPI_SIG_S= PCR) !=3D 0)` in sys/arm64/arm64/machdep.c) seems to fail =E2=80=94 the kernel r= efuses to use ACPI even with kern.cfg.order=3Dacpi, and hardcoding `has_acpi =3D true` he= lps. 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. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-246552-227>