coreboot-kgpe-d16/Documentation
Jes B. Klinke c6b041a12e tpm: Refactor TPM Kconfig dimensions
Break TPM related Kconfig into the following dimensions:

TPM transport support:
config CRB_TPM
config I2C_TPM
config SPI_TPM
config MEMORY_MAPPED_TPM (new)

TPM brand, not defining any of these is valid, and result in "generic" support:
config TPM_ATMEL (new)
config TPM_GOOGLE (new)
config TPM_GOOGLE_CR50 (new, implies TPM_GOOGLE)
config TPM_GOOGLE_TI50 (new to be used later, implies TPM_GOOGLE)

What protocol the TPM chip supports:
config MAINBOARD_HAS_TPM1
config MAINBOARD_HAS_TPM2

What the user chooses to compile (restricted by the above):
config NO_TPM
config TPM1
config TPM2

The following Kconfigs will be replaced as indicated:
config TPM_CR50 -> TPM_GOOGLE
config MAINBOARD_HAS_CRB_TPM -> CRB_TPM
config MAINBOARD_HAS_I2C_TPM_ATMEL -> I2C_TPM && TPM_ATMEL
config MAINBOARD_HAS_I2C_TPM_CR50 -> I2C_TPM && TPM_GOOGLE
config MAINBOARD_HAS_I2C_TPM_GENERIC -> I2C_TPM && !TPM_GOOGLE && !TPM_ATMEL
config MAINBOARD_HAS_LPC_TPM -> MEMORY_MAPPED_TPM
config MAINBOARD_HAS_SPI_TPM -> SPI_TPM && !TPM_GOOGLE && !TPM_ATMEL
config MAINBOARD_HAS_SPI_TPM_CR50 -> SPI_TPM && TPM_GOOGLE

Signed-off-by: Jes B. Klinke <jbk@chromium.org>
Change-Id: I4656b2b90363b8dfd008dc281ad591862fe2cc9e
Reviewed-on: https://review.coreboot.org/c/coreboot/+/63424
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
2022-04-21 23:07:20 +00:00
..
RFC
_static
acpi
arch
cbfstool
community Documentation: Fix broken links 2022-03-14 15:38:20 +00:00
contributing docs/coding_style: Clarify use of GCC extensions 2022-04-20 09:41:18 +00:00
doxygen
drivers
getting_started tpm: Refactor TPM Kconfig dimensions 2022-04-21 23:07:20 +00:00
gfx drivers/intel/gma: Add override for presence straps 2020-05-20 23:38:05 +00:00
ifdtool
infrastructure Documentation: Describe our Coverity Scan integration 2022-03-14 19:02:32 +00:00
lib
mainboard mb/starlabs/lite: Add Lite Mk IV variant 2022-04-04 21:54:24 +00:00
northbridge Documentation: Move firmware flashing tutorial to tutorial section 2022-03-11 19:56:22 +00:00
releases docs/releases: Fix warning "document isn't included in any toctree" 2022-03-09 15:49:57 +00:00
security mb/google/trogdor: Add variant Gelarshie 2022-03-14 22:04:26 +00:00
soc Documentation: Add some notes about how to integrate FSP 2021-11-19 18:26:00 +00:00
superio Documentation/lint: Use Super I/O instead of SuperIO 2021-11-19 14:47:20 +00:00
technotes
tutorial Documentation/tutorial/part1.md: Add Fedora package `patch` 2022-03-15 11:18:31 +00:00
vendorcode
.gitignore
AMD-S3.txt
COPYING
Doxyfile.coreboot
Doxyfile.coreboot_simple
Makefile
Makefile.sphinx
POSTCODES
beginverbatim.tex
cbfs.txt
codeflow.svg
conf.py
corebootBuildingGuide.tex
coreboot_logo.png
distributions.md mainboard/starlabs: Add StarBook Mk V 2021-11-22 14:53:04 +00:00
documentation_license.md Documentation: Move documentation license to main menu 2022-03-24 15:47:11 +00:00
endverbatim.tex
gcov.txt
hypertransport.svg
index.md Documentation: Move documentation license to main menu 2022-03-24 15:47:11 +00:00
payloads.md
util.md util/apcb: Add apcb_v3_edit tool 2022-01-10 14:25:32 +00:00