diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2019-07-18 00:34:34 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-07-24 10:10:12 -0400 |
commit | e1c1364f3c22bd97bec315bc53161017f701a15a (patch) | |
tree | b93a005995c07bc4fa7faf9a65e76b1d9458cea4 /doc | |
parent | 49116e6d236da39bf2695775dc0c8377e4e7a809 (diff) | |
download | u-boot-e1c1364f3c22bd97bec315bc53161017f701a15a.zip u-boot-e1c1364f3c22bd97bec315bc53161017f701a15a.tar.gz u-boot-e1c1364f3c22bd97bec315bc53161017f701a15a.tar.bz2 |
doc: arch: Convert README.xtensa 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>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/arch/index.rst | 1 | ||||
-rw-r--r-- | doc/arch/xtensa.rst (renamed from doc/README.xtensa) | 24 |
2 files changed, 14 insertions, 11 deletions
diff --git a/doc/arch/index.rst b/doc/arch/index.rst index 2980b77..369d8ee 100644 --- a/doc/arch/index.rst +++ b/doc/arch/index.rst @@ -15,3 +15,4 @@ Architecture-specific doc sandbox sh x86 + xtensa diff --git a/doc/README.xtensa b/doc/arch/xtensa.rst index 4068582..176410d 100644 --- a/doc/README.xtensa +++ b/doc/arch/xtensa.rst @@ -1,5 +1,7 @@ -U-Boot for the Xtensa Architecture -================================== +.. SPDX-License-Identifier: GPL-2.0+ + +Xtensa +====== Xtensa Architecture and Diamond Cores ------------------------------------- @@ -35,15 +37,16 @@ directory. The name of that directory starts with 'arch-' followed by the name for the processor configuration, for example, arch-dc233c for the Diamond DC233 processor. - core.h Definitions for the core itself. +core.h: + Definitions for the core itself. The following files are part of the overlay but not used by U-Boot. - tie.h Co-processors and custom extensions defined - in the Tensilica Instruction Extension (TIE) - language. - tie-asm.h Assembly macros to access custom-defined registers - and states. +tie.h: + Co-processors and custom extensions defined in the Tensilica Instruction + Extension (TIE) language. +tie-asm.h: + Assembly macros to access custom-defined registers and states. Global Data Pointer, Exported Function Stubs, and the ABI @@ -92,6 +95,5 @@ U-Boot for Xtensa provides a special memory exception handler that reports such access attempts and resets the board. ------------------------------------------------------------------------------- -Chris Zankel -Ross Morley +.. Chris Zankel +.. Ross Morley |