Attention is currently required from: Nico Huber, Patrick Rudolph, Tim Wawrzynczak, Subrata Banik. Hello build bot (Jenkins), Nico Huber, Benjamin Doron, Tim Wawrzynczak, Subrata Banik, Angel Pons, Michael Niewöhner, Andrey Petrov, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/48658
to look at the new patch set (#3).
Change subject: soc/intel/*: Add TPM decode range to soc_get_fixed_mmio_ranges() ......................................................................
soc/intel/*: Add TPM decode range to soc_get_fixed_mmio_ranges()
The TPM memory MMIO range is always decoded by the PCH, regardless if it's LPC, SPI or fTPM.
Add the memory range to fixed MMIO ranges list to prevent LGMR register being written with this address.
This approach doesn't use CONFIG_TPM_TIS_BASE_ADDRESS as the decoded memory area doesn't change with CONFIG_TPM_TIS_BASE_ADDRESS being modified.
Change-Id: I8f2257b55a712b936763cfd289c2c4b1633e8049 Signed-off-by: Patrick Rudolph patrick.rudolph@9elements.com --- M src/soc/intel/alderlake/espi.c M src/soc/intel/alderlake/include/soc/iomap.h M src/soc/intel/apollolake/include/soc/iomap.h M src/soc/intel/apollolake/lpc.c M src/soc/intel/cannonlake/include/soc/iomap.h M src/soc/intel/cannonlake/lpc.c M src/soc/intel/elkhartlake/espi.c M src/soc/intel/elkhartlake/include/soc/iomap.h M src/soc/intel/icelake/espi.c M src/soc/intel/icelake/include/soc/iomap.h M src/soc/intel/jasperlake/espi.c M src/soc/intel/jasperlake/include/soc/iomap.h M src/soc/intel/skylake/include/soc/iomap.h M src/soc/intel/skylake/lpc.c M src/soc/intel/tigerlake/espi.c M src/soc/intel/tigerlake/include/soc/iomap.h M src/soc/intel/xeon_sp/include/soc/iomap.h M src/soc/intel/xeon_sp/lpc.c 18 files changed, 39 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/58/48658/3