aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/amd/agesa/family15tn/Makefile.inc
diff options
context:
space:
mode:
authorRudolf Marek <r.marek@assembler.cz>2013-05-27 16:06:43 +0200
committerRonald G. Minnich <rminnich@gmail.com>2013-06-24 00:52:50 +0200
commit88ebbeb7e2a914330c869147bacb190b4270532f (patch)
treea103bcdc268657fdd803ac22e6b40e1e13b82399 /src/northbridge/amd/agesa/family15tn/Makefile.inc
parent81d3d7d00173eafff0ef134bdf1ee5e632f3868a (diff)
AMD Fam15tn: Add IOMMU BAR allocation to northbridge
For IOMMU we need to allocate a 512 KB BAR in a non-standard location. Use the standard allocator for that and limit the BAR to 32-bits to be compatible with older systems. Change-Id: I44414ce6b264b7f1c086a9b1c7ea275a0830205e Signed-off-by: Rudolf Marek <r.marek@assembler.cz> Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-on: http://review.coreboot.org/3314 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/northbridge/amd/agesa/family15tn/Makefile.inc')
-rw-r--r--src/northbridge/amd/agesa/family15tn/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/northbridge/amd/agesa/family15tn/Makefile.inc b/src/northbridge/amd/agesa/family15tn/Makefile.inc
index b609ee6c95..afec3c05b5 100644
--- a/src/northbridge/amd/agesa/family15tn/Makefile.inc
+++ b/src/northbridge/amd/agesa/family15tn/Makefile.inc
@@ -20,6 +20,7 @@
romstage-y += fam15tn_callouts.c
romstage-y += dimmSpd.c
+ramstage-y += iommu.c
ramstage-y += northbridge.c
ramstage-y += fam15tn_callouts.c
ramstage-y += dimmSpd.c