Subrata Banik has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/85604?usp=email )
Change subject: mb/google/brox: Enable LPC Generic Memory Range on Brox [WIP] ......................................................................
mb/google/brox: Enable LPC Generic Memory Range on Brox [WIP]
This change enables the LPC Generic Memory Range (GMR) feature for the Brox platform by selecting `EC_GOOGLE_CHROMEEC_LPC_GENERIC_MEMORY_RANGE` in the Kconfig file.
This allows the Chrome EC to expose the LPC GMR address range to the OS layer.
Change-Id: If5b63e897a72eddf5eba1c94699c65ef90eb8b54 Signed-off-by: Subrata Banik subratabanik@google.com --- M src/mainboard/google/brox/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/04/85604/1
diff --git a/src/mainboard/google/brox/Kconfig b/src/mainboard/google/brox/Kconfig index 11bcfe6..03826ad 100644 --- a/src/mainboard/google/brox/Kconfig +++ b/src/mainboard/google/brox/Kconfig @@ -15,6 +15,7 @@ select EC_GOOGLE_CHROMEEC select EC_GOOGLE_CHROMEEC_BOARDID select EC_GOOGLE_CHROMEEC_ESPI + select EC_GOOGLE_CHROMEEC_LPC_GENERIC_MEMORY_RANGE select EC_GOOGLE_CHROMEEC_SKUID select ENABLE_TCSS_USB_DETECTION if !(SOC_INTEL_TCSS_USE_PDC_PMC_USBC_MUX_CONFIGURATION || CHROMEOS) select FW_CONFIG