Jakub Czapiga has submitted this change. ( https://review.coreboot.org/c/coreboot/+/70796 )
(
26 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: mb/google/brya: Define a more suitable MRC training text message ......................................................................
mb/google/brya: Define a more suitable MRC training text message
This message is designed to reduce end-user confusion who may not know what memory training is. It also provides a maximum time estimation calibrated for brya devices.
BUG=b:252792591 BRANCH=firmware-brya-14505.B TEST=New message observed on skolas
Change-Id: Ie71cd86746427789b3694d41224bf2c170af0f91 Signed-off-by: Jeremy Compostella jeremy.compostella@intel.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/70796 Reviewed-by: Anil Kumar K anil.kumar.k@intel.com Reviewed-by: Nick Vaccaro nvaccaro@google.com Reviewed-by: Angel Pons th3fanbus@gmail.com Reviewed-by: Tarun Tuli taruntuli@google.com Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/mainboard/google/brya/Kconfig 1 file changed, 27 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Nick Vaccaro: Looks good to me, approved Angel Pons: Looks good to me, but someone else must approve Anil Kumar K: Looks good to me, but someone else must approve Tarun Tuli: Looks good to me, approved
diff --git a/src/mainboard/google/brya/Kconfig b/src/mainboard/google/brya/Kconfig index bc754be..a267946 100644 --- a/src/mainboard/google/brya/Kconfig +++ b/src/mainboard/google/brya/Kconfig @@ -332,4 +332,7 @@ int default 32
+config MEMORY_TRAINING_TEXT + default "Your device is finishing an update. This may take 1-2 minutes.\Please do not turn off your device." + endif # BOARD_GOOGLE_BRYA_COMMON