mbox series

[0/2] Enable TFTF test build for additional boards

Message ID 20231018142409.5807-1-drew.reed@arm.com
Headers show
Series Enable TFTF test build for additional boards | expand

Message

drew.reed@arm.com Oct. 18, 2023, 2:24 p.m. UTC
From: Drew Reed <Drew.Reed@arm.com>

Enable building an image with the TF-A TFTF tests in place of the TF-A
BL31 payload so the tests are run from normal world on the N1SDP
platform.
Include in the CI configuration the building of this new image for the
N1SDP board
Include the building of a Corstone-1000 MPS3 board TFTF test image into
the CI pipeline

Drew Reed (2):
  arm-bsp: Enable TF-A test building for the N1SDP
  CI: Enable TF-A TFTF test builds

 .gitlab-ci.yml                                             | 7 +++++--
 ci/tftf.yml                                                | 1 +
 meta-arm-bsp/conf/machine/n1sdp.conf                       | 4 ++++
 .../recipes-bsp/trusted-firmware-a/tf-a-tests_%.bbappend   | 2 ++
 .../trusted-firmware-a/trusted-firmware-a-n1sdp.inc        | 6 ++----
 5 files changed, 14 insertions(+), 6 deletions(-)

Comments

Jon Mason Oct. 18, 2023, 9:27 p.m. UTC | #1
On Wed, 18 Oct 2023 15:24:07 +0100, drew.reed@arm.com wrote:
> From: Drew Reed <Drew.Reed@arm.com>
> 
> Enable building an image with the TF-A TFTF tests in place of the TF-A
> BL31 payload so the tests are run from normal world on the N1SDP
> platform.
> Include in the CI configuration the building of this new image for the
> N1SDP board
> Include the building of a Corstone-1000 MPS3 board TFTF test image into
> the CI pipeline
> 
> [...]

Applied, thanks!

[1/2] arm-bsp: Enable TF-A test building for the N1SDP
      commit: 8b3df3dd9bcf380bd7a0c96581ce5d3e48b3a52b
[2/2] CI: Enable TF-A TFTF test builds
      commit: ba17def14a27ebe0bf024e1981e90e24f3757e41

Best regards,