commit | ddb5e2fd12a759270dd3566d086bbb91076ae0ae | [log] [tgz] |
---|---|---|
author | Mikko Rapeli <mikko.rapeli@linaro.org> | Mon Jan 15 09:26:56 2024 +0000 |
committer | Mikko Rapeli <mikko.rapeli@linaro.org> | Tue Mar 25 08:00:44 2025 +0000 |
tree | d726e405e94471e42b9e919b30935029c46be5b1 | |
parent | b78c307ca6ef3417245b6ed6a9408472f01c4fa5 [diff] |
fix(qemu): ignore TPM error If firmware is configured with TPM support but it's missing on HW, e.g. swtpm not started and/or configured with qemu, then continue booting. Missing TPM is not a fatal error. Enables testing boot without TPM device to see that missing TPM is detected further up the SW stack and correct fallback actions are taken. Change-Id: Ibf35ae84383dc87ad65385ecb9e07fd81dce88f2 Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>