source: rtems-tools/config/rtems-bsps-arm.ini

Last change on this file was 9fdaa4e, checked in by Sebastian Huber <sebastian.huber@…>, on 01/20/24 at 20:55:47

config: Update BSPs

Update #4982.

  • Property mode set to 100644
File size: 3.4 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       atsamv,
26       beagleboardorig, beagleboardxm, beagleboneblack, beaglebonewhite,
27       csb336, csb337, csb637,
28       edb7312,
29       fvp_cortex_r52,
30       kit637_v6,
31       gumstix,
32       imx7,
33       imxrt1052,
34       lm3s3749, lm3s6965, lm3s6965_qemu, lm4f120,
35       lpc1768_mbed, lpc1768_mbed_ahb_ram, lpc1768_mbed_ahb_ram_eth,
36       lpc17xx_ea_ram, lpc17xx_ea_rom_int, lpc17xx_plx800_ram,
37       lpc17xx_plx800_rom_int, lpc2362, lpc23xx_tli800, lpc24xx_ea,
38       lpc24xx_ncs_ram, lpc24xx_ncs_rom_ext, lpc24xx_ncs_rom_int,
39       lpc24xx_plx800_ram, lpc24xx_plx800_rom_int, lpc40xx_ea_ram,
40       lpc40xx_ea_rom_int, lpc32xx_mzx, lpc32xx_mzx_stage_1,
41       lpc32xx_mzx_stage_2, lpc32xx_phycore,
42       nucleo-h743zi,
43       raspberrypi, raspberrypi2,
44       realview_pbx_a9_qemu,
45       rtl22xx, rtl22xx_t,
46       smdk2410,
47       stm32f105rc, stm32f4, stm32h7, stm32h7b3i-dk, stm32h757i-eval,
48       stm32h757i-eval-m4, stm32h747i-disco, stm32h747i-disco-m4,
49       tms570ls3137_hdk, tms570ls3137_hdk_intram,
50       tms570ls3137_hdk_sdram,
51       tms570lc4357_hdk,
52       tms570lc4357_hdk_sdram,
53       xen_virtual,
54       xilinx_zynq_zc702, xilinx_zynq_zc706, xilinx_zynq_zedboard,
55       xilinx_zynq_a9_qemu,
56       xilinx_zynqmp_ultra96
57exclude-smp = atsamv,
58              beagleboardorig, beagleboardxm, beagleboneblack, beaglebonewhite,
59              csb336, csb337, csb637,
60              edb7312,
61              fvp_cortex_r52,
62              kit637_v6,
63              gumstix,
64              imxrt1052,
65              lm3s3749, lm3s6965, lm3s6965_qemu, lm4f120,
66              lpc1768_mbed, lpc1768_mbed_ahb_ram, lpc1768_mbed_ahb_ram_eth,
67              lpc17xx_ea_ram, lpc17xx_ea_rom_int, lpc17xx_plx800_ram,
68              lpc17xx_plx800_rom_int, lpc2362, lpc23xx_tli800, lpc24xx_ea,
69              lpc24xx_ncs_ram, lpc24xx_ncs_rom_ext, lpc24xx_ncs_rom_int,
70              lpc24xx_plx800_ram, lpc24xx_plx800_rom_int, lpc40xx_ea_ram,
71              lpc40xx_ea_rom_int, lpc32xx_mzx, lpc32xx_mzx_stage_1,
72              lpc32xx_mzx_stage_2, lpc32xx_phycore,
73              nucleo-h743zi,
74              raspberrypi, raspberrypi2,
75              rtl22xx, rtl22xx_t,
76              smdk2410,
77              stm32f105rc, stm32f4, stm32h7,
78              stm32h7b3i-dk, stm32h757i-eval, stm32h757i-eval-m4,
79              stm32h747i-disco, stm32h747i-disco-m4,
80              tms570ls3137_hdk, tms570ls3137_hdk_intram,
81              tms570ls3137_hdk_sdram,
82              xen_virtual,
83              xilinx_zynqmp_ultra96
Note: See TracBrowser for help on using the repository browser.