summaryrefslogtreecommitdiffstats
path: root/arch/arm/lib
Commit message (Expand)AuthorAgeFilesLines
* arm: Move tlb_addr and tlb_size to arch_global_dataSimon Glass2013-02-012-7/+7
* arm: fix CONFIG_DELAY_ENVIRONMENT to act like it claims in the READMELucas Stach2013-01-301-1/+1
* arm: Tabify code for MMC initializationTaylor Hutt2013-01-101-2/+2
* arm: Move bootstage record for board_init_f() to after arch_cpu_init()Simon Glass2013-01-101-2/+9
* arm: Make interrupts.o and reset.o in libarm also appear in SPLTom Wai-Hong Tam2013-01-101-2/+3
* arm: Add CONFIG_DISPLAY_BOARDINFO_LATE to display board info on LCDSimon Glass2013-01-101-0/+19
* arm: Add CONFIG_DELAY_ENVIRONMENT to delay environment loadingSimon Glass2013-01-101-2/+27
* arm: Move fdt check earlier so that board_early_init_f() can use itSimon Glass2013-01-101-4/+3
* arm: Keep track of the tlb size as well as its locationGabe Black2013-01-101-2/+3
* arm: move flush_dcache_all() to just before disable cacheArun Mankuzhi2013-01-101-1/+4
* arm: move C runtime setup code in crt0.SAlbert ARIBAUD2013-01-083-11/+175
* Merge remote-tracking branch 'u-boot/master' into u-boot-arm-mergedAllen Martin2012-12-191-3/+9
|\
| * env: Use getenv_yesno() more generallyJoe Hershberger2012-12-131-3/+1
| * pmic: Introduce power_init_board() method at ./lib/board.c fileŁukasz Majewski2012-11-141-0/+8
* | arm: Add control over cachability of memory regionsSimon Glass2012-11-191-11/+40
|/
* Merge remote-tracking branch 'u-boot-ti/master'Albert ARIBAUD2012-11-031-0/+4
|\
| * arm bootm: Allow to pass board specified atagsPali Rohár2012-10-301-0/+4
* | ARM : Remove unused CONFIG_DRIVER_SMC91111, CONFIG_DRIVER_LAN91C96Ashok2012-10-221-17/+0
|/
* arm: fdt: Relocate fdt along with other dataSimon Glass2012-10-191-0/+22
* Merge branch 'agust@denx.de-next' of git://git.denx.de/u-boot-stagingTom Rini2012-10-151-0/+3
|\
| * bootstage: Store boot timings in device treeSimon Glass2012-10-021-0/+3
* | serial: Remove CONFIG_SERIAL_MULTI from remaining sourcesMarek Vasut2012-10-151-2/+0
* | ARM: prevent misaligned array initsAlbert ARIBAUD2012-10-151-1/+1
* | arm: Add CONFIG_OF_BOARD_SETUP support to bootmJoe Hershberger2012-10-041-0/+3
* | ARM: increase lmb stack space reservation to 4KBRob Herring2012-10-041-2/+2
|/
* SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linuxTom Rini2012-09-272-0/+74
* arm: Adds board_postclk_init to the init_sequence.Markus Hubig2012-09-041-0/+3
* arm: enable libgcc build for SPLAllen Martin2012-09-011-1/+1
* ARM: lib: Remove CONFIG_ARCH_CPU_INIT dependencyFabio Estevam2012-07-201-2/+8
* ARM: cache: Move the cp15 CR register read before flushing the cache.SRICHARAN R2012-07-071-3/+3
* ARM: introduce arch_early_init_r()Fabio Estevam2012-07-071-0/+4
* arm: Don't use printf() in SPL buildsSimon Glass2012-07-071-1/+2
* net: move bootfile init into eth_initializeMike Frysinger2012-05-151-8/+0
* net: punt bd->bi_ip_addrMike Frysinger2012-05-151-3/+0
* arm: restore fdt_fixup_ethernet call to do_bootm_linuxStephen Warren2012-04-231-0/+1
* arm: fix bootm with device treeStephen Warren2012-04-231-1/+10
* BOOT: Add "bootz" command to boot Linux zImage on ARMMarek Vasut2012-03-301-0/+30
* arm: Check for valid FDT after console is upSimon Glass2012-03-291-0/+8
* 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
OpenPOWER on IntegriCloud