coreboot-kgpe-d16/src/soc/amd/stoneyridge
Joel Kitching 56e2f130a6 vboot: remove VBOOT_SAVE_RECOVERY_REASON_ON_REBOOT option
With CL:1940398, this option is no longer needed.  Recovery
requests are not cleared until kernel verification stage is
reached.  If the FSP triggers any reboots, recovery requests
will be preserved.  In particular:

- Manual requests will be preserved via recovery switch state,
  whose behaviour is modified in CB:38779.
- Other recovery requests will remain in nvdata across reboot.

These functions now only work after verstage has run:
  int vboot_check_recovery_request(void)
  int vboot_recovery_mode_enabled(void)
  int vboot_developer_mode_enabled(void)

BUG=b:124141368, b:35576380
TEST=make clean && make test-abuild
BRANCH=none

Change-Id: I52d17a3c6730be5c04c3c0ae020368d11db6ca3c
Signed-off-by: Joel Kitching <kitching@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38780
Reviewed-by: Julius Werner <jwerner@chromium.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2020-02-17 08:08:35 +00:00
..
acpi {soc,southbridge}/*/*/acpi: Add possibility to disable S4 2020-01-22 15:41:02 +00:00
bootblock amdblocks/pci: add common implementation of MMCONF enabling 2019-12-10 11:18:00 +00:00
include/soc soc/amd/stoneyridge: move to using smbus_host.h definitions 2020-01-31 17:11:34 +00:00
acpi.c soc/amd: Move SCI enable outside table creation 2019-11-23 18:33:51 +00:00
BiosCallOuts.c soc/{amd,cavium,mediatek,sifive}: Remove unused <stdlib.h> 2019-12-19 05:38:43 +00:00
chip.c soc/{amd,intel}/chip: Use local include for chip.h 2019-04-26 16:49:13 +00:00
chip.h soc/amd/stoneyridge|mb: Add Kconfig symbol for Prairie Falcon 2019-12-11 11:41:04 +00:00
cpu.c amd/stoneyridge: Unify SMM relocation 2019-08-16 00:37:00 +00:00
enable_usbdebug.c soc/amd/stoneyridge: Fix building with USBDEBUG 2019-11-18 07:08:54 +00:00
finalize.c soc/amd: Move SCI enable outside table creation 2019-11-23 18:33:51 +00:00
gpio.c soc/amd/stoneyridge: Move GPIO support to common 2019-06-06 17:57:40 +00:00
i2c.c soc/amd/stoneyridge: Move GPIO support to common 2019-06-06 17:57:40 +00:00
Kconfig vboot: remove VBOOT_SAVE_RECOVERY_REASON_ON_REBOOT option 2020-02-17 08:08:35 +00:00
Makefile.inc soc/amd: unify SMBus support 2020-02-04 16:13:11 +00:00
mca.c coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
memmap.c amdblocks/acpimmio: Unify BIOSRAM usage 2019-12-04 12:24:25 +00:00
monotonic_timer.c
northbridge.c soc/{amd,cavium,mediatek,sifive}: Remove unused <stdlib.h> 2019-12-19 05:38:43 +00:00
pmutil.c soc/amd/stoneyridge: Relocate MMIO access of ACPI registers 2019-06-06 18:51:03 +00:00
reset.c soc/amd/common: Create AcpiMmio functionality from stoneyridge 2019-05-16 10:03:09 +00:00
romstage.c amdblocks/acpimmio: add common functions for AP entry 2019-12-04 12:28:16 +00:00
sata.c src: Remove unused include '<device/pci_ids.h>' 2019-10-18 18:41:09 +00:00
smbus_spd.c soc/amd/stoneyridge: move to using smbus_host.h definitions 2020-01-31 17:11:34 +00:00
smi.c cpu/x86: Move some SMM function declarations 2019-08-13 13:59:34 +00:00
smi_util.c soc/amd/common: Create AcpiMmio functionality from stoneyridge 2019-05-16 10:03:09 +00:00
smihandler.c soc/amd/stoneyridge: Add SMMSTORE support 2020-01-20 10:50:06 +00:00
southbridge.c soc/amd/stoneyridge: move to using smbus_host.h definitions 2020-01-31 17:11:34 +00:00
tsc_freq.c
uart.c
usb.c device/root_device: Consolidate common _scan_bus() functions 2019-10-08 12:59:37 +00:00