coreboot/src
Philipp Deppenwiese c07f8fbe6f security/tpm: Unify the coreboot TPM software stack
* Remove 2nd software stack in pc80 drivers directory.
* Create TSPI interface for common usage.
* Refactor TSS / TIS code base.
* Add vendor tss (Cr50) directory.
* Change kconfig options for TPM to TPM1.
* Add user / board configuration with:
  * MAINBOARD_HAS_*_TPM # * BUS driver
  * MAINBOARD_HAS_TPM1 or MAINBOARD_HAS_TPM2
  * Add kconfig TPM user selection (e.g. pluggable TPMs)
* Fix existing headers and function calls.
* Fix vboot for interface usage and antirollback mode.

Change-Id: I7ec277e82a3c20c62a0548a1a2b013e6ce8f5b3f
Signed-off-by: Philipp Deppenwiese <zaolin@das-labor.org>
Reviewed-on: https://review.coreboot.org/24903
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
2018-06-04 20:33:07 +00:00
..
acpi arch/x86: Add common AMD ACPI hardware definitions 2017-11-10 19:15:38 +00:00
arch arch/x86: Remove unneeded includes 2018-06-04 08:41:55 +00:00
commonlib src/commonlib/storage: Move include <console.h> to sd_mmc.h 2018-06-04 02:40:08 +00:00
console src/console: Fix coding style 2018-06-04 08:48:33 +00:00
cpu security/tpm: Unify the coreboot TPM software stack 2018-06-04 20:33:07 +00:00
device device: Only expose VGA_ROM_RUN on supported architectures 2018-06-04 08:24:33 +00:00
drivers security/tpm: Unify the coreboot TPM software stack 2018-06-04 20:33:07 +00:00
ec src/ec: Remove whitespace before tab 2018-06-04 09:15:51 +00:00
include cpu/x86/mtrr.h: Clean up some guards 2018-06-04 08:22:45 +00:00
lib src/lib: Remove unneeded 'console.h' include 2018-06-04 08:41:45 +00:00
mainboard security/tpm: Unify the coreboot TPM software stack 2018-06-04 20:33:07 +00:00
northbridge security/tpm: Unify the coreboot TPM software stack 2018-06-04 20:33:07 +00:00
security security/tpm: Unify the coreboot TPM software stack 2018-06-04 20:33:07 +00:00
soc security/tpm: Unify the coreboot TPM software stack 2018-06-04 20:33:07 +00:00
southbridge sb/intel/i82801gx: Add the option to lock the platform 2018-06-04 09:35:58 +00:00
superio src/superio/{ite,smsc}: Remove space before tab 2018-06-04 09:11:32 +00:00
vendorcode security/tpm: Unify the coreboot TPM software stack 2018-06-04 20:33:07 +00:00
Kconfig cpu/x86/mtrr: Get rid of CACHE_ROM_SIZE_OVERRIDE 2018-05-31 15:08:48 +00:00