From 6cb4ee31edf0e89f8a4fa01322e90d56194091b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= 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 ++ 1 file changed, 2 insertions(+) (limited to 'src/vendorcode/amd/agesa/f12') 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 -- cgit v1.2.3