zephyr/lib/acpi
Johan Hedberg a0203d1b20 acpi: Fix trying to register a system memory handler
ACPICA itself already registers its own handler (which works perfectly
fine for our purposes). Furthermore, ACPICA will always fail trying to
register another handler, unless the previous one is explicitly cleared
(which is something the Zephyr code didn't do).

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2023-10-31 09:01:50 +01:00
..
acpi.c acpi: Fix trying to register a system memory handler 2023-10-31 09:01:50 +01:00
acpi_shell.c lib: acpi: add support for MAD table and DMAR table 2023-09-07 09:42:38 +02:00
CMakeLists.txt lib: acpi: added acpi support using acpica lib 2023-06-30 17:53:01 +03:00
Kconfig lib: acpi: add support for MAD table and DMAR table 2023-09-07 09:42:38 +02:00