summaryrefslogtreecommitdiffstats
path: root/board/a9m2410
Commit message (Collapse)AuthorAgeFilesLines
* fix _update scriptsSascha Hauer2010-05-031-1/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machJean-Christophe PLAGNIOL-VILLARD2009-10-222-3/+3
| | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* adapt both S3C platforms to the new device handlingJuergen Beisert2009-08-111-3/+10
| | | | Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
* Remove already commeted out baseboard devices. Useless here.Juergen Beisert2009-08-111-24/+0
| | | | Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
* Merge branch 'small_a9m24x0_fixes' of octopus:/home/jbe/work/u-boot-v2 into jbeSascha Hauer2009-07-311-6/+1
|\
| * Use the correct machine number for the a9m2410 CPU cardJuergen Beisert2009-07-311-6/+1
| | | | | | | | Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
* | Improve documentation by adding build notes to the a9m24x0 CPU cardsJuergen Beisert2009-07-311-0/+15
|/ | | | Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
* cdev fixes for new boardsSascha Hauer2009-07-211-20/+5
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Add the basic support for the DIGI a9m2410 CPU card.Juergen Beisert2009-07-0111-0/+597
Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>