From 9027e1ba2f23eb6b418f60f133da1730b7d989d3 Mon Sep 17 00:00:00 2001 From: Pratik Prajapati Date: Wed, 23 Aug 2017 17:37:43 -0700 Subject: soc/intel/cannonlake: Init UPD params based on config Initialize UPD params based upon config Change-Id: Ib2ee58f8432a957ef389b40f717533e4cfe774b9 Signed-off-by: Pratik Prajapati Reviewed-on: https://review.coreboot.org/21175 Reviewed-by: Aaron Durbin Tested-by: build bot (Jenkins) --- src/soc/intel/cannonlake/Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/soc/intel/cannonlake/Kconfig') diff --git a/src/soc/intel/cannonlake/Kconfig b/src/soc/intel/cannonlake/Kconfig index e5789e4e16..65b581eed0 100644 --- a/src/soc/intel/cannonlake/Kconfig +++ b/src/soc/intel/cannonlake/Kconfig @@ -85,6 +85,14 @@ config DCACHE_BSP_STACK_SIZE The amount of anticipated stack usage in CAR by bootblock and other stages. +config IED_REGION_SIZE + hex + default 0x400000 + +config SMM_TSEG_SIZE + hex + default 0x800000 + config PCR_BASE_ADDRESS hex default 0xfd000000 -- cgit v1.2.3