coreboot-kgpe-d16/src/vboot
Furquan Shaikh 470852bb08 vboot: Add support for recovery mode with forced memory retraining
1. Add new function vboot_recovery_mode_memory_retrain that indicates if
recovery mode requires memory retraining to be performed.
2. Add helper function get_recovery_mode_retrain_switch to read memory
retrain switch. This is provided as weak function which should be
implemented by mainboard just like {get,clear}_recovery_mode_switch.

BUG=chrome-os-partner:59352
BRANCH=None
TEST=Verified behavior of recovery mode with forced memory retraining on
reef

Change-Id: I46c10fbf25bc100d9f562c36da3ac646c9dae7d1
Signed-off-by: Furquan Shaikh <furquan@chromium.org>
Reviewed-on: https://review.coreboot.org/17241
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
2016-11-10 00:44:02 +01:00
..
bootmode.c vboot: Add support for recovery mode with forced memory retraining 2016-11-10 00:44:02 +01:00
common.c src/vboot: Capitalize RAM and CPU 2016-07-31 19:31:41 +02:00
Kconfig vboot/vbnv_flash: make I/O connection agnostic 2016-08-19 18:18:57 +02:00
Makefile.inc Revert "vboot: Add vboot library to romstage" 2016-11-10 00:26:37 +01:00
misc.h
secdata_mock.c
secdata_tpm.c vboot: Stop creating backup space in TPM 2016-10-13 18:22:03 +02:00
symbols.h
vbnv.c
vbnv.h
vbnv_cmos.c
vbnv_ec.c
vbnv_flash.c vboot/vbnv_flash: Binary search to find last used entry 2016-09-20 21:50:27 +02:00
vbnv_layout.h
vboot_common.c vboot/vboot_common: actually provide a writable region_device 2016-08-24 00:09:16 +02:00
vboot_common.h vboot: Add support for recovery mode with forced memory retraining 2016-11-10 00:44:02 +01:00
vboot_handoff.c
vboot_loader.c vboot: consolidate google_chromeec_early_init() calls 2016-08-25 22:50:17 +02:00
vboot_logic.c vboot: Wrap line in comment longer than 80 characters 2016-11-08 22:48:20 +01:00
verstage.c