
12 Sep
2024
12 Sep
'24
2:58 a.m.
Hi Patrick,
On Wed, 11 Sept 2024 at 00:25, Patrick Rudolph patrick.rudolph@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@9elements.com Cc: Simon Glass sjg@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@chromium.org
Regards, Simon