summaryrefslogtreecommitdiff
path: root/Documentation/xtensa/booting.txt
AgeCommit message (Collapse)AuthorFilesLines
2019-07-15docs: xtensa: convert to ReSTMauro Carvalho Chehab1-19/+0
Rename the xtensa documentation files to ReST, add an index for them and adjust in order to produce a nice html output via the Sphinx build system. At its new index.rst, let's add a :orphan: while this is not linked to the main index.rst file, in order to avoid build warnings. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
2019-02-04xtensa: document boot parameter passingMax Filippov1-0/+19
Add booting.txt to Documentation/xtensa with description of boot parameters representation and passing to the kernel. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>