Attention is currently required from: Matt DeVillier, Michał Żygowski.
Hello Matt DeVillier, Michał Żygowski,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/86369?usp=email
to look at the new patch set (#3).
Change subject: drivers/crb: Always generate TPM ACPI Tables ......................................................................
drivers/crb: Always generate TPM ACPI Tables
Commit `fb2c09d5162719a72f0fbc533bec0aa3e8458b93` stopped the SSDT containing TPM tables if PTT was not active, as at the time, the table unconditionally reported the device present in the _STA method.
If the Intel ME is disabled, Linux will still try to probe the TPM, causing a 1 minute 30 second delay booting.
Commit `d503ce1277b968daf9f96bb2215c8ec0e8a17f8a` made the _STA to return an accurate state, so now, the tables can always be generated and Linux will probe correctly without a delay.
Change-Id: I594bf25a207b809c1ae2632eb1aea0d0fb6df35e Signed-off-by: Sean Rhodes sean@starlabs.systems --- M src/drivers/crb/tis.c 1 file changed, 0 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/69/86369/3