On Sat, 27 Jul 2024 at 01:20, Patrick Rudolph <patrick.rudo...@9elements.com> 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 <patrick.rudo...@9elements.com> > Cc: Simon Glass <s...@chromium.org> > Cc: Bin Meng <bmeng...@gmail.com> > --- > 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 <s...@chromium.org>