[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 10/12] docs: Add skeletal documentation of the emcraft-sf2
|
From: |
Peter Maydell |
|
Subject: |
[PULL 10/12] docs: Add skeletal documentation of the emcraft-sf2 |
|
Date: |
Sun, 18 Jul 2021 13:46:19 +0100 |
Add skeletal documentation of the emcraft-sf2 machine.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20210713142226.19155-3-peter.maydell@linaro.org
---
docs/system/arm/emcraft-sf2.rst | 15 +++++++++++++++
docs/system/target-arm.rst | 1 +
MAINTAINERS | 1 +
3 files changed, 17 insertions(+)
create mode 100644 docs/system/arm/emcraft-sf2.rst
diff --git a/docs/system/arm/emcraft-sf2.rst b/docs/system/arm/emcraft-sf2.rst
new file mode 100644
index 00000000000..377e2487206
--- /dev/null
+++ b/docs/system/arm/emcraft-sf2.rst
@@ -0,0 +1,15 @@
+Emcraft SmartFusion2 SOM kit (``emcraft-sf2``)
+==============================================
+
+The ``emcraft-sf2`` board emulates the SmartFusion2 SOM kit from
+Emcraft (M2S010). This is a System-on-Module from EmCraft systems,
+based on the SmartFusion2 SoC FPGA from Microsemi Corporation.
+The SoC is based on a Cortex-M4 processor.
+
+Emulated devices:
+
+- System timer
+- System registers
+- SPI controller
+- UART
+- EMAC
diff --git a/docs/system/target-arm.rst b/docs/system/target-arm.rst
index e2fcb64872d..c52902acdad 100644
--- a/docs/system/target-arm.rst
+++ b/docs/system/target-arm.rst
@@ -86,6 +86,7 @@ undocumented; you can get a complete list by running
arm/sabrelite
arm/digic
arm/cubieboard
+ arm/emcraft-sf2
arm/musicpal
arm/gumstix
arm/nrf
diff --git a/MAINTAINERS b/MAINTAINERS
index 1596b352b46..1504951823f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1024,6 +1024,7 @@ M: Peter Maydell <peter.maydell@linaro.org>
L: qemu-arm@nongnu.org
S: Maintained
F: hw/arm/msf2-som.c
+F: docs/system/arm/emcraft-sf2.rst
ASPEED BMCs
M: Cédric Le Goater <clg@kaod.org>
--
2.20.1
- [PULL 00/12] target-arm queue, Peter Maydell, 2021/07/18
- [PULL 01/12] target/arm: Fix offsets for TTBCR, Peter Maydell, 2021/07/18
- [PULL 08/12] docs: Add QEMU version information to HTML footer, Peter Maydell, 2021/07/18
- [PULL 09/12] docs: Add skeletal documentation of cubieboard, Peter Maydell, 2021/07/18
- [PULL 04/12] docs: Remove "Contents:" lines from top-level subsections, Peter Maydell, 2021/07/18
- [PULL 02/12] docs: Fix documentation Copyright date, Peter Maydell, 2021/07/18
- [PULL 07/12] docs: Add license note to the HTML page footer, Peter Maydell, 2021/07/18
- [PULL 10/12] docs: Add skeletal documentation of the emcraft-sf2,
Peter Maydell <=
- [PULL 03/12] docs: Stop calling the top level subsections of our manual 'manuals', Peter Maydell, 2021/07/18
- [PULL 06/12] docs: Add some actual About text to about/index.rst, Peter Maydell, 2021/07/18
- [PULL 12/12] target/arm: Remove duplicate 'plus1' function from Neon and SVE decode, Peter Maydell, 2021/07/18
- [PULL 05/12] docs: Move deprecation, build and license info out of system/, Peter Maydell, 2021/07/18
- [PULL 11/12] docs: Add skeletal documentation of highbank and midway, Peter Maydell, 2021/07/18
- Re: [PULL 00/12] target-arm queue, Peter Maydell, 2021/07/18