summaryrefslogtreecommitdiffstats
path: root/arch/arm/lib
Commit message (Expand)AuthorAgeFilesLines
* arm: Add Prep subcommand support to bootmSimon Schwarz2012-03-271-169/+180
* Add cache functions to SPL for armv7Stefano Babic2012-03-271-2/+3
* bootstage: arm: Add bootstage calls in board and bootmSimon Glass2012-03-182-0/+7
* bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass2012-03-181-1/+1
* bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()Simon Glass2012-03-181-1/+1
* davinci: add support for printing clock frequencyHadli, Manjunath2012-02-121-1/+9
* arm, fdt: update ethernet mac address before booting LinuxHeiko Schocher2011-12-191-0/+2
* arm: add __aeabi_unwind_cpp_pr1() function to avoid linker complaintsWolfgang Grandegger2011-12-111-0/+4
* arm: printf() is not available in some SPL configurationsChristian Riesch2011-12-061-0/+2
* net: rtl8109: drop unused !NET_MULTI driverMike Frysinger2011-11-221-4/+0
* Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2011-10-281-1/+0
|\
| * arm, logbuffer: make it compilecleanHeiko Schocher2011-10-271-1/+0
* | cosmetic: s/BOARD_LATE_INIT/CONFIG_BOARD_LATE_INITHelmut Raiger2011-10-271-1/+1
|/
* fdt: ARM: Add fdtcontroladdr to set device tree address in environmentSimon Glass2011-10-261-0/+3
* fdt: ARM: Implement and verify embedded and separate device treeSimon Glass2011-10-261-0/+12
* arm: Correct build error introduced by getenv_ulong() patchSimon Glass2011-10-241-4/+8
* arm: Use getenv_ulong() in place of getenv(), strtoulSimon Glass2011-10-231-25/+11
* arch/arm/lib/board.c: fix warning: variable ... set but not usedWolfgang Denk2011-10-091-3/+1
* net: drop !NET_MULTI codeMike Frysinger2011-10-051-2/+0
* POST/arm: adaptations needed for POST on ARM to workValentin Longchamp2011-10-051-0/+2
* led: remove camel casing of led identifiers globallyJason Kridner2011-09-131-16/+16
* armv7: cache: remove flush on un-aligned invalidateAneesh V2011-09-041-6/+9
* arm: do not force d-cache enable on all boardsAneesh V2011-09-042-5/+15
* arm: fix bd pointer dereference prior initializationIgor Grinberg2011-09-031-4/+5
* arm, lib/board.c: use gd->ram_size instead of bd->bi_memsizeHeiko Schocher2011-09-031-1/+1
* arm: lib: memcpy: Do not copy to same addressMatthias Weisser2011-09-031-0/+3
* cosmetic: arm: lib/board.c: Coding Style cleanupHeiko Schocher2011-08-041-105/+111
* unify version_stringAndreas Bießmann2011-07-281-8/+0
* replace CONFIG_PRELOADER with CONFIG_SPL_BUILDAneesh V2011-07-261-1/+1
* scaled down version of generic libraries for SPLAneesh V2011-07-261-0/+2
* arm: add CONFIG_MACH_TYPE setting and documentationIgor Grinberg2011-07-171-0/+4
* armv7: add PL310 support to u-bootAneesh V2011-07-042-0/+116
* arm: minor fixes for cache and mmu handlingAneesh V2011-07-042-2/+18
* armv7: integrate cache maintenance supportAneesh V2011-07-043-5/+13
* armv7: rename cache related CONFIG flagsAneesh V2011-07-043-6/+4
* arm: make default implementation of cache_flush() weakly linkedAneesh V2011-07-041-1/+3
* Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2011-06-231-3/+4
|\
| * run arm_pci_init after relocationMichael Schwingen2011-06-231-3/+3
* | ARM: drop unsupported 'trab' boardWolfgang Denk2011-06-221-16/+0
|/
* Minor coding style cleanup.Wolfgang Denk2011-05-191-1/+0
* Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2011-04-274-1/+374
|\
| * Don't grab memory for LCD if FB address is definedMinkyu Kang2011-04-271-0/+4
| * ARM: fix stack pointer adjustment in board_init_f()Eric Cooper2011-04-271-1/+1
| * arm: Use optimized memcpy and memset from linuxMatthias Weisser2011-04-273-0/+369
* | Respect memreserve regions specified in the device treeGrant Likely2011-04-251-0/+2
* | Stop passing around bootmem_base value.Grant Likely2011-04-251-2/+1
|/
* arm: fix incorrect monitor protection region in FLASHPo-Yu Chuang2011-03-271-1/+1
* arm: get_sp() should always be compiledPo-Yu Chuang2011-02-211-3/+1
* Replace "FLASH" strings with "Flash" or "flash"Peter Tyser2011-01-191-1/+1
* arm: add 8-byte alignment for ABI compliance before board_init_fHeiko Schocher2010-12-081-1/+1
OpenPOWER on IntegriCloud