coreboot-kgpe-d16/src/soc/marvell/bg4cd
Aaron Durbin 57e37287f4 vboot: add and rejuggle Kconfig options
The ChromeOS machines employing vboot verfication require
different combinations of support:

1. When vboot verification starts.
2. Is the vboot code a separate stage or program?
3. If a separate stage, does the that vboot program (verstage) return
   to the stage that loaded the verstage?

For the above, #1 is dependent on when to load/run vboot logic which
is orthogonal to #2. However, #3 is dependent on #2. The logic
to act on the combinations follows in subsequent patches.

Change-Id: I39ef7a7c2858e7de43aa99c38121e85a57f1f2f6
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: http://review.coreboot.org/10024
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
2015-04-30 13:05:36 +02:00
..
include/soc marvell/bg4cd: merge verstage into bootblock 2015-04-28 10:20:42 +02:00
bootblock.c marvell/bg4cd: merge verstage into bootblock 2015-04-28 10:20:42 +02:00
bootblock_asm.S marvell/bg4cd: merge verstage into bootblock 2015-04-28 10:20:42 +02:00
cbmem.c
i2c.c bg4cd: Change all SoC headers to <soc/headername.h> system 2015-04-09 15:49:33 +02:00
Kconfig vboot: add and rejuggle Kconfig options 2015-04-30 13:05:36 +02:00
Makefile.inc kbuild: automatically include SOCs 2015-04-29 18:11:30 +02:00
monotonic_timer.c bg4cd: drop init_timer() stub 2015-04-09 16:45:57 +02:00
romstage.S bg4cd: define custom romstage entry 2015-04-17 09:20:50 +02:00
sdram.c bg4cd: Change all SoC headers to <soc/headername.h> system 2015-04-09 15:49:33 +02:00
spi.c bg4cd: add SPI controller driver skeleton 2015-04-09 14:38:04 +02:00