aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/lib
AgeCommit message (Expand)AuthorFilesLines
2014-10-26arm: debug: add Kconfig entries for lowlevel debugMasahiro Yamada1-0/+2
2014-10-26arm: debug: replace license blocks with SPDXMasahiro Yamada1-3/+1
2014-10-26arm: debug: import debug files from Linux 3.16Masahiro Yamada1-0/+138
2014-10-25arm: vectors: provide protypes from vectors.SJeroen Hofstee1-0/+1
2014-10-25lib: bootm: add missing includeJeroen Hofstee1-0/+1
2014-10-25leds: missing includeJeroen Hofstee1-0/+1
2014-10-24arm: board: use __weakJeroen Hofstee1-28/+12
2014-10-21ARM: prevent compiler warnings from bootm.cEric Nelson1-1/+4
2014-10-06arm: cache: Add support for write-allocate D-CacheMarek Vasut1-0/+2
2014-09-25armv8/fsl-lsch3: Release secondary cores from boot hold off with Boot PageYork Sun1-7/+3
2014-09-16Revert "ARM: SPL: do not set gd again"Tom Rini1-0/+3
2014-09-11arm: Fix _start for CONFIG_SYS_DV_NOR_BOOT_CFGBenoît Thébaudeau1-1/+2
2014-09-11arm: Make reset position-independentBenoît Thébaudeau1-2/+1
2014-09-09eabi_compat: add __aeabi_memcpy __aeabi_memsetJeroen Hofstee1-2/+13
2014-09-09ARM: SPL: do not set gd againJeroen Hofstee1-3/+0
2014-09-05arm:reset: call the reset_misc() before the cpu resetPrzemyslaw Marczak1-0/+6
2014-08-30arm64: Correct passing of Linux kernel argsTom Rini1-3/+5
2014-08-30ARM: Fix overflow in MMU setupMarek Vasut1-1/+1
2014-08-29arm: include config.h in arch/arm/lib/vectors.SChristian Riesch1-0/+2
2014-08-04arm: Support pre-relocation malloc()Simon Glass1-1/+4
2014-08-04arm: Set up global data before board_init_f()Simon Glass1-0/+9
2014-07-28ARM: HYP/non-sec/PSCI: emit DT nodesMarc Zyngier1-2/+10
2014-07-28ARM: convert arch_fixup_memory_node to a generic FDT fixup functionMa Haijun2-2/+2
2014-07-28ARM: HYP/non-sec: allow relocation to secure RAMMarc Zyngier1-13/+9
2014-07-28ARM: HYP/non-sec: add separate section for secure codeMarc Zyngier1-0/+2
2014-07-28ARM: add missing HYP mode constantMarc Zyngier1-1/+1
2014-07-28ARM: HYP/non-sec: move switch to non-sec to the last boot phaseMarc Zyngier1-3/+6
2014-07-04ARM: cache_v7: use __weakJeroen Hofstee2-17/+5
2014-07-03arm: Add support for semihosting for armv8 fastmodel targets.Darwin Rambo2-0/+234
2014-06-25Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD1-1/+1
2014-06-09arm: fix a double-definition error of _start symbolMasahiro Yamada1-2/+0
2014-06-05arm: fdt_control: fix a build error with CONFIG_OF_EMBED=yMasahiro Yamada1-1/+1
2014-05-20Merge remote-tracking branch 'u-boot/master'Albert ARIBAUD1-1/+0
2014-05-15arm: move exception handling out of start.S filesAlbert ARIBAUD2-1/+292
2014-05-15arm1136: move cache code from start.S to cache.cAlbert ARIBAUD1-3/+10
2014-05-12bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada1-1/+0
2014-04-08Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD1-0/+248
2014-04-08arm64 patch: gicv3 supportDavid Feng2-0/+195
2014-04-07bootstage: arm: fix fdt stashing codeMela Custodio1-2/+1
2014-04-07armv8: Flush dcache before switching to EL2York Sun1-0/+1
2014-04-07armv8/cache: Flush D-cache, invalidate I-cache for relocationYork Sun1-0/+19
2014-03-28kbuild: move asm-offsets.c from SoC directory to arch/$(ARCH)/libMasahiro Yamada1-0/+248
2014-03-10ahci-plat: Provide a weak scsi_init hookIan Campbell1-0/+6
2014-03-07kbuild: add CONFIG_ prefix to USE_PRIVATE_LIBGCCMasahiro Yamada1-11/+2
2014-02-26Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini4-8/+9
2014-02-26arm: Switch to -mno-unaligned-access when supported by the compilerTom Rini1-1/+1
2014-02-26arm: remove unneeded symbol offsets and _TEXT_BASEAlbert ARIBAUD1-6/+6
2014-02-26arm: make _end compiler-generatedAlbert ARIBAUD2-1/+2
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