summaryrefslogtreecommitdiff
path: root/config/rtems-bsps-tiers.ini
blob: 875c5dfda86da5beb9fd048f1199b29f943c3ac6 (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
#
# 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, powerpc
bsps_arm = beagleboneblack, imx7, xilinx_zynq_zedboard
bsps_i386 = pc686
bsps_powerpc = qoriq_e500

#
# Tier 2: no build errors and no unexpected tests failures on hardware and
#         simulators.
#
[tier-2]
archs = mips, powerpc, sparc
bsps_mips =  jmr3904
bsps_powerpc = psim
bsps_sparc = erc32, leon2, leon3

#
# Tier 3: no build errors, no tests run.
#
[tier-3]
archs = arm, bfin, i386, lm32, m68k, moxie,
        nios2, or1k, sh, sparc64, v850, x86_64
bsps_arm = altcycv_devkit,
    arm1136jfs, arm1136js, arm7tdmi, arm920, armcortexa9, atsamv,
    beagleboardorig, beagleboardxm, beaglebonewhite,
    csb336, csb337, csb637,
    edb7312,
    kit637_v6,
    gumstix,
    lm3s3749, lm3s6965, lm3s6965_qemu, 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,
    realview_pbx_a9_qemu,
    rtl22xx, rtl22xx_t,
    smdk2410,
    stm32f105rc, stm32f4,
    tms570ls3137_hdk, tms570ls3137_hdk_intram,
    tms570ls3137_hdk_sdram,
    tms570ls3137_hdk_with_loader,
    xilinx_zynq_a9_qemu, xilinx_zynq_zc702, xilinx_zynq_zc706
bsps_bfin = TLL6527M, bf537Stamp, eZKit533
bsps_i386 = pc386, pc486, pc586-sse, pc586, pcp4
bsps_lm32 = lm32_evr, lm32_evr_gdbsim, milkymist
bsps_m68k = av5282,
    csb360,
    gen68340, gen68360, gen68360_040,
    pgh360,
    COBRA5475,
    m5484FireEngine,
    mcf5206elite,
    mcf52235, mcf5225x,
    mcf5235,
    mcf5329,
    mrm332,
    mvme147, mvme147s, mvme162, mvme162lx, mvme167,
    uC5282
bsps_mips =  csb350, hurricane, malta, rbtx4925, rbtx4938
bsps_moxie = moxiesim
bsps_nios2 = nios2_iss
bsps_or1k = generic_or1k
bsps_powerpc = beatnik,
    br_uid,
    gwlcfm,
    haleakala,
    hsc_cm01,
    icecube,
    mcp750,
    mpc5566evb, phycore_mpc5554,
    mpc5643l_evb, mpc5668g,
    mpc5674fevb,
    mpc8260ads,
    mpc8309som,
    mpc8313erdb,
    mpc8349eamds,
    mtx603e,
    mvme2100, mvme2307, mvme3100, mvme5500,
    pghplus,
    pm520_cr825, pm520_ze30,
    qemuppc, qemuprep, qemuprep-altivec,
    qoriq_core_0, qoriq_core_1, qoriq_e6500_32, qoriq_e6500_64
    ss555,
    t32mppc,
    tqm8xx_stk8xx,
    virtex, virtex4, virtex5
bsps_sh = gensh1, gensh2, gensh4, simsh1, simsh2, simsh2e, simsh4
bsps_sparc = at697f, gr712rc, ut699, ut700, gr740
bsps_sparc64 = niagara, usiii
bsps_v850 =  v850e1sim, v850e2sim, v850e2v3sim, v850esim, v850essim, v850sim
bsps_x86_64 = amd64

#
# Tier 4: nothing expected.
#
[tier-4]
archs =