commit | cc58f08fe6a53ab375322dbdec6edbe5707110b8 | [log] [tgz] |
---|---|---|
author | Raymond Mao <raymond.mao@linaro.org> | Fri Dec 27 07:20:25 2024 -0800 |
committer | Raymond Mao <raymond.mao@linaro.org> | Tue Jan 07 07:15:30 2025 -0800 |
tree | 88b9fc0d72fd2c8eda48968ad2b9a1f04dec8a7a | |
parent | 4d8b4ca0f5ab98e2d5d764a1530ae5fe55ba79bc [diff] |
feat(qemu): hand off TPM event log via TL If TRANSFER_LIST is enabled, hand off TPM event log via TL instead of DT; otherwise fallback to legacy way if TRANSFER_LIST is off or errors observed. Moreover, for updating the TL from secure to non-secure memory before existing EL3, replace memcpy with function transfer_list_relocate() for more accuracy. Change-Id: I1d6bcf573f91efe99380bc89195198a8583b1def Signed-off-by: Raymond Mao <raymond.mao@linaro.org>