]> git.dujemihanovic.xyz Git - u-boot.git/commit
acpi: Add processor device
authorPatrick Rudolph <patrick.rudolph@9elements.com>
Wed, 23 Oct 2024 13:19:58 +0000 (15:19 +0200)
committerTom Rini <trini@konsulko.com>
Sun, 27 Oct 2024 23:24:13 +0000 (17:24 -0600)
commit4ac655cd1a9108e0381e254afdeeffb607075096
tree9e240cdb4204e42f4123bbbb032cfcf74cf60fc9
parentf570ab636145faa14c2f9639acd50c5017b63adb
acpi: Add processor device

Add a new method to write the processor device identified by _HID
ACPI0007, that is preferred over the Processor OpCode since ACPI 6.0.

Fixes booting arm using ACPI only since the Processor OpCode isn't
found valid by the Linux kernel.

Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Cc: Simon Glass <sjg@chromium.org>
include/acpi/acpigen.h
lib/acpi/acpigen.c