From: Evan Lloyd evan.lloyd@arm.com
This commit modifies the name of a structure that is entirely internal to Platforms/ARM/Juno/AcpiTables/Gtdt.aslc The name EFI_ACPI_5_1_GENERIC_TIMER_DESCRIPTION_TABLES is changed to GENERIC_TIMER_DESCRIPTION_TABLE.
The name EFI_ACPI_5_1_GENERIC_TIMER_DESCRIPTION_TABLES was misleading in that it appears to be from the standard headers, and caused a bug where the very similar EFI_ACPI_5_1_GENERIC_TIMER_DESCRIPTION_TABLE was accidentally used instead.
This is only a source name change with no functional modification.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Evan Lloyd evan.lloyd@arm.com --- Platforms/ARM/Juno/AcpiTables/Gtdt.aslc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Platforms/ARM/Juno/AcpiTables/Gtdt.aslc b/Platforms/ARM/Juno/AcpiTables/Gtdt.aslc index 3995059114b27586ddacc60c6a9c1346e5051c57..5e2daf9abb8344ff121dace4fa827838b10ac287 100644 --- a/Platforms/ARM/Juno/AcpiTables/Gtdt.aslc +++ b/Platforms/ARM/Juno/AcpiTables/Gtdt.aslc @@ -64,15 +64,15 @@ #if (JUNO_WATCHDOG_COUNT != 0) EFI_ACPI_5_1_GTDT_SBSA_GENERIC_WATCHDOG_STRUCTURE Watchdogs[JUNO_WATCHDOG_COUNT]; #endif - } EFI_ACPI_5_1_GENERIC_TIMER_DESCRIPTION_TABLES; + } GENERIC_TIMER_DESCRIPTION_TABLE;
#pragma pack ()
- EFI_ACPI_5_1_GENERIC_TIMER_DESCRIPTION_TABLES Gtdt = { + GENERIC_TIMER_DESCRIPTION_TABLE Gtdt = { { ARM_ACPI_HEADER( EFI_ACPI_5_1_GENERIC_TIMER_DESCRIPTION_TABLE_SIGNATURE, - EFI_ACPI_5_1_GENERIC_TIMER_DESCRIPTION_TABLES, + GENERIC_TIMER_DESCRIPTION_TABLE, EFI_ACPI_5_1_GENERIC_TIMER_DESCRIPTION_TABLE_REVISION ), SYSTEM_TIMER_BASE_ADDRESS, // UINT64 PhysicalAddress