summaryrefslogtreecommitdiff
path: root/arch/arm/lib
AgeCommit message (Expand)Author
2014-06-05arm: fdt_control: fix a build error with CONFIG_OF_EMBED=yMasahiro Yamada
2014-05-20Merge remote-tracking branch 'u-boot/master'Albert ARIBAUD
2014-05-15arm: move exception handling out of start.S filesAlbert ARIBAUD
2014-05-15arm1136: move cache code from start.S to cache.cAlbert ARIBAUD
2014-05-12bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada
2014-04-08Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD
2014-04-08arm64 patch: gicv3 supportDavid Feng
2014-04-07bootstage: arm: fix fdt stashing codeMela Custodio
2014-04-07armv8: Flush dcache before switching to EL2York Sun
2014-04-07armv8/cache: Flush D-cache, invalidate I-cache for relocationYork Sun
2014-03-28kbuild: move asm-offsets.c from SoC directory to arch/$(ARCH)/libMasahiro Yamada
2014-03-10ahci-plat: Provide a weak scsi_init hookIan Campbell
2014-03-07kbuild: add CONFIG_ prefix to USE_PRIVATE_LIBGCCMasahiro Yamada
2014-02-26Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2014-02-26arm: Switch to -mno-unaligned-access when supported by the compilerTom Rini
2014-02-26arm: remove unneeded symbol offsets and _TEXT_BASEAlbert ARIBAUD
2014-02-26arm: make _end compiler-generatedAlbert ARIBAUD
2014-02-21common: Add get_effective_memsize() to memsize.cYork Sun
2014-02-19Move #ifdef(CONFIG_DISPLAY_CPUINFO) from caller to calleeMasahiro Yamada
2014-02-19dts: re-write dts/Makefile more simply with KbuildMasahiro Yamada
2014-01-14arm: use canonical sub mnemonicAndreas Bießmann
2014-01-10Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2014-01-09arm64: core supportDavid Feng
2013-12-16common/cmd_bootm: extend do_bootm_vxworks to support the new VxWorks boot int...Miao Yan
2013-12-11Revert "ARM: move interrupt_init to before relocation"Albert ARIBAUD
2013-11-08cosmetic: remove empty lines at the top of fileMasahiro Yamada
2013-10-31ARM: convert makefiles to Kbuild styleMasahiro Yamada
2013-10-14Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk
2013-10-03ARM: extend non-secure switch to also go into HYP modeAndre Przywara
2013-10-03ARM: trigger non-secure state switch during bootm executionAndre Przywara
2013-09-23ARM: use r9 for gdJeroen Hofstee
2013-09-23ARM,relocate: do not use r9Jeroen Hofstee
2013-09-14arm: spl: Do not set the stack pointer twiceMasahiro Yamada
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