summaryrefslogtreecommitdiff
path: root/arch/arm/lib
AgeCommit message (Expand)AuthorFilesLines
2014-02-21common: Add get_effective_memsize() to memsize.cYork Sun1-1/+1
2014-02-19Move #ifdef(CONFIG_DISPLAY_CPUINFO) from caller to calleeMasahiro Yamada1-4/+0
2014-02-19dts: re-write dts/Makefile more simply with KbuildMasahiro Yamada1-1/+1
2014-01-14arm: use canonical sub mnemonicAndreas Bießmann1-1/+1
2014-01-10Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini6-5/+340
2014-01-09arm64: core supportDavid Feng6-4/+338
2013-12-16common/cmd_bootm: extend do_bootm_vxworks to support the new VxWorks boot int...Miao Yan1-0/+23
2013-12-12Revert "ARM: move interrupt_init to before relocation"Albert ARIBAUD1-1/+2
2013-11-08cosmetic: remove empty lines at the top of fileMasahiro Yamada2-2/+0
2013-10-31ARM: convert makefiles to Kbuild styleMasahiro Yamada1-60/+26
2013-10-15Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk1-2/+2
2013-10-15Coding 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-16arm: 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-17Build 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-22arm: optimize relocate_code routineAlbert ARIBAUD1-20/+12
2013-06-22arm: make __rel_dyn_{start, end} compiler-generatedAlbert ARIBAUD2-9/+4
2013-06-22arm: make __image_copy_{start, end} compiler-generatedAlbert ARIBAUD2-5/+4
2013-06-22arm: generalize lib/bss.c into lib/sections.cAlbert ARIBAUD2-3/+3
2013-06-22remove 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-02lib: 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-16arm: Enable generic board supportSimon Glass1-0/+3
2013-03-16arm: Use sections header to obtain link symbolsSimon Glass1-0/+1
2013-03-16Replace __bss_end__ with __bss_endSimon Glass2-3/+3
2013-03-13arm: make __bss_start and __bss_end__ compiler-generatedAlbert ARIBAUD2-0/+40