summaryrefslogtreecommitdiff
path: root/src/northbridge/amd/Makefile.inc
diff options
context:
space:
mode:
authorFrank Vibrans <frank.vibrans@amd.com>2011-02-14 18:35:15 +0000
committerMarc Jones <marc.jones@amd.com>2011-02-14 18:35:15 +0000
commit39fca80b0015600f95131717a867ab3baaa2b7ad (patch)
treea3f7f6c9af84c449cd7b4959a37c5d35a2ae16dd /src/northbridge/amd/Makefile.inc
parent2b4c831b4d16b55a7abdea20bce82cccd168232c (diff)
downloadcoreboot-39fca80b0015600f95131717a867ab3baaa2b7ad.tar.xz
This code provides cpu northbridge 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@6345 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge/amd/Makefile.inc')
-rw-r--r--src/northbridge/amd/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/northbridge/amd/Makefile.inc b/src/northbridge/amd/Makefile.inc
index 10d22c1e19..ba7027c8f3 100644
--- a/src/northbridge/amd/Makefile.inc
+++ b/src/northbridge/amd/Makefile.inc
@@ -4,3 +4,5 @@ subdirs-$(CONFIG_NORTHBRIDGE_AMD_GX1) += gx1
subdirs-$(CONFIG_NORTHBRIDGE_AMD_GX2) += gx2
subdirs-$(CONFIG_NORTHBRIDGE_AMD_LX) += lx
+subdirs-$(CONFIG_AMD_AGESA) += agesa_wrapper
+subdirs-$(CONFIG_AMD_AGESA) += ../../vendorcode/amd/agesa