From 7609c654b18b232bd0b45621ebd3921d14db8a39 Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Fri, 19 May 2017 14:50:09 +0530 Subject: soc/intel/common/block: Add Intel common systemagent support Add Intel common systemagent support for romstage and ramstage. Include soc specific macros need to compile systemagent common code. Change-Id: I969ff187e3d4199864cb2e9c9a13f4d04158e27c Signed-off-by: V Sowmya Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/19668 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/soc/intel/common/block/systemagent/Kconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/soc/intel/common/block/systemagent/Kconfig') diff --git a/src/soc/intel/common/block/systemagent/Kconfig b/src/soc/intel/common/block/systemagent/Kconfig index 773a56b831..01a4f8e201 100644 --- a/src/soc/intel/common/block/systemagent/Kconfig +++ b/src/soc/intel/common/block/systemagent/Kconfig @@ -24,3 +24,15 @@ config PCIEX_LENGTH_128MB config PCIEX_LENGTH_64MB bool "64MB" + +config SA_ENABLE_IMR + bool + default n + help + This option allows you to add the isolated memory ranges (IMRs). + +config SA_ENABLE_DPR + bool + default n + help + This option allows you to add the DMA Protected Range (DPR). -- cgit v1.2.3