From 5416cfa39dd6b386958571f925b72a15fd63372b Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Tue, 2 Oct 2018 16:49:54 +1000 Subject: config: Create a config directory and move the RTEMS arch/bsp data to it. Closes #3536 --- config/rtems-bsps-riscv.ini | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 config/rtems-bsps-riscv.ini (limited to 'config/rtems-bsps-riscv.ini') diff --git a/config/rtems-bsps-riscv.ini b/config/rtems-bsps-riscv.ini new file mode 100644 index 0000000..da3a5a4 --- /dev/null +++ b/config/rtems-bsps-riscv.ini @@ -0,0 +1,27 @@ +# +# RTEMS Tools Project (http://www.rtems.org/) +# Copyright 2018 embedded brains GmbH +# 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. + +# +# RISC-V Architecture +# +[riscv] +bsps = rv32iac, rv32i, rv32imac, rv32imafc, rv32imafdc, rv32imafd, rv32im, + rv64imac, rv64imac_medany, rv64imafdc, rv64imafd, rv64imafdc_medany, + rv64imafd_medany +exclude-smp = rv32i, rv32im -- cgit v1.2.3