coreboot-kgpe-d16/src
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
..
acpi src/acpi: Capitalize ACPI and SATA 2016-07-31 19:25:40 +02:00
arch arch/x86: select RELOCATABLE_MODULES when POSTCAR is selected 2017-07-18 21:29:18 +00:00
commonlib Rename __attribute__((packed)) --> __packed 2017-07-13 19:45:59 +00:00
console src: add IS_ENABLED() around Kconfig symbol references 2017-07-13 23:57:07 +00:00
cpu binaryPI: Disable CAR with empty stack 2017-07-17 19:31:09 +00:00
device device/pciexp_device.c: Terminate CLK PM message with newline 2017-07-15 21:54:23 +00:00
drivers intel/fsp: Add and use new post codes for FSP phase indication 2017-07-17 15:16:37 +00:00
ec ec/lenovo/h8/h8: Always enable tp-smapi and thermal 2017-07-18 19:23:26 +00:00
include vboot: Remove get_sw_write_protect_state callback 2017-07-18 23:24:01 +00:00
lib Rename __attribute__((packed)) --> __packed 2017-07-13 19:45:59 +00:00
mainboard vboot: Remove get_sw_write_protect_state callback 2017-07-18 23:24:01 +00:00
northbridge binaryPI: Switch to agesa/def_callouts.c 2017-07-17 19:30:46 +00:00
soc vboot: Remove get_sw_write_protect_state callback 2017-07-18 23:24:01 +00:00
southbridge sb/amd/cs5536: Remove includes of C files 2017-07-18 19:03:28 +00:00
superio superio/ite/it8716f: Update init_ec 2017-07-08 19:02:13 +00:00
vboot vboot: Remove get_sw_write_protect_state callback 2017-07-18 23:24:01 +00:00
vendorcode KBL: Update FSP headers - upgrade to FSP 2.5.0 2017-07-18 19:21:24 +00:00
Kconfig Add support for Undefined Behavior Sanitizer 2017-06-14 19:56:59 +02:00