coreboot-kgpe-d16/src/mainboard/google/glados
Aaron Durbin f7ce40baf6 vboot: consolidate google_chromeec_early_init() calls
On x86 platforms, google_chromeec_early_init() is used to put the EC
into RO mode when there's a recovery request. This is to avoid training
memory multiple times when the recovery request is through an EC host
event while the EC is running RW code. Under that condition the EC will
be reset (along with the rest of the system) when the kernel verification
happens. This leads to an execessively long recovery path because of the
double reboot performing full memory training each time.

By putting this logic into the verstage program this reduces the
bootblock size on the skylake boards. Additionally, this provides the
the correct logic for all future boards since it's not tied to FSP
nor the mainboard itself. Lastly, this double memory training protection
works only for platforms which verify starting from bootblock. The
platforms which don't start verifying until after romstage need to
have their own calls (such as haswell and baytrail).

Change-Id: Ia8385dfc136b09fb20bd3519f3cc621e540b11a5
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: https://review.coreboot.org/16318
Tested-by: build bot (Jenkins)
Reviewed-by: Furquan Shaikh <furquan@google.com>
2016-08-25 22:50:17 +02:00
..
acpi chromeos mainboards: remove chromeos.asl 2016-07-30 01:36:32 +02:00
spd src/mainboard: Capitalize ROM, RAM, CPU and APIC 2016-08-14 19:06:25 +02:00
acpi_tables.c
board_info.txt google/intel mainboards: Add missing board_info.txt files 2016-03-25 20:52:04 +01:00
boardid.c
bootblock_mainboard.c vboot: consolidate google_chromeec_early_init() calls 2016-08-25 22:50:17 +02:00
chromeos.c chromeos mainboards: remove chromeos.asl 2016-07-30 01:36:32 +02:00
chromeos.fmd chromeos.fmd: Mark RW_LEGACY as CBFS 2016-04-05 13:37:31 +02:00
cmos.layout mainboard: Clean up boot_option/reboot_bits in cmos.layout 2016-08-17 00:27:42 +02:00
devicetree.cb skylake/devicetree: Add PIRQ Routing programming 2016-08-08 18:24:04 +02:00
dsdt.asl chromeos mainboards: remove chromeos.asl 2016-07-30 01:36:32 +02:00
ec.c
ec.h ec/google/chromeec/acpi: Add MKBP support 2016-05-18 20:22:38 +02:00
fadt.c
gpio.h skylake: gpio: Add support for setting 1.8V tolerant 2016-06-09 17:07:26 +02:00
Kconfig Kconfig: rename BOOT_MEDIA_SPI_BUS to BOOT_DEVICE_SPI_FLASH_BUS 2016-08-18 22:04:34 +02:00
Kconfig.name
mainboard.c chromeos mainboards: remove chromeos.asl 2016-07-30 01:36:32 +02:00
Makefile.inc skylake/mainboard: Define mainboard hook in bootblock 2016-07-28 05:17:03 +02:00
pei_data.c
ramstage.c
romstage.c
smihandler.c mainboards/skylake: use common Chrome EC SMI helpers 2016-07-15 08:36:24 +02:00