Commit 7488c8d5 authored by Bob Moore's avatar Bob Moore Committed by Len Brown

ACPICA: Fixes for various ACPI data tables

Eliminate extraneous "zero length subtable" messages.
Fix subtable output for ERST, MCFG, EINJ tables.
Implement all subtables for HEST.
Signed-off-by: default avatarBob Moore <robert.moore@intel.com>
Signed-off-by: default avatarLin Ming <ming.m.lin@intel.com>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent 50df4d8b
......@@ -173,6 +173,14 @@ extern struct acpi_dmtable_info acpi_dm_table_info_fadt2[];
extern struct acpi_dmtable_info acpi_dm_table_info_gas[];
extern struct acpi_dmtable_info acpi_dm_table_info_header[];
extern struct acpi_dmtable_info acpi_dm_table_info_hest[];
extern struct acpi_dmtable_info acpi_dm_table_info_hest0[];
extern struct acpi_dmtable_info acpi_dm_table_info_hest1[];
extern struct acpi_dmtable_info acpi_dm_table_info_hest3[];
extern struct acpi_dmtable_info acpi_dm_table_info_hest4[];
extern struct acpi_dmtable_info acpi_dm_table_info_hest5[];
extern struct acpi_dmtable_info acpi_dm_table_info_hest6[];
extern struct acpi_dmtable_info acpi_dm_table_info_hest7[];
extern struct acpi_dmtable_info acpi_dm_table_info_hest8[];
extern struct acpi_dmtable_info acpi_dm_table_info_hest9[];
extern struct acpi_dmtable_info acpi_dm_table_info_hest_notify[];
extern struct acpi_dmtable_info acpi_dm_table_info_hpet[];
......
......@@ -627,7 +627,7 @@ struct acpi_hest_aer_common {
u32 uncorrectable_error_mask;
u32 uncorrectable_error_severity;
u32 correctable_error_mask;
u32 advanced_error_cababilities;
u32 advanced_error_capabilities;
};
/* Hardware Error Notification */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment