summaryrefslogtreecommitdiff
path: root/arch/arm/lib
Commit message (Expand)AuthorAgeLines
* arm: fdt: Relocate fdt along with other dataSimon Glass2012-10-19-0/+22
* Merge branch 'agust@denx.de-next' of git://git.denx.de/u-boot-stagingTom Rini2012-10-15-0/+3
|\
| * bootstage: Store boot timings in device treeSimon Glass2012-10-02-0/+3
* | serial: Remove CONFIG_SERIAL_MULTI from remaining sourcesMarek Vasut2012-10-15-2/+0
* | ARM: prevent misaligned array initsAlbert ARIBAUD2012-10-15-1/+1
* | arm: Add CONFIG_OF_BOARD_SETUP support to bootmJoe Hershberger2012-10-04-0/+3
* | ARM: increase lmb stack space reservation to 4KBRob Herring2012-10-04-2/+2
|/
* SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linuxTom Rini2012-09-27-0/+74
* arm: Adds board_postclk_init to the init_sequence.Markus Hubig2012-09-04-0/+3
* arm: enable libgcc build for SPLAllen Martin2012-09-01-1/+1
* ARM: lib: Remove CONFIG_ARCH_CPU_INIT dependencyFabio Estevam2012-07-20-2/+8
* ARM: cache: Move the cp15 CR register read before flushing the cache.SRICHARAN R2012-07-07-3/+3
* ARM: introduce arch_early_init_r()Fabio Estevam2012-07-07-0/+4
* arm: Don't use printf() in SPL buildsSimon Glass2012-07-07-1/+2
* net: move bootfile init into eth_initializeMike Frysinger2012-05-15-8/+0
* net: punt bd->bi_ip_addrMike Frysinger2012-05-15-3/+0
* arm: restore fdt_fixup_ethernet call to do_bootm_linuxStephen Warren2012-04-23-0/+1
* arm: fix bootm with device treeStephen Warren2012-04-23-1/+10
* BOOT: Add "bootz" command to boot Linux zImage on ARMMarek Vasut2012-03-30-0/+30
* arm: Check for valid FDT after console is upSimon Glass2012-03-29-0/+8
* arm: Add Prep subcommand support to bootmSimon Schwarz2012-03-27-169/+180
* Add cache functions to SPL for armv7Stefano Babic2012-03-27-2/+3
* bootstage: arm: Add bootstage calls in board and bootmSimon Glass2012-03-18-0/+7
* bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass2012-03-18-1/+1
* bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()Simon Glass2012-03-18-1/+1
* davinci: add support for printing clock frequencyHadli, Manjunath2012-02-12-1/+9
* arm, fdt: update ethernet mac address before booting LinuxHeiko Schocher2011-12-19-0/+2
* arm: add __aeabi_unwind_cpp_pr1() function to avoid linker complaintsWolfgang Grandegger2011-12-11-0/+4
* arm: printf() is not available in some SPL configurationsChristian Riesch2011-12-06-0/+2
* net: rtl8109: drop unused !NET_MULTI driverMike Frysinger2011-11-22-4/+0
* Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2011-10-28-1/+0
|\
| * arm, logbuffer: make it compilecleanHeiko Schocher2011-10-27-1/+0
* | cosmetic: s/BOARD_LATE_INIT/CONFIG_BOARD_LATE_INITHelmut Raiger2011-10-27-1/+1
|/
* fdt: ARM: Add fdtcontroladdr to set device tree address in environmentSimon Glass2011-10-26-0/+3
* fdt: ARM: Implement and verify embedded and separate device treeSimon Glass2011-10-26-0/+12
* arm: Correct build error introduced by getenv_ulong() patchSimon Glass2011-10-24-4/+8
* arm: Use getenv_ulong() in place of getenv(), strtoulSimon Glass2011-10-23-25/+11
* arch/arm/lib/board.c: fix warning: variable ... set but not usedWolfgang Denk2011-10-09-3/+1
* net: drop !NET_MULTI codeMike Frysinger2011-10-05-2/+0
* POST/arm: adaptations needed for POST on ARM to workValentin Longchamp2011-10-05-0/+2
* led: remove camel casing of led identifiers globallyJason Kridner2011-09-13-16/+16
* armv7: cache: remove flush on un-aligned invalidateAneesh V2011-09-04-6/+9
* arm: do not force d-cache enable on all boardsAneesh V2011-09-04-5/+15
* arm: fix bd pointer dereference prior initializationIgor Grinberg2011-09-03-4/+5
* arm, lib/board.c: use gd->ram_size instead of bd->bi_memsizeHeiko Schocher2011-09-03-1/+1
* arm: lib: memcpy: Do not copy to same addressMatthias Weisser2011-09-03-0/+3
* cosmetic: arm: lib/board.c: Coding Style cleanupHeiko Schocher2011-08-04-105/+111
* unify version_stringAndreas Bießmann2011-07-28-8/+0
* replace CONFIG_PRELOADER with CONFIG_SPL_BUILDAneesh V2011-07-26-1/+1
* scaled down version of generic libraries for SPLAneesh V2011-07-26-0/+2