Attention is currently required from: Tarun Tuli, SRIDHAR SIRICILLA, Kangheui Won, Dinesh Gehlot, Kapil Porwal.
Hello build bot (Jenkins), Tarun Tuli, SRIDHAR SIRICILLA, Kangheui Won, Dinesh Gehlot, Kapil Porwal,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/74382
to look at the new patch set (#2).
Change subject: soc/intel/cmn/cse: Move API to get FW partition info into cse_lite.c ......................................................................
soc/intel/cmn/cse: Move API to get FW partition info into cse_lite.c
The patch moves API that gets the CSE FW partition information into CSE Lite specific file aka cse_lite.c because the consumer of this API is the cse_lite specific ChromeOS devices hence, it's meaningful to move the cse lite specific implementation inside cse_lite.c file.
BUG=b:273661726 TEST=Able to build and boot google/marasov with this code change.
Signed-off-by: Subrata Banik subratabanik@google.com Change-Id: I49ffaec467f6fb24327de3b2882e37bf31eeb7cf --- M src/soc/intel/common/block/cse/cse.c M src/soc/intel/common/block/cse/cse_lite.c 2 files changed, 75 insertions(+), 57 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/82/74382/2