summaryrefslogtreecommitdiff
path: root/lib_arm
Commit message (Expand)AuthorAgeLines
* ARM: compiler options cleanup - improve tool chain supportWolfgang Denk2009-08-21-3/+58
* ARM EABI: add new helper functions resp. function namesWolfgang Denk2009-08-09-9/+33
* arm: add _lshrdi3.SHeiko Schocher2009-07-27-0/+47
* Make linking against libgcc configurableWolfgang Denk2009-07-27-8/+22
* Move architecture specific config.mk files into subdirsPeter Tyser2009-07-21-0/+28
* stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD2009-07-18-2/+2
* arm: add support for CONFIG_GENERIC_MMCIlya Yanok2009-06-21-0/+7
* make MODEM SUPPORT generic instead of duplicate itJean-Christophe PLAGNIOL-VILLARD2009-06-12-99/+0
* arch_misc_init support for ARM architecturesPrafulla Wadaskar2009-06-12-0/+4
* arm: remove cpu_initJean-Christophe PLAGNIOL-VILLARD2009-06-12-1/+0
* arm: unify interrupt initJean-Christophe PLAGNIOL-VILLARD2009-06-12-0/+13
* ARM Add blue colour LED to status_led.Tom Rix2009-06-12-0/+4
* arm: timer and interrupt init reworkJean-Christophe PLAGNIOL-VILLARD2009-06-12-0/+3
* lib_arch/board.c: Move malloc initialization before flash_init()Stefan Roese2009-06-12-3/+3
* Fix e-mail address of Gary Jennejohn.Detlev Zundel2009-05-15-2/+2
* lib_arm/board.c: remove misleading "test-only" comment.Wolfgang Denk2009-04-26-1/+1
* at91sam9/at91cap: improve clock frameworkJean-Christophe PLAGNIOL-VILLARD2009-04-16-0/+3
* arm: unify reset commandJean-Christophe PLAGNIOL-VILLARD2009-04-05-0/+54
* arm: clean cache managementJean-Christophe PLAGNIOL-VILLARD2009-04-05-0/+123
* rename include/zlib.h to include/u-boot/zlib.hJean-Christophe PLAGNIOL-VILLARD2009-04-04-1/+1
* cmc_pu2: get mac address from environmentMike Frysinger2009-03-20-4/+0
* arm: get mac address from environmentMike Frysinger2009-03-20-32/+11
* arm: add uart dcc supportJean-Christophe PLAGNIOL-VILLARD2009-02-22-0/+3
* Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2009-02-19-7/+3
|\
| * ARM: remove unused variableGuennadi Liakhovetski2009-02-06-7/+3
* | API: Provide syscall entry point for the ARM architecture.Rafal Jaworowski2009-02-18-0/+5
|/
* ixp: move pci init in arm/board instead of cpuJean-Christophe PLAGNIOL-VILLARD2009-01-31-0/+12
* Update U-Boot's build timestamp on every compilePeter Tyser2008-12-06-1/+2
* lib_arm: do_bootm_linux() - correct a small mistakeIlko Iliev2008-11-21-1/+1
* bootm: Add subcommandsKumar Gala2008-10-29-0/+3
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-18-11/+11
* Fix bug: in arch-arm, env_get_char dose not work finegnusercn2008-10-08-0/+2
* Revert "ARM: set GD_FLG_RELOC for boards skipping relocation to RAM"Jean-Christophe PLAGNIOL-VILLARD2008-09-30-17/+0
* lib_arm/bootm.c: fix compile warningsWolfgang Denk2008-09-08-2/+1
* ARM DaVinci: Changing function names for EMAC driverSandeep Paulraj2008-08-31-2/+2
* bootm: refactor do_reset and os boot function argsKumar Gala2008-08-26-8/+2
* bootm: refactor ramdisk locating codeKumar Gala2008-08-26-8/+2
* bootm: refactor entry point codeKumar Gala2008-08-26-18/+1
* Consolidate strmhz() implementationHaavard Skinnemoen2008-08-21-13/+0
* Fix fallout from autostart revertKumar Gala2008-08-12-5/+1
* ARM: set GD_FLG_RELOC for boards skipping relocation to RAMRemy Bohmer2008-07-30-0/+17
* Remove unused code from lib_arm/bootm.cGururaja Hebbar K R2008-07-20-3/+0
* Merge remote branch 'u-boot-at91/for-1.3.4'Wolfgang Denk2008-06-03-11/+28
|\
| * Merging Stelian Pop AT91 patchesJean-Christophe PLAGNIOL-VILLARD2008-05-24-11/+28
| |\
| | * Add ATMEL LCD driverStelian Pop2008-05-10-11/+28
* | | Remove prototypes of nand_init() in favor of including nand.h.Scott Wood2008-05-28-8/+2
|/ /
* | Big white-space cleanup.Wolfgang Denk2008-05-21-5/+5
|/
* Fix implicit declaration build warningsMarcel Ziswiler2008-05-03-0/+1
* Restore the ability to continue booting after legacy image overwriteMarian Balakowicz2008-04-17-1/+1
* [new uImage] Add new uImage format support to arch specific do_bootm_linux() ...Marian Balakowicz2008-03-12-4/+16