summaryrefslogtreecommitdiff
path: root/arch/arm/lib
AgeCommit message (Expand)Author
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2013-03-15arm: Enable generic board supportSimon Glass
2013-03-15arm: Use sections header to obtain link symbolsSimon Glass
2013-03-15Replace __bss_end__ with __bss_endSimon Glass
2013-03-12arm: make __bss_start and __bss_end__ compiler-generatedAlbert ARIBAUD
2013-02-07treewide: include libfdt_env.h before fdt.hKim Phillips
2013-02-01arm: Move tlb_addr and tlb_size to arch_global_dataSimon Glass
2013-01-30arm: fix CONFIG_DELAY_ENVIRONMENT to act like it claims in the READMELucas Stach
2013-01-10arm: Tabify code for MMC initializationTaylor Hutt
2013-01-10arm: Move bootstage record for board_init_f() to after arch_cpu_init()Simon Glass
2013-01-10arm: Make interrupts.o and reset.o in libarm also appear in SPLTom Wai-Hong Tam
2013-01-10arm: Add CONFIG_DISPLAY_BOARDINFO_LATE to display board info on LCDSimon Glass
2013-01-10arm: Add CONFIG_DELAY_ENVIRONMENT to delay environment loadingSimon Glass
2013-01-10arm: Move fdt check earlier so that board_early_init_f() can use itSimon Glass
2013-01-10arm: Keep track of the tlb size as well as its locationGabe Black
2013-01-10arm: move flush_dcache_all() to just before disable cacheArun Mankuzhi
2013-01-08arm: move C runtime setup code in crt0.SAlbert ARIBAUD
2012-12-19Merge remote-tracking branch 'u-boot/master' into u-boot-arm-mergedAllen Martin
2012-12-13env: Use getenv_yesno() more generallyJoe Hershberger
2012-11-19arm: Add control over cachability of memory regionsSimon Glass
2012-11-14pmic: Introduce power_init_board() method at ./lib/board.c fileŁukasz Majewski
2012-11-03Merge remote-tracking branch 'u-boot-ti/master'Albert ARIBAUD
2012-10-30arm bootm: Allow to pass board specified atagsPali Rohár
2012-10-22ARM : Remove unused CONFIG_DRIVER_SMC91111, CONFIG_DRIVER_LAN91C96Ashok
2012-10-19arm: fdt: Relocate fdt along with other dataSimon Glass
2012-10-15Merge branch 'agust@denx.de-next' of git://git.denx.de/u-boot-stagingTom Rini
2012-10-15serial: Remove CONFIG_SERIAL_MULTI from remaining sourcesMarek Vasut
2012-10-15ARM: prevent misaligned array initsAlbert ARIBAUD
2012-10-04arm: Add CONFIG_OF_BOARD_SETUP support to bootmJoe Hershberger
2012-10-04ARM: increase lmb stack space reservation to 4KBRob Herring
2012-10-02bootstage: Store boot timings in device treeSimon Glass
2012-09-27SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linuxTom Rini
2012-09-04arm: Adds board_postclk_init to the init_sequence.Markus Hubig
2012-09-01arm: enable libgcc build for SPLAllen Martin
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