From e00365217cf30c7b8510fca0e7e60d0905b73752 Mon Sep 17 00:00:00 2001 From: Duncan Laurie Date: Sat, 21 Jan 2017 16:57:57 -0800 Subject: google/eve: Enable separate recovery MRC cache In order to get quick boot speeds into recovery enable the feature that allows for a separate recovery MRC cache. This requires shuffling the FMAP around a bit in order to provide another region for the recovery MRC cache. To make that shuffling easier, group the RW components into another sub-region so it can use relative addresses. BUG=chrome-os-partner:58666 TEST=manual testing on eve: check that recovery uses the MRC cache, and that normal mode does too. Check that if cache is retrained in recovery mode it is also retrained in normal mode. Also check that events show up in the log when retrain happens. Change-Id: I6a9507eb0b919b3af2752e2499904cc62509c06a Signed-off-by: Duncan Laurie Reviewed-on: https://review.coreboot.org/18199 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/mainboard/google/eve/Kconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainboard/google/eve/Kconfig') diff --git a/src/mainboard/google/eve/Kconfig b/src/mainboard/google/eve/Kconfig index 32c029d192..e83e7d96a0 100644 --- a/src/mainboard/google/eve/Kconfig +++ b/src/mainboard/google/eve/Kconfig @@ -18,7 +18,9 @@ config BOARD_SPECIFIC_OPTIONS config CHROMEOS select EC_GOOGLE_CHROMEEC_SWITCHES + select HAS_RECOVERY_MRC_CACHE select LID_SWITCH + select MRC_CLEAR_NORMAL_CACHE_ON_RECOVERY_RETRAIN config DRIVERS_I2C_GENERIC def_bool y -- cgit v1.2.3