summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/aarch64/a72/tsta72.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* spec: Add QEMU test annotationsKinsey Moore2023-07-101-30/+3
| | | | | | | | | QEMU is known to fail certain tests intermittently due to clock tick delivery issues. This defines those tests as intermittent for BSPs intended to run on QEMU alone. Updates #4922 Updates #4072
* build: Use enabled by for defaultsSebastian Huber2023-01-171-2/+1
| | | | | | | | | | | | | | Merge the "default" and "default-by-variant" attributes. Use an "enabled-by" expression to select the default value based on the enabled set. This makes it possible to select default values depending on other options. For example you could choose memory settings based on whether RTEMS_SMP is enabled or disabled. The change was tested by comparing the output of ./waf bspdefaults before and after the change.
* build: Add reason to test state definitionsSebastian Huber2023-01-171-25/+34
|
* spec/aarch64: Enable previously unbuildable testsKinsey Moore2021-10-201-4/+0
| | | | | | | The spconfig01 and spmisc01 tests were disabled for all AArch64 BSPs due to a toolchain issue preventing them from compiling correctly. The binutils version that contains the fix has been released and integrated into RSB such that these two tests now build and operate correctly.
* build: Merge default-by-family into by-variantSebastian Huber2021-08-181-1/+0
| | | | | | | Prefix the BSP family name with "bsps/" to make it distinct to the BSP variant names. Update #4468.
* build: Use BSP family for optionsChris Johns2021-07-151-0/+1
| | | | | | | - Optionally add support for 'default-by-family' to allow option to be set by a family and so all related BSPs Close #4468
* aarch64: add qemu bsps for cortex-a72Gedare Bloom2021-06-091-0/+41
The a72 BSPs are identical to the a53 BSPs just changing a53 to a72.