From 6cb4ee31edf0e89f8a4fa01322e90d56194091b4 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Tue, 25 Jul 2017 12:07:59 +0300 Subject: AGESA: Sync ACPI table definitions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I09b094b3f129ac3e32608bcbe56f4b3f90c8946b Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/20762 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/vendorcode/amd/agesa/f12/AGESA.h | 2 ++ src/vendorcode/amd/agesa/f14/AGESA.h | 3 +++ src/vendorcode/amd/agesa/f15/AGESA.h | 2 ++ 3 files changed, 7 insertions(+) (limited to 'src') diff --git a/src/vendorcode/amd/agesa/f12/AGESA.h b/src/vendorcode/amd/agesa/f12/AGESA.h index feb839721a..d720364374 100644 --- a/src/vendorcode/amd/agesa/f12/AGESA.h +++ b/src/vendorcode/amd/agesa/f12/AGESA.h @@ -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 diff --git a/src/vendorcode/amd/agesa/f14/AGESA.h b/src/vendorcode/amd/agesa/f14/AGESA.h index 2dc234bf0d..a2283d14f3 100644 --- a/src/vendorcode/amd/agesa/f14/AGESA.h +++ b/src/vendorcode/amd/agesa/f14/AGESA.h @@ -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 diff --git a/src/vendorcode/amd/agesa/f15/AGESA.h b/src/vendorcode/amd/agesa/f15/AGESA.h index 1a0c1f63b7..fba3149346 100644 --- a/src/vendorcode/amd/agesa/f15/AGESA.h +++ b/src/vendorcode/amd/agesa/f15/AGESA.h @@ -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 -- cgit v1.2.3