From f0864b3835de4f6336f06c1cefc2fbc38692166b Mon Sep 17 00:00:00 2001 From: Pragnesh Patel Date: Fri, 29 Nov 2019 07:42:46 +0000 Subject: user: Add frdme310arty BSP varient Signed-off-by: Pragnesh Patel Update #3785. --- user/bsps/bsps-riscv.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/user/bsps/bsps-riscv.rst b/user/bsps/bsps-riscv.rst index c3ca098..0799ad6 100644 --- a/user/bsps/bsps-riscv.rst +++ b/user/bsps/bsps-riscv.rst @@ -36,6 +36,8 @@ This BSP offers 13 variants: * rv64imafdc_medany +* frdme310arty + Each variant corresponds to a GCC multilib. A particular variant reflects an ISA with ABI and code model choice. @@ -87,6 +89,10 @@ The following options are available at the configure command line. ``RISCV_RAM_REGION_SIZE`` The size of the RAM region for linker command file (default 64MiB). +``RISCV_ENABLE_FRDME310ARTY_SUPPORT`` + Enables support sifive Freedom E310 Arty board if defined to a non-zero + value,otherwise it is disabled (disabled by default) + Interrupt Controller -------------------- @@ -111,6 +117,8 @@ The console driver supports devices compatible to * "ns16750" (see ``RISCV_CONSOLE_MAX_NS16550_DEVICES`` BSP option). +* "sifive,uart0" (see ``RISCV_ENABLE_FRDME310ARTY_SUPPORT`` BSP option). + They are initialized according to the device tree. The console driver does not configure the pins or peripheral clocks. The console device is selected according to the device tree "/chosen/stdout-path" property value. -- cgit v1.2.3