aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2022-01-08 16:56:08 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-01-17 17:14:20 +0000
commit50251400d2f8dea617b2af60f35dbbd934b31a29 (patch)
treefa8927fd4ebc0be5a4c61839b66dd8c28239a43f
parente5af29c40b662dab429bab7b54ed5016ee79421b (diff)
sb/intel/common/firmware: Reword me_cleaner warning
That vendor firmware still works after applying `me_cleaner` doesn't mean that coreboot will also work with the same broken ME firmware. Instead, one should first test coreboot with the original, unmodified ME firmware to make sure coreboot works properly, and only then consider using `me_cleaner` with coreboot. Otherwise, one would end up with a non-booting or otherwise misbehaving system when trying to use coreboot and `me_cleaner` without having tested coreboot with the original ME firmware beforehand, which is hard to diagnose as the problem may only happen when the ME isn't running normally. Change-Id: I1626d747a99969faf7db37c10cf7d87e3977744a Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/60942 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
-rw-r--r--src/southbridge/intel/common/firmware/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/intel/common/firmware/Kconfig b/src/southbridge/intel/common/firmware/Kconfig
index b9b766c708..2de86de855 100644
--- a/src/southbridge/intel/common/firmware/Kconfig
+++ b/src/southbridge/intel/common/firmware/Kconfig
@@ -104,7 +104,7 @@ config USE_ME_CLEANER
If unsure, say N.
-comment "Please test the modified ME/TXE firmware and coreboot in two steps"
+comment "Please test coreboot with the original, unmodified ME firmware before using me_cleaner"
depends on USE_ME_CLEANER
config ME_CLEANER_ARGS