From 9a8a03c713b627293762d5a1b7b239cc31cf6357 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Mon, 15 May 2017 11:29:46 +1000 Subject: rtems-bsp-builder: Add all architectures and BSPs. - Add support to include other INI files. - Add support for extended interpolation on Python 2.7. --- tester/rtems/rtems-bsps-tiers.ini | 75 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 tester/rtems/rtems-bsps-tiers.ini (limited to 'tester/rtems/rtems-bsps-tiers.ini') diff --git a/tester/rtems/rtems-bsps-tiers.ini b/tester/rtems/rtems-bsps-tiers.ini new file mode 100644 index 0000000..c6bba14 --- /dev/null +++ b/tester/rtems/rtems-bsps-tiers.ini @@ -0,0 +1,75 @@ +# +# RTEMS Tools Project (http://www.rtems.org/) +# Copyright 2017 Chris Johns (chrisj@rtems.org) +# All rights reserved. +# +# This file is part of the RTEMS Tools package in 'rtems-bsp-builder'. +# +# Permission to use, copy, modify, and/or distribute this software for any +# purpose with or without fee is hereby granted, provided that the above +# copyright notice and this permission notice appear in all copies. +# +# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +# +# Tier 1: no build errors and no unexpected tests failures on hardware. +# +[tier-1] +archs = arm, i386, sparc +bsps_arm = altcycv_devkit, + altcycv_devkit_smp, + xilinx_zynq_zc702, xilinx_zynq_zc706, xilinx_zynq_zedboard +bsps_i386 = pc686 +bsps_sparc = leon2, leon3 + +# +# Tier 2: no build errors and no unexpected tests failures on hardware and +# simulators. +# +[tier-2] +archs = arm, sparc +bsps_arm = lm3s6965_qemu, + realview_pbx_a9_qemu, realview_pbx_a9_qemu_smp, + xilinx_zynq_a9_qemu +bsps_sparc = erc32 +# +# Tier 3: no build errors, no tests run. +# +[tier-3] +archs = arm, moxie +bsps_arm = arm1136jfs, + arm1136js, arm7tdmi, arm920, armcortexa9, atsamv, + beagleboardorig, beagleboardxm, beagleboneblack, beaglebonewhite, + csb336, csb337, csb637, + edb7312, + kit637_v6, + gumstix, + lm3s3749, lm3s6965, lm4f120, + lpc1768_mbed, lpc1768_mbed_ahb_ram, lpc1768_mbed_ahb_ram_eth, + lpc17xx_ea_ram, lpc17xx_ea_rom_int, lpc17xx_plx800_ram, + lpc17xx_plx800_rom_int, lpc2362, lpc23xx_tli800, lpc24xx_ea, + lpc24xx_ncs_ram, lpc24xx_ncs_rom_ext, lpc24xx_ncs_rom_int, + lpc24xx_plx800_ram, lpc24xx_plx800_rom_int, lpc40xx_ea_ram, + lpc40xx_ea_rom_int, lpc32xx_mzx, lpc32xx_mzx_stage_1, + lpc32xx_mzx_stage_2, lpc32xx_phycore, + raspberrypi, raspberrypi2, + rtl22xx, rtl22xx_t, + smdk2410, + stm32f105rc, stm32f4, + tms570ls3137_hdk, tms570ls3137_hdk_intram, + tms570ls3137_hdk_sdram, + tms570ls3137_hdk_with_loader +bsps_moxie = moxiesim + +# +# Tier 4: nothing expected. +# +[tier-4] +archs = epiphany +bsps_epiphany = epiphany_sim -- cgit v1.2.3