coreboot/src/drivers/crb
Michał Żygowski 0c6d48f3ee 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>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/82057
Reviewed-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
2024-08-06 17:14:06 +00:00
..
chip.h drivers/{crb,pc80/tpm}: Drop conflicting tpm_config_t typedef 2024-08-06 17:14:06 +00:00
Kconfig drivers: Add SPDX license headers to Kconfig files 2024-02-18 01:59:32 +00:00
Makefile.mk driver/acpi to /driver/gfx: Rename Makefiles from .inc to .mk 2024-01-24 10:03:39 +00:00
tis.c drivers/crb: Disable device if CRB TPM not present 2024-04-26 11:54:45 +00:00
tpm.c drivers/crb: use crb_tpm_ prefix instead of tpm2_ 2024-04-15 13:35:00 +00:00
tpm.h security/tpm: support compiling in multiple TPM drivers 2024-04-16 13:52:14 +00:00