acpi: Fix typos
Change-Id: Ie986c1cbbc9bcc7817dfeb04a4be86898b302987 Signed-off-by: Naresh Solanki <naresh.solanki@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/78114 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <inforichland@gmail.com> Reviewed-by: Martin L Roth <gaumless@gmail.com>
This commit is contained in:
parent
397c15026e
commit
75f0b607fa
|
@ -12,7 +12,7 @@ static int acpi_create_madt_one_gicc_v3(acpi_madt_gicc_t *gicc, u32 acpi_uid, u3
|
|||
gicc->cpu_interface_number = 0; /* V3, no compat mode */
|
||||
gicc->acpi_processor_uid = acpi_uid;
|
||||
gicc->flags.enabled = 1;
|
||||
gicc->parking_protocol_persion = 0; /* Assume PSCI exclusively */
|
||||
gicc->parking_protocol_version = 0; /* Assume PSCI exclusively */
|
||||
gicc->performance_interrupt_gsiv = pi_gsiv;
|
||||
gicc->parked_address = 0;
|
||||
gicc->physical_base_address = 0; /* V3, no compat mode */
|
||||
|
|
|
@ -1428,7 +1428,7 @@ _Static_assert(sizeof(acpi_spcr_t) == 88, "acpi_spcr_t must have an 88 byte size
|
|||
/* GTDT - Generic Timer Description Table (ACPI 5.1) Version 2 */
|
||||
typedef struct acpi_table_gtdt {
|
||||
acpi_header_t header; /* Common ACPI table header */
|
||||
u64 counter_block_addresss;
|
||||
u64 counter_block_address;
|
||||
u32 reserved;
|
||||
u32 secure_el1_interrupt;
|
||||
u32 secure_el1_flags;
|
||||
|
|
Loading…
Reference in New Issue