aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/lib
AgeCommit message (Expand)Author
2012-07-20ARM: lib: Remove CONFIG_ARCH_CPU_INIT dependencyFabio Estevam
2012-07-07ARM: cache: Move the cp15 CR register read before flushing the cache.SRICHARAN R
2012-07-07ARM: introduce arch_early_init_r()Fabio Estevam
2012-07-07arm: Don't use printf() in SPL buildsSimon Glass
2012-05-15net: move bootfile init into eth_initializeMike Frysinger
2012-05-15net: punt bd->bi_ip_addrMike Frysinger
2012-04-23arm: restore fdt_fixup_ethernet call to do_bootm_linuxStephen Warren
2012-04-23arm: fix bootm with device treeStephen Warren
2012-03-30BOOT: Add "bootz" command to boot Linux zImage on ARMMarek Vasut
2012-03-29arm: Check for valid FDT after console is upSimon Glass
2012-03-27arm: Add Prep subcommand support to bootmSimon Schwarz
2012-03-27Add cache functions to SPL for armv7Stefano Babic
2012-03-18bootstage: arm: Add bootstage calls in board and bootmSimon Glass
2012-03-18bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass
2012-03-18bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()Simon Glass
2012-02-12davinci: add support for printing clock frequencyHadli, Manjunath
2011-12-19arm, fdt: update ethernet mac address before booting LinuxHeiko Schocher
2011-12-11arm: add __aeabi_unwind_cpp_pr1() function to avoid linker complaintsWolfgang Grandegger
2011-12-06arm: printf() is not available in some SPL configurationsChristian Riesch
2011-11-22net: rtl8109: drop unused !NET_MULTI driverMike Frysinger
2011-10-28Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk
2011-10-27cosmetic: s/BOARD_LATE_INIT/CONFIG_BOARD_LATE_INITHelmut Raiger
2011-10-27arm, logbuffer: make it compilecleanHeiko Schocher
2011-10-26fdt: ARM: Add fdtcontroladdr to set device tree address in environmentSimon Glass
2011-10-26fdt: ARM: Implement and verify embedded and separate device treeSimon Glass
2011-10-24arm: Correct build error introduced by getenv_ulong() patchSimon Glass
2011-10-23arm: Use getenv_ulong() in place of getenv(), strtoulSimon Glass
2011-10-09arch/arm/lib/board.c: fix warning: variable ... set but not usedWolfgang Denk
2011-10-05net: drop !NET_MULTI codeMike Frysinger
2011-10-05POST/arm: adaptations needed for POST on ARM to workValentin Longchamp
2011-09-13led: remove camel casing of led identifiers globallyJason Kridner
2011-09-04armv7: cache: remove flush on un-aligned invalidateAneesh V
2011-09-04arm: do not force d-cache enable on all boardsAneesh V
2011-09-03arm: fix bd pointer dereference prior initializationIgor Grinberg
2011-09-03arm, lib/board.c: use gd->ram_size instead of bd->bi_memsizeHeiko Schocher
2011-09-03arm: lib: memcpy: Do not copy to same addressMatthias Weisser
2011-08-04cosmetic: arm: lib/board.c: Coding Style cleanupHeiko Schocher
2011-07-28unify version_stringAndreas Bießmann
2011-07-26replace CONFIG_PRELOADER with CONFIG_SPL_BUILDAneesh V
2011-07-26scaled down version of generic libraries for SPLAneesh V
2011-07-17arm: add CONFIG_MACH_TYPE setting and documentationIgor Grinberg
2011-07-04armv7: add PL310 support to u-bootAneesh V
2011-07-04arm: minor fixes for cache and mmu handlingAneesh V
2011-07-04armv7: integrate cache maintenance supportAneesh V
2011-07-04armv7: rename cache related CONFIG flagsAneesh V
2011-07-04arm: make default implementation of cache_flush() weakly linkedAneesh V
2011-06-23Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk
2011-06-23run arm_pci_init after relocationMichael Schwingen
2011-06-22ARM: drop unsupported 'trab' boardWolfgang Denk
2011-05-19Minor coding style cleanup.Wolfgang Denk