[rtems-tools commit] tiers: Add AArch64 to tier 1

Joel Sherrill joel at rtems.org
Wed Jan 19 17:53:01 UTC 2022


Module:    rtems-tools
Branch:    master
Commit:    e0f9f8ff5058d3217f07a261c5579836efd0b716
Changeset: http://git.rtems.org/rtems-tools/commit/?id=e0f9f8ff5058d3217f07a261c5579836efd0b716

Author:    Kinsey Moore <kinsey.moore at oarcorp.com>
Date:      Tue Jan 18 10:18:34 2022 -0600

tiers: Add AArch64 to tier 1

Hardware test results have recently been posted for AArch64.

Closes #4581

---

 config/rtems-bsps-tiers.ini | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/config/rtems-bsps-tiers.ini b/config/rtems-bsps-tiers.ini
index 875c5df..ba9e6b5 100644
--- a/config/rtems-bsps-tiers.ini
+++ b/config/rtems-bsps-tiers.ini
@@ -21,10 +21,11 @@
 # Tier 1: no build errors and no unexpected tests failures on hardware.
 #
 [tier-1]
-archs = arm, i386, powerpc
+archs = arm, i386, powerpc, aarch64
 bsps_arm = beagleboneblack, imx7, xilinx_zynq_zedboard
 bsps_i386 = pc686
 bsps_powerpc = qoriq_e500
+bsps_aarch64 = xilinx_zynqmp_lp64_zu3eg, xilinx_zynqmp_ilp32_zu3eg
 
 #
 # Tier 2: no build errors and no unexpected tests failures on hardware and



More information about the vc mailing list