From 9ec9be834d94c5a90890eddb9a1eed8269d67300 Mon Sep 17 00:00:00 2001 From: Martin Aberg Date: Mon, 1 Feb 2021 15:18:21 +0100 Subject: 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. --- spec/build/bsps/riscv/optrambegin.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'spec/build/bsps/riscv/optrambegin.yml') diff --git a/spec/build/bsps/riscv/optrambegin.yml b/spec/build/bsps/riscv/optrambegin.yml index 2073926dac..4a867a1921 100644 --- a/spec/build/bsps/riscv/optrambegin.yml +++ b/spec/build/bsps/riscv/optrambegin.yml @@ -16,6 +16,9 @@ default-by-variant: - value: 1879048192 variants: - riscv/rv64.* +- value: 0 + variants: + - riscv/noel.* - value: 1073741824 variants: - riscv/griscv -- cgit v1.2.3