Pull request for tpm-master-16112024
Ilias Apalodimas
ilias.apalodimas at linaro.org
Sat Nov 16 20:06:58 CET 2024
Hi Tom,
Not much for the TPM subsystem on this cycle. Just two patches from Heinrich,
adding missing tpm libraries to the maintenance list and fix for a coverti issue
The following changes since commit f39199e8096dab68fe4a8e15f8ff60026a5fe491:
km: disable CMD_JFFS2 for all PPC boards (2024-11-15 13:11:51 -0600)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-tpm/ tags/tpm-master-16112024
for you to fetch changes up to c0231ede0f555b098dc7418926a8f9b407cc9928:
MAINTAINERS: add lib/tpm* to TPM DRIVERS (2024-11-16 19:23:11 +0200)
The CI at https://source.denx.de/u-boot/custodians/u-boot-tpm/-/pipelines/23393
worked as expected
Please pull!
/Ilias
----------------------------------------------------------------
Two changes from Heinrich.
One is adding some missing TPM files for proper maintenance.
The second addresses Coverity-ID: 356664 replacing a mempcy()
which has undefined behavior with memmove()
----------------------------------------------------------------
Heinrich Schuchardt (2):
tpm: use memmove() for overlapping buffers
MAINTAINERS: add lib/tpm* to TPM DRIVERS
MAINTAINERS | 1 +
lib/tpm-v2.c | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
More information about the U-Boot
mailing list