1. ce62e57 ARM: boot0 hook: remove macro, include whole header file by Andre Przywara · 8 years ago
  2. ebda0cc armv8: prevent using THUMB by Andre Przywara · 8 years ago
  3. 9a56175 ARMv8: Setup PSCI memory and device tree by macro.wave.z@gmail.com · 8 years ago
  4. 2d16a1a ARMv8: LS1043A: change macro CONFIG_ARMV8_PSCI definition by macro.wave.z@gmail.com · 8 years ago
  5. 63c0941 libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY by Masahiro Yamada · 8 years ago
  6. 95b62b2 efi_loader: Allow to compile helloworld.efi w/o bundling it by Alexander Graf · 8 years ago
  7. e2c18e4 armv8: fsl-layerscape: SMP support for loading 32-bit OS by Alison Wang · 8 years ago
  8. ec6617c armv8: Support loading 32-bit OS in AArch32 execution state by Alison Wang · 8 years ago
  9. b7b8410 ls2080: Exit dpaa only right before exiting U-Boot by Alexander Graf · 8 years ago
  10. c65d76e efi: arm: Add aarch64 EFI app support by Simon Glass · 8 years ago
  11. dd46eef efi: arm: Add EFI app support by Simon Glass · 8 years ago
  12. c70f74a elf: arm: Add a few ARM relocation types by Simon Glass · 8 years ago
  13. 06d43c8 arm: Set TTB XN bit in case DCACHE_OFF for LPAE mode by Keerthy · 8 years ago
  14. 2b373cb arm: print the cache config option in hex instead of decimal by Keerthy · 8 years ago
  15. ca12e65 spl: Add a parameter to jump_to_image_linux() by Simon Glass · 8 years ago
  16. 8f894a4 arm: cache: always flush cache line size for page table by Stefan Agner · 8 years ago
  17. c5b3cab arm: cache: add support for LPAE for region D$ behavior by Stefan Agner · 8 years ago
  18. 067716b ARM: Move SYS_CACHELINE_SIZE over to Kconfig by Tom Rini · 8 years ago
  19. 5db2890 cmd: Split 'bootz' and 'booti' out from 'bootm' by Tom Rini · 8 years ago
  20. f225d39 vexpress: Check TC2 firmware support before defaulting to nonsec booting by Jon Medhurst \(Tixy\) · 8 years ago
  21. a78cd86 ARM: Rework and correct barrier definitions by Tom Rini · 8 years ago
  22. ad6a303 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 8 years ago
  23. bded218 arm/PSCI: Add support for creating ARMv7 PSCI version 1.0 DT node by Hou Zhiqiang · 8 years ago
  24. 2c77416 arm/PSCI: Fixed the backward compatiblity issue by Hou Zhiqiang · 8 years ago
  25. 388aabc arm/PSCI: Removed unused code by Hou Zhiqiang · 8 years ago
  26. e2f88df libfdt: Introduce new ARCH_FIXUP_FDT option by Michal Simek · 8 years ago
  27. b8cb51d armv8: spl: Call board_init_r from crt0_64 in SPL by Jeremy Hunt · 8 years ago
  28. 431889d spl: zImage support in Falcon mode by Ladislav Michl · 8 years ago
  29. 1eefe14 spl: Fix compilation warnings for arm64 by Michal Simek · 8 years ago
  30. 66669fc Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 8 years ago
  31. 45684ae ARMv8/PSCI: Fixup the device tree for PSCI by Hou Zhiqiang · 8 years ago
  32. 1f9ef0d Merge branch 'master' of http://git.denx.de/u-boot-sunxi by Tom Rini · 8 years ago
  33. 980d6a5 ARM: Add an empty secure stack section by Chen-Yu Tsai · 8 years ago
  34. bcc53bf arm: Show cache warnings in U-Boot proper only by Simon Glass · 8 years ago
  35. 397b569 arm: Move check_cache_range() into a common place by Simon Glass · 8 years ago
  36. 6b6024e arm64: add better and more generic spin-table support by Masahiro Yamada · 8 years ago
  37. 6441e3d ARM: move #ifdef to match the error handling code by Masahiro Yamada · 8 years ago
  38. cdaa633 arm/arm64: implement a boot header capability by Andre Przywara · 8 years ago
  39. 756e76f arm: lib: Fix fix push/pop-section directives by Marek Vasut · 8 years ago
  40. b2f1858 arm: lib: fix push/pop-section directives by Stephen Warren · 8 years ago
  41. 13b0a91 arm: lib: Split asm symbols into different .text subsections by Marek Vasut · 8 years ago
  42. 806f86b arm: lib: Import Thumb1 functions by Marek Vasut · 8 years ago
  43. 0bf65c6 arm: lib: import muldi3.S from Linux by Marek Vasut · 8 years ago
  44. 40d67c7 arm: lib: Repair Warning: conditional infixes are deprecated in unified syntax by Marek Vasut · 8 years ago
  45. 7b9f9c5 arm: lib: Import __do_div64 from Linux by Marek Vasut · 8 years ago
  46. e64d759 arm: lib: Fix uldivmod.S build on Thumb2 by Marek Vasut · 8 years ago
  47. c5a543e arm: lib: Sync libgcc 32b division/modulo operations by Marek Vasut · 8 years ago
  48. 06b36cb arm: lib: Sync libgcc shift operations by Marek Vasut · 8 years ago
  49. 11b1a9b arm: lib: Drop underscore from private libgcc filenames by Marek Vasut · 8 years ago
  50. c0db6f8 arm: include: Import unified.h from Linux kernel by Marek Vasut · 8 years ago
  51. 1163625 Rename reset to sysreset by Stephen Warren · 8 years ago
  52. 09c2b8f Change my mailaddress by Andreas Bießmann · 8 years ago
  53. f00169a arm: spl: Align default board_init_f comment with code by Andreas Dannenberg · 8 years ago
  54. d990f5c arm: Add support for HYP mode and LPAE page tables by Alexander Graf · 9 years ago
  55. 2b690b9 armv8: lsch3: Enable WUO config for RNI-20 node by Prabhakar Kushwaha · 9 years ago
  56. 9ab6049 arm: Add a 64-bit division routine to the private library by Simon Glass · 9 years ago
  57. cc4a474 arm: Allow EFI payload code to take exceptions by Alexander Graf · 9 years ago
  58. 6498291 arm64: Allow EFI payload code to take exceptions by Alexander Graf · 9 years ago
  59. 50149ea efi_loader: Add runtime services by Alexander Graf · 9 years ago
  60. 03a3a8a arm: make sure board_init_r() is being called using the right mode (ARM / THUMB) by David Müller (ELSOFT AG) · 9 years ago
  61. a592e6f arm: Replace test for CONFIG_ARMV7 with CONFIG_CPU_V7 by Marek Vasut · 9 years ago
  62. f7ee071 ARM: bootm: Try to use relocated ramdisk by Jeffy Chen · 9 years ago
  63. a737028 arm: initialize gd for AArch64 by Stephen Warren · 9 years ago
  64. adc421e arm: move gd handling outside of C code by Albert ARIBAUD · 9 years ago
  65. ecc3066 Fix board init code to respect the C runtime environment by Albert ARIBAUD · 9 years ago
  66. 5be9356 Change e-mail address of Kamil Lulko by Kamil Lulko · 9 years ago
  67. bc3c89b common: bootm: check return value of strict_strtoul by Peng Fan · 9 years ago
  68. 62e9207 arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILD by Albert ARIBAUD · 9 years ago
  69. 7bdf75c arm: fix compile warnings when semihosting is enabled on ARMv7M target. by Vadzim Dambrouski · 9 years ago
  70. 432a624 arm: add support for semihosting for ARMv7M targets by Vadzim Dambrouski · 9 years ago
  71. 5ba534d arm: Switch 32-bit ARM to using generic global_data setup by Simon Glass · 9 years ago
  72. 931bec3 arm: Switch aarch64 to using generic global_data setup by Simon Glass · 9 years ago
  73. b1964c7 armv8/gic: Fix GIC v2 initialization by Thierry Reding · 9 years ago
  74. 13a3972 Merge remote-tracking branch 'u-boot/master' by Albert ARIBAUD · 9 years ago
  75. 1090a56 arm: Drop old non-generic-board code by Simon Glass · 9 years ago
  76. ed64190 arm: Correct comments in crt0.S for the recent SPL improvements by Simon Glass · 9 years ago
  77. c9feb42 Merge git://git.denx.de/u-boot-rockchip by Tom Rini · 9 years ago
  78. c6aabe9 arm: reset: Avoid a build error when the reset uclass is enabled by Simon Glass · 9 years ago
  79. 3ffa95c armv8: Add framework for CCN-504 interconnect configuration by Bhupesh Sharma · 9 years ago
  80. b5d92ba ARM: SPL: Use CONFIG_SPL_DM not CONFIG_DM by Tom Rini · 9 years ago
  81. 633b6cc ARM: cache: implement a default weak flush_cache() function by Wu, Josh · 9 years ago
  82. 387871a ARM: cache: add an empty stub function for invalidate/flush dcache by Wu, Josh · 9 years ago
  83. 80402f3 spl, common, serial: build SPL without serial support by Heiko Schocher · 9 years ago
  84. 502a2af arm64: Handle arbitrary CONFIG_SYS_MALLOC_F_LEN values by Thierry Reding · 9 years ago
  85. 1251d51 arm: Add ENTRY/ENDPROC to private libgcc functions by Simon Glass · 9 years ago
  86. f99993c common/cmd_boot: keep ARM v7M in thumb mode during do_go_exec() by Matt Porter · 9 years ago
  87. 4588d61 arch/arm/lib/bootm-fdt.c: Guard the include of <asm/armv7.h> by Tom Rini · 9 years ago
  88. d6b72da virt-dt: Allow reservation of secure region when in a RAM carveout by Jan Kiszka · 9 years ago
  89. 104d6fb ARM: Clean up CONFIG_ARMV7_NONSEC/VIRT/PSCI conditions by Jan Kiszka · 9 years ago
  90. b939689 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 9 years ago
  91. 3f6dcdb Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 9 years ago
  92. b2d5ac5 armv8/ls2085aqds: NAND boot support by Scott Wood · 10 years ago
  93. 12d8a72 ARM: Add ARMv7-M support by rev13@wp.pl · 10 years ago
  94. d2eaec6 net: Remove the bd* parameter from net stack functions by Joe Hershberger · 10 years ago
  95. 0eb25b6 common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · 10 years ago
  96. 97840b5 ARMv7 TLB: Fixed TTBR0 and Table Descriptors to allow caching by Bryan Brinsko · 10 years ago
  97. 692e5c4 Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · 9 years ago
  98. d5f3d17 armv8: semihosting: delete external interface by Linus Walleij · 10 years ago
  99. 202a674 armv8: semihosting: add a command to load semihosted images by Linus Walleij · 10 years ago
  100. e769f68 armv8: semihosting: do not inline trap call by Linus Walleij · 10 years ago