On Sat, 27 Jul 2024 at 01:20, Patrick Rudolph <[email protected]> wrote: > > The FADT structure found in U-Boot represents FADT revision 6 and the > GICC and GICD structures defined in U-Boot are based on ACPI revision > 6.3. > > Bump the table revision to fix FWTS failures seen on aarch64. > > Signed-off-by: Patrick Rudolph <[email protected]> > Cc: Simon Glass <[email protected]> > Cc: Bin Meng <[email protected]> > --- > arch/x86/cpu/tangier/acpi.c | 2 -- > include/acpi/acpi_table.h | 3 ++- > lib/acpi/acpi_table.c | 7 ++++--- > 3 files changed, 6 insertions(+), 6 deletions(-) >
Reviewed-by: Simon Glass <[email protected]>

