include/acpi/acpi_apei.h: Update APEI structs for better readability
Signed-off-by: Maximilian Brune <maximilian.brune@9elements.com> Change-Id: I380c793700b3b42373df556c17718e4fd2b147d5 Reviewed-on: https://review.coreboot.org/c/coreboot/+/90475 Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
parent
679ea61d4d
commit
847d91b82e
2 changed files with 10 additions and 10 deletions
|
|
@ -63,7 +63,7 @@ typedef struct acpi_hest_esd {
|
|||
typedef struct acpi_hest_hen {
|
||||
u8 type;
|
||||
u8 length;
|
||||
u16 conf_we; /* Configuration Write Enable */
|
||||
u16 conf_write_enable;
|
||||
u32 poll_interval;
|
||||
u32 vector;
|
||||
u32 sw2poll_threshold_val;
|
||||
|
|
@ -240,13 +240,13 @@ typedef struct acpi_einj_trigger_table {
|
|||
} __packed acpi_einj_trigger_table_t;
|
||||
|
||||
typedef struct set_error_type {
|
||||
u32 errtype;
|
||||
u32 vendorerrortype;
|
||||
u32 err_type;
|
||||
u32 vendor_error_type;
|
||||
u32 flags;
|
||||
u32 apicid;
|
||||
u64 memaddr;
|
||||
u64 memrange;
|
||||
u32 pciesbdf;
|
||||
u32 apic_id;
|
||||
u64 mem_addr;
|
||||
u64 mem_range;
|
||||
u32 pcie_sbdf;
|
||||
} __packed set_error_type_t;
|
||||
|
||||
#define EINJ_PARAM_NUM 6
|
||||
|
|
@ -259,7 +259,7 @@ typedef struct acpi_einj_smi {
|
|||
u64 cmd_sts;
|
||||
u64 einj_addr;
|
||||
u64 einj_addr_msk;
|
||||
set_error_type_t setaddrtable;
|
||||
set_error_type_t set_addr_table;
|
||||
u64 reserved[50];
|
||||
} __packed acpi_einj_smi_t;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue