switch-coreboot/src/vboot
Julius Werner 959cab4f1f vboot: Remove get_sw_write_protect_state callback
We've just decided to remove the only known use of the VBSD_SW_WP flag
in vboot (https://chromium-review.googlesource.com/c/575389), since it
was unused and never reliable on all platforms anyway. Therefore, we can
now also remove the coreboot infrastructure that supported it. It
doesn't really hurt anyone, but removing it saves a small bit of effort
for future platforms.

Change-Id: I6706eba2761a73482e03f3bf46343cf1d84f154b
Signed-off-by: Julius Werner <jwerner@chromium.org>
Reviewed-on: https://review.coreboot.org/20628
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
2017-07-18 23:24:01 +00:00
..
bootmode.c vboot: Remove get_sw_write_protect_state callback 2017-07-18 23:24:01 +00:00
common.c vboot: Remove VBOOT_DYNAMIC_WORK_BUFFER Kconfig option 2017-03-28 22:14:43 +02:00
Kconfig vboot: Separate board name and version number in FWID with a dot 2017-04-29 01:44:10 +02:00
Makefile.inc Remove libverstage as separate library and source file class 2017-03-28 22:18:53 +02:00
misc.h vboot: Separate vboot from chromeos 2016-07-28 00:36:00 +02:00
secdata_mock.c vboot: Select CONFIG_{TPM,TPM2} only if MOCK_SECDATA is not selected 2017-04-28 17:15:46 +02:00
secdata_tpm.c src/vboot: Add valid license headers to all files 2017-03-23 19:11:04 +01:00
symbols.h vboot: Separate vboot from chromeos 2016-07-28 00:36:00 +02:00
vbnv.c vboot: Clear battery cutoff flags when vbnv_cmos loads backup VBNV. 2017-01-03 22:14:42 +01:00
vbnv.h vboot: Clear battery cutoff flags when vbnv_cmos loads backup VBNV. 2017-01-03 22:14:42 +01:00
vbnv_cmos.c vboot: Clear battery cutoff flags when vbnv_cmos loads backup VBNV. 2017-01-03 22:14:42 +01:00
vbnv_ec.c vboot: Separate vboot from chromeos 2016-07-28 00:36:00 +02:00
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: Clear battery cutoff flags when vbnv_cmos loads backup VBNV. 2017-01-03 22:14:42 +01:00
vboot_common.c vboot/vboot_common: actually provide a writable region_device 2016-08-24 00:09:16 +02:00
vboot_common.h Rename __attribute__((packed)) --> __packed 2017-07-13 19:45:59 +00:00
vboot_handoff.c vboot: Remove get_sw_write_protect_state callback 2017-07-18 23:24:01 +00:00
vboot_loader.c vboot: Move remaining features out of vendorcode/google/chromeos 2017-03-28 22:18:13 +02:00
vboot_logic.c vboot: Move remaining features out of vendorcode/google/chromeos 2017-03-28 22:18:13 +02:00
verstage.c vboot: Move remaining features out of vendorcode/google/chromeos 2017-03-28 22:18:13 +02:00