On Wed, 11 Sept 2024 at 00:25, Patrick Rudolph <[email protected]> wrote: > > 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 <[email protected]> > Cc: Simon Glass <[email protected]> > --- > include/acpi/acpigen.h | 12 ++++++++++++ > lib/acpi/acpigen.c | 11 +++++++++++ > 2 files changed, 23 insertions(+) >
Reviewed-by: Simon Glass <[email protected]>

