diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/soc/intel/alderlake/Makefile.inc | 2 | ||||
-rw-r--r-- | src/soc/intel/common/block/cse/Kconfig | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/soc/intel/alderlake/Makefile.inc b/src/soc/intel/alderlake/Makefile.inc index a11352f5c5..3ab4d9dcbb 100644 --- a/src/soc/intel/alderlake/Makefile.inc +++ b/src/soc/intel/alderlake/Makefile.inc @@ -65,7 +65,7 @@ $(eval $(call cse_add_dummy_to_bp1_bp2,SBDT)) $(eval $(call cse_add_decomp_to_bp1_bp2,RBEP)) $(eval $(call cse_add_dummy_to_bp1_bp2,UFSP)) $(eval $(call cse_add_dummy_to_bp1_bp2,UFSG)) -$(eval $(call cse_add_dummy_to_bp1_bp2,OEMP)) +$(eval $(call cse_add_input_to_bp1_bp2,OEMP)) $(eval $(call cse_add_input_to_bp1_bp2,PMCP)) $(eval $(call cse_add_decomp,bp1,MFTP)) $(eval $(call cse_add_decomp,bp2,FTPR)) diff --git a/src/soc/intel/common/block/cse/Kconfig b/src/soc/intel/common/block/cse/Kconfig index 420b511a3b..055927be22 100644 --- a/src/soc/intel/common/block/cse/Kconfig +++ b/src/soc/intel/common/block/cse/Kconfig @@ -180,4 +180,8 @@ config CSE_BPDT_VERSION help This config indicates the BPDT version used by CSE for a given SoC. +config CSE_OEMP_FILE + string "Name of OEM KM file" + default "oem_km.bin" + endif |