Dinesh Gehlot has uploaded a new patch set (#2). ( https://review.coreboot.org/c/coreboot/+/72958 )
Change subject: soc/intel/skl: Rename ME header with spec version and place it to common ......................................................................
soc/intel/skl: Rename ME header with spec version and place it to common
Skylake based SoCs uses Intel's Management Engine (ME), version 11. This patch renames the ME header file to 'me_11.h' and moves the renamed header to common code.
Including the ME specification in common code will help current and future SoC platforms to select the correct version based on the applicable configuration. It might be also beneficial if two different SoC platforms would like to use the same ME specification and not necessarily share the same SoC directory.
BUG=b:260309647
Signed-off-by: Dinesh Gehlot digehlot@google.com Change-Id: I30b2e9497e9904cb9f9c2adc86c4d7f62ad0d376 --- M src/soc/intel/common/block/cse/Kconfig M src/soc/intel/common/block/include/intelblocks/me.h R src/soc/intel/common/block/include/intelblocks/me_11.h M src/soc/intel/skylake/Kconfig M src/soc/intel/skylake/me.c 5 files changed, 33 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/58/72958/2