]> git.baikalelectronics.ru Git - uboot.git/commit
configs: enable CMD_TPM on QEMU ARM
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 15 Nov 2021 17:13:10 +0000 (18:13 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Tue, 30 Nov 2021 08:23:37 +0000 (09:23 +0100)
commit994bdb165c5080cdce2d2d2a8f235ac8fdc1e4a6
treedb90c6c982c0da1175de1364b8bdffae9e6063a0
parentf34504b7f5723789ce3e7245cbb7fe9a8de7b725
configs: enable CMD_TPM on QEMU ARM

With TPM emulation enabled in u-boot-test-hooks we should also provide the
tpm2 command used for the test/py/tests/test_tpm2.py test.

One of the Python TPMv2 tests expects sandbox specific values. So disable
it on other platforms.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
configs/qemu_arm64_defconfig
configs/qemu_arm_defconfig
test/py/tests/test_tpm2.py