summaryrefslogtreecommitdiff
path: root/arch/arm/lib
AgeCommit message (Expand)Author
2013-08-15arm: spl: For Falcon Mode, set a default machid of ~0Tom Rini
2013-07-25Merge branch 'u-boot/master' into u-boot-arm/masterAlbert ARIBAUD
2013-07-25ARM: move interrupt_init to before relocationRob Herring
2013-07-24Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-07-23i2c, soft-i2c: switch to new multibus/multiadapter supportHeiko Schocher
2013-07-23i2c: common changes for multibus/multiadapter supportHeiko Schocher
2013-07-16Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTMDirk Eibach
2013-07-12Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2013-07-10bootm: Clean up bootz_setup() functionSimon Glass
2013-06-26arm: Implement the 'fake' go commandSimon Glass
2013-06-22pxa: fix memory coherency problem after relocationMike Dunn
2013-06-21arm: optimize relocate_code routineAlbert ARIBAUD
2013-06-21arm: make __rel_dyn_{start, end} compiler-generatedAlbert ARIBAUD
2013-06-21arm: make __image_copy_{start, end} compiler-generatedAlbert ARIBAUD
2013-06-21arm: generalize lib/bss.c into lib/sections.cAlbert ARIBAUD
2013-06-21remove all references to .dynsymAlbert ARIBAUD
2013-06-10cosmetic: arm: fix comments in arch/arm/lib/crt0.SMasahiro Yamada
2013-06-10arm: Remove OMAP2420H4 and all omap24xx supportTom Rini
2013-05-30arm: factorize relocate_code routineAlbert ARIBAUD
2013-05-14arm: Use image_setup_linux() instead of local codeSimon Glass
2013-05-14arm: Refactor bootm to reduce #ifdefsSimon Glass
2013-05-01lib: consolidate hang()Andreas Bießmann
2013-04-12arm: Remove deprecated and now unused NAND SPLBenoît Thébaudeau
2013-04-12arm: Remove unused relocate_code() parametersBenoît Thébaudeau
2013-04-12arm: crt0.S: Remove bogus .globlBenoît Thébaudeau
2013-03-28ARM: mmu: Set domain permissions to client accessR Sricharan
2013-03-28ARM: mmu: Introduce weak dram_bank_setup functionR Sricharan
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-08treewide: include libfdt_env.h before fdt.hKim Phillips
2013-02-01arm: Move tlb_addr and tlb_size to arch_global_dataSimon Glass
2013-01-31arm: 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