[PATCH v3 11/30] acpi: acpi_table: Add IORT support

Simon Glass sjg at chromium.org
Thu Sep 12 02:58:18 CEST 2024


Hi Patrick,

On Wed, 11 Sept 2024 at 00:25, Patrick Rudolph
<patrick.rudolph at 9elements.com> wrote:
>
> The SoC can implement acpi_fill_iort to update the IORT table.
> Add a helper function to fill out the NAMED_COMPONENT node.
>
> TEST=Run FWTS V24.03.00 on RPi4 and round no problems.
>
> Signed-off-by: Patrick Rudolph <patrick.rudolph at 9elements.com>
> Cc: Simon Glass <sjg at chromium.org>
> ---
>  include/acpi/acpi_table.h | 213 ++++++++++++++++++++++++++++++++++++++
>  lib/acpi/acpi_table.c     | 213 ++++++++++++++++++++++++++++++++++++++
>  2 files changed, 426 insertions(+)
>

IMO the 'const' on scalar params just clutters the code, but I suppose it is OK.

Reviewed-by: Simon Glass <sjg at chromium.org>

Regards,
Simon


More information about the U-Boot mailing list