
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 ---
doc/arch/index.rst | 2 ++ doc/{README.mips => arch/mips.rst} | 14 ++++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) rename doc/{README.mips => arch/mips.rst} (87%)
diff --git a/doc/arch/index.rst b/doc/arch/index.rst index 920043a..bdeccdb 100644 --- a/doc/arch/index.rst +++ b/doc/arch/index.rst @@ -4,3 +4,5 @@ Architecture-specific doc
.. toctree:: :maxdepth: 2 + + mips diff --git a/doc/README.mips b/doc/arch/mips.rst similarity index 87% rename from doc/README.mips rename to doc/arch/mips.rst index b28f628..b51d0a1 100644 --- a/doc/README.mips +++ b/doc/arch/mips.rst @@ -1,17 +1,19 @@ +MIPS +====
Notes for the MIPS architecture port of U-Boot
Toolchains ----------
- http://www.denx.de/wiki/DULG/ELDK - ELDK < DULG < DENX + * http://www.denx.de/wiki/DULG/ELDK + ELDK < DULG < DENX
- http://www.emdebian.org/crosstools.html - Embedded Debian -- Cross-development toolchains + * http://www.emdebian.org/crosstools.html + Embedded Debian -- Cross-development toolchains
- http://buildroot.uclibc.org/ - Buildroot + * http://buildroot.uclibc.org/ + Buildroot
Known Issues ------------