1. 75d7a0d arm: build arch memset/memcpy in Thumb2 mode by Stefan Agner · 10 years ago
  2. 97a8196 ARM: bootm: do not add PSCI to fdt when booting in secure mode. by Ian Campbell · 10 years ago
  3. a74a4a8 Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · 10 years ago
  4. 9be5c66 arm: semihosting: get rid of forward declarations by Linus Walleij · 10 years ago
  5. 4e1ef15 arm: semihosting: fix up compile bugs by Linus Walleij · 10 years ago
  6. 50b5639 arm: semihosting: staticize internal functions by Linus Walleij · 10 years ago
  7. 1dfdd9b ARM: Implement non-cached memory support by Thierry Reding · 10 years ago
  8. fce0a90 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 10 years ago
  9. dee332f Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 10 years ago
  10. 1739564 Merge git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  11. 8bc347e ARM: bootm: Allow booting in secure mode on hyp capable systems by Hans de Goede · 10 years ago
  12. ba19599 dm: arm: spl: Allow simple malloc() in SPL by Simon Glass · 10 years ago
  13. 3fd968e ARM: remove CONFIG_ARM1136 defines by Masahiro Yamada · 10 years ago
  14. 5d7b131 ARM: remove CONFIG_ARM926EJS defines by Masahiro Yamada · 10 years ago
  15. db544b9 imx: fix exception vectors relocation in imx27 by Albert ARIBAUD · 10 years ago
  16. 28970ef cosmetic: arm: fix whitespace in arch/arm/lib/relocate.S by Albert ARIBAUD · 10 years ago
  17. 25026fa ARM: cache-cp15: Use more accurate types by Thierry Reding · 10 years ago
  18. f888cf5 Revert "lib: bootm: add missing include" by Michal Simek · 10 years ago
  19. 2db8c2d Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 10 years ago
  20. 571bdf1 arm: interrupt_init: set sp in IRQ/FIQ modes by Georges Savoundararadj · 10 years ago
  21. 3ff46cc arm: relocate the exception vectors by Georges Savoundararadj · 10 years ago
  22. c57a642 arm: make .vectors section allocatable by Georges Savoundararadj · 10 years ago
  23. 0ce4af9 Merge branch 'master' of git://git.denx.de/u-boot-imx by Tom Rini · 10 years ago
  24. b81fa61 arm: debug: adjust for U-Boot by Masahiro Yamada · 10 years ago
  25. 51b17d4 arm: debug: add Kconfig entries for lowlevel debug by Masahiro Yamada · 10 years ago
  26. 9345651 arm: debug: replace license blocks with SPDX by Masahiro Yamada · 10 years ago
  27. 1cfe9fa arm: debug: import debug files from Linux 3.16 by Masahiro Yamada · 10 years ago
  28. 49c4bc3 arm: vectors: provide protypes from vectors.S by Jeroen Hofstee · 10 years ago
  29. 1e96220 lib: bootm: add missing include by Jeroen Hofstee · 10 years ago
  30. 52422e3 leds: missing include by Jeroen Hofstee · 10 years ago
  31. 8590c80 arm: board: use __weak by Jeroen Hofstee · 10 years ago
  32. 8d196e5 ARM: prevent compiler warnings from bootm.c by Eric Nelson · 10 years ago
  33. ff7e970 arm: cache: Add support for write-allocate D-Cache by Marek Vasut · 10 years ago
  34. 40f8dec armv8/fsl-lsch3: Release secondary cores from boot hold off with Boot Page by York Sun · 10 years ago
  35. 1ee30ae Revert "ARM: SPL: do not set gd again" by Tom Rini · 10 years ago
  36. a7f99bf arm: Fix _start for CONFIG_SYS_DV_NOR_BOOT_CFG by Benoît Thébaudeau · 10 years ago
  37. 58f9e1a arm: Make reset position-independent by Benoît Thébaudeau · 10 years ago
  38. f2cbb03 eabi_compat: add __aeabi_memcpy __aeabi_memset by Jeroen Hofstee · 10 years ago
  39. f0c3a6c ARM: SPL: do not set gd again by Jeroen Hofstee · 10 years ago
  40. 1fb4dab arm:reset: call the reset_misc() before the cpu reset by Przemyslaw Marczak · 10 years ago
  41. 3f1b6be arm64: Correct passing of Linux kernel args by Tom Rini · 10 years ago
  42. 221a49d ARM: Fix overflow in MMU setup by Marek Vasut · 10 years ago
  43. db993fc arm: include config.h in arch/arm/lib/vectors.S by Christian Riesch · 10 years ago
  44. 76a1e584 arm: Support pre-relocation malloc() by Simon Glass · 10 years ago
  45. aae2aef arm: Set up global data before board_init_f() by Simon Glass · 10 years ago
  46. e771a3d ARM: HYP/non-sec/PSCI: emit DT nodes by Marc Zyngier · 10 years ago
  47. e29607e ARM: convert arch_fixup_memory_node to a generic FDT fixup function by Ma Haijun · 10 years ago
  48. f510aea ARM: HYP/non-sec: allow relocation to secure RAM by Marc Zyngier · 10 years ago
  49. bf433af ARM: HYP/non-sec: add separate section for secure code by Marc Zyngier · 10 years ago
  50. b726d22 ARM: add missing HYP mode constant by Marc Zyngier · 10 years ago
  51. c19e0dd ARM: HYP/non-sec: move switch to non-sec to the last boot phase by Marc Zyngier · 10 years ago
  52. fcfddfd ARM: cache_v7: use __weak by Jeroen Hofstee · 10 years ago
  53. 261d276 arm: Add support for semihosting for armv8 fastmodel targets. by Darwin Rambo · 10 years ago
  54. ed1d98d Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  55. 0a26e1d arm: fix a double-definition error of _start symbol by Masahiro Yamada · 10 years ago
  56. 2aff23c arm: fdt_control: fix a build error with CONFIG_OF_EMBED=y by Masahiro Yamada · 10 years ago
  57. 05d134b Merge remote-tracking branch 'u-boot/master' by Albert ARIBAUD · 10 years ago
  58. 41623c9 arm: move exception handling out of start.S files by Albert ARIBAUD · 10 years ago
  59. b4ee149 arm1136: move cache code from start.S to cache.c by Albert ARIBAUD · 10 years ago
  60. 8e26157 bd_info: remove bi_barudrate member from struct bd_info by Masahiro Yamada · 10 years ago
  61. 519fdde Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  62. c71645a arm64 patch: gicv3 support by David Feng · 11 years ago
  63. 91290cf bootstage: arm: fix fdt stashing code by Mela Custodio · 11 years ago
  64. 8859014 armv8: Flush dcache before switching to EL2 by York Sun · 11 years ago
  65. 83571bc armv8/cache: Flush D-cache, invalidate I-cache for relocation by York Sun · 11 years ago
  66. 254d68b kbuild: move asm-offsets.c from SoC directory to arch/$(ARCH)/lib by Masahiro Yamada · 11 years ago
  67. c6f3d50 ahci-plat: Provide a weak scsi_init hook by Ian Campbell · 11 years ago
  68. cd2e46c kbuild: add CONFIG_ prefix to USE_PRIVATE_LIBGCC by Masahiro Yamada · 11 years ago
  69. eeb72e6 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  70. 1551df3 arm: Switch to -mno-unaligned-access when supported by the compiler by Tom Rini · 11 years ago
  71. b60eff3 arm: remove unneeded symbol offsets and _TEXT_BASE by Albert ARIBAUD · 11 years ago
  72. d0b5d9d arm: make _end compiler-generated by Albert ARIBAUD · 11 years ago
  73. e386616 common: Add get_effective_memsize() to memsize.c by York Sun · 11 years ago
  74. 365475e Move #ifdef(CONFIG_DISPLAY_CPUINFO) from caller to callee by Masahiro Yamada · 11 years ago
  75. 6ab6b2a dts: re-write dts/Makefile more simply with Kbuild by Masahiro Yamada · 11 years ago
  76. 6ba2bc8 arm: use canonical sub mnemonic by Andreas Bießmann · 11 years ago
  77. 7f673c9 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  78. 0ae7653 arm64: core support by David Feng · 11 years ago
  79. 871a57b common/cmd_bootm: extend do_bootm_vxworks to support the new VxWorks boot interface. by Miao Yan · 11 years ago
  80. bd851c7 Revert "ARM: move interrupt_init to before relocation" by Albert ARIBAUD · 11 years ago
  81. 0f0f757 cosmetic: remove empty lines at the top of file by Masahiro Yamada · 11 years ago
  82. fa8f950 ARM: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  83. 93e1459 Coding Style cleanup: replace leading SPACEs by TABs by Wolfgang Denk · 11 years ago
  84. 3765b3e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  85. d429688 ARM: extend non-secure switch to also go into HYP mode by Andre Przywara · 11 years ago
  86. bb97545 ARM: trigger non-secure state switch during bootm execution by Andre Przywara · 11 years ago
  87. fe1378a ARM: use r9 for gd by Jeroen Hofstee · 11 years ago
  88. a81872f ARM,relocate: do not use r9 by Jeroen Hofstee · 11 years ago
  89. fb8d49c arm: spl: Do not set the stack pointer twice by Masahiro Yamada · 11 years ago
  90. ec101fd arm: spl: For Falcon Mode, set a default machid of ~0 by Tom Rini · 11 years ago
  91. 8b485ba Merge branch 'u-boot/master' into u-boot-arm/master by Albert ARIBAUD · 11 years ago
  92. 0f5141e ARM: move interrupt_init to before relocation by Rob Herring · 11 years ago
  93. c2120fb Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 11 years ago
  94. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  95. ea818db i2c, soft-i2c: switch to new multibus/multiadapter support by Heiko Schocher · 12 years ago
  96. 3f4978c i2c: common changes for multibus/multiadapter support by Heiko Schocher · 13 years ago
  97. b8eee43 Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTM by Dirk Eibach · 11 years ago
  98. fbbbc86 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  99. a5266d6 bootm: Clean up bootz_setup() function by Simon Glass · 11 years ago
  100. bce1b92 arm: Implement the 'fake' go command by Simon Glass · 11 years ago