[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH V14 8/8] docs/system: Update MIPS machine documentation
From: |
Huacai Chen |
Subject: |
[PATCH V14 8/8] docs/system: Update MIPS machine documentation |
Date: |
Fri, 16 Oct 2020 14:52:00 +0800 |
Add Loongson-3A CPU models and Loongson-3 based machine description.
Signed-off-by: Huacai Chen <chenhc@lemote.com>
---
docs/system/cpu-models-mips.rst.inc | 10 ++++++++--
docs/system/target-mips.rst | 10 ++++++++++
2 files changed, 18 insertions(+), 2 deletions(-)
diff --git a/docs/system/cpu-models-mips.rst.inc
b/docs/system/cpu-models-mips.rst.inc
index 499b5b6fed..02cc4bb884 100644
--- a/docs/system/cpu-models-mips.rst.inc
+++ b/docs/system/cpu-models-mips.rst.inc
@@ -48,11 +48,17 @@ across all desired hosts.
``I6400``
MIPS64 Processor (Release 6, 2014)
+``Loongson-2E``
+ MIPS64 Processor (Loongson 2, 2006)
+
``Loongson-2F``
MIPS64 Processor (Loongson 2, 2008)
-``Loongson-2E``
- MIPS64 Processor (Loongson 2, 2006)
+``Loongson-3A1000``
+ MIPS64 Processor (Loongson 3, 2010)
+
+``Loongson-3A4000``
+ MIPS64 Processor (Loongson 3, 2018)
``mips64dspr2``
MIPS64 Processor (Release 2, 2006)
diff --git a/docs/system/target-mips.rst b/docs/system/target-mips.rst
index cd2a931edf..138441bdec 100644
--- a/docs/system/target-mips.rst
+++ b/docs/system/target-mips.rst
@@ -84,6 +84,16 @@ The Fuloong 2E emulation supports:
- RTL8139D as a network card chipset
+The Loongson-3 virtual platform emulation supports:
+
+- Loongson 3A CPU
+
+- LIOINTC as interrupt controller
+
+- GPEX and virtio as peripheral devices
+
+- Both KVM and TCG supported
+
The mipssim pseudo board emulation provides an environment similar to
what the proprietary MIPS emulator uses for running Linux. It supports:
--
2.17.2
- [PATCH V14 3/8] target/mips: Add loongson-ext lswc2 group of instructions (Part 2), (continued)
- [PATCH V14 3/8] target/mips: Add loongson-ext lswc2 group of instructions (Part 2), Huacai Chen, 2020/10/16
- [PATCH V14 4/8] target/mips: Add loongson-ext lsdc2 group of instructions, Huacai Chen, 2020/10/16
- [PATCH V14 5/8] hw/mips: Implement fw_cfg_arch_key_name(), Huacai Chen, 2020/10/16
- [PATCH V14 6/8] hw/mips: Add Loongson-3 boot parameter helpers, Huacai Chen, 2020/10/16
- [PATCH V14 7/8] hw/mips: Add Loongson-3 machine support, Huacai Chen, 2020/10/16
- [PATCH V14 8/8] docs/system: Update MIPS machine documentation,
Huacai Chen <=
- Re: [PATCH V14 0/8] mips: Add Loongson-3 machine support, no-reply, 2020/10/16
- Re: [PATCH V14 0/8] mips: Add Loongson-3 machine support, Philippe Mathieu-Daudé, 2020/10/16