aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/lib
AgeCommit message (Expand)AuthorFilesLines
2012-10-15serial: Remove CONFIG_SERIAL_MULTI from remaining sourcesMarek Vasut1-2/+0
2012-10-15ARM: prevent misaligned array initsAlbert ARIBAUD1-1/+1
2012-10-04arm: Add CONFIG_OF_BOARD_SETUP support to bootmJoe Hershberger1-0/+3
2012-10-04ARM: increase lmb stack space reservation to 4KBRob Herring1-2/+2
2012-09-27SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linuxTom Rini2-0/+74
2012-09-04arm: Adds board_postclk_init to the init_sequence.Markus Hubig1-0/+3
2012-09-01arm: enable libgcc build for SPLAllen Martin1-1/+1
2012-07-20ARM: lib: Remove CONFIG_ARCH_CPU_INIT dependencyFabio Estevam1-2/+8
2012-07-07ARM: cache: Move the cp15 CR register read before flushing the cache.SRICHARAN R1-3/+3
2012-07-07ARM: introduce arch_early_init_r()Fabio Estevam1-0/+4
2012-07-07arm: Don't use printf() in SPL buildsSimon Glass1-1/+2
2012-05-15net: move bootfile init into eth_initializeMike Frysinger1-8/+0
2012-05-15net: punt bd->bi_ip_addrMike Frysinger1-3/+0
2012-04-23arm: restore fdt_fixup_ethernet call to do_bootm_linuxStephen Warren1-0/+1
2012-04-23arm: fix bootm with device treeStephen Warren1-1/+10
2012-03-30BOOT: Add "bootz" command to boot Linux zImage on ARMMarek Vasut1-0/+30
2012-03-29arm: Check for valid FDT after console is upSimon Glass1-0/+8
2012-03-27arm: Add Prep subcommand support to bootmSimon Schwarz1-169/+180
2012-03-27Add cache functions to SPL for armv7Stefano Babic1-2/+3
2012-03-18bootstage: arm: Add bootstage calls in board and bootmSimon Glass2-0/+7
2012-03-18bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass1-1/+1
2012-03-18bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()Simon Glass1-1/+1
2012-02-12davinci: add support for printing clock frequencyHadli, Manjunath1-1/+9
2011-12-19arm, fdt: update ethernet mac address before booting LinuxHeiko Schocher1-0/+2
2011-12-11arm: add __aeabi_unwind_cpp_pr1() function to avoid linker complaintsWolfgang Grandegger1-0/+4
2011-12-06arm: printf() is not available in some SPL configurationsChristian Riesch1-0/+2
2011-11-22net: rtl8109: drop unused !NET_MULTI driverMike Frysinger1-4/+0
2011-10-28Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk1-1/+0
2011-10-27cosmetic: s/BOARD_LATE_INIT/CONFIG_BOARD_LATE_INITHelmut Raiger1-1/+1
2011-10-27arm, logbuffer: make it compilecleanHeiko Schocher1-1/+0
2011-10-26fdt: ARM: Add fdtcontroladdr to set device tree address in environmentSimon Glass1-0/+3
2011-10-26fdt: ARM: Implement and verify embedded and separate device treeSimon Glass1-0/+12
2011-10-24arm: Correct build error introduced by getenv_ulong() patchSimon Glass1-4/+8
2011-10-23arm: Use getenv_ulong() in place of getenv(), strtoulSimon Glass1-25/+11
2011-10-09arch/arm/lib/board.c: fix warning: variable ... set but not usedWolfgang Denk1-3/+1
2011-10-05net: drop !NET_MULTI codeMike Frysinger1-2/+0
2011-10-05POST/arm: adaptations needed for POST on ARM to workValentin Longchamp1-0/+2
2011-09-13led: remove camel casing of led identifiers globallyJason Kridner1-16/+16
2011-09-04armv7: cache: remove flush on un-aligned invalidateAneesh V1-6/+9
2011-09-04arm: do not force d-cache enable on all boardsAneesh V2-5/+15
2011-09-03arm: fix bd pointer dereference prior initializationIgor Grinberg1-4/+5
2011-09-03arm, lib/board.c: use gd->ram_size instead of bd->bi_memsizeHeiko Schocher1-1/+1
2011-09-03arm: lib: memcpy: Do not copy to same addressMatthias Weisser1-0/+3
2011-08-04cosmetic: arm: lib/board.c: Coding Style cleanupHeiko Schocher1-105/+111
2011-07-28unify version_stringAndreas Bießmann1-8/+0
2011-07-26replace CONFIG_PRELOADER with CONFIG_SPL_BUILDAneesh V1-1/+1
2011-07-26scaled down version of generic libraries for SPLAneesh V1-0/+2
2011-07-17arm: add CONFIG_MACH_TYPE setting and documentationIgor Grinberg1-0/+4
2011-07-04armv7: add PL310 support to u-bootAneesh V2-0/+116
2011-07-04arm: minor fixes for cache and mmu handlingAneesh V2-2/+18