coreboot-kgpe-d16/src
Paul Kocialkowski 115360fdb3 chromeos: vboot-related functions move to common vboot code
This moves a few vboot-prefixed functions that were defined in chromeos.c to
vboot_common.c, since those are only relevant to vboot and depend on the vboot
handoff data. This allows more separation between CONFIG_CHROMEOS and what
CONFIG_CHROMEOS selects, so that each separate option (such as
CONFIG_VBOOT_VERIFY_FIRMWARE) can be enabled separately.

Thus, the actual definitions of these functions will only be declared when
CONFIG_VBOOT_VERIFY_FIRMWARE is set, so the check before calling
vboot_skip_display_init in bootmode was also adapted.

Change-Id: I52f8a408645566dac0a2100e819c8ed5d3d88ea5
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Reviewed-on: http://review.coreboot.org/11497
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
2015-09-29 22:35:47 +00:00
..
acpi
arch Makefile: Replace the way to test if a string is empty 2015-09-29 02:51:38 +00:00
commonlib commonlib: add endian related accessor functions 2015-09-22 21:21:56 +00:00
console
cpu coreboot: move TS_END_ROMSTAGE to one spot 2015-09-24 16:12:44 +00:00
device symbols: add '_' to pci_drivers and cpu_drivers symbols 2015-09-05 15:36:23 +00:00
drivers intel/fsp1.0: Get size of microcode during build time 2015-09-29 20:54:51 +00:00
ec chromeec: Fix ACPI compile warnings 2015-09-28 09:34:13 +00:00
include chromeos: vboot and chromeos dependency removal for sw write protect state 2015-09-23 19:35:31 +00:00
lib program.ld: terminate ALIGN statement 2015-09-28 09:36:50 +00:00
mainboard glados: Provide nau8825 platform data via _DSD 2015-09-28 09:35:13 +00:00
northbridge coreboot: move TS_END_ROMSTAGE to one spot 2015-09-24 16:12:44 +00:00
soc skylake: select HAVE_INTEL_FIRMWARE 2015-09-29 13:56:05 +00:00
southbridge intel: auto include intel/common/firmware 2015-09-29 13:55:52 +00:00
superio superio/smsc: Add support for SMSC DME1737 2015-07-13 17:11:00 +02:00
vendorcode chromeos: vboot-related functions move to common vboot code 2015-09-29 22:35:47 +00:00
Kconfig Kconfig: Remove EXPERT mode 2015-08-30 07:50:47 +00:00