summaryrefslogtreecommitdiffstats
path: root/Documentation/user/barebox.rst
Commit message (Collapse)AuthorAgeFilesLines
* Documentation: Numerous typoes/fixes in first few chapters of user manual.Robert P. J. Day2014-07-031-1/+1
| | | | | | | | | | | | Doc fixes such as: * font changes * spelling * punctuation * capitalization Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Documentation: User manual, "barebox" sectionRobert P. J. Day2014-07-021-22/+66
| | | | | | | | | Various grammar/font fixes to that section, including adding an additional section describing how to properly do "out of tree" configuration and building. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* doc: mention "make xconfig"Holger Schurig2014-06-271-0/+3
| | | | | Signed-off-by: Holger Schurig <holgerschurig@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* doc: only include own download chapterHolger Schurig2014-06-271-1/+6
| | | | | | | Also make this download chapter note the next branch. Signed-off-by: Holger Schurig <holgerschurig@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Documentation: Add new sphinxs docsSascha Hauer2014-06-261-0/+178
This is a rewrite of the Documentation in reStructuredText format using Sphinx as build system, see http://sphinx-doc.org/. The documentation is built into static html pages with 'make docs'. The pages can be found under Documentation/html after building. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>