coreboot-kgpe-d16/src
Duncan Laurie 516967c681 mb/emulation/qemu-q35: Enable option for TPM
This enables the mainboard to use a TPM if it is selected in the
configuration.  By default this does nothing, but it allows the
TPM to be enabled and used with the CONFIG_USER_TPM2 Kconfig option.

Using a TPM with QEMU requires either a physical TPM backend or
the swtpm package with a socket:

  -chardev socket,id=swtpm,path=/tmp/swtpm/socket
  -tpmdev emulator,id=tpm0,chardev=swtpm
  -device tpm-tis,tpmdev=tpm0

Change-Id: I0d79a5a0f590c57998ababb660b52d9e3ed2d484
Signed-off-by: Duncan Laurie <dlaurie@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39836
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
2020-03-31 10:42:20 +00:00
..
acpi src/acpi: Update license headers to SPDX 2020-01-02 14:49:00 +00:00
arch arch/x86/tables: Move max ACPI table size to Kconfig 2020-03-31 10:39:33 +00:00
commonlib helpers: Add a helper macro for calculating power of 2 2020-03-30 08:44:33 +00:00
console treewide: Replace BOARD_EMULATION_QEMU_X86 2020-03-03 10:16:09 +00:00
cpu cpu/x86/Makefile.inc: Fix external toolchain build 2020-03-29 17:52:46 +00:00
device src/device/Kconfig: Adjust Graphics init defaults 2020-03-29 18:01:37 +00:00
drivers intel/fsp2_0: Make FSP_USE_REPO a SoC opt-in 2020-03-30 10:53:51 +00:00
ec acpi: Change Processor ACPI Name (Intel only) 2020-03-23 16:54:58 +00:00
include security/vboot: relocate and rename vboot_platform_is_resuming() 2020-03-31 10:38:07 +00:00
lib security/tpm: Include mrc.bin in CRTM if present 2020-03-31 10:37:38 +00:00
mainboard mb/emulation/qemu-q35: Enable option for TPM 2020-03-31 10:42:20 +00:00
northbridge nb/intel/i945: Make some cosmetic changes 2020-03-30 08:50:50 +00:00
security security/vboot: relocate and rename vboot_platform_is_resuming() 2020-03-31 10:38:07 +00:00
soc security/vboot: relocate and rename vboot_platform_is_resuming() 2020-03-31 10:38:07 +00:00
southbridge security/vboot: relocate and rename vboot_platform_is_resuming() 2020-03-31 10:38:07 +00:00
superio superio/winbond/{w83627hf,w83977tf}: Use macro 2020-03-31 10:33:10 +00:00
vendorcode security/vboot: relocate and rename vboot_platform_is_resuming() 2020-03-31 10:38:07 +00:00
Kconfig src (minus soc and mainboard): Remove copyright notices 2020-03-17 18:26:34 +00:00