summaryrefslogtreecommitdiffstats
path: root/Documentation
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'for-next/state'Sascha Hauer2015-04-131-0/+107
|\
| * state: add framework for persistent state handlingSascha Hauer2015-03-121-0/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds a framework to describe, access, store and restore a set of variables. A state variable set can be fully described in a devicetree node. This node could be part of the regular devicetree blob or it could be an extra devicetree solely for the state. The state variable set contains variables of different types and a place to store the variable set. For more information see: Documentation/devicetree/bindings/barebox/barebox,state.rst Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* | Documentation: rename powerpc manual to .rstRobert Schwebel2015-04-131-0/+0
| | | | | | | | | | | | | | | | Fixes: Documentation/boards/powerpc.rst:6: WARNING: toctree glob pattern u'boards/powerpc/*' didn't match any documents Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* | Documentation: fix am335x titleRobert Schwebel2015-04-131-1/+1
| | | | | | | | | | | | | | | | Fixes: Documentation/boards/am335x.rst:51: WARNING: Title underline too short. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* | docs: correct link to microcom repoLucas Stach2015-03-261-1/+1
| | | | | | | | | | | | | | | | It's not nice to land on a 404 page and having to search for the right location manually. Signed-off-by: Lucas Stach <dev@lynxeye.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* | Documentation: booting-linux: Fix wrong variable nameSascha Hauer2015-03-181-1/+1
|/ | | | | | | All variables starting with global.linux.bootargs. are concatemated to bootargs, not global.bootargs. . Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Documentation: handle missing group declarationJan Luebbe2015-03-101-1/+5
| | | | | | Use group 'misc' as a default and print a warning. Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
* Merge branch 'for-next/socfpga'Sascha Hauer2015-03-091-2/+8
|\
| * scripts: add socfpga preloader-files importerSteffen Trumtrar2015-03-021-2/+8
| | | | | | | | | | | | | | | | Add script to automatically import and fixup the autogenerated handoff files into the board folder. Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* | Merge branch 'for-next/rockchip'Sascha Hauer2015-03-091-0/+47
|\ \ | | | | | | | | | | | | Conflicts: arch/arm/Kconfig
| * | ARM: Rockchip: Add documentationAndrey Panov2015-03-051-0/+47
| |/ | | | | | | | | Signed-off-by: Andrey Panov <rockford@yandex.ru> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* | Merge branch 'for-next/misc'Sascha Hauer2015-03-096-12/+53
|\ \
| * | Docs: add some info about the Phytec's phyCORE-MPC5200-TinyJuergen Borleis2015-03-012-0/+17
| | | | | | | | | | | | | | | Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * | Docs: add some info about the Phytec's phyCORE-PXA270Juergen Borleis2015-03-012-0/+17
| | | | | | | | | | | | | | | Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * | Docs: add some info about the Phytec's phyCORE-i.MX35Juergen Borleis2015-03-011-0/+7
| | | | | | | | | | | | | | | Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * | docs: fix typosUlrich Ölmann2015-02-121-5/+5
| | | | | | | | | | | | | | | Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * | docs: remove trailing whitespacesUlrich Ölmann2015-02-121-7/+7
| |/ | | | | | | | | Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* | Merge branch 'for-next/mips'Sascha Hauer2015-03-091-4/+13
|\ \
| * | MIPS: add gxemul-malta_defconfigAntony Pavlov2015-02-161-4/+13
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | GXemul supports MIPS Malta but with some limitations. The most notable problems: * PCI-enabled barebox just hangs under GXemul; * by default gxemul uses 5Kc processor, so we have to force MIPS32R1 processor usage. To fix these problems the special gxemul-malta_defconfig is introduced and the board's documentation is updated. Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* | boards: phytec-som-am335x: Add phycard-som supportWadim Egorov2015-03-021-0/+4
| | | | | | | | | | | | | | Add support for the phyCARD SOM. Signed-off-by: Wadim Egorov <w.egorov@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* | Docs: Add phytec-som-am335x documentationWadim Egorov2015-03-022-3/+50
|/ | | | | Signed-off-by: Wadim Egorov <w.egorov@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Merge branch 'for-next/socfpga'Sascha Hauer2015-02-041-9/+17
|\
| * scripts: socfpga sequencer extraction toolMarkus Pargmann2015-01-131-9/+17
| | | | | | | | | | | | | | | | | | | | This script extracts the socfpga sequencer from a generated u-boot automagically. The resulting changes of the barebox tree should be enough to compile with the new sequencer. Signed-off-by: Markus Pargmann <mpa@pengutronix.de> Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* | Merge branch 'for-next/doc'Sascha Hauer2015-02-048-6/+69
|\ \
| * | Docs: add some info about the Olimex's Olinuxino related bootloader imagesJuergen Borleis2015-01-271-0/+26
| | | | | | | | | | | | | | | Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * | Docs: extend the mentioned commands with a link to their documentationJuergen Borleis2015-01-271-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * | Docs: the name of the default config file for the FSL i.MX23 evk has changedJuergen Borleis2015-01-271-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * | Docs: move the individual MXS target documentation where they belong toJuergen Borleis2015-01-272-1/+12
| | | | | | | | | | | | | | | | | | | | | i.MX and MXS differs in their global documentation. Honor this. Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * | Docs: extend the mentioned commands with a link to their documentationJuergen Borleis2015-01-271-2/+2
| | | | | | | | | | | | | | | Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * | Docs: add some info about the Phytec's phyCORE27 and phyCARD27 related ↵Juergen Borleis2015-01-272-0/+16
| | | | | | | | | | | | | | | | | | | | | bootloader images Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * | Docs: add some info about the Ka-Ro TX25 related bootloader imagesJuergen Borleis2015-01-271-0/+10
| | | | | | | | | | | | | | | Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * | Docs: just fix a typoJuergen Borleis2015-01-271-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* | | Fix spelling: pathes -> pathsWadim Egorov2015-01-283-10/+10
|/ / | | | | | | | | Signed-off-by: Wadim Egorov <w.egorov@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* | docs: fix broken referenceLucas Stach2015-01-191-2/+2
| | | | | | | | | | Signed-off-by: Lucas Stach <dev@lynxeye.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* | docs: fix missing newlines in codeblocksLucas Stach2015-01-191-0/+2
|/ | | | | | | | Those cause a warning while generating the docs as well as misrendering of the generated docs. Signed-off-by: Lucas Stach <dev@lynxeye.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Merge branch 'for-next/netconsole'Sascha Hauer2015-01-091-3/+3
|\
| * netconsole: fix DocumentationJean-Christophe PLAGNIOL-VILLARD2014-12-171-3/+3
| | | | | | | | | | | | | | | | | | | | | | since commit 8eacfa71abcba857ab9aa1dcad49e2ba7d83406b Refs: v2014.07.0-156-g8eacfa7 Author: Sascha Hauer <s.hauer@pengutronix.de> the netconsole device have a static device name 'netconsole' Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* | Merge branch 'for-next/mxs'Sascha Hauer2015-01-092-15/+123
|\ \
| * | Documentation: Add documentation for booting Freescale MXS SoCsSascha Hauer2015-01-051-0/+119
| | | | | | | | | | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * | ARM: MXS: Update Karo TX28 board supportSascha Hauer2015-01-051-15/+4
| |/ | | | | | | | | | | | | | | | | - enable multiimage support to generate bootstream, sd-card and 2nd stage images - Enable new defaultenv support - Enable more features Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* / Documentation: add Raspberry Pi barebox mini-howtoAntony Pavlov2015-01-051-0/+17
|/ | | | | Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* doc: usb: add missing new line in codeblockLucas Stach2014-12-091-0/+1
| | | | | | | | Fixes an error during doc generation that leads to the code block being missing in the resulting docs. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Merge branch 'for-next/socfpga'Sascha Hauer2014-12-081-0/+80
|\
| * Documentation: boards: add socfpgaSteffen Trumtrar2014-12-081-0/+80
| | | | | | | | | | Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* | Merge branch 'for-next/persistent-vars'Sascha Hauer2014-12-081-0/+41
|\ \ | | | | | | | | | | | | Conflicts: arch/arm/boards/efika-mx-smartbook/defaultenv-efikasb/config
| * | Add support for non volatile variablesSascha Hauer2014-11-061-0/+41
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds (back) support for non volatile variables. Non volatile variables are variables which are stored in the environment over reboot. They are used in the same way as the global variables, but with a 'nv' command and device. The variables are stored under /env/nv/, one variable per file. Adding a nv variable automatically adds a global variable with the same name. Changing a nv variable also changes the same global variable, but not the other way round. This allows for example to configure the username as: nv user=sha; saveenv Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* / Documentation: Add GuF Santaro documentationSascha Hauer2014-11-061-0/+33
|/ | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Documentation: mips: add little-endian qemu-malta HOWTOAntony Pavlov2014-10-101-0/+24
| | | | | Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Merge branch 'for-next/openrisc'Sascha Hauer2014-10-021-0/+51
|\
| * Documentation: add OpenRISC or1ksim emulator sectionAntony Pavlov2014-09-091-0/+51
| | | | | | | | | | | | Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Cc: Franck Jullien <franck.jullien@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>