summaryrefslogtreecommitdiff
path: root/lib_arm
AgeCommit message (Expand)AuthorFilesLines
2009-03-21cmc_pu2: get mac address from environmentMike Frysinger1-4/+0
2009-03-21arm: get mac address from environmentMike Frysinger1-32/+11
2009-02-22arm: add uart dcc supportJean-Christophe PLAGNIOL-VILLARD1-0/+3
2009-02-19Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk1-7/+3
2009-02-18API: Provide syscall entry point for the ARM architecture.Rafal Jaworowski1-0/+5
2009-02-07ARM: remove unused variableGuennadi Liakhovetski1-7/+3
2009-01-31ixp: move pci init in arm/board instead of cpuJean-Christophe PLAGNIOL-VILLARD1-0/+12
2008-12-07Update U-Boot's build timestamp on every compilePeter Tyser1-1/+2
2008-11-21lib_arm: do_bootm_linux() - correct a small mistakeIlko Iliev1-1/+1
2008-10-29bootm: Add subcommandsKumar Gala1-0/+3
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-11/+11
2008-10-08Fix bug: in arch-arm, env_get_char dose not work finegnusercn1-0/+2
2008-10-01Revert "ARM: set GD_FLG_RELOC for boards skipping relocation to RAM"Jean-Christophe PLAGNIOL-VILLARD1-17/+0
2008-09-09lib_arm/bootm.c: fix compile warningsWolfgang Denk1-2/+1
2008-08-31ARM DaVinci: Changing function names for EMAC driverSandeep Paulraj1-2/+2
2008-08-27bootm: refactor do_reset and os boot function argsKumar Gala1-8/+2
2008-08-27bootm: refactor ramdisk locating codeKumar Gala1-8/+2
2008-08-27bootm: refactor entry point codeKumar Gala1-18/+1
2008-08-21Consolidate strmhz() implementationHaavard Skinnemoen1-13/+0
2008-08-12Fix fallout from autostart revertKumar Gala1-5/+1
2008-07-30ARM: set GD_FLG_RELOC for boards skipping relocation to RAMRemy Bohmer1-0/+17
2008-07-21Remove unused code from lib_arm/bootm.cGururaja Hebbar K R1-3/+0
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-04Fix implicit declaration build warningsMarcel Ziswiler1-0/+1
2008-04-18Restore 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-15ARM: 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-05ARM: 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