Skip to content

Commit

Permalink
Documentation: LoongArch: Add basic documentations
Browse files Browse the repository at this point in the history
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 <bagasdotme@gmail.com>
Reviewed-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Co-developed-by: WANG Xuerui <git@xen0n.name>
Signed-off-by: WANG Xuerui <git@xen0n.name>
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
  • Loading branch information
Huacai Chen committed Jun 3, 2022
1 parent fa84f89 commit 0ea8ce6
Show file tree
Hide file tree
Showing 5 changed files with 568 additions and 0 deletions.
1 change: 1 addition & 0 deletions Documentation/arch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ implementation.
arm/index
arm64/index
ia64/index
loongarch/index
m68k/index
mips/index
nios2/index
Expand Down
3 changes: 3 additions & 0 deletions Documentation/loongarch/features.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.. SPDX-License-Identifier: GPL-2.0
.. kernel-feat:: $srctree/Documentation/features loongarch
21 changes: 21 additions & 0 deletions Documentation/loongarch/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
.. SPDX-License-Identifier: GPL-2.0
======================
LoongArch Architecture
======================

.. toctree::
:maxdepth: 2
:numbered:

introduction
irq-chip-model

features

.. only:: subproject and html

Indices
=======

* :ref:`genindex`
Loading

0 comments on commit 0ea8ce6

Please sign in to comment.