google/chromeos: always enable VBOOT_VERIFY_FIRMWARE with CHROMEOS
Change-Id: Icc3cf64f259d4ebd7900ad91163276774e5422ab Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Reviewed-on: http://review.coreboot.org/10661 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
parent
0d5f27b8bb
commit
463d665cb1
|
@ -31,6 +31,7 @@ config CHROMEOS
|
||||||
select BOOTMODE_STRAPS
|
select BOOTMODE_STRAPS
|
||||||
select ELOG
|
select ELOG
|
||||||
select COLLECT_TIMESTAMPS
|
select COLLECT_TIMESTAMPS
|
||||||
|
select VBOOT_VERIFY_FIRMWARE
|
||||||
help
|
help
|
||||||
Enable ChromeOS specific features like the GPIO sub table in
|
Enable ChromeOS specific features like the GPIO sub table in
|
||||||
the coreboot table. NOTE: Enabling this option on an unsupported
|
the coreboot table. NOTE: Enabling this option on an unsupported
|
||||||
|
@ -129,7 +130,7 @@ config VIRTUAL_DEV_SWITCH
|
||||||
config VBOOT_VERIFY_FIRMWARE
|
config VBOOT_VERIFY_FIRMWARE
|
||||||
bool "Verify firmware with vboot."
|
bool "Verify firmware with vboot."
|
||||||
default n
|
default n
|
||||||
depends on CHROMEOS && HAVE_HARD_RESET
|
depends on HAVE_HARD_RESET
|
||||||
help
|
help
|
||||||
Enabling VBOOT_VERIFY_FIRMWARE will use vboot to verify the components
|
Enabling VBOOT_VERIFY_FIRMWARE will use vboot to verify the components
|
||||||
of the firmware (stages, payload, etc).
|
of the firmware (stages, payload, etc).
|
||||||
|
|
Loading…
Reference in New Issue