From d87d8eaca112018aa20753d9676fd5256f835653 Mon Sep 17 00:00:00 2001 From: Lee Leahy Date: Thu, 21 Jul 2016 14:14:02 -0700 Subject: soc/intel/quark: Make ramstage relocatable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Relocate ramstage into CBMEM. TEST=Build and run on Galileo Gen2 Change-Id: I38861f2af4b7b976c7ebb7226d81242f950981e3 Signed-off-by: Lee Leahy Reviewed-on: https://review.coreboot.org/15994 Reviewed-by: Jonathan Neuschäfer Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki --- src/soc/intel/quark/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc') diff --git a/src/soc/intel/quark/Kconfig b/src/soc/intel/quark/Kconfig index b9060d5129..244cc30681 100644 --- a/src/soc/intel/quark/Kconfig +++ b/src/soc/intel/quark/Kconfig @@ -30,6 +30,7 @@ config CPU_SPECIFIC_OPTIONS select C_ENVIRONMENT_BOOTBLOCK select HAVE_HARD_RESET select REG_SCRIPT + select RELOCATABLE_RAMSTAGE select SOC_INTEL_COMMON select SOC_INTEL_COMMON_RESET select SOC_SETS_MSRS -- cgit v1.2.3