aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/amd/pi
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2017-10-02 15:42:04 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2017-10-02 23:40:38 +0000
commitf824784a20a23c64bae6c53d4744fbd8a7cb5c22 (patch)
treec7764a10421ab154dd2c1d6bcf8766ed4ae907ad /src/cpu/amd/pi
parent4dd2269f57bb5ee2d25bde65ad781d487b7a6e57 (diff)
binaryPI: Fix boot regressions
Fix boot regression after commit d4955f0 AGESA: Move API interface under drivers/ Boards were left without cache-as-ram setup code and appeared completely dead. Change-Id: I53a58b817310e91566db3fd660a2c41556f3df5f Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/21840 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Piotr Król <piotr.krol@3mdeb.com>
Diffstat (limited to 'src/cpu/amd/pi')
-rw-r--r--src/cpu/amd/pi/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/amd/pi/Makefile.inc b/src/cpu/amd/pi/Makefile.inc
index c6d4532dc4..d25215beef 100644
--- a/src/cpu/amd/pi/Makefile.inc
+++ b/src/cpu/amd/pi/Makefile.inc
@@ -18,6 +18,7 @@ subdirs-$(CONFIG_CPU_AMD_PI_00730F01) += 00730F01
subdirs-$(CONFIG_CPU_AMD_PI_00660F01) += 00660F01
ifeq ($(CONFIG_BINARYPI_LEGACY_WRAPPER), y)
+cpu_incs-y += $(src)/drivers/amd/agesa/cache_as_ram.S
romstage-y += romstage.c
ramstage-y += amd_late_init.c
endif