source: rtems-tools/tester/rtems/rtems-bsps-arm.ini @ 9a8a03c

5
Last change on this file since 9a8a03c was 9a8a03c, checked in by Chris Johns <chrisj@…>, on 05/15/17 at 01:29:46

rtems-bsp-builder: Add all architectures and BSPs.

  • Add support to include other INI files.
  • Add support for extended interpolation on Python 2.7.
  • Property mode set to 100644
File size: 3.2 KB
Line 
1#
2# RTEMS Tools Project (http://www.rtems.org/)
3# Copyright 2017 Chris Johns (chrisj@rtems.org)
4# All rights reserved.
5#
6# This file is part of the RTEMS Tools package in 'rtems-bsp-builder'.
7#
8# Permission to use, copy, modify, and/or distribute this software for any
9# purpose with or without fee is hereby granted, provided that the above
10# copyright notice and this permission notice appear in all copies.
11#
12# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
13# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
14# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
15# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
16# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
17# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
18# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19
20#
21# ARM Architecture
22#
23[arm]
24bsps = altcycv_devkit,
25       altcycv_devkit_smp,
26       arm1136jfs, arm1136js, arm7tdmi, arm920, armcortexa9, atsamv,
27       beagleboardorig, beagleboardxm, beagleboneblack, beaglebonewhite,
28       csb336, csb337, csb637,
29       edb7312,
30       kit637_v6,
31       gumstix,
32       lm3s3749, lm3s6965, lm3s6965_qemu, lm4f120,
33       lpc1768_mbed, lpc1768_mbed_ahb_ram, lpc1768_mbed_ahb_ram_eth,
34       lpc17xx_ea_ram, lpc17xx_ea_rom_int, lpc17xx_plx800_ram,
35       lpc17xx_plx800_rom_int, lpc2362, lpc23xx_tli800, lpc24xx_ea,
36       lpc24xx_ncs_ram, lpc24xx_ncs_rom_ext, lpc24xx_ncs_rom_int,
37       lpc24xx_plx800_ram, lpc24xx_plx800_rom_int, lpc40xx_ea_ram,
38       lpc40xx_ea_rom_int, lpc32xx_mzx, lpc32xx_mzx_stage_1,
39       lpc32xx_mzx_stage_2, lpc32xx_phycore,
40       raspberrypi, raspberrypi2,
41       realview_pbx_a9_qemu, realview_pbx_a9_qemu_smp,
42       rtl22xx, rtl22xx_t,
43       smdk2410,
44       stm32f105rc, stm32f4,
45       tms570ls3137_hdk, tms570ls3137_hdk_intram,
46       tms570ls3137_hdk_sdram,
47       tms570ls3137_hdk_with_loader,
48       xilinx_zynq_zc702, xilinx_zynq_zc706, xilinx_zynq_zedboard,
49       xilinx_zynq_a9_qemu
50exclude-smp = arm1136jfs,
51              arm1136js, arm7tdmi, arm920, armcortexa9, atsamv,
52              beagleboardorig, beagleboardxm, beagleboneblack, beaglebonewhite,
53              csb336, csb337, csb637,
54              edb7312,
55              kit637_v6,
56              gumstix,
57              lm3s3749, lm3s6965, lm3s6965_qemu, lm4f120,
58              lpc1768_mbed, lpc1768_mbed_ahb_ram, lpc1768_mbed_ahb_ram_eth,
59              lpc17xx_ea_ram, lpc17xx_ea_rom_int, lpc17xx_plx800_ram,
60              lpc17xx_plx800_rom_int, lpc2362, lpc23xx_tli800, lpc24xx_ea,
61              lpc24xx_ncs_ram, lpc24xx_ncs_rom_ext, lpc24xx_ncs_rom_int,
62              lpc24xx_plx800_ram, lpc24xx_plx800_rom_int, lpc40xx_ea_ram,
63              lpc40xx_ea_rom_int, lpc32xx_mzx, lpc32xx_mzx_stage_1,
64              lpc32xx_mzx_stage_2, lpc32xx_phycore,
65              raspberrypi, raspberrypi2,
66              rtl22xx, rtl22xx_t,
67              smdk2410,
68              stm32f105rc, stm32f4,
69              tms570ls3137_hdk, tms570ls3137_hdk_intram,
70              tms570ls3137_hdk_sdram,
71              tms570ls3137_hdk_with_loader
72exclude-network = altcycv_devkit, altcycv_devkit_smp,
73                  realview_pbx_a9_qemu, realview_pbx_a9_qemu_smp
Note: See TracBrowser for help on using the repository browser.