diff options
author | Jeremy Compostella <jeremy.compostella@intel.com> | 2022-12-12 17:59:12 -0700 |
---|---|---|
committer | Jakub Czapiga <jacz@semihalf.com> | 2023-01-04 16:39:10 +0000 |
commit | e45f70423e5da8509bae83aba84b08f8fc0f624e (patch) | |
tree | d0962577e4bf4d9ac0fda98bb2f62bc9a7a1d6d6 /src/mainboard/google | |
parent | 96d9b756690839c17b307a93b8a1898bd1c02ff5 (diff) |
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>
Diffstat (limited to 'src/mainboard/google')
-rw-r--r-- | src/mainboard/google/brya/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
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 |