summaryrefslogtreecommitdiff
path: root/src/cpu/amd/Kconfig
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/Kconfig
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/Kconfig')
-rw-r--r--src/cpu/amd/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cpu/amd/Kconfig b/src/cpu/amd/Kconfig
index b60e729bc5..8af95b334f 100644
--- a/src/cpu/amd/Kconfig
+++ b/src/cpu/amd/Kconfig
@@ -20,3 +20,5 @@ source src/cpu/amd/model_gx2/Kconfig
source src/cpu/amd/model_lx/Kconfig
source src/cpu/amd/sc520/Kconfig
+
+source src/cpu/amd/agesa_wrapper/Kconfig