From: Raymond Mao <raymondmaoca@gmail.com>
To: Raymond Mao <raymond.mao@linaro.org>, u-boot@lists.denx.de
Cc: Tom Rini <trini@konsulko.com>,
Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi>,
Simon Glass <sjg@chromium.org>,
Ilias Apalodimas <ilias.apalodimas@linaro.org>,
Michal Simek <michal.simek@amd.com>,
Adriano Cordova <adrianox@gmail.com>,
Patrick Rudolph <patrick.rudolph@9elements.com>,
Jerome Forissier <jerome.forissier@linaro.org>,
Heinrich Schuchardt <xypron.glpk@gmx.de>,
raymondmaoca@gmail.com
Subject: Re: [RESEND PATCH v5 0/5] Enable Firmware Handoff CI test on qemu_arm64
Date: Mon, 3 Nov 2025 22:13:28 -0500 [thread overview]
Message-ID: <745a1137-08ad-4365-9712-35a45b9ed6fd@gmail.com> (raw)
In-Reply-To: <20251021181703.598342-1-raymond.mao@linaro.org>
Hi Tom,
Is this series ready to merge or any improvements are needed?
Raymond
On 2025-10-21 2:16 p.m., Raymond Mao wrote:
> This patch series enable Firmware Handoff [1] CI tests on qemu_arm64 by:
> 1. fetch MbedTLS (v3.6), OP-TEE (v4.7.0) and TF-A (v2.13.0);
> 2. build bl1 and fip with both Firmware Handoff and Measured Boot
> enabled;
> 3. pytest to validate the Firmware Handoff feature via bloblist by
> checking the existence of expected FDT nodes and TPM events generated
> and handed over from TF-A/OP-TEE.
>
> Pre-requisite u-boot-test-hooks patches [2] are required.
> A test pipeline is triggered at [3] with hacking docker image [4] and
> test hooks [5].
>
> [1] https://github.com/FirmwareHandoff/firmware_handoff
> [2] https://lore.kernel.org/u-boot/20251003191918.767698-1-raymond.mao@linaro.org/T/#t
> [3] https://github.com/u-boot/u-boot/pull/818
> [4] https://hub.docker.com/repository/docker/raymondmao20200915/uboot-ci/tags/latest/sha256-bff18c1f2488d350e9e6e51c9987e24c36b3bfe110079aa0682964c815dd285a
> [5] https://github.com/raymo200915/u-boot-test-hooks/tree/eventlog_handoff_v2
>
> Raymond Mao (5):
> docker: add OP-TEE and TF-A build for testing Firmware Handoff
> pytest: add test script to validate Firmware Handoff
> configs: select CMD_BLOBLIST for Firmware Handoff testing
> ci: check existence of bl1 and fip in the test script
> ci: add test entries for qemu_arm64_tfa_fw_handoff
>
> .azure-pipelines.yml | 18 ++++-
> .gitlab-ci.yml | 21 ++++-
> configs/qemu_arm64_defconfig | 1 +
> doc/develop/pytest/test_fw_handoff.rst | 8 ++
> test/py/tests/test_fw_handoff.py | 108 +++++++++++++++++++++++++
> tools/docker/Dockerfile | 40 ++++++++-
> 6 files changed, 189 insertions(+), 7 deletions(-)
> create mode 100644 doc/develop/pytest/test_fw_handoff.rst
> create mode 100644 test/py/tests/test_fw_handoff.py
>
next prev parent reply other threads:[~2025-11-04 3:13 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-21 18:16 [RESEND PATCH v5 0/5] Enable Firmware Handoff CI test on qemu_arm64 Raymond Mao
2025-10-21 18:16 ` [RESEND PATCH v5 1/5] docker: add OP-TEE and TF-A build for testing Firmware Handoff Raymond Mao
2025-10-21 18:16 ` [RESEND PATCH v5 2/5] pytest: add test script to validate " Raymond Mao
2025-10-21 18:16 ` [RESEND PATCH v5 3/5] configs: select CMD_BLOBLIST for Firmware Handoff testing Raymond Mao
2025-10-21 18:16 ` [RESEND PATCH v5 4/5] ci: check existence of bl1 and fip in the test script Raymond Mao
2025-10-21 18:16 ` [RESEND PATCH v5 5/5] ci: add test entries for qemu_arm64_tfa_fw_handoff Raymond Mao
2025-11-04 3:13 ` Raymond Mao [this message]
2025-11-04 17:05 ` [RESEND PATCH v5 0/5] Enable Firmware Handoff CI test on qemu_arm64 Tom Rini
2025-11-04 19:05 ` Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=745a1137-08ad-4365-9712-35a45b9ed6fd@gmail.com \
--to=raymondmaoca@gmail.com \
--cc=adrianox@gmail.com \
--cc=ilias.apalodimas@linaro.org \
--cc=jerome.forissier@linaro.org \
--cc=michal.simek@amd.com \
--cc=patrick.rudolph@9elements.com \
--cc=raymond.mao@linaro.org \
--cc=sjg@chromium.org \
--cc=trini@konsulko.com \
--cc=tuomas.tynkkynen@iki.fi \
--cc=u-boot@lists.denx.de \
--cc=xypron.glpk@gmx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.