aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2017-07-25 12:07:59 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2017-08-02 04:39:20 +0000
commit6cb4ee31edf0e89f8a4fa01322e90d56194091b4 (patch)
tree86f167abb26a0527bcab833b546c8ea5cbe0f3b5 /src
parentb08d73b8456c85ded8e27f37023aba27a0933031 (diff)
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>
Diffstat (limited to 'src')
-rw-r--r--src/vendorcode/amd/agesa/f12/AGESA.h2
-rw-r--r--src/vendorcode/amd/agesa/f14/AGESA.h3
-rw-r--r--src/vendorcode/amd/agesa/f15/AGESA.h2
3 files changed, 7 insertions, 0 deletions
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