1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-04 18:22:02 +02:00

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 <bmeng.cn@gmail.com>
This commit is contained in:
Bin Meng
2019-07-18 00:34:27 -07:00
committed by Tom Rini
parent a70e2aceeb
commit 76e4b3bbe0
2 changed files with 15 additions and 11 deletions

View File

@@ -1,14 +1,17 @@
U-Boot for arm64 .. SPDX-License-Identifier: GPL-2.0+
ARM64
=====
Summary Summary
======= -------
The initial arm64 U-Boot port was developed before hardware was available, 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. 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 These days U-Boot runs on a variety of 64-bit capable ARM hardware, from
embedded development boards to servers. embedded development boards to servers.
Notes Notes
===== -----
1. U-Boot can run at any exception level it is entered in, it is 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 recommened to enter it in EL3 if U-Boot takes some responsibilities of a
@@ -46,11 +49,11 @@ Notes
Contributors Contributors
============ ------------
Tom Rini <trini@ti.com> * Tom Rini <trini@ti.com>
Scott Wood <scottwood@freescale.com> * Scott Wood <scottwood@freescale.com>
York Sun <yorksun@freescale.com> * York Sun <yorksun@freescale.com>
Simon Glass <sjg@chromium.org> * Simon Glass <sjg@chromium.org>
Sharma Bhupesh <bhupesh.sharma@freescale.com> * Sharma Bhupesh <bhupesh.sharma@freescale.com>
Rob Herring <robherring2@gmail.com> * Rob Herring <robherring2@gmail.com>
Sergey Temerkhanov <s.temerkhanov@gmail.com> * Sergey Temerkhanov <s.temerkhanov@gmail.com>

View File

@@ -6,5 +6,6 @@ Architecture-specific doc
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
arm64
mips mips
x86 x86