Re: [U-BOOT TEST HOOKS PATCH] travis-ci: Do not run TPM tests on Versal QEMU target

2023-08-29 Thread Tom Rini
On Mon, 28 Aug 2023 16:29:53 +0200, Michal Simek wrote: > TPM is going to be enabled by default but QEMU doesn't model it over SPI > that's why disable it for xilinx_versal_virt_qemu target. > > Applied, thanks! [1/1] travis-ci: Do not run TPM tests on Versal QEMU target commit: 3c736fb

[U-BOOT TEST HOOKS PATCH] travis-ci: Do not run TPM tests on Versal QEMU target

2023-08-28 Thread Michal Simek
TPM is going to be enabled by default but QEMU doesn't model it over SPI that's why disable it for xilinx_versal_virt_qemu target. Signed-off-by: Michal Simek --- py/travis-ci/u_boot_boardenv_xilinx_versal_virt_qemu.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 py/travis-ci/u_boo