aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/lib
AgeCommit message (Expand)AuthorFilesLines
2013-10-31ARM: convert makefiles to Kbuild styleMasahiro Yamada1-60/+26
2013-10-14Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk1-2/+2
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2013-10-03ARM: extend non-secure switch to also go into HYP modeAndre Przywara1-1/+6
2013-10-03ARM: trigger non-secure state switch during bootm executionAndre Przywara1-0/+13
2013-09-23ARM: use r9 for gdJeroen Hofstee1-8/+8
2013-09-23ARM,relocate: do not use r9Jeroen Hofstee1-3/+3
2013-09-14arm: spl: Do not set the stack pointer twiceMasahiro Yamada1-3/+0
2013-08-15arm: spl: For Falcon Mode, set a default machid of ~0Tom Rini1-1/+6
2013-07-25Merge branch 'u-boot/master' into u-boot-arm/masterAlbert ARIBAUD18-313/+28
2013-07-25ARM: move interrupt_init to before relocationRob Herring1-2/+1
2013-07-24Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini1-3/+7
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk18-310/+21
2013-07-23i2c, soft-i2c: switch to new multibus/multiadapter supportHeiko Schocher1-3/+2
2013-07-23i2c: common changes for multibus/multiadapter supportHeiko Schocher1-1/+6
2013-07-16Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTMDirk Eibach1-1/+1
2013-07-12Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-0/+9
2013-07-10bootm: Clean up bootz_setup() functionSimon Glass1-6/+8
2013-06-26arm: Implement the 'fake' go commandSimon Glass1-9/+18
2013-06-22pxa: fix memory coherency problem after relocationMike Dunn1-0/+9
2013-06-21arm: optimize relocate_code routineAlbert ARIBAUD1-20/+12
2013-06-21arm: make __rel_dyn_{start, end} compiler-generatedAlbert ARIBAUD2-9/+4
2013-06-21arm: make __image_copy_{start, end} compiler-generatedAlbert ARIBAUD2-5/+4
2013-06-21arm: generalize lib/bss.c into lib/sections.cAlbert ARIBAUD2-3/+3
2013-06-21remove all references to .dynsymAlbert ARIBAUD1-13/+0
2013-06-10cosmetic: arm: fix comments in arch/arm/lib/crt0.SMasahiro Yamada1-2/+2
2013-06-10arm: Remove OMAP2420H4 and all omap24xx supportTom Rini1-1/+1
2013-05-30arm: factorize relocate_code routineAlbert ARIBAUD2-0/+113
2013-05-14arm: Use image_setup_linux() instead of local codeSimon Glass3-56/+54
2013-05-14arm: Refactor bootm to reduce #ifdefsSimon Glass1-64/+20
2013-05-01lib: consolidate hang()Andreas Bießmann1-6/+0
2013-04-12arm: Remove deprecated and now unused NAND SPLBenoît Thébaudeau1-14/+2
2013-04-12arm: Remove unused relocate_code() parametersBenoît Thébaudeau1-5/+3
2013-04-12arm: crt0.S: Remove bogus .globlBenoît Thébaudeau1-24/+4
2013-03-28ARM: mmu: Set domain permissions to client accessR Sricharan1-0/+7
2013-03-28ARM: mmu: Introduce weak dram_bank_setup functionR Sricharan1-1/+3
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2-0/+40
2013-03-15arm: Enable generic board supportSimon Glass1-0/+3
2013-03-15arm: Use sections header to obtain link symbolsSimon Glass1-0/+1
2013-03-15Replace __bss_end__ with __bss_endSimon Glass2-3/+3
2013-03-12arm: make __bss_start and __bss_end__ compiler-generatedAlbert ARIBAUD2-0/+40
2013-02-07treewide: include libfdt_env.h before fdt.hKim Phillips1-1/+0
2013-02-01arm: Move tlb_addr and tlb_size to arch_global_dataSimon Glass2-7/+7
2013-01-30arm: fix CONFIG_DELAY_ENVIRONMENT to act like it claims in the READMELucas Stach1-1/+1
2013-01-10arm: Tabify code for MMC initializationTaylor Hutt1-2/+2
2013-01-10arm: Move bootstage record for board_init_f() to after arch_cpu_init()Simon Glass1-2/+9
2013-01-10arm: Make interrupts.o and reset.o in libarm also appear in SPLTom Wai-Hong Tam1-2/+3
2013-01-10arm: Add CONFIG_DISPLAY_BOARDINFO_LATE to display board info on LCDSimon Glass1-0/+19
2013-01-10arm: Add CONFIG_DELAY_ENVIRONMENT to delay environment loadingSimon Glass1-2/+27
2013-01-10arm: Move fdt check earlier so that board_early_init_f() can use itSimon Glass1-4/+3