Attention is currently required from: Jes Klinke, Christian Walter, Julius Werner, Yu-Ping Wu. Hello build bot (Jenkins), Christian Walter, Julius Werner, Yu-Ping Wu,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/63285
to look at the new patch set (#2).
Change subject: Factor TI50/CR50 config ......................................................................
Factor TI50/CR50 config
For every _CR50 config, create a corresponding _TI50 config, as well as a _GSC config, which will be set if either of the former are set.
Also, audit uses of _CR50, and replace most with _GSC.
TEST=Boot Brya board
Signed-off-by: Jes B. Klinke jbk@chromium.org Change-Id: I037b1b717a16c468e2f97a912da99f125b61e1ce --- M src/drivers/i2c/tpm/Kconfig M src/drivers/i2c/tpm/Makefile.inc M src/drivers/spi/tpm/Kconfig M src/drivers/spi/tpm/tpm.c M src/drivers/tpm/Makefile.inc M src/security/tpm/Kconfig M src/security/tpm/Makefile.inc M src/security/tpm/tss/vendor/cr50/Kconfig M src/security/vboot/secdata_mock.c M src/security/vboot/secdata_tpm.c M src/security/vboot/vboot_logic.c M src/soc/intel/common/Makefile.inc M src/soc/intel/skylake/acpi/systemagent.asl M src/vendorcode/google/chromeos/Kconfig M src/vendorcode/google/chromeos/Makefile.inc M src/vendorcode/google/chromeos/cse_board_reset.c 16 files changed, 94 insertions(+), 31 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/85/63285/2