Revert "src/security/vboot: Add option to skip display init with vboot 2.0"
commit90cf4bb02aac15a41873ef9435d826b143a0a04e
authorChristian Walter <christian.walter@9elements.com>
Mon, 29 Jul 2019 09:54:23 +0000 (29 09:54 +0000)
committerPatrick Rudolph <siro@das-labor.org>
Mon, 29 Jul 2019 17:21:09 +0000 (29 17:21 +0000)
treea12ea583774334141cacf4ed12d6a30c3712dad5
parent98d5a86ec04259e47a8ebcc7cdcf83c3fe73352a
Revert "src/security/vboot: Add option to skip display init with vboot 2.0"

This reverts commit 598af2e2c2785c00eb4290cdcefe1082b2a6f858.

Reason for revert: This commit breaks every board with VBOOT enabled
if the platform is apollolake, broadwell, skylake, baswell, baytrails
or icelake. The reason is, that the SoC selects
VBOOT_MUST_REQUEST_DISPLAY by default, and this has a dependency now
on VBOOT_MAY_SKIP_DISPLAY_INIT. This will only be auto-selected if
it is a CHROMEOS platform.

Change-Id: I3872d9aa993326ded135d8a5d950d5b1b1eddf34
Signed-off-by: Christian Walter <christian.walter@9elements.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/34308
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
src/lib/bootmode.c
src/security/vboot/Kconfig