coreboot-kgpe-d16/src/soc/intel/broadwell
Daisuke Nojiri 47dffa59f3 chromeec: Remove checks for EC in RO
This patch removes checks that ensure EC to be in RO for recovery
boot. We do not need these checks because when recovery is requested
automatically (as opposed to manually), we show 'broken' screen where
users can only reboot the device or request recovery manually.

If recovery is requested, Depthcharge will check whether EC is in RO
or not and recovery switch was pressed or not. If it's a legitimate
manual recovery, EC should be in RO. Thus, we can trust the recovery
button state it reports.

This patch removes all calls to google_chromeec_check_ec_image,
which is called to avoid duplicate memory training when recovery
is requested but EC is in RW.

BUG=b:66516882
BRANCH=none
CQ-DEPEND=CL:693008
TEST=Boot Fizz.

Change-Id: I45a874b73c46ea88cb831485757d194faa9f4c99
Signed-off-by: Daisuke Nojiri <dnojiri@chromium.org>
Reviewed-on: https://review.coreboot.org/21711
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
2017-10-04 20:55:12 +00:00
..
acpi
bootblock
include/soc soc/intel/broadwell: refactor rtc failure checking 2017-09-20 23:53:44 +00:00
romstage chromeec: Remove checks for EC in RO 2017-10-04 20:55:12 +00:00
acpi.c soc/intel: add IS_ENABLED() around Kconfig symbol references 2017-07-13 23:54:32 +00:00
adsp.c
chip.c
chip.h
cpu.c cpu/x86/mp_init: remove adjust_cpu_apic_entry() 2017-09-11 01:17:45 +00:00
cpu_info.c
ehci.c
elog.c
finalize.c
gpio.c
hda.c
igd.c
iobp.c
Kconfig usbdebug: Remove redundant setup 2017-08-07 12:34:54 +00:00
lpc.c soc/intel/broadwell: refactor rtc failure checking 2017-09-20 23:53:44 +00:00
Makefile.inc
me.c soc/intel: add IS_ENABLED() around Kconfig symbol references 2017-07-13 23:54:32 +00:00
me_status.c
memmap.c
minihd.c
monotonic_timer.c
pch.c
pcie.c
pei_data.c
pmutil.c vboot: reset vbnv in cmos when cmos failure occurs 2017-09-20 23:54:42 +00:00
ramstage.c
refcode.c
reset.c
sata.c
serialio.c soc/intel: add IS_ENABLED() around Kconfig symbol references 2017-07-13 23:54:32 +00:00
smbus.c
smbus_common.c smbus: Fix a typo ("Set the device I'm talking too") 2017-09-27 16:38:18 +00:00
smi.c
smihandler.c soc/intel: add IS_ENABLED() around Kconfig symbol references 2017-07-13 23:54:32 +00:00
smmrelocate.c
spi.c soc/intel: Fix SPI driver compilation with CONFIG_DEBUG_SPI 2017-07-18 19:18:50 +00:00
stage_cache.c
systemagent.c
tsc_freq.c
usb_debug.c usbdebug: Refactor early enable 2017-08-07 12:35:42 +00:00
xhci.c