CI: Run tpm tests on rpi4 in sjg lab

The lab's rpi4 now has a LetsTrust TPM, so enable the TPM tests on it.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-06-03 07:21:54 -06:00
parent cae2cad94f
commit 914cce06f9

View File

@@ -625,6 +625,10 @@ coreboot test.py:
- export strategy="-s uboot -e off"
- export USE_LABGRID_SJG=1
# export verbose="-v"
- export vars=
- if [[ -n "${ADJUST}" ]]; then
vars="-V build-adjust ${ADJUST}";
fi
- ${SRC}/test/py/test.py --role ${ROLE} --build-dir "${OUT}"
--capture=tee-sys -k "not bootstd ${TEST_PY_TEST_SPEC}" || ret=$?
- U_BOOT_BOARD_IDENTITY="${ROLE}" u-boot-test-release || true
@@ -739,6 +743,7 @@ pine64:
rpi4:
variables:
ROLE: rpi4
ADJUST: SPI:CMD_SPI:TPM:DM_SPI:SOFT_SPI:CMD_TPM:TPM2_TIS_SPI
<<: *lab_dfn
rpi0: