coreboot-kgpe-d16/src/mainboard/google
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
..
asurada tpm: Refactor TPM Kconfig dimensions 2022-04-21 23:07:20 +00:00
auron tpm: Refactor TPM Kconfig dimensions 2022-04-21 23:07:20 +00:00
beltino tpm: Refactor TPM Kconfig dimensions 2022-04-21 23:07:20 +00:00
brya tpm: Refactor TPM Kconfig dimensions 2022-04-21 23:07:20 +00:00
butterfly tpm: Refactor TPM Kconfig dimensions 2022-04-21 23:07:20 +00:00
cherry tpm: Refactor TPM Kconfig dimensions 2022-04-21 23:07:20 +00:00
corsola tpm: Refactor TPM Kconfig dimensions 2022-04-21 23:07:20 +00:00
cyan tpm: Refactor TPM Kconfig dimensions 2022-04-21 23:07:20 +00:00
daisy tpm: Refactor TPM Kconfig dimensions 2022-04-21 23:07:20 +00:00
dedede tpm: Refactor TPM Kconfig dimensions 2022-04-21 23:07:20 +00:00
deltaur tpm: Refactor TPM Kconfig dimensions 2022-04-21 23:07:20 +00:00
drallion tpm: Refactor TPM Kconfig dimensions 2022-04-21 23:07:20 +00:00
eve tpm: Refactor TPM Kconfig dimensions 2022-04-21 23:07:20 +00:00
fizz tpm: Refactor TPM Kconfig dimensions 2022-04-21 23:07:20 +00:00
foster tpm: Refactor TPM Kconfig dimensions 2022-04-21 23:07:20 +00:00
gale tpm: Refactor TPM Kconfig dimensions 2022-04-21 23:07:20 +00:00
glados tpm: Refactor TPM Kconfig dimensions 2022-04-21 23:07:20 +00:00
gru tpm: Refactor TPM Kconfig dimensions 2022-04-21 23:07:20 +00:00
guybrush tpm: Refactor TPM Kconfig dimensions 2022-04-21 23:07:20 +00:00
hatch tpm: Refactor TPM Kconfig dimensions 2022-04-21 23:07:20 +00:00
herobrine tpm: Refactor TPM Kconfig dimensions 2022-04-21 23:07:20 +00:00
jecht tpm: Refactor TPM Kconfig dimensions 2022-04-21 23:07:20 +00:00
kahlee tpm: Refactor TPM Kconfig dimensions 2022-04-21 23:07:20 +00:00
kukui tpm: Refactor TPM Kconfig dimensions 2022-04-21 23:07:20 +00:00
link tpm: Refactor TPM Kconfig dimensions 2022-04-21 23:07:20 +00:00
mistral Reland "vboot_logic: Set VB2_CONTEXT_EC_TRUSTED in verstage_main" 2021-11-15 12:00:12 +00:00
nyan timestamps: Rename timestamps to make names more consistent 2022-03-08 16:06:33 +00:00
nyan_big tpm: Refactor TPM Kconfig dimensions 2022-04-21 23:07:20 +00:00
nyan_blaze tpm: Refactor TPM Kconfig dimensions 2022-04-21 23:07:20 +00:00
oak tpm: Refactor TPM Kconfig dimensions 2022-04-21 23:07:20 +00:00
octopus tpm: Refactor TPM Kconfig dimensions 2022-04-21 23:07:20 +00:00
parrot tpm: Refactor TPM Kconfig dimensions 2022-04-21 23:07:20 +00:00
peach_pit tpm: Refactor TPM Kconfig dimensions 2022-04-21 23:07:20 +00:00
poppy tpm: Refactor TPM Kconfig dimensions 2022-04-21 23:07:20 +00:00
rambi tpm: Refactor TPM Kconfig dimensions 2022-04-21 23:07:20 +00:00
reef tpm: Refactor TPM Kconfig dimensions 2022-04-21 23:07:20 +00:00
sarien tpm: Refactor TPM Kconfig dimensions 2022-04-21 23:07:20 +00:00
skyrim tpm: Refactor TPM Kconfig dimensions 2022-04-21 23:07:20 +00:00
slippy tpm: Refactor TPM Kconfig dimensions 2022-04-21 23:07:20 +00:00
smaug tpm: Refactor TPM Kconfig dimensions 2022-04-21 23:07:20 +00:00
storm tpm: Refactor TPM Kconfig dimensions 2022-04-21 23:07:20 +00:00
stout tpm: Refactor TPM Kconfig dimensions 2022-04-21 23:07:20 +00:00
trogdor tpm: Refactor TPM Kconfig dimensions 2022-04-21 23:07:20 +00:00
veyron tpm: Refactor TPM Kconfig dimensions 2022-04-21 23:07:20 +00:00
veyron_mickey tpm: Refactor TPM Kconfig dimensions 2022-04-21 23:07:20 +00:00
veyron_rialto tpm: Refactor TPM Kconfig dimensions 2022-04-21 23:07:20 +00:00
volteer tpm: Refactor TPM Kconfig dimensions 2022-04-21 23:07:20 +00:00
zork tpm: Refactor TPM Kconfig dimensions 2022-04-21 23:07:20 +00:00
Kconfig
Kconfig.name