summaryrefslogtreecommitdiffstats
path: root/Documentation
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'for-next/davinci'Sascha Hauer2014-04-041-0/+1
|\
| * ARM: virt2real: add documentationAntony Pavlov2014-03-191-0/+1
| | | | | | | | | | Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* | MIPS: tplink-mr3020: add documentationAntony Pavlov2014-03-281-0/+1
| | | | | | | | | | Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* | MIPS: boards: rename rzx50 -> ritmix-rzx50Antony Pavlov2014-03-261-1/+1
|/ | | | | | | | All MIPS board use <vendor>-<model> name template save Ritmix RZX-50. This commit fixes this inconsistency. Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Documentation: fix example call to devfs_add_partitionUwe Kleine-König2014-02-281-1/+1
| | | | | | | | The flags parameter was skipped in the example. Add it as DEVFS_PARTITION_FIXED. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* MIPS: loongson-ls1b: add documentationAntony Pavlov2014-01-301-0/+1
| | | | | Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Set model and hostname at boardlevelSascha Hauer2013-08-161-1/+0
| | | | | | | | | | | | With multiboard support the compiletime generated BOARDINFO string gets more and more meaningless. This removes it from Kconfig and replaces it with a variable that can be set at boardlevel. Also many boards have a standard setting for the hostname in the environment. This patch also moves the standard to C code by calling barebox_set_hostname(). Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Merge branch 'for-next/of'Sascha Hauer2013-08-053-0/+43
|\ | | | | | | | | | | Conflicts: arch/arm/boards/freescale-mx53-loco/board.c drivers/of/Makefile
| * Add configurability via devicetreeSascha Hauer2013-07-182-0/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds the possibility to configure the place for the environment from the devicetree and to partition devices from the devicetree. Configuration has the general form of devices with a regular compatible property. This allows to later add additional drivers or drivers with different behaviour (for example to add support for redundant environment). The configuration is all in the /chosen/barebox/ hierarchy of the devicetree. This separates the configuration from the hardware description. Also it makes it possible to store the configuration in a completely separate devicetree (or devicetree overlay). For the same reason all configuration is done using nodepathes rather than phandles. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * led: gpio: Add trigger supportSascha Hauer2013-07-101-0/+8
| | | | | | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* | ARM: i.MX6: Add ocotp driverSascha Hauer2013-07-221-0/+20
|/ | | | | | | The only functionality at the moment is to register a MAC Address for an ethernet device. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: i.MX: iim: Add devicetree probe supportSascha Hauer2013-05-232-0/+26
| | | | | | Only adds the dt ids. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* OMAP: Documentation file misspelledJan Weitzel2012-11-261-0/+0
| | | | | | | based on next Signed-off-by: Jan Weitzel <j.weitzel@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* omap4: add support for booting cpu from usbVicente2012-11-161-0/+27
| | | | | Signed-off-by: Vicente <vicencb@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* switch all platform_bus device/driver registering to ↵Jean-Christophe PLAGNIOL-VILLARD2012-10-041-1/+1
| | | | | | | | platform_driver/device_register now register_driver and register_device are for bus only usage. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* Merge branch 'for-next/remove-fsf-address'Sascha Hauer2012-10-031-4/+0
|\ | | | | | | | | | | Conflicts: drivers/net/miidev.c include/miidev.h
| * Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-4/+0
| | | | | | | | | | | | | | The FSF address has changed in the past. Instead of updating it each time the address changes, just drop it completely treewide. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* | bmp: rename it to splashJean-Christophe PLAGNIOL-VILLARD2012-09-121-1/+1
|/ | | | | | | so be can add more format support Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Add documentation for the calao boardsgregory hermant2012-08-291-0/+5
| | | | | Signed-off-by: Gregory Hermant <gregory.hermant@calao-systems.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: Tegra: add Toshiba AC100 supportAntony Pavlov2012-05-291-0/+1
| | | | | Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* MIPS: XBurst: add Ritmix RZX-50 board supportAntony Pavlov2012-05-171-0/+1
| | | | | Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* DOC: Some grammar and spelling fixes for barebox-main.dox.Robert P. J. Day2012-02-071-8/+8
| | | | | Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* DOC: Grammar and typo fixes in first_steps.dox.Robert P. J. Day2012-02-071-4/+4
| | | | | Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Add support for the Phytec phyCARD-A-L1 (PCA-A-L1).Juergen Kilb2012-01-021-0/+1
| | | | | Signed-off-by: Juergen Kilb <J.Kilb@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* MIPS: add D-Link DIR-320 documentationAntony Pavlov2011-08-051-0/+1
| | | | | Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* MIPS: add qemu-malta documentationAntony Pavlov2011-08-051-0/+5
| | | | | Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* arm: add support for the i.MX53 loco boardMarc Kleine-Budde2011-07-291-0/+1
| | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* STM378x: Add TX28 CPU moduleJuergen Beisert2010-12-141-0/+1
| | | | | Signed-off-by: Juergen Beisert <jbe@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Merge branch 'for-mainline-doc' of git://git.pengutronix.de/git/rsc/barebox ↵Sascha Hauer2010-11-171-2/+65
|\ | | | | | | into next
| * doc: add missing commandsRobert Schwebel2010-11-151-0/+63
| | | | | | | | | | | | | | | | This patch adds command entries for all commands available in barebox. However, as there is no documentation for all of these commands, 'make docs' will now spit out warnings. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
| * doc: sort list alphabeticallyRobert Schwebel2010-11-151-2/+2
| | | | | | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* | Remove m68k supportSascha Hauer2010-11-171-5/+0
|/ | | | | | | | | The m68k support is compile broken for a long time now and nobody cared so far. We cannot keep the architecture uptodate with current development wihtout being able to compile it. It's still in the archives and can be re-added anytime once somebody cares for. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* doc: put cupid into the right chapterRobert Schwebel2010-11-021-0/+1
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* doc: put babage board into the right chapterRobert Schwebel2010-11-021-0/+1
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* doc: put CPUIMX35 into the right chapterRobert Schwebel2010-11-021-0/+2
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* doc: remove sh from command documentationRobert Schwebel2010-11-021-1/+0
| | | | | | | Hush documentation is a nightmare, so remove sh documentation from the command index. This needs proper rework for all of the hush commands. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* doc: remove obsolete link method for arch specificationRobert Schwebel2010-11-021-8/+6
| | | | | | | The cross_arch and cross_compile links method is obsolete and not available any more, so we remove it from the documentation. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* doc: rework and unify documentation for gpio commandsRobert Schwebel2010-11-012-1/+5
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* doc: rework user manualRobert Schwebel2010-11-015-168/+216
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* doc: add documentation for 'bootm'Robert Schwebel2010-11-011-0/+1
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* doc: add documentation for 'echo'Robert Schwebel2010-11-011-0/+1
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* doc: unify documentation for 'ls'Robert Schwebel2010-11-011-0/+1
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* doc: add documentation for 'dfu'Robert Schwebel2010-11-011-0/+1
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* doc: add documentation for 'crc32'Robert Schwebel2010-11-011-0/+1
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* doc: add documentation for 'clear'Robert Schwebel2010-11-011-0/+1
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* doc: add documentation for 'bmp'Robert Schwebel2010-11-011-0/+1
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* doc: eliminate nonexisting referenceRobert Schwebel2010-10-221-1/+0
| | | | | | | | Silence this warning: arch/architecture.dox:89: Warning: unable to resolve reference to `dev_x86_mach' for \ref command Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* doc: remove reference to non-existing documentationRobert Schwebel2010-10-221-1/+0
| | | | | | | | Silence this warning: Documentation/users_manual.dox:10: Warning: unable to resolve reference to `partitions' for \ref command Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* doc: remove nonexisting commandRobert Schwebel2010-10-221-1/+0
| | | | | | | | | Silence this warning: Documentation/commands.dox:24: Warning: unable to resolve reference to `rarp_command' for \ref command Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Add some help using the gpio commands at runtimeJuergen Beisert2010-10-221-0/+1
| | | | | | | | | Last time I used the gpio commands I was somehow confused about the behaviour of the 'gpio_get_value' command. So, I decided to add some doc for it. Here's the result. Signed-off-by: Juergen Beisert <jbe@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>