Message ID | 20220511135231.14477-1-vishnu.banavath@arm.com |
---|---|
Headers | show |
Series | arm-bsp/tf-a-tests: Add recipe to build and install TFTF | expand |
On Wed, 11 May 2022 14:52:30 +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/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 ++ > 8 files changed, 76 insertions(+), 3 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: f68fa49bcae00f9aa25473ef878ef8a72e2dd41e Best regards,
On Wed, 11 May 2022 14:52:30 +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/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 ++ > 8 files changed, 76 insertions(+), 3 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,
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/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 ++ 8 files changed, 76 insertions(+), 3 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