Age | Commit message (Expand) | Author |
2014-09-11 | arm: Make reset position-independent | Benoît Thébaudeau |
2014-09-09 | eabi_compat: add __aeabi_memcpy __aeabi_memset | Jeroen Hofstee |
2014-09-09 | ARM: SPL: do not set gd again | Jeroen Hofstee |
2014-09-05 | arm:reset: call the reset_misc() before the cpu reset | Przemyslaw Marczak |
2014-08-30 | arm64: Correct passing of Linux kernel args | Tom Rini |
2014-08-30 | ARM: Fix overflow in MMU setup | Marek Vasut |
2014-08-29 | arm: include config.h in arch/arm/lib/vectors.S | Christian Riesch |
2014-08-04 | arm: Support pre-relocation malloc() | Simon Glass |
2014-08-04 | arm: Set up global data before board_init_f() | Simon Glass |
2014-07-28 | ARM: HYP/non-sec/PSCI: emit DT nodes | Marc Zyngier |
2014-07-28 | ARM: convert arch_fixup_memory_node to a generic FDT fixup function | Ma Haijun |
2014-07-28 | ARM: HYP/non-sec: allow relocation to secure RAM | Marc Zyngier |
2014-07-28 | ARM: HYP/non-sec: add separate section for secure code | Marc Zyngier |
2014-07-28 | ARM: add missing HYP mode constant | Marc Zyngier |
2014-07-28 | ARM: HYP/non-sec: move switch to non-sec to the last boot phase | Marc Zyngier |
2014-07-04 | ARM: cache_v7: use __weak | Jeroen Hofstee |
2014-07-03 | arm: Add support for semihosting for armv8 fastmodel targets. | Darwin Rambo |
2014-06-25 | Merge branch 'u-boot/master' into 'u-boot-arm/master' | Albert ARIBAUD |
2014-06-09 | arm: fix a double-definition error of _start symbol | Masahiro Yamada |
2014-06-05 | arm: fdt_control: fix a build error with CONFIG_OF_EMBED=y | Masahiro Yamada |
2014-05-20 | Merge remote-tracking branch 'u-boot/master' | Albert ARIBAUD |
2014-05-15 | arm: move exception handling out of start.S files | Albert ARIBAUD |
2014-05-15 | arm1136: move cache code from start.S to cache.c | Albert ARIBAUD |
2014-05-12 | bd_info: remove bi_barudrate member from struct bd_info | Masahiro Yamada |
2014-04-08 | Merge branch 'u-boot/master' into 'u-boot-arm/master' | Albert ARIBAUD |
2014-04-08 | arm64 patch: gicv3 support | David Feng |
2014-04-07 | bootstage: arm: fix fdt stashing code | Mela Custodio |
2014-04-07 | armv8: Flush dcache before switching to EL2 | York Sun |
2014-04-07 | armv8/cache: Flush D-cache, invalidate I-cache for relocation | York Sun |
2014-03-28 | kbuild: move asm-offsets.c from SoC directory to arch/$(ARCH)/lib | Masahiro Yamada |
2014-03-10 | ahci-plat: Provide a weak scsi_init hook | Ian Campbell |
2014-03-07 | kbuild: add CONFIG_ prefix to USE_PRIVATE_LIBGCC | Masahiro Yamada |
2014-02-26 | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini |
2014-02-26 | arm: Switch to -mno-unaligned-access when supported by the compiler | Tom Rini |
2014-02-26 | arm: remove unneeded symbol offsets and _TEXT_BASE | Albert ARIBAUD |
2014-02-26 | arm: make _end compiler-generated | Albert ARIBAUD |
2014-02-21 | common: Add get_effective_memsize() to memsize.c | York Sun |
2014-02-19 | Move #ifdef(CONFIG_DISPLAY_CPUINFO) from caller to callee | Masahiro Yamada |
2014-02-19 | dts: re-write dts/Makefile more simply with Kbuild | Masahiro Yamada |
2014-01-14 | arm: use canonical sub mnemonic | Andreas Bießmann |
2014-01-10 | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini |
2014-01-09 | arm64: core support | David Feng |
2013-12-16 | common/cmd_bootm: extend do_bootm_vxworks to support the new VxWorks boot int... | Miao Yan |
2013-12-11 | Revert "ARM: move interrupt_init to before relocation" | Albert ARIBAUD |
2013-11-08 | cosmetic: remove empty lines at the top of file | Masahiro Yamada |
2013-10-31 | ARM: convert makefiles to Kbuild style | Masahiro Yamada |
2013-10-14 | Coding Style cleanup: replace leading SPACEs by TABs | Wolfgang Denk |
2013-10-14 | Coding Style cleanup: remove trailing white space | Wolfgang Denk |
2013-10-03 | ARM: extend non-secure switch to also go into HYP mode | Andre Przywara |
2013-10-03 | ARM: trigger non-secure state switch during bootm execution | Andre Przywara |