[PATCH v3 15/30] acpi: Add processor device
Simon Glass
sjg at chromium.org
Thu Sep 12 02:58:21 CEST 2024
On Wed, 11 Sept 2024 at 00:25, Patrick Rudolph
<patrick.rudolph at 9elements.com> 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 <patrick.rudolph at 9elements.com>
> Cc: Simon Glass <sjg at chromium.org>
> ---
> include/acpi/acpigen.h | 12 ++++++++++++
> lib/acpi/acpigen.c | 11 +++++++++++
> 2 files changed, 23 insertions(+)
>
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list