diff options
Diffstat (limited to 'src/vendorcode/amd/agesa/f15')
-rw-r--r-- | src/vendorcode/amd/agesa/f15/AGESA.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |