mainboards: Add CHROMEOS_VBNV_* where appropriate

For boards with MAINBOARD_HAS_CHROMEOS, we should also
state what kind of storage is available for vboot's
non-volatile data.

The flags are taken from the chromium repository and
have no effect with CHROMEOS disabled.

Change-Id: I1747ad26c8c7f6d4076740ec2800dbd52c5d6b3d
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: http://review.coreboot.org/9952
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
Patrick Georgi
2015-04-22 13:18:22 +02:00
committed by Patrick Georgi
parent 320ad820aa
commit a1361d4318
24 changed files with 24 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
select DRIVERS_GENERIC_IOAPIC
select INTEL_INT15
select HAVE_MRC
select CHROMEOS_VBNV_CMOS
config MAINBOARD_DIR
string

View File

@@ -16,6 +16,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
# not on board, should be made selectable.
select SUPERIO_SMSC_LPC47N207
select HAVE_MRC
select CHROMEOS_VBNV_CMOS
select INTEL_INT15
config MAINBOARD_DIR