mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
acpi: acpi_table: Bump revisions
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.rudolph@9elements.com> Reviewed-by: Simon Glass <sjg@chromium.org> Cc: Simon Glass <sjg@chromium.org> Cc: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
committed by
Tom Rini
parent
763bad3e1c
commit
4b882f63d4
@@ -290,7 +290,8 @@ struct __packed acpi_fadt {
|
||||
#define ACPI_MADT_REV_ACPI_3_0 2
|
||||
#define ACPI_MADT_REV_ACPI_4_0 3
|
||||
#define ACPI_MADT_REV_ACPI_5_0 3
|
||||
#define ACPI_MADT_REV_ACPI_6_0 5
|
||||
#define ACPI_MADT_REV_ACPI_6_2 4
|
||||
#define ACPI_MADT_REV_ACPI_6_3 5
|
||||
|
||||
#define ACPI_MCFG_REV_ACPI_3_0 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user