From 79091db72ba23703feaa997977ddd55233e474e9 Mon Sep 17 00:00:00 2001 From: Andrey Petrov Date: Tue, 17 May 2016 00:03:27 -0700 Subject: soc/intel/apollolake: Relocate FSP-M during insertion in CBFS Since FSP-M is run in CAR (as opposed to XIP), its default link address may need to be changed. Since cbfstool can relocate FSP blobs, take advantage of that feature. Change-Id: I4353fe09d785c090843ce25ff4e654d45c64c381 Signed-off-by: Andrey Petrov Reviewed-on: https://review.coreboot.org/14866 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/soc/intel/apollolake/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/soc/intel/apollolake/Kconfig') diff --git a/src/soc/intel/apollolake/Kconfig b/src/soc/intel/apollolake/Kconfig index 5d936ae8b3..b893885ce0 100644 --- a/src/soc/intel/apollolake/Kconfig +++ b/src/soc/intel/apollolake/Kconfig @@ -124,4 +124,10 @@ config CACHE_MRC_SETTINGS bool default y +config FSP_M_ADDR + hex + default 0xfef60000 + help + The address FSP-M will be relocated to during build time + endif -- cgit v1.2.3