From e45f70423e5da8509bae83aba84b08f8fc0f624e Mon Sep 17 00:00:00 2001 From: Jeremy Compostella Date: Mon, 12 Dec 2022 17:59:12 -0700 Subject: [PATCH] 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/70796 Reviewed-by: Anil Kumar K Reviewed-by: Nick Vaccaro Reviewed-by: Angel Pons Reviewed-by: Tarun Tuli Tested-by: build bot (Jenkins) --- src/mainboard/google/brya/Kconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/mainboard/google/brya/Kconfig b/src/mainboard/google/brya/Kconfig index bc754beefb..a267946386 100644 --- a/src/mainboard/google/brya/Kconfig +++ b/src/mainboard/google/brya/Kconfig @@ -332,4 +332,7 @@ config PCIEXP_DEFAULT_MAX_RESIZABLE_BAR_BITS 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