diff options
author | Karthikeyan Ramasubramanian <kramasub@google.com> | 2021-02-25 00:29:14 -0700 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-02-27 09:38:02 +0000 |
commit | 867288490a74c576e255057abb3d02c43e50369e (patch) | |
tree | 2cd3739b35911c00fc6bb94e6bd3468ca1d005aa /src/ec/google/chromeec/Kconfig | |
parent | a904fd6173c8d11e595dfca135d965a85729e0b4 (diff) |
ec/google/chromeec: Optionally include SSFC in firmware config
Fetch second source factory cache configuration (SSFC) as an optional
element to the firmware config interface. Introduce a Kconfig so that it
can be enabled and used on required mainboards.
BUG=b:177055126
TEST=Build and Boot to OS in Magolor.
Change-Id: I81137406d21e77b5d58a33f66778e13cf16c85c7
Signed-off-by: Karthikeyan Ramasubramanian <kramasub@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/51094
Reviewed-by: Furquan Shaikh <furquan@google.com>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/ec/google/chromeec/Kconfig')
-rw-r--r-- | src/ec/google/chromeec/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ec/google/chromeec/Kconfig b/src/ec/google/chromeec/Kconfig index 638c011a58..4bb0d65c86 100644 --- a/src/ec/google/chromeec/Kconfig +++ b/src/ec/google/chromeec/Kconfig @@ -197,4 +197,11 @@ config EC_GOOGLE_CHROMEEC_SWITCHES Enable support for Chrome OS mode switches provided by the Chrome OS EC. +config EC_GOOGLE_CHROMEEC_INCLUDE_SSFC_IN_FW_CONFIG + depends on FW_CONFIG_SOURCE_CHROMEEC_CBI + bool + help + Fetch Second Source Factory Cache from CBI EEPROM and add it in the most significant + 32 bits of firmware configuration. + source "src/ec/google/chromeec/*/Kconfig" |