summaryrefslogtreecommitdiffstats
path: root/Documentation/boards.dox
Commit message (Collapse)AuthorAgeFilesLines
* Add a generic PC platformJuergen Beisert2010-01-141-1/+1
| | | | | | | | | This code adds a generic x86 platform, enabling barebox to act as a bootloader like 'GRUB'. Very minimalistic, yet. Supports only a serial console and is tested with QEMU only. Signed-off-by: Juergen Beisert <jbe@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Add support for EDB93xx boardsMatthias Kaehlcke2010-01-141-0/+8
| | | | | | | | | | | | | | | | Added support for the following Cirrus Logic EDB93xx boards: EDB9301 EDB9302 EDB9302A EDB9307 EDB9307A EDB93012 EDB9315 EDB9315A Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* documentation updatesJuergen Beisert2009-12-151-1/+1
| | | | | Signed-off-by: Juergen Beisert <jbe@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | This has been done with the following script: find -path ./.git -prune -o -type f -print0 | xargs -0 -r sed -i \ -e 's/u2boot/barebox/g' \ -e 's/U2Boot/barebox/g' \ -e 's/U-boot V2/barebox/g' \ -e 's/u-boot v2/barebox/g' \ -e 's/U-Boot V2/barebox/g' \ -e 's/U-Boot-v2/barebox/g' \ -e 's/U_BOOT/BAREBOX/g' \ -e 's/UBOOT/BAREBOX/g' \ -e 's/uboot/barebox/g' \ -e 's/u-boot/barebox/g' \ -e 's/u_boot/barebox/g' \ -e 's/U-Boot/barebox/g' \ -e 's/U-boot/barebox/g' \ -e 's/U-BOOT/barebox/g' find -path ./.git -prune -o \( -name "*u-boot*" -o -name "*uboot*" -o -name "*u_boot*" \) -print0 | \ xargs -0 -r rename 's/u[-_]?boot/barebox/' It needs some manual fixup following in the next patch Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Move the Eukrea board description to its correct place in the menuJuergen Beisert2009-07-311-0/+1
| | | | Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
* Beautify the doxygen generated documentationJuergen Beisert2009-07-311-13/+17
| | | | Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
* Fix some layout issues and typos.Juergen Beisert2009-06-101-0/+3
| | | | | | | | Reorganizing some files to parts of the documentation where their content matches. Signed-off-by: Juergen Beisert <jbe@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Fix the location where the new coldfire boards appear in the documentationJuergen Beisert2008-07-111-0/+5
|
* 017-OMAP-add-documentationNishanth Menon2008-06-051-0/+1
| | | | | | | | | [Patch 17/17] U-Boot-V2:ARM:OMAP3: Add documentation This patch adds OMAP and SDP3430 documentation. Signed-off-by: Nishanth Menon<x0nishan@ti.com>
* [i.MX]: Basic board support for the Freescale i.MX27 eval boardSascha Hauer2008-02-191-0/+1
|
* Using correct board names all over the placeJuergen Beisert2007-11-081-4/+4
| | | | Signed-off-by: Juergen Beisert <jbe@pengutronix.de>
* netx doc added and some typos fixedJuergen Beisert2007-10-191-0/+1
|
* adding first board docJuergen Beisert2007-10-191-2/+17
|
* basic doc structure addedJuergen Beisert2007-10-191-0/+15