Hi Patrick, On Wed, 11 Sept 2024 at 00:25, Patrick Rudolph <patrick.rudo...@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.rudo...@9elements.com> > Cc: Simon Glass <s...@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 <s...@chromium.org> Regards, Simon