summaryrefslogtreecommitdiffstats
path: root/spec/build/cpukit
diff options
context:
space:
mode:
authorMartin Aberg <maberg@gaisler.com>2021-02-01 15:18:21 +0100
committerDaniel Hellstrom <daniel@gaisler.com>2022-09-06 16:15:58 +0200
commit9ec9be834d94c5a90890eddb9a1eed8269d67300 (patch)
tree01195e3d25b438e1858777a6ca6311e256bc9078 /spec/build/cpukit
parentbsp/riscv: Work area size based on /memory node in fdt (diff)
downloadrtems-9ec9be834d94c5a90890eddb9a1eed8269d67300.tar.bz2
bsp/riscv: Add NOEL-V BSP
Added support for Cobham Gaisler NOEL-V systems. The NOEL-V support is implemented as a riscv BSP. Both 32-bit and 64-bit processor systems are supported. Cobham Gaisler's NOEL-V RISC-V processor IP is described here: https://www.gaisler.com/NOELV Compatible with the following NOEL-V FPGA example design ranges available from Cobham Gaisler. Follow the links for free bit-streams, DTS/DTB, user's manuals and quick-start guides: - NOEL-ARTYA7-EX (https://www.gaisler.com/NOEL-ARTYA7) - NOEL-PF-EX (https://www.gaisler.com/NOEL-PF) - NOEL-XCKU-EX (https://www.gaisler.com/NOEL-XCKU) Uses the shared GRLIB APBUART console driver "apbuart_termios.c". APBUART devices are probed using device tree. Closes #4225.
Diffstat (limited to 'spec/build/cpukit')
-rw-r--r--spec/build/cpukit/optarchbits.yml2
-rw-r--r--spec/build/cpukit/optsmp.yml4
2 files changed, 6 insertions, 0 deletions
diff --git a/spec/build/cpukit/optarchbits.yml b/spec/build/cpukit/optarchbits.yml
index ac9a1f19cd..f7b652cc60 100644
--- a/spec/build/cpukit/optarchbits.yml
+++ b/spec/build/cpukit/optarchbits.yml
@@ -11,11 +11,13 @@ default-by-variant:
- value:
- '64'
variants:
+ - riscv/noel64.*
- riscv/rv64.*
- value:
- '32'
variants:
- riscv/griscv
+ - riscv/noel32.*
- riscv/rv32.*
description: The architecture word bits for the clang target triple.
enabled-by:
diff --git a/spec/build/cpukit/optsmp.yml b/spec/build/cpukit/optsmp.yml
index b4a2d2c771..a9e62bf8b9 100644
--- a/spec/build/cpukit/optsmp.yml
+++ b/spec/build/cpukit/optsmp.yml
@@ -31,6 +31,10 @@ enabled-by:
- riscv/griscv
- riscv/grv32imac
- riscv/grv32imafdc
+- riscv/noel32imafd
+- riscv/noel64imac
+- riscv/noel64imafdc
+- riscv/noel64imafd
- riscv/rv32iac
- riscv/rv32imac
- riscv/rv32imafc