summaryrefslogtreecommitdiffstats
path: root/Documentation/boards.dox
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* 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>
* Add the i.MX23 based Chumby platform (WIP)Juergen Beisert2010-10-111-0/+1
| | | | | | | | The so called "chumby one" aka falconwing is an i.MX23 based platform. Note: This is work in progress. Use with care. Signed-off-by: Juergen Beisert <jbe@pengutronix.de>
* Add the i.MX23-EVK platform (WIP)Juergen Beisert2010-10-111-0/+1
| | | | | | Note: This is work in progress. Use with care. Signed-off-by: Juergen Beisert <jbe@pengutronix.de>
* 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