Attention is currently required from: Kangheui Won. Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/52205
to look at the new patch set (#2).
Change subject: chromeec: introduce SSFC_OPTIONAL_IN_FW_CONFIG ......................................................................
chromeec: introduce SSFC_OPTIONAL_IN_FW_CONFIG
When EC_GOOGLE_CHROMEEC_INCLUDE_SSFC_IN_FW_CONFIG is enabled and SSFC is not set, all fw_config is invalidated. But for some platform this may not be necessary, we can treat missing SSFC as zero and use other 32 bits of firmware config.
Add Kconfig option 'EC_GOOGLE_CHROMEEC_SSFC_OPTIONAL_IN_FW_CONFIG' to make this possible.
BUG=b:184809649 TEST=build BRANCH=zork
Signed-off-by: Kangheui Won khwon@chromium.org Change-Id: I21c7b0d449a694d28ad7b3f14b035e3a5830030a --- M 3rdparty/chromeec M 3rdparty/vboot M src/ec/google/chromeec/Kconfig M src/ec/google/chromeec/ec.c 4 files changed, 12 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/05/52205/2