aboutsummaryrefslogtreecommitdiff
path: root/lib_arm
AgeCommit message (Expand)AuthorFilesLines
2009-07-21Move architecture specific config.mk files into subdirsPeter Tyser1-0/+28
2009-07-18stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD1-2/+2
2009-06-21arm: add support for CONFIG_GENERIC_MMCIlya Yanok1-0/+7
2009-06-12make MODEM SUPPORT generic instead of duplicate itJean-Christophe PLAGNIOL-VILLARD1-99/+0
2009-06-12arch_misc_init support for ARM architecturesPrafulla Wadaskar1-0/+4
2009-06-12arm: remove cpu_initJean-Christophe PLAGNIOL-VILLARD1-1/+0
2009-06-12arm: unify interrupt initJean-Christophe PLAGNIOL-VILLARD1-0/+13
2009-06-12ARM Add blue colour LED to status_led.Tom Rix1-0/+4
2009-06-12arm: timer and interrupt init reworkJean-Christophe PLAGNIOL-VILLARD1-0/+3
2009-06-12lib_arch/board.c: Move malloc initialization before flash_init()Stefan Roese1-3/+3
2009-05-15Fix e-mail address of Gary Jennejohn.Detlev Zundel2-2/+2
2009-04-26lib_arm/board.c: remove misleading "test-only" comment.Wolfgang Denk1-1/+1
2009-04-16at91sam9/at91cap: improve clock frameworkJean-Christophe PLAGNIOL-VILLARD1-0/+3
2009-04-05arm: unify reset commandJean-Christophe PLAGNIOL-VILLARD2-0/+54
2009-04-05arm: clean cache managementJean-Christophe PLAGNIOL-VILLARD2-0/+123
2009-04-04rename include/zlib.h to include/u-boot/zlib.hJean-Christophe PLAGNIOL-VILLARD1-1/+1
2009-03-20cmc_pu2: get mac address from environmentMike Frysinger1-4/+0
2009-03-20arm: 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-06ARM: 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-06Update 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-09-30Revert "ARM: set GD_FLG_RELOC for boards skipping relocation to RAM"Jean-Christophe PLAGNIOL-VILLARD1-17/+0
2008-09-08lib_arm/bootm.c: fix compile warningsWolfgang Denk1-2/+1
2008-08-31ARM DaVinci: Changing function names for EMAC driverSandeep Paulraj1-2/+2
2008-08-26bootm: refactor do_reset and os boot function argsKumar Gala1-8/+2
2008-08-26bootm: refactor ramdisk locating codeKumar Gala1-8/+2
2008-08-26bootm: 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-20Remove 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-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