Skip to content

Commit 0ea8ce6

Browse files
committed
Documentation: LoongArch: Add basic documentations
Add some basic documentation for LoongArch. LoongArch is a new RISC ISA, which is a bit like MIPS or RISC-V. LoongArch includes a reduced 32-bit version (LA32R), a standard 32-bit version (LA32S) and a 64-bit version (LA64). Tested-by: Bagas Sanjaya <[email protected]> Reviewed-by: Jiaxun Yang <[email protected]> Co-developed-by: WANG Xuerui <[email protected]> Signed-off-by: WANG Xuerui <[email protected]> Signed-off-by: Huacai Chen <[email protected]>
1 parent fa84f89 commit 0ea8ce6

File tree

5 files changed

+568
-0
lines changed

5 files changed

+568
-0
lines changed

Documentation/arch.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ implementation.
1313
arm/index
1414
arm64/index
1515
ia64/index
16+
loongarch/index
1617
m68k/index
1718
mips/index
1819
nios2/index

Documentation/loongarch/features.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.. SPDX-License-Identifier: GPL-2.0
2+
3+
.. kernel-feat:: $srctree/Documentation/features loongarch

Documentation/loongarch/index.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
.. SPDX-License-Identifier: GPL-2.0
2+
3+
======================
4+
LoongArch Architecture
5+
======================
6+
7+
.. toctree::
8+
:maxdepth: 2
9+
:numbered:
10+
11+
introduction
12+
irq-chip-model
13+
14+
features
15+
16+
.. only:: subproject and html
17+
18+
Indices
19+
=======
20+
21+
* :ref:`genindex`

0 commit comments

Comments
 (0)