From 88ebbeb7e2a914330c869147bacb190b4270532f Mon Sep 17 00:00:00 2001 From: Rudolf Marek Date: Mon, 27 May 2013 16:06:43 +0200 Subject: 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 Signed-off-by: Paul Menzel Reviewed-on: http://review.coreboot.org/3314 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- src/northbridge/amd/agesa/family15tn/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/northbridge/amd/agesa/family15tn/Makefile.inc') 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 -- cgit v1.2.3