From 9789689e41c9f560e1f0f8796485d3a68f7c2cb4 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Mon, 4 Jan 2021 12:22:57 +0100 Subject: arch/x86/car.ld: Account for FSP-T reserved area Tested - on ocp/deltalake: boots (with FSP-T). - qemu/i440fx: BUILD_TIMELESS=1 results in the same binary. Change-Id: I7e364ab039b65766eb95538db6b3507bbfbfb487 Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/c/coreboot/+/49084 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/drivers/intel/fsp2_0/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/drivers/intel/fsp2_0/Kconfig') diff --git a/src/drivers/intel/fsp2_0/Kconfig b/src/drivers/intel/fsp2_0/Kconfig index 96ae282522..056c35cb79 100644 --- a/src/drivers/intel/fsp2_0/Kconfig +++ b/src/drivers/intel/fsp2_0/Kconfig @@ -117,6 +117,15 @@ config FSP_CAR help Use FSP APIs to initialize & Tear Down the Cache-As-Ram +config FSP_T_RESERVED_SIZE + hex + default 0x100 if FSP_CAR + default 0x0 + help + This is the size of the area reserved by FSP-T. This is not + defined in the FSP specification but in the SOC integration + guides. + config FSP_M_XIP bool default n -- cgit v1.2.3