summaryrefslogtreecommitdiff
path: root/src/northbridge/amd/pi/agesawrapper.h
diff options
context:
space:
mode:
authorBruce Griffith <Bruce.Griffith@se-eng.com>2014-10-22 03:33:49 -0600
committerDave Frodin <dave.frodin@se-eng.com>2015-03-10 16:43:23 +0100
commit006364eeddf763cddc5f63e738dadc52355bbe9a (patch)
tree0e3f1aee2d498fc78711ecff11a8ff0a666e6d79 /src/northbridge/amd/pi/agesawrapper.h
parent1a7da5c3ee4e2492dd021cefdcc72ab17c85f164 (diff)
downloadcoreboot-006364eeddf763cddc5f63e738dadc52355bbe9a.tar.xz
AMD Bald Eagle: Add northbridge files for new AMD processor
Also fix a typo in a config option for SteppeEagle. Change-Id: Iad51cc917217aa0eac751dc805c304652d20e066 Signed-off-by: Bruce Griffith <Bruce.Griffith@se-eng.com> Signed-off-by: Dave Frodin <dave.frodin@se-eng.com> Reviewed-on: http://review.coreboot.org/7247 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones <marc.jones@se-eng.com>
Diffstat (limited to 'src/northbridge/amd/pi/agesawrapper.h')
-rw-r--r--src/northbridge/amd/pi/agesawrapper.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/northbridge/amd/pi/agesawrapper.h b/src/northbridge/amd/pi/agesawrapper.h
index eefde35746..848434cc90 100644
--- a/src/northbridge/amd/pi/agesawrapper.h
+++ b/src/northbridge/amd/pi/agesawrapper.h
@@ -33,6 +33,7 @@ enum {
PICK_WHEA_CMC, /* WHEA CMV table */
PICK_ALIB, /* SACPI SSDT table with ALIB implementation */
PICK_IVRS, /* IOMMU ACPI IVRS(I/O Virtualization Reporting Structure) table */
+ PICK_CRAT,
};
AGESA_STATUS agesawrapper_amdinitreset(void);
@@ -54,5 +55,6 @@ AGESA_STATUS agesawrapper_fchs3earlyrestore(void);
AGESA_STATUS agesawrapper_fchs3laterestore(void);
VOID OemCustomizeInitEarly (IN OUT AMD_EARLY_PARAMS *InitEarly);
+VOID amd_initcpuio(void);
#endif /* _AGESAWRAPPER_H_ */