AGESA: Sync ACPI table definitions
Change-Id: I09b094b3f129ac3e32608bcbe56f4b3f90c8946b Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/20762 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
b08d73b845
commit
6cb4ee31ed
|
@ -3009,6 +3009,8 @@ typedef struct {
|
|||
OUT VOID *AcpiWheaCmc; ///< WHEA CMC Table
|
||||
OUT VOID *AcpiAlib; ///< ACPI SSDT table with ALIB implementation
|
||||
OUT VOID *AcpiIvrs; ///< IOMMU ACPI IVRS(I/O Virtualization Reporting Structure) table
|
||||
OUT VOID *AcpiCrat; ///< Component Resource Affinity Table table
|
||||
OUT VOID *AcpiCdit; ///< Component Locality Distance Information table
|
||||
} AMD_LATE_PARAMS;
|
||||
|
||||
AGESA_STATUS
|
||||
|
|
|
@ -2777,6 +2777,9 @@ typedef struct {
|
|||
OUT VOID *AcpiWheaMce; ///< WHEA MCE Table
|
||||
OUT VOID *AcpiWheaCmc; ///< WHEA CMC Table
|
||||
OUT VOID *AcpiAlib; ///< ACPI SSDT table with ALIB implementation
|
||||
OUT VOID *AcpiIvrs; ///< IOMMU ACPI IVRS(I/O Virtualization Reporting Structure) table
|
||||
OUT VOID *AcpiCrat; ///< Component Resource Affinity Table table
|
||||
OUT VOID *AcpiCdit; ///< Component Locality Distance Information table
|
||||
} AMD_LATE_PARAMS;
|
||||
|
||||
AGESA_STATUS
|
||||
|
|
|
@ -3291,6 +3291,8 @@ typedef struct {
|
|||
OUT VOID *AcpiWheaCmc; ///< WHEA CMC Table
|
||||
OUT VOID *AcpiAlib; ///< ACPI SSDT table with ALIB implementation
|
||||
OUT VOID *AcpiIvrs; ///< IOMMU ACPI IVRS(I/O Virtualization Reporting Structure) table
|
||||
OUT VOID *AcpiCrat; ///< Component Resource Affinity Table table
|
||||
OUT VOID *AcpiCdit; ///< Component Locality Distance Information table
|
||||
} AMD_LATE_PARAMS;
|
||||
|
||||
AGESA_STATUS
|
||||
|
|
Loading…
Reference in New Issue