Hi Patrick, On Wed, 11 Sept 2024 at 00:25, Patrick Rudolph <[email protected]> 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 <[email protected]> > Cc: Simon Glass <[email protected]> > --- > 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 <[email protected]> Regards, Simon

