aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/amd/pi/00730F01/Makefile.inc
diff options
context:
space:
mode:
authorDave Frodin <dave.frodin@se-eng.com>2015-03-13 09:29:20 -0600
committerDave Frodin <dave.frodin@se-eng.com>2015-03-16 21:45:49 +0100
commit4b45dd325370b8f3ea11ab103230e131f470e78b (patch)
treec80aab5e07c936f7e14f7be2cb7ddfe900f81d9a /src/cpu/amd/pi/00730F01/Makefile.inc
parent8e3da749ed912834ddf9b78bff956a2b7d269945 (diff)
cpu/amd/pi: Add amd_initcpuio() and amd_initmmio()
This makes the change to the cpu/amd/pi/00730F01 that was made for the cpu/amd/agesa based boards in: commit 48518f0d AGESA: Add amd_initcpuio() and amd_initmmio() These are not wrappers for AGESA as they do not enter vendorcode at all. We expect most of the added fixme.c file to be written without use of AMDLIB.h and parts relocated as northbridge enable_resources(). The equivalent change has already been made for cpu/amd/pi/00630F01. Change-Id: I591b50ee807436f5a1dee14d2c88a77462024744 Signed-off-by: Dave Frodin <dave.frodin@se-eng.com> Reviewed-on: http://review.coreboot.org/8670 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones <marc.jones@se-eng.com>
Diffstat (limited to 'src/cpu/amd/pi/00730F01/Makefile.inc')
-rw-r--r--src/cpu/amd/pi/00730F01/Makefile.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cpu/amd/pi/00730F01/Makefile.inc b/src/cpu/amd/pi/00730F01/Makefile.inc
index fba21854e7..833b0fc90a 100644
--- a/src/cpu/amd/pi/00730F01/Makefile.inc
+++ b/src/cpu/amd/pi/00730F01/Makefile.inc
@@ -17,6 +17,9 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
+romstage-y += fixme.c
+
+ramstage-y += fixme.c
ramstage-y += chip_name.c
ramstage-y += model_16_init.c