summaryrefslogtreecommitdiff
path: root/src/cpu/amd/Makefile.inc
diff options
context:
space:
mode:
authorFrank Vibrans <frank.vibrans@amd.com>2011-02-14 18:42:12 +0000
committerMarc Jones <marc.jones@amd.com>2011-02-14 18:42:12 +0000
commit420faca0d0152a70e9855b78e028efe5bd3e3448 (patch)
treecd05b1bdaaa7c7c961bb3544892c43ecb70a5b93 /src/cpu/amd/Makefile.inc
parent63e62b03a8385663bebff3bdee88327bb57b27fd (diff)
downloadcoreboot-420faca0d0152a70e9855b78e028efe5bd3e3448.tar.xz
Add AMD cpu wrapper code. Patch 4 of 8.
This code provides cpu early initialization for Family 14h cpus. It is dependent on the AMD Agesa code. Signed-off-by: Frank Vibrans <frank.vibrans@amd.com> Acked-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Acked-by: Marc Jones <marcj303@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6347 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/amd/Makefile.inc')
-rw-r--r--src/cpu/amd/Makefile.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cpu/amd/Makefile.inc b/src/cpu/amd/Makefile.inc
index 8b5c6d16b6..1734da4b8e 100644
--- a/src/cpu/amd/Makefile.inc
+++ b/src/cpu/amd/Makefile.inc
@@ -12,3 +12,6 @@ subdirs-$(CONFIG_CPU_AMD_GX2) += model_gx2
subdirs-$(CONFIG_CPU_AMD_LX) += model_lx
subdirs-$(CONFIG_CPU_AMD_SC520) += sc520
subdirs-$(CONFIG_CPU_AMD_SOCKET_S1G1) += socket_S1G1
+
+subdirs-$(CONFIG_AMD_AGESA) += agesa_wrapper
+subdirs-$(CONFIG_AMD_AGESA) += ../../vendorcode/amd/agesa