Attention is currently required from: Ravindra N. Hello Ravindra N,
I'd like you to do a code review. Please visit
https://review.coreboot.org/c/coreboot/+/59895
to review the following change.
Change subject: soc/intel/cse: config to enable oem key manifest ......................................................................
soc/intel/cse: config to enable oem key manifest
BUG:b:207820413 TEST: Boot to kernal and check for the ipu authentication is successful localhost ~ # dmesg | grep -i ipu [ 9.206568] intel-ipu6 intel-ipu: IPU in secure mode [ 9.218917] intel-ipu6 intel-ipu: IPC reset done [ 9.226160] intel-ipu6 intel-ipu: cpd file name: intel/ipu6ep_fw.bin [ 9.265134] intel-ipu6 intel-ipu: FW version: 20201224 [ 9.298977] intel-ipu6 intel-ipu: Sending BOOT_LOAD to CSE [ 9.314555] intel-ipu6 intel-ipu: Sending AUTHENTICATE_RUN to CSE [ 9.390078] intel-ipu6 intel-ipu: CSE authenticate_run done [ 9.396530] intel-ipu6 intel-ipu: IPU driver version 1.0
Cq-Depend: 3291463: config.baseboard.brya: config to support oem key manifest | https://chromium-review.googlesource.com/c/chromiumos/overlays/chromiumos-ov... Signed-off-by: Ravindra N ravindra@intel.corp-partner.google.com Change-Id: I3620adb2898efc002104e0ba8b2afd219c31f230 --- M src/soc/intel/alderlake/Makefile.inc M src/soc/intel/common/block/cse/Kconfig 2 files changed, 5 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/95/59895/1
diff --git a/src/soc/intel/alderlake/Makefile.inc b/src/soc/intel/alderlake/Makefile.inc index a11352f..3ab4d9d 100644 --- a/src/soc/intel/alderlake/Makefile.inc +++ b/src/soc/intel/alderlake/Makefile.inc @@ -65,7 +65,7 @@ $(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 420b511..dfb0c01 100644 --- a/src/soc/intel/common/block/cse/Kconfig +++ b/src/soc/intel/common/block/cse/Kconfig @@ -180,4 +180,8 @@ help This config indicates the BPDT version used by CSE for a given SoC.
+config CSE_OEMP_FILE + string "Name OEM KM file" + default "oem_km.bin" + endif