summaryrefslogtreecommitdiffstats
path: root/arch/arm/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2014-04-081-0/+248
|\
| * kbuild: move asm-offsets.c from SoC directory to arch/$(ARCH)/libMasahiro Yamada2014-03-281-0/+248
* | arm64 patch: gicv3 supportDavid Feng2014-04-082-0/+195
* | bootstage: arm: fix fdt stashing codeMela Custodio2014-04-071-2/+1
* | armv8: Flush dcache before switching to EL2York Sun2014-04-071-0/+1
* | armv8/cache: Flush D-cache, invalidate I-cache for relocationYork Sun2014-04-071-0/+19
|/
* ahci-plat: Provide a weak scsi_init hookIan Campbell2014-03-101-0/+6
* kbuild: add CONFIG_ prefix to USE_PRIVATE_LIBGCCMasahiro Yamada2014-03-071-11/+2
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-02-264-8/+9
|\
| * arm: Switch to -mno-unaligned-access when supported by the compilerTom Rini2014-02-261-1/+1
| * arm: remove unneeded symbol offsets and _TEXT_BASEAlbert ARIBAUD2014-02-261-6/+6
| * arm: make _end compiler-generatedAlbert ARIBAUD2014-02-262-1/+2
* | common: Add get_effective_memsize() to memsize.cYork Sun2014-02-211-1/+1
|/
* Move #ifdef(CONFIG_DISPLAY_CPUINFO) from caller to calleeMasahiro Yamada2014-02-191-4/+0
* dts: re-write dts/Makefile more simply with KbuildMasahiro Yamada2014-02-191-1/+1
* arm: use canonical sub mnemonicAndreas Bießmann2014-01-141-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-01-106-5/+340
|\
| * arm64: core supportDavid Feng2014-01-096-4/+338
| * Revert "ARM: move interrupt_init to before relocation"Albert ARIBAUD2013-12-111-1/+2
* | common/cmd_bootm: extend do_bootm_vxworks to support the new VxWorks boot int...Miao Yan2013-12-161-0/+23
|/
* cosmetic: remove empty lines at the top of fileMasahiro Yamada2013-11-082-2/+0
* ARM: convert makefiles to Kbuild styleMasahiro Yamada2013-10-311-60/+26
* Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk2013-10-141-2/+2
* Coding Style cleanup: remove trailing white spaceWolfgang Denk2013-10-141-1/+1
* ARM: extend non-secure switch to also go into HYP modeAndre Przywara2013-10-031-1/+6
* ARM: trigger non-secure state switch during bootm executionAndre Przywara2013-10-031-0/+13
* ARM: use r9 for gdJeroen Hofstee2013-09-231-8/+8
* ARM,relocate: do not use r9Jeroen Hofstee2013-09-231-3/+3
* arm: spl: Do not set the stack pointer twiceMasahiro Yamada2013-09-141-3/+0
* arm: spl: For Falcon Mode, set a default machid of ~0Tom Rini2013-08-151-1/+6
* Merge branch 'u-boot/master' into u-boot-arm/masterAlbert ARIBAUD2013-07-2518-313/+28
|\
| * Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2013-07-241-3/+7
| |\
| | * i2c, soft-i2c: switch to new multibus/multiadapter supportHeiko Schocher2013-07-231-3/+2
| | * i2c: common changes for multibus/multiadapter supportHeiko Schocher2013-07-231-1/+6
| * | Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-2418-310/+21
| |/
* | ARM: move interrupt_init to before relocationRob Herring2013-07-251-2/+1
|/
* Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTMDirk Eibach2013-07-161-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-07-121-0/+9
|\
| * pxa: fix memory coherency problem after relocationMike Dunn2013-06-221-0/+9
* | bootm: Clean up bootz_setup() functionSimon Glass2013-07-101-6/+8
* | arm: Implement the 'fake' go commandSimon Glass2013-06-261-9/+18
|/
* arm: optimize relocate_code routineAlbert ARIBAUD2013-06-211-20/+12
* arm: make __rel_dyn_{start, end} compiler-generatedAlbert ARIBAUD2013-06-212-9/+4
* arm: make __image_copy_{start, end} compiler-generatedAlbert ARIBAUD2013-06-212-5/+4
* arm: generalize lib/bss.c into lib/sections.cAlbert ARIBAUD2013-06-212-3/+3
* remove all references to .dynsymAlbert ARIBAUD2013-06-211-13/+0
* cosmetic: arm: fix comments in arch/arm/lib/crt0.SMasahiro Yamada2013-06-101-2/+2
* arm: Remove OMAP2420H4 and all omap24xx supportTom Rini2013-06-101-1/+1
* arm: factorize relocate_code routineAlbert ARIBAUD2013-05-302-0/+113
* arm: Use image_setup_linux() instead of local codeSimon Glass2013-05-143-56/+54
OpenPOWER on IntegriCloud