summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBin Meng <[email protected]>2019-07-18 00:34:27 -0700
committerTom Rini <[email protected]>2019-07-24 10:09:59 -0400
commit76e4b3bbe01fb09ccecbf01ab9811d18ef98d897 (patch)
treeb596644ef4edbf2e3038281a6dfc59f91026f73f
parenta70e2aceeb273c9725c916019c24fecd398d9d97 (diff)
doc: arch: Convert README.arm64 to reST
Convert plain text documentation to reStructuredText format and add it to Sphinx TOC tree. No essential content change. Signed-off-by: Bin Meng <[email protected]>
-rw-r--r--doc/arch/arm64.rst (renamed from doc/README.arm64)25
-rw-r--r--doc/arch/index.rst1
2 files changed, 15 insertions, 11 deletions
diff --git a/doc/README.arm64 b/doc/arch/arm64.rst
index b0bba0fc65e..80498f6f6b8 100644
--- a/doc/README.arm64
+++ b/doc/arch/arm64.rst
@@ -1,14 +1,17 @@
-U-Boot for arm64
+.. SPDX-License-Identifier: GPL-2.0+
+
+ARM64
+=====
Summary
-=======
+-------
The initial arm64 U-Boot port was developed before hardware was available,
so the first supported platforms were the Foundation and Fast Model for ARMv8.
These days U-Boot runs on a variety of 64-bit capable ARM hardware, from
embedded development boards to servers.
Notes
-=====
+-----
1. U-Boot can run at any exception level it is entered in, it is
recommened to enter it in EL3 if U-Boot takes some responsibilities of a
@@ -46,11 +49,11 @@ Notes
Contributors
-============
- Tom Rini <[email protected]>
- Scott Wood <[email protected]>
- York Sun <[email protected]>
- Simon Glass <[email protected]>
- Sharma Bhupesh <[email protected]>
- Rob Herring <[email protected]>
- Sergey Temerkhanov <[email protected]>
+------------
+ * Tom Rini <[email protected]>
+ * Scott Wood <[email protected]>
+ * York Sun <[email protected]>
+ * Simon Glass <[email protected]>
+ * Sharma Bhupesh <[email protected]>
+ * Rob Herring <[email protected]>
+ * Sergey Temerkhanov <[email protected]>
diff --git a/doc/arch/index.rst b/doc/arch/index.rst
index f24b4a3882c..360b5d92826 100644
--- a/doc/arch/index.rst
+++ b/doc/arch/index.rst
@@ -6,5 +6,6 @@ Architecture-specific doc
.. toctree::
:maxdepth: 2
+ arm64
mips
x86