1. 06396c1 ARM: mmu: Set domain permissions to client access by R Sricharan · 12 years ago
  2. 0871607 ARM: mmu: Introduce weak dram_bank_setup function by R Sricharan · 12 years ago
  3. 19aac97 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  4. 97bbf18 arm: Enable generic board support by Simon Glass · 12 years ago
  5. e0e641e arm: Use sections header to obtain link symbols by Simon Glass · 12 years ago
  6. ed70c8f Replace __bss_end__ with __bss_end by Simon Glass · 12 years ago
  7. 436f632 arm: make __bss_start and __bss_end__ compiler-generated by Albert ARIBAUD · 12 years ago
  8. d150db6 treewide: include libfdt_env.h before fdt.h by Kim Phillips · 12 years ago
  9. 6b4ee15 arm: Move tlb_addr and tlb_size to arch_global_data by Simon Glass · 12 years ago
  10. 97ec739 arm: fix CONFIG_DELAY_ENVIRONMENT to act like it claims in the README by Lucas Stach · 12 years ago
  11. d84d60f arm: Tabify code for MMC initialization by Taylor Hutt · 12 years ago
  12. 25d0227 arm: Move bootstage record for board_init_f() to after arch_cpu_init() by Simon Glass · 12 years ago
  13. f1ffb6c arm: Make interrupts.o and reset.o in libarm also appear in SPL by Tom Wai-Hong Tam · 12 years ago
  14. e882201 arm: Add CONFIG_DISPLAY_BOARDINFO_LATE to display board info on LCD by Simon Glass · 12 years ago
  15. 6b8d5fd arm: Add CONFIG_DELAY_ENVIRONMENT to delay environment loading by Simon Glass · 12 years ago
  16. 7d5c036 arm: Move fdt check earlier so that board_early_init_f() can use it by Simon Glass · 12 years ago
  17. 72866c7 arm: Keep track of the tlb size as well as its location by Gabe Black · 12 years ago
  18. 7a7825f arm: move flush_dcache_all() to just before disable cache by Arun Mankuzhi · 12 years ago
  19. facdae5 arm: move C runtime setup code in crt0.S by Albert ARIBAUD · 12 years ago
  20. bafe41a Merge remote-tracking branch 'u-boot/master' into u-boot-arm-merged by Allen Martin · 12 years ago
  21. 864ec56 env: Use getenv_yesno() more generally by Joe Hershberger · 12 years ago
  22. a4f2079 arm: Add control over cachability of memory regions by Simon Glass · 12 years ago
  23. 3636a34 pmic: Introduce power_init_board() method at ./lib/board.c file by Łukasz Majewski · 12 years ago
  24. 9b9f90b Merge remote-tracking branch 'u-boot-ti/master' by Albert ARIBAUD · 12 years ago
  25. 5ebe4f1 arm bootm: Allow to pass board specified atags by Pali Rohár · 12 years ago
  26. 734165a ARM : Remove unused CONFIG_DRIVER_SMC91111, CONFIG_DRIVER_LAN91C96 by Ashok · 12 years ago
  27. d467823 arm: fdt: Relocate fdt along with other data by Simon Glass · 12 years ago
  28. a29c787 Merge branch 'agust@denx.de-next' of git://git.denx.de/u-boot-staging by Tom Rini · 12 years ago
  29. 52039da serial: Remove CONFIG_SERIAL_MULTI from remaining sources by Marek Vasut · 12 years ago
  30. d6d4ec8 ARM: prevent misaligned array inits by Albert ARIBAUD · 12 years ago
  31. ceea077 arm: Add CONFIG_OF_BOARD_SETUP support to bootm by Joe Hershberger · 12 years ago
  32. 13137f3 ARM: increase lmb stack space reservation to 4KB by Rob Herring · 12 years ago
  33. 0fa36a4 bootstage: Store boot timings in device tree by Simon Glass · 12 years ago
  34. 31dfba4 SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linux by Tom Rini · 12 years ago
  35. 3c92e0e arm: Adds board_postclk_init to the init_sequence. by Markus Hubig · 12 years ago
  36. ea74c93 arm: enable libgcc build for SPL by Allen Martin · 12 years ago
  37. 3f703e8 ARM: lib: Remove CONFIG_ARCH_CPU_INIT dependency by Fabio Estevam · 13 years ago
  38. 88f4bf2 ARM: cache: Move the cp15 CR register read before flushing the cache. by SRICHARAN R · 13 years ago
  39. 4310ecc ARM: introduce arch_early_init_r() by Fabio Estevam · 13 years ago
  40. 188d971 arm: Don't use printf() in SPL builds by Simon Glass · 13 years ago
  41. 36fe7db net: move bootfile init into eth_initialize by Mike Frysinger · 13 years ago
  42. 04b63f2 net: punt bd->bi_ip_addr by Mike Frysinger · 13 years ago
  43. 6d32e64 arm: restore fdt_fixup_ethernet call to do_bootm_linux by Stephen Warren · 13 years ago
  44. c570fba arm: fix bootm with device tree by Stephen Warren · 13 years ago
  45. cf41a9b BOOT: Add "bootz" command to boot Linux zImage on ARM by Marek Vasut · 13 years ago
  46. d3842c4 arm: Check for valid FDT after console is up by Simon Glass · 13 years ago
  47. 6a597b9 arm: Add Prep subcommand support to bootm by Simon Schwarz · 13 years ago
  48. 84fb0dd Add cache functions to SPL for armv7 by Stefano Babic · 13 years ago
  49. ef980a7 bootstage: arm: Add bootstage calls in board and bootm by Simon Glass · 13 years ago
  50. 0169e6b bootstage: Replace show_boot_progress/error() with bootstage_...() by Simon Glass · 13 years ago
  51. 2939564 bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress() by Simon Glass · 13 years ago
  52. 0dfccbe davinci: add support for printing clock frequency by Hadli, Manjunath · 13 years ago
  53. 95b644b arm, fdt: update ethernet mac address before booting Linux by Heiko Schocher · 13 years ago
  54. 74b04d9 arm: add __aeabi_unwind_cpp_pr1() function to avoid linker complaints by Wolfgang Grandegger · 13 years ago
  55. 86657d4 arm: printf() is not available in some SPL configurations by Christian Riesch · 13 years ago
  56. d2a9424 net: rtl8109: drop unused !NET_MULTI driver by Mike Frysinger · 13 years ago
  57. dae82aa Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 13 years ago
  58. d5a184b cosmetic: s/BOARD_LATE_INIT/CONFIG_BOARD_LATE_INIT by Helmut Raiger · 13 years ago
  59. 9026d68 arm, logbuffer: make it compileclean by Heiko Schocher · 13 years ago
  60. dc6fa64 fdt: ARM: Add fdtcontroladdr to set device tree address in environment by Simon Glass · 13 years ago
  61. 3433dd7 fdt: ARM: Implement and verify embedded and separate device tree by Simon Glass · 13 years ago
  62. 1712b56 arm: Correct build error introduced by getenv_ulong() patch by Simon Glass · 13 years ago
  63. 706c234 arm: Use getenv_ulong() in place of getenv(), strtoul by Simon Glass · 13 years ago
  64. bff3b82 arch/arm/lib/board.c: fix warning: variable ... set but not used by Wolfgang Denk · 13 years ago
  65. a23230c net: drop !NET_MULTI code by Mike Frysinger · 13 years ago
  66. e3c4c94 POST/arm: adaptations needed for POST on ARM to work by Valentin Longchamp · 13 years ago
  67. aff0aa8 led: remove camel casing of led identifiers globally by Jason Kridner · 13 years ago
  68. 6a22a62 armv7: cache: remove flush on un-aligned invalidate by Aneesh V · 13 years ago
  69. fffbb97 arm: do not force d-cache enable on all boards by Aneesh V · 13 years ago
  70. fa94c28 arm: fix bd pointer dereference prior initialization by Igor Grinberg · 13 years ago
  71. b852aaf arm, lib/board.c: use gd->ram_size instead of bd->bi_memsize by Heiko Schocher · 14 years ago
  72. e76770d arm: lib: memcpy: Do not copy to same address by Matthias Weisser · 14 years ago
  73. 417e073 cosmetic: arm: lib/board.c: Coding Style cleanup by Heiko Schocher · 13 years ago
  74. 61d0195 unify version_string by Andreas Bießmann · 13 years ago
  75. 552a319 replace CONFIG_PRELOADER with CONFIG_SPL_BUILD by Aneesh V · 13 years ago
  76. 55fc5b6 scaled down version of generic libraries for SPL by Aneesh V · 13 years ago
  77. 0689067 arm: add CONFIG_MACH_TYPE setting and documentation by Igor Grinberg · 13 years ago
  78. 686a075 armv7: add PL310 support to u-boot by Aneesh V · 13 years ago
  79. 3bda377 arm: minor fixes for cache and mmu handling by Aneesh V · 13 years ago
  80. 3e3bc1e armv7: integrate cache maintenance support by Aneesh V · 13 years ago
  81. ecee9c8 armv7: rename cache related CONFIG flags by Aneesh V · 13 years ago
  82. 0286aaf arm: make default implementation of cache_flush() weakly linked by Aneesh V · 13 years ago
  83. ae74ec6 Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 13 years ago
  84. 24599de run arm_pci_init after relocation by Michael Schwingen · 14 years ago
  85. 8f399b3 ARM: drop unsupported 'trab' board by Wolfgang Denk · 14 years ago
  86. 80f7021 Minor coding style cleanup. by Wolfgang Denk · 14 years ago
  87. 8234294 Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 14 years ago
  88. 50777c4 Don't grab memory for LCD if FB address is defined by Minkyu Kang · 14 years ago
  89. a346ba9 ARM: fix stack pointer adjustment in board_init_f() by Eric Cooper · 14 years ago
  90. 93416c1 arm: Use optimized memcpy and memset from linux by Matthias Weisser · 14 years ago
  91. 20f5492 Respect memreserve regions specified in the device tree by Grant Likely · 14 years ago
  92. dfff7a2 Stop passing around bootmem_base value. by Grant Likely · 14 years ago
  93. 1864b00 arm: fix incorrect monitor protection region in FLASH by Po-Yu Chuang · 14 years ago
  94. e6b836e arm: get_sp() should always be compiled by Po-Yu Chuang · 14 years ago
  95. 0b5a263 Replace "FLASH" strings with "Flash" or "flash" by Peter Tyser · 14 years ago
  96. 17f288a arm: add 8-byte alignment for ABI compliance before board_init_f by Heiko Schocher · 14 years ago
  97. a8d426f Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  98. 418ddd4 ARMV7: Fix build for non-OMAP3 boards by Steve Sakoman · 14 years ago
  99. 627857d Drop support for CONFIG_SYS_ARM_WITHOUT_RELOC by Wolfgang Denk · 14 years ago
  100. d0813e5 Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · 14 years ago