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

Last change on this file was c8bf730, checked in by Joel Sherrill <joel@…>, on 03/14/23 at 14:13:35

rtems-bsps-riscv.ini: Update list to drop medany and add BSPs

  • Property mode set to 100644
File size: 1.3 KB
Line 
1#
2# RTEMS Tools Project (http://www.rtems.org/)
3# Copyright 2018 embedded brains GmbH
4# Copyright 2022 OAR Corporation
5# All rights reserved.
6#
7# This file is part of the RTEMS Tools package in 'rtems-bsp-builder'.
8#
9# Permission to use, copy, modify, and/or distribute this software for any
10# purpose with or without fee is hereby granted, provided that the above
11# copyright notice and this permission notice appear in all copies.
12#
13# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
14# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
15# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
16# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
17# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
18# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
19# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
20
21#
22# RISC-V Architecture
23#
24[riscv]
25bsps = frdme310arty,
26    griscv, grv32i, grv32im, grv32imac, grv32imafdc,
27    mpfs64imafdc,
28    noel32im, noel32imafd, noel64imac, noel64imafd, noel64imafdc,
29    rv32i, rv32iac, rv32im, rv32imac, rv32imafc, rv32imafd, rv32imafdc,
30    rv64imac, rv64imafd, rv64imafdc
31
32exclude-smp = frdme310arty,
33    grv32i, grv32im,
34    noel32im,
35    rv32i, rv32im
Note: See TracBrowser for help on using the repository browser.