From 90a54b087419faf15bef27f5dbd57e79de667f99 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Sun, 24 May 2015 09:06:03 +0300 Subject: AGESA: Move S3 related SPI writes again MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is more agesawrapper-related code than CPU. Change-Id: I3058ef965a83aed1972e02f0f566f81d5dbd7adf Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/10295 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Edward O'Callaghan --- src/northbridge/amd/agesa/Makefile.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/northbridge/amd/agesa/Makefile.inc') diff --git a/src/northbridge/amd/agesa/Makefile.inc b/src/northbridge/amd/agesa/Makefile.inc index 05c3c1a705..284b6e2b04 100644 --- a/src/northbridge/amd/agesa/Makefile.inc +++ b/src/northbridge/amd/agesa/Makefile.inc @@ -30,4 +30,7 @@ subdirs-$(CONFIG_NORTHBRIDGE_AMD_AGESA_FAMILY16_KB) += family16kb romstage-y += def_callouts.c agesawrapper.c eventlog.c ramstage-y += def_callouts.c agesawrapper.c eventlog.c +romstage-y += oem_s3.c +ramstage-y += oem_s3.c + endif -- cgit v1.2.3