summaryrefslogtreecommitdiff
path: root/config/tftf-base.yaml
blob: 68225245c14ac5633824bdd77811ead1e9607a09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Copyright (c) 2023, Arm Limited.
# SPDX-License-Identifier: MIT

%YAML 1.2
---
description: >-
  The Trusted Firmware-A Tests (TF-A-Tests) is a suite of baremetal tests that
  exercise the Trusted Firmware-A (TF-A) features. This provides a baseline
  configuration that can be customized by higher layers.

build:
  tftf:
    repo:
      remote: https://git.trustedfirmware.org/TF-A/tf-a-tests.git
      revision: v2.10

    toolchain: aarch64-none-elf-

    params:
      PLAT: fvp
      ENABLE_REALM_PAYLOAD_TESTS: 1

    build:
      # tfa-tests has makefile dependency bug that makes parallel make for more
      # than ~8 jobs unreliable, so limit it to 8.
      - "make BUILD_BASE=${param:builddir} ${param:join_equal} -j$$(( ${param:jobs} < 8 ? ${param:jobs} : 8 )) all"

    clean:
      - make BUILD_BASE=${param:builddir} realclean

    artifacts:
      SP_LAYOUT: ${param:builddir}/fvp/release/sp_layout.json