]> git.dujemihanovic.xyz Git - u-boot.git/commit
acpi: acpi_table: Add IORT support
authorPatrick Rudolph <patrick.rudolph@9elements.com>
Wed, 23 Oct 2024 13:19:54 +0000 (15:19 +0200)
committerTom Rini <trini@konsulko.com>
Sun, 27 Oct 2024 23:24:13 +0000 (17:24 -0600)
commitbf5d37662da52f3844fdfb245b135272da7774d5
tree2b87c4d0323ceb59bc7c858da5a2d913848445e0
parent7f91bcac1eef8119a68a4e3a559f85728df1bbdc
acpi: acpi_table: Add IORT support

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>
Reviewed-by: Simon Glass <sjg@chromium.org>
Cc: Simon Glass <sjg@chromium.org>
include/acpi/acpi_table.h
lib/acpi/acpi_table.c