diff mbox series

[v3,01/19] target/loongarch: Add README

Message ID 1630048494-2143-2-git-send-email-gaosong@loongson.cn
State New
Headers show
Series Add LoongArch linux-user emulation support | expand

Commit Message

gaosong Aug. 27, 2021, 7:14 a.m. UTC
This patch give an introduction to the LoongArch target.

Signed-off-by: Song Gao <gaosong@loongson.cn>
---
 MAINTAINERS             | 5 +++++
 target/loongarch/README | 5 +++++
 2 files changed, 10 insertions(+)
 create mode 100644 target/loongarch/README

Comments

Peter Xu Aug. 27, 2021, 3:06 p.m. UTC | #1
On Fri, Aug 27, 2021 at 03:14:36PM +0800, Song Gao wrote:
> +The following versions of the LoongArch core are supported
> +    core: 3A5000
> +    https://github.com/loongson/LoongArch-Documentation/releases/download/LoongArch-Vol1-v3/LoongArch-Vol1-v1.00-EN.pdf

This link seems invalid now.
gaosong Aug. 30, 2021, 1:06 a.m. UTC | #2
Hi, Peter.

On 08/27/2021 11:06 PM, Peter Xu wrote:
> On Fri, Aug 27, 2021 at 03:14:36PM +0800, Song Gao wrote:
>> +The following versions of the LoongArch core are supported
>> +    core: 3A5000
>> +    https://github.com/loongson/LoongArch-Documentation/releases/download/LoongArch-Vol1-v3/LoongArch-Vol1-v1.00-EN.pdf
> 
> This link seems invalid now


Sorry. The path has been updated.

   https://github.com/loongson/LoongArch-Documentation/releases/download/2021.08.17/LoongArch-Vol1-v1.00-EN.pdf

thanks
Song Gao
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index dffcb65..396f970 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -210,6 +210,11 @@  F: disas/hppa.c
 F: hw/net/*i82596*
 F: include/hw/net/lasi_82596.h
 
+LoongArch TCG CPUS
+M: Song Gao <gaosong@loongson.cn>
+S: Maintained
+F: target/loongarch/
+
 M68K TCG CPUs
 M: Laurent Vivier <laurent@vivier.eu>
 S: Maintained
diff --git a/target/loongarch/README b/target/loongarch/README
new file mode 100644
index 0000000..fe7a36f
--- /dev/null
+++ b/target/loongarch/README
@@ -0,0 +1,5 @@ 
+LoongArch is the general processor architecture of Loongson.
+
+The following versions of the LoongArch core are supported
+    core: 3A5000
+    https://github.com/loongson/LoongArch-Documentation/releases/download/LoongArch-Vol1-v3/LoongArch-Vol1-v1.00-EN.pdf