[PATCH] user: Add frdme310arty BSP varient
Pragnesh Patel
pragnesh.patel at sifive.com
Fri Nov 29 07:42:46 UTC 2019
Signed-off-by: Pragnesh Patel <pragnesh.patel at sifive.com>
---
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.
--
2.17.1
More information about the devel
mailing list