Attention is currently required from: Christian Walter, Felix Held, Jérémy Compostella, Michał Żygowski.
Hello Angel Pons, Christian Walter, Jérémy Compostella, Sergii Dmytruk, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/82057?usp=email
to look at the new patch set (#3).
Change subject: drivers/{crb,pc80/tpm}: Drop conflicting tpm_config_t typedef ......................................................................
drivers/{crb,pc80/tpm}: Drop conflicting tpm_config_t typedef
When both CRB and pc80 TPM drivers are compiled in, building fails because the tpm_config_t typedef has two incompatible definitions. Given that typedefs are discouraged by the project's coding style, simply get rid of the tpm_config_t typedef.
TEST=Compile MSI PRO Z690-A target with CRB and PC80 TPM chips enabled in devicetree.
Change-Id: Id41717e265362303a17745303a907c9c8f4f4e12 Signed-off-by: Michał Żygowski michal.zygowski@3mdeb.com --- M src/drivers/crb/chip.h M src/drivers/pc80/tpm/chip.h M src/drivers/pc80/tpm/tis.c 3 files changed, 7 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/57/82057/3