coreboot/src/drivers/i2c
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
..
at24rf08c
ck505
cs35l53 drivers/i2c/cs35l53: Add driver for generating device in SSDT 2022-03-18 15:38:21 +00:00
cs42l42 drivers/i2c/cs42l42: Make HS_BIAS_SENSE_EN optional 2021-05-12 08:00:12 +00:00
da7219 drivers/i2c/da7219: Update _S0W to D3hot 2021-08-09 15:03:14 +00:00
designware drivers/i2c/designware/dw_i2c: Remove unnecessary tabs in debug log 2022-04-13 15:10:51 +00:00
generic drivers/i2c/generic: Set S0W to D3hot for wake device 2021-05-05 01:16:29 +00:00
gpiomux src/drivers/i2c/gpiomux: Remove unused <stdlib.h> 2022-01-10 23:43:53 +00:00
hid
lm96000 src/acpi to src/lib: Fix spelling errors 2021-10-05 18:06:39 +00:00
max98373
max98390 treewide: Remove "ERROR: "/"WARN: " prefixes from log messages 2022-02-07 23:29:09 +00:00
max98927
nau8825
nct7802y src/acpi to src/lib: Fix spelling errors 2021-10-05 18:06:39 +00:00
pca9538
pcf8523 include/bcd: move bcd code to commonlib/bsd/include 2021-08-23 14:08:47 +00:00
ptn3460
rt1011
rt5663
rtd2132
rx6110sa include/bcd: move bcd code to commonlib/bsd/include 2021-08-23 14:08:47 +00:00
sx9310
sx9324
sx9360 driver/i2c: Add sx9360 driver 2022-01-19 03:11:57 +00:00
tas5825m
tpm tpm: Refactor TPM Kconfig dimensions 2022-04-21 23:07:20 +00:00
ww_ring src/acpi to src/lib: Fix spelling errors 2021-10-05 18:06:39 +00:00