summaryrefslogtreecommitdiffstats
path: root/board/eco920
Commit message (Collapse)AuthorAgeFilesLines
* 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-221-1/+1
| | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* remove id fields from struct device_dSascha Hauer2009-07-211-3/+0
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* register sdram devices correctlySascha Hauer2009-07-211-3/+7
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Get rid of DEVICE_TYPE_ETHER usageSascha Hauer2009-07-211-2/+0
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* [memory layout]: streamline memory layoutSascha Hauer2008-06-041-8/+0
| | | | | | | Memory layout can now be specified via kconfig options. Two possibilities exist: default layout means the layout is stack / malloc heap / U-Boot. The user can also specify fixed addresses for each TEXT_BASE / stack / malloc heap.
* [general] Move include/configs/* to board/*/config.hSascha Hauer2008-04-071-0/+142
|
* [ARM] Remove CONFIG_ARCH_NUMBER from Kconfig system. Putting too manySascha Hauer2008-02-261-3/+4
| | | | | | | | | | | | values into kconfig which are not user configurable at all only encourages people to put even more stuff in there. This is not good because people tend to have board patches lying around and these patches won't apply regularly if they all change the same file (arch/arm/Kconfig) Instead, introduce a function armlinux_set_architecture() which everyone can call during board setup. Similarly introduce armlinux_set_bootparams() for the boot parameter pointer.
* Linking: Remove linker scripts from (arm based-) boards and addsascha2007-10-172-64/+0
| | | | | | | | a generic linker script to arch/arm/lib/u-boot.lds.S. If a board wants to overwrite a linker script it can do so using CONFIG_BOARD_LINKER_SCRIPT. There is no generic linker script for ppc and blackfin yet, so still use the board specific one.
* arm: use text_entry for reset vector instead of hardcoded filenamesascha2007-10-171-1/+1
| | | | (once again)
* whitespace cleanupSascha Hauer2007-09-131-12/+12
|
* remove old env handling in ec920 boardSascha Hauer2007-09-131-12/+0
|
* svn_rev_258Sascha Hauer2007-07-051-2/+11
| | | | remove unnecassary defines
* svn_rev_129Sascha Hauer2007-07-052-18/+16
| | | | make it work again
* svn_rev_124Sascha Hauer2007-07-051-0/+6
|
* svn_rev_109Sascha Hauer2007-07-051-11/+39
| | | | do not know anymore
* svn_rev_072Sascha Hauer2007-07-051-1/+2
| | | | needs update
* svn_rev_065Sascha Hauer2007-07-054-0/+249
| | | | ups, lost
* svn_rev_055Sascha Hauer2007-07-054-249/+0
| | | | remove all boards except the ones I am working on
* svn_rev_045Sascha Hauer2007-07-054-0/+249
add eco920 board support