1. 9dc8fef pxa: fix memory coherency problem after relocation by Mike Dunn · 11 years ago
  2. fbf87b1 arm: optimize relocate_code routine by Albert ARIBAUD · 11 years ago
  3. 47bd65e arm: make __rel_dyn_{start, end} compiler-generated by Albert ARIBAUD · 11 years ago
  4. d026dec arm: make __image_copy_{start, end} compiler-generated by Albert ARIBAUD · 11 years ago
  5. df84502 arm: generalize lib/bss.c into lib/sections.c by Albert ARIBAUD · 11 years ago
  6. 09d8118 remove all references to .dynsym by Albert ARIBAUD · 11 years ago
  7. 58bb8f5 cosmetic: arm: fix comments in arch/arm/lib/crt0.S by Masahiro Yamada · 11 years ago
  8. 7f5eef9 arm: Remove OMAP2420H4 and all omap24xx support by Tom Rini · 11 years ago
  9. 3da0e57 arm: factorize relocate_code routine by Albert ARIBAUD · 11 years ago
  10. 6caa195 arm: Use image_setup_linux() instead of local code by Simon Glass · 11 years ago
  11. c19d13b arm: Refactor bootm to reduce #ifdefs by Simon Glass · 11 years ago
  12. d2eae43 lib: consolidate hang() by Andreas Bießmann · 11 years ago
  13. 66f30bf arm: Remove deprecated and now unused NAND SPL by Benoît Thébaudeau · 11 years ago
  14. 5c6db12 arm: Remove unused relocate_code() parameters by Benoît Thébaudeau · 11 years ago
  15. 9c5feab arm: crt0.S: Remove bogus .globl by Benoît Thébaudeau · 11 years ago
  16. de63ac2 ARM: mmu: Set domain permissions to client access by R Sricharan · 12 years ago
  17. 96fdbec ARM: mmu: Introduce weak dram_bank_setup function by R Sricharan · 12 years ago
  18. 0ce033d Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  19. 959daa2 arm: Enable generic board support by Simon Glass · 12 years ago
  20. e103b7a arm: Use sections header to obtain link symbols by Simon Glass · 12 years ago
  21. 3929fb0 Replace __bss_end__ with __bss_end by Simon Glass · 12 years ago
  22. 3ebd1cb arm: make __bss_start and __bss_end__ compiler-generated by Albert ARIBAUD · 12 years ago
  23. 12e06fe treewide: include libfdt_env.h before fdt.h by Kim Phillips · 12 years ago
  24. 34fd5d2 arm: Move tlb_addr and tlb_size to arch_global_data by Simon Glass · 12 years ago
  25. 4e5eb45 arm: fix CONFIG_DELAY_ENVIRONMENT to act like it claims in the README by Lucas Stach · 12 years ago
  26. 80e4095 arm: Tabify code for MMC initialization by Taylor Hutt · 12 years ago
  27. 2f8d8d6 arm: Move bootstage record for board_init_f() to after arch_cpu_init() by Simon Glass · 12 years ago
  28. fe34f8d arm: Make interrupts.o and reset.o in libarm also appear in SPL by Tom Wai-Hong Tam · 12 years ago
  29. e2e3e2b arm: Add CONFIG_DISPLAY_BOARDINFO_LATE to display board info on LCD by Simon Glass · 12 years ago
  30. 06fd853 arm: Add CONFIG_DELAY_ENVIRONMENT to delay environment loading by Simon Glass · 12 years ago
  31. eae78c3 arm: Move fdt check earlier so that board_early_init_f() can use it by Simon Glass · 12 years ago
  32. 724cdff arm: Keep track of the tlb size as well as its location by Gabe Black · 12 years ago
  33. 44df5e8 arm: move flush_dcache_all() to just before disable cache by Arun Mankuzhi · 12 years ago
  34. e05e5de arm: move C runtime setup code in crt0.S by Albert ARIBAUD · 12 years ago
  35. a098cf4 Merge remote-tracking branch 'u-boot/master' into u-boot-arm-merged by Allen Martin · 12 years ago
  36. ec8a252 env: Use getenv_yesno() more generally by Joe Hershberger · 12 years ago
  37. 0dde7f5 arm: Add control over cachability of memory regions by Simon Glass · 12 years ago
  38. 2ffb4be pmic: Introduce power_init_board() method at ./lib/board.c file by Łukasz Majewski · 12 years ago
  39. a42c87f Merge remote-tracking branch 'u-boot-ti/master' by Albert ARIBAUD · 12 years ago
  40. 89e6f13 arm bootm: Allow to pass board specified atags by Pali Rohár · 12 years ago
  41. bcf28c2 ARM : Remove unused CONFIG_DRIVER_SMC91111, CONFIG_DRIVER_LAN91C96 by Ashok · 12 years ago
  42. 39826f0 arm: fdt: Relocate fdt along with other data by Simon Glass · 12 years ago
  43. bd23b22 Merge branch 'agust@denx.de-next' of git://git.denx.de/u-boot-staging by Tom Rini · 12 years ago
  44. 036036d serial: Remove CONFIG_SERIAL_MULTI from remaining sources by Marek Vasut · 12 years ago
  45. b823fd9 ARM: prevent misaligned array inits by Albert ARIBAUD · 12 years ago
  46. c673426 arm: Add CONFIG_OF_BOARD_SETUP support to bootm by Joe Hershberger · 12 years ago
  47. fcfa696 ARM: increase lmb stack space reservation to 4KB by Rob Herring · 12 years ago
  48. 94fd131 bootstage: Store boot timings in device tree by Simon Glass · 12 years ago
  49. 6507f13 SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linux by Tom Rini · 12 years ago
  50. e23e5ee arm: Adds board_postclk_init to the init_sequence. by Markus Hubig · 12 years ago
  51. c497be7 arm: enable libgcc build for SPL by Allen Martin · 12 years ago
  52. a21c651 ARM: lib: Remove CONFIG_ARCH_CPU_INIT dependency by Fabio Estevam · 13 years ago
  53. d702b08 ARM: cache: Move the cp15 CR register read before flushing the cache. by SRICHARAN R · 12 years ago
  54. d519b4b ARM: introduce arch_early_init_r() by Fabio Estevam · 12 years ago
  55. fe901f2 arm: Don't use printf() in SPL builds by Simon Glass · 13 years ago
  56. de30122 net: move bootfile init into eth_initialize by Mike Frysinger · 12 years ago
  57. 50a47d0 net: punt bd->bi_ip_addr by Mike Frysinger · 12 years ago
  58. 9e02a6b arm: restore fdt_fixup_ethernet call to do_bootm_linux by Stephen Warren · 12 years ago
  59. 1723997 arm: fix bootm with device tree by Stephen Warren · 12 years ago
  60. 44f074c BOOT: Add "bootz" command to boot Linux zImage on ARM by Marek Vasut · 13 years ago
  61. 2866903 arm: Check for valid FDT after console is up by Simon Glass · 13 years ago
  62. 0a672d4 arm: Add Prep subcommand support to bootm by Simon Schwarz · 13 years ago
  63. d460587 Add cache functions to SPL for armv7 by Stefano Babic · 13 years ago
  64. f933e84 bootstage: arm: Add bootstage calls in board and bootm by Simon Glass · 13 years ago
  65. 770605e bootstage: Replace show_boot_progress/error() with bootstage_...() by Simon Glass · 13 years ago
  66. 578ac1e bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress() by Simon Glass · 13 years ago
  67. 8f5d468 davinci: add support for printing clock frequency by Hadli, Manjunath · 13 years ago
  68. 3ea11ca arm, fdt: update ethernet mac address before booting Linux by Heiko Schocher · 13 years ago
  69. 953209b arm: add __aeabi_unwind_cpp_pr1() function to avoid linker complaints by Wolfgang Grandegger · 13 years ago
  70. 5cb939f arm: printf() is not available in some SPL configurations by Christian Riesch · 13 years ago
  71. 2cc8b5c net: rtl8109: drop unused !NET_MULTI driver by Mike Frysinger · 13 years ago
  72. 87a5d60 Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 13 years ago
  73. 9660e44 cosmetic: s/BOARD_LATE_INIT/CONFIG_BOARD_LATE_INIT by Helmut Raiger · 13 years ago
  74. ee4014b arm, logbuffer: make it compileclean by Heiko Schocher · 13 years ago
  75. eea63e0 fdt: ARM: Add fdtcontroladdr to set device tree address in environment by Simon Glass · 13 years ago
  76. f5437ad fdt: ARM: Implement and verify embedded and separate device tree by Simon Glass · 13 years ago
  77. bc4e14c arm: Correct build error introduced by getenv_ulong() patch by Simon Glass · 13 years ago
  78. dc8bbea arm: Use getenv_ulong() in place of getenv(), strtoul by Simon Glass · 13 years ago
  79. 80c6abc arch/arm/lib/board.c: fix warning: variable ... set but not used by Wolfgang Denk · 13 years ago
  80. e2a5345 net: drop !NET_MULTI code by Mike Frysinger · 13 years ago
  81. ea3681a POST/arm: adaptations needed for POST on ARM to work by Valentin Longchamp · 13 years ago
  82. 2d3be7c led: remove camel casing of led identifiers globally by Jason Kridner · 13 years ago
  83. cabe287 armv7: cache: remove flush on un-aligned invalidate by Aneesh V · 13 years ago
  84. cba4b18 arm: do not force d-cache enable on all boards by Aneesh V · 13 years ago
  85. 15c2e2c arm: fix bd pointer dereference prior initialization by Igor Grinberg · 13 years ago
  86. b2b8f98 arm, lib/board.c: use gd->ram_size instead of bd->bi_memsize by Heiko Schocher · 13 years ago
  87. 34fe828 arm: lib: memcpy: Do not copy to same address by Matthias Weisser · 13 years ago
  88. ceb1d6d cosmetic: arm: lib/board.c: Coding Style cleanup by Heiko Schocher · 13 years ago
  89. 09c2e90 unify version_string by Andreas Bießmann · 13 years ago
  90. 401bb30 replace CONFIG_PRELOADER with CONFIG_SPL_BUILD by Aneesh V · 13 years ago
  91. 05bad4a scaled down version of generic libraries for SPL by Aneesh V · 13 years ago
  92. 7eb2939 arm: add CONFIG_MACH_TYPE setting and documentation by Igor Grinberg · 13 years ago
  93. 93bc219 armv7: add PL310 support to u-boot by Aneesh V · 13 years ago
  94. e05f007 arm: minor fixes for cache and mmu handling by Aneesh V · 13 years ago
  95. c2dd0d4 armv7: integrate cache maintenance support by Aneesh V · 13 years ago
  96. e47f2db armv7: rename cache related CONFIG flags by Aneesh V · 13 years ago
  97. 4c93da7 arm: make default implementation of cache_flush() weakly linked by Aneesh V · 13 years ago
  98. 9623c15 Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 13 years ago
  99. 1ed63c5 run arm_pci_init after relocation by Michael Schwingen · 13 years ago
  100. 566e5cf ARM: drop unsupported 'trab' board by Wolfgang Denk · 13 years ago