mbox series

[kirkstone,0/1] arm-bsp/tf-a-tests: Add recipe to build

Message ID 20220512164129.28438-1-vishnu.banavath@arm.com
Headers show
Series arm-bsp/tf-a-tests: Add recipe to build | expand

Message

vishnu.banavath@arm.com May 12, 2022, 4:41 p.m. UTC
From: Vishnu Banavath <vishnu.banavath@arm.com>

TFTF is TF-A tests that runs at NS-EL2. This is primarily developed to
test the TF-A interfaces exposed to NS code.

Vishnu Banavath (1):
  arm-bsp/tf-a-tests: Add recipe to build and install TFTF

 .gitlab-ci.yml                                |  2 +-
 ci/tftf.yml                                   |  7 +++
 kas/corstone1000-base.yml                     |  2 +-
 kas/tftf.yml                                  |  7 +++
 .../conf/machine/include/corstone1000.inc     |  1 -
 .../tf-a-tests_2.6.bbappend                   |  3 ++
 .../trusted-firmware-a-corstone1000.inc       |  2 +-
 .../trusted-firmware-a/tf-a-tests_2.6.bb      | 53 +++++++++++++++++++
 .../trusted-firmware-a/trusted-firmware-a.inc |  4 ++
 9 files changed, 77 insertions(+), 4 deletions(-)
 create mode 100644 ci/tftf.yml
 create mode 100644 kas/tftf.yml
 create mode 100644 meta-arm-bsp/recipes-bsp/trusted-firmware-a/tf-a-tests_2.6.bbappend
 create mode 100644 meta-arm/recipes-bsp/trusted-firmware-a/tf-a-tests_2.6.bb

Comments

Jon Mason May 16, 2022, 4:45 p.m. UTC | #1
On Thu, 12 May 2022 17:41:28 +0100, vishnu.banavath@arm.com wrote:
> TFTF is TF-A tests that runs at NS-EL2. This is primarily developed to
> test the TF-A interfaces exposed to NS code.
> 
> Vishnu Banavath (1):
>   arm-bsp/tf-a-tests: Add recipe to build and install TFTF
> 
>  .gitlab-ci.yml                                |  2 +-
>  ci/tftf.yml                                   |  7 +++
>  kas/corstone1000-base.yml                     |  2 +-
>  kas/tftf.yml                                  |  7 +++
>  .../conf/machine/include/corstone1000.inc     |  1 -
>  .../tf-a-tests_2.6.bbappend                   |  3 ++
>  .../trusted-firmware-a-corstone1000.inc       |  2 +-
>  .../trusted-firmware-a/tf-a-tests_2.6.bb      | 53 +++++++++++++++++++
>  .../trusted-firmware-a/trusted-firmware-a.inc |  4 ++
>  9 files changed, 77 insertions(+), 4 deletions(-)
>  create mode 100644 ci/tftf.yml
>  create mode 100644 kas/tftf.yml
>  create mode 100644 meta-arm-bsp/recipes-bsp/trusted-firmware-a/tf-a-tests_2.6.bbappend
>  create mode 100644 meta-arm/recipes-bsp/trusted-firmware-a/tf-a-tests_2.6.bb

Applied, thanks!

[1/1] arm-bsp/tf-a-tests: Add recipe to build and install TFTF
      commit: 43224b60b7360925b7c3b2eb825189a20e58d3ec

Best regards,