1. 2219026 ARM: cache: implement a default weak flush_cache() function by Wu, Josh · 9 years ago
  2. aaa3545 ARM: cache: add an empty stub function for invalidate/flush dcache by Wu, Josh · 9 years ago
  3. 62cb156 spl, common, serial: build SPL without serial support by Heiko Schocher · 9 years ago
  4. 419228a arm64: Handle arbitrary CONFIG_SYS_MALLOC_F_LEN values by Thierry Reding · 9 years ago
  5. ba4d90a arm: Add ENTRY/ENDPROC to private libgcc functions by Simon Glass · 10 years ago
  6. bd1fef5 common/cmd_boot: keep ARM v7M in thumb mode during do_go_exec() by Matt Porter · 10 years ago
  7. 9fcb5ef arch/arm/lib/bootm-fdt.c: Guard the include of <asm/armv7.h> by Tom Rini · 10 years ago
  8. cb33440 virt-dt: Allow reservation of secure region when in a RAM carveout by Jan Kiszka · 10 years ago
  9. ac31b5a ARM: Clean up CONFIG_ARMV7_NONSEC/VIRT/PSCI conditions by Jan Kiszka · 10 years ago
  10. 5895b7c Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  11. c35f6cb Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 10 years ago
  12. 8e728cd armv8/ls2085aqds: NAND boot support by Scott Wood · 10 years ago
  13. b3b57e8 ARM: Add ARMv7-M support by rev13@wp.pl · 10 years ago
  14. 3dbe17e net: Remove the bd* parameter from net stack functions by Joe Hershberger · 10 years ago
  15. 65b905b common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · 10 years ago
  16. 29d23ec ARMv7 TLB: Fixed TTBR0 and Table Descriptors to allow caching by Bryan Brinsko · 10 years ago
  17. c1a1955 Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · 10 years ago
  18. e47e38e armv8: semihosting: delete external interface by Linus Walleij · 10 years ago
  19. 6cf1671 armv8: semihosting: add a command to load semihosted images by Linus Walleij · 10 years ago
  20. 1c2e27e armv8: semihosting: do not inline trap call by Linus Walleij · 10 years ago
  21. f36fede ARMv8: enable pre-allocation malloc by David Feng · 10 years ago
  22. 23d9b03 Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · 10 years ago
  23. fb02cc1 ARM: PSCI: Rework the DT handler slightly by Tom Rini · 10 years ago
  24. 42b500b arm: relocation: clear .bss section with arch memset if defined by Przemyslaw Marczak · 10 years ago
  25. d8711af arm: spl: Allow board_init_r() to run with a larger stack by Simon Glass · 10 years ago
  26. aeca9cc arm: spl: Avoid setting up a duplicate global data structure by Simon Glass · 10 years ago
  27. 1eba1d7 Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 10 years ago
  28. 26ea9f4 ARM: remove jadecpu board support by Masahiro Yamada · 10 years ago
  29. 1ce575f armv8/fsl-lsch3: Convert flushing L3 to assembly to avoid using stack by York Sun · 10 years ago
  30. b90e01d Merge remote-tracking branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  31. 2542986 common/board_f: factor out reserve_stacks by Andreas Bießmann · 10 years ago
  32. 4b15a5f arm: Show relocated PC/LR in the register dump by Simon Glass · 10 years ago
  33. 8312e53 Merge branch 'master' of git://git.denx.de/u-boot-atmel by Tom Rini · 10 years ago
  34. b642d83 arm, arm926ejs: make thumb mode compileable by Heiko Schocher · 10 years ago
  35. 37972d8 arm: Add warnings about using gdata by Simon Glass · 10 years ago
  36. a257f2e arm: build arch memset/memcpy in Thumb2 mode by Stefan Agner · 10 years ago
  37. 68bc8f5 ARM: bootm: do not add PSCI to fdt when booting in secure mode. by Ian Campbell · 10 years ago
  38. e37443f Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · 10 years ago
  39. 7cc8ca8 arm: semihosting: get rid of forward declarations by Linus Walleij · 10 years ago
  40. 6fda265 arm: semihosting: fix up compile bugs by Linus Walleij · 10 years ago
  41. ef6d09c arm: semihosting: staticize internal functions by Linus Walleij · 10 years ago
  42. c97d974 ARM: Implement non-cached memory support by Thierry Reding · 10 years ago
  43. 4b3175f Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 10 years ago
  44. 36f9f1b Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 10 years ago
  45. 7e08a1f Merge git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  46. 63fb548 ARM: bootm: Allow booting in secure mode on hyp capable systems by Hans de Goede · 10 years ago
  47. 8aaab90 dm: arm: spl: Allow simple malloc() in SPL by Simon Glass · 10 years ago
  48. a8b4c8c ARM: remove CONFIG_ARM1136 defines by Masahiro Yamada · 10 years ago
  49. 4fb5d07 ARM: remove CONFIG_ARM926EJS defines by Masahiro Yamada · 10 years ago
  50. bd6e56f imx: fix exception vectors relocation in imx27 by Albert ARIBAUD · 10 years ago
  51. da75866 cosmetic: arm: fix whitespace in arch/arm/lib/relocate.S by Albert ARIBAUD · 10 years ago
  52. fe200715 ARM: cache-cp15: Use more accurate types by Thierry Reding · 10 years ago
  53. 72c2875 Revert "lib: bootm: add missing include" by Michal Simek · 10 years ago
  54. 4cb650f Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 10 years ago
  55. 393db65 arm: interrupt_init: set sp in IRQ/FIQ modes by Georges Savoundararadj · 10 years ago
  56. 58623d1 arm: relocate the exception vectors by Georges Savoundararadj · 10 years ago
  57. c381084 arm: make .vectors section allocatable by Georges Savoundararadj · 10 years ago
  58. f0e1f8d Merge branch 'master' of git://git.denx.de/u-boot-imx by Tom Rini · 10 years ago
  59. 4cb23ab arm: debug: adjust for U-Boot by Masahiro Yamada · 10 years ago
  60. df00e52 arm: debug: add Kconfig entries for lowlevel debug by Masahiro Yamada · 10 years ago
  61. 349eba2 arm: debug: replace license blocks with SPDX by Masahiro Yamada · 10 years ago
  62. 59cbe79 arm: debug: import debug files from Linux 3.16 by Masahiro Yamada · 10 years ago
  63. a964133 arm: vectors: provide protypes from vectors.S by Jeroen Hofstee · 10 years ago
  64. 506f0e5 lib: bootm: add missing include by Jeroen Hofstee · 10 years ago
  65. 74a08bc leds: missing include by Jeroen Hofstee · 10 years ago
  66. dca7d08 arm: board: use __weak by Jeroen Hofstee · 10 years ago
  67. b7c236b ARM: prevent compiler warnings from bootm.c by Eric Nelson · 10 years ago
  68. 79b9072 arm: cache: Add support for write-allocate D-Cache by Marek Vasut · 10 years ago
  69. 56cc3db armv8/fsl-lsch3: Release secondary cores from boot hold off with Boot Page by York Sun · 10 years ago
  70. 8b2da02 Revert "ARM: SPL: do not set gd again" by Tom Rini · 10 years ago
  71. df66ec6 arm: Fix _start for CONFIG_SYS_DV_NOR_BOOT_CFG by Benoît Thébaudeau · 10 years ago
  72. 68a0f16 arm: Make reset position-independent by Benoît Thébaudeau · 10 years ago
  73. 30f527d eabi_compat: add __aeabi_memcpy __aeabi_memset by Jeroen Hofstee · 10 years ago
  74. 073000a ARM: SPL: do not set gd again by Jeroen Hofstee · 10 years ago
  75. ec1c122 arm:reset: call the reset_misc() before the cpu reset by Przemyslaw Marczak · 10 years ago
  76. 67d604e arm64: Correct passing of Linux kernel args by Tom Rini · 10 years ago
  77. c20f6f5 ARM: Fix overflow in MMU setup by Marek Vasut · 10 years ago
  78. 80c5a53 arm: include config.h in arch/arm/lib/vectors.S by Christian Riesch · 10 years ago
  79. 1f36da0 arm: Support pre-relocation malloc() by Simon Glass · 10 years ago
  80. f6cbf99 arm: Set up global data before board_init_f() by Simon Glass · 10 years ago
  81. b32cf0e ARM: HYP/non-sec/PSCI: emit DT nodes by Marc Zyngier · 10 years ago
  82. 6235824 ARM: convert arch_fixup_memory_node to a generic FDT fixup function by Ma Haijun · 10 years ago
  83. 855ca66 ARM: HYP/non-sec: allow relocation to secure RAM by Marc Zyngier · 10 years ago
  84. c0451ec ARM: HYP/non-sec: add separate section for secure code by Marc Zyngier · 10 years ago
  85. 6b5b129 ARM: add missing HYP mode constant by Marc Zyngier · 10 years ago
  86. 915a09e ARM: HYP/non-sec: move switch to non-sec to the last boot phase by Marc Zyngier · 10 years ago
  87. d746077 ARM: cache_v7: use __weak by Jeroen Hofstee · 10 years ago
  88. d32d411 arm: Add support for semihosting for armv8 fastmodel targets. by Darwin Rambo · 10 years ago
  89. d0b3d76 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  90. 4e4b3fb arm: fix a double-definition error of _start symbol by Masahiro Yamada · 11 years ago
  91. 7c3f130 arm: fdt_control: fix a build error with CONFIG_OF_EMBED=y by Masahiro Yamada · 11 years ago
  92. 95eb65a Merge remote-tracking branch 'u-boot/master' by Albert ARIBAUD · 11 years ago
  93. 9852cc6 arm: move exception handling out of start.S files by Albert ARIBAUD · 11 years ago
  94. 7a6fd04 arm1136: move cache code from start.S to cache.c by Albert ARIBAUD · 11 years ago
  95. 197c720 bd_info: remove bi_barudrate member from struct bd_info by Masahiro Yamada · 11 years ago
  96. b8fb7b8 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  97. 79bbde0 arm64 patch: gicv3 support by David Feng · 11 years ago
  98. 5625c8b bootstage: arm: fix fdt stashing code by Mela Custodio · 11 years ago
  99. b7ebd10 armv8: Flush dcache before switching to EL2 by York Sun · 11 years ago
  100. 11b84ee armv8/cache: Flush D-cache, invalidate I-cache for relocation by York Sun · 11 years ago