aboutsummaryrefslogtreecommitdiff
path: root/lib_arm
AgeCommit message (Expand)AuthorFilesLines
2008-06-03Merge remote branch 'u-boot-at91/for-1.3.4'Wolfgang Denk1-11/+28
2008-05-28Remove prototypes of nand_init() in favor of including nand.h.Scott Wood1-8/+2
2008-05-24Merging Stelian Pop AT91 patchesJean-Christophe PLAGNIOL-VILLARD1-11/+28
2008-05-21Big white-space cleanup.Wolfgang Denk3-5/+5
2008-05-10Add ATMEL LCD driverStelian Pop1-11/+28
2008-05-03Fix implicit declaration build warningsMarcel Ziswiler1-0/+1
2008-04-17Restore the ability to continue booting after legacy image overwriteMarian Balakowicz1-1/+1
2008-03-12[new uImage] Add new uImage format support to arch specific do_bootm_linux() ...Marian Balakowicz1-4/+16
2008-03-12[new uImage] Remove unnecessary arguments passed to ramdisk routinesMarian Balakowicz1-2/+4
2008-02-29[new uImage] Update naming convention for bootm/uImage related codeMarian Balakowicz1-1/+1
2008-02-29[new uImage] Respect autostart setting in linux bootmKumar Gala1-0/+3
2008-02-27[new uImage] Move image verify flag to bootm_headers structureMarian Balakowicz1-2/+2
2008-02-27[Makefile] Sort COBJS in lib_<arch> MakefilesMarian Balakowicz1-7/+15
2008-02-25[new uImage] Add dual format uImage support frameworkMarian Balakowicz1-9/+23
2008-02-21Merge branch 'master' of /home/git/u-bootMarian Balakowicz3-3/+185
2008-02-15Merge branch '080208_dupint' of git://linux-arm.org/u-boot-armdevPeter Pearse2-1/+175
2008-02-15Merge branch '080131_artila' of git://linux-arm.org/u-boot-armdevPeter Pearse1-1/+2
2008-02-14ARM: make the machid configurable via the environmentUwe Kleine-König1-1/+9
2008-02-14ARM: cleanup duplicated exception handlingcodeAndreas Engel2-1/+175
2008-02-14Support for Artila M-501 starter kitTimo Tuunainen1-1/+2
2008-02-07[new uImage] Factor out common image_get_ramdisk() routineMarian Balakowicz1-112/+2
2008-02-07[new uImage] Rename architecture specific bootm code filesMarian Balakowicz2-1/+1
2008-02-07[new uImage] Cleanup image header pointer use in bootm codeMarian Balakowicz1-53/+35
2008-02-07[new uImage] Define a API for image handling operationsMarian Balakowicz1-27/+18
2008-02-04ARM: add I2C init function call in lib_arm/board.cHebbar1-0/+18
2008-01-09ARM: support board-specific ethernet PHY initJean-Christophe PLAGNIOL-VILLARD1-0/+4
2007-11-25drivers/net : move net drivers to drivers/netJean-Christophe PLAGNIOL-VILLARD1-2/+2
2007-10-13Merge branch 'master' of git://www.denx.de/git/u-boot-nand-flashWolfgang Denk1-0/+8
2007-10-13Coding Style cleanup.Wolfgang Denk1-11/+6
2007-09-17OneNAND support (take #2)Kyungmin Park1-0/+8
2007-09-07Merge with git://www.denx.de/git/u-boot.gitPeter Pearse1-0/+4
2007-09-07PXA270: Add support for multiple serial ports.stefano babic1-0/+4
2007-09-04Add coloured led interface for ARM boards.Peter Pearse1-0/+24
2007-08-10[ARM] TI DaVinci support, hopefully finalSergey Kubushyn1-0/+7
2007-08-06Merge with /home/wd/git/u-boot/custodian/u-boot-testingWolfgang Denk1-5/+5
2007-07-13make show_boot_progress () weak.Heiko Schocher1-17/+10
2007-07-10disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger1-1/+1
2007-07-09lib_{arm,avr32,blackfin,generic,i386}/: Remove obsolete references to CONFIG_...Jon Loeliger1-4/+4
2007-07-04lib_*/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-4/+4
2006-10-09Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk1-1/+1
2006-09-01Add support for a saving build objects in a separate directory.Marian Balakowicz1-8/+9
2006-05-30Minor cleanup.Wolfgang Denk2-2/+0
2006-05-30* Update Intel IXP4xx supportWolfgang Denk5-1/+334
2006-04-25cosmetic: print amount of NAND flash aligned with the other values such asMarkus Klotzbuecher1-1/+1
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk1-2/+2
2006-03-11More GCC 4.x woesWolfgang Denk1-1/+2
2006-03-11Some code cleanup for GCC 4.xWolfgang Denk2-5/+7
2006-03-07Cleanup (get rid of debug code that sneaked in)Wolfgang Denk1-2/+0
2006-02-28First steps implementing NAND support. Not working, fails to read ID.Markus Klotzbücher1-0/+4
2006-02-10Changed gcc-4.0 global data pointer fix to conform with the fix for this onMarkus Klotzbücher1-5/+2