1. 0a672d4 arm: Add Prep subcommand support to bootm by Simon Schwarz · 13 years ago
  2. d460587 Add cache functions to SPL for armv7 by Stefano Babic · 13 years ago
  3. f933e84 bootstage: arm: Add bootstage calls in board and bootm by Simon Glass · 13 years ago
  4. 770605e bootstage: Replace show_boot_progress/error() with bootstage_...() by Simon Glass · 13 years ago
  5. 578ac1e bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress() by Simon Glass · 13 years ago
  6. 8f5d468 davinci: add support for printing clock frequency by Hadli, Manjunath · 13 years ago
  7. 3ea11ca arm, fdt: update ethernet mac address before booting Linux by Heiko Schocher · 13 years ago
  8. 953209b arm: add __aeabi_unwind_cpp_pr1() function to avoid linker complaints by Wolfgang Grandegger · 13 years ago
  9. 5cb939f arm: printf() is not available in some SPL configurations by Christian Riesch · 13 years ago
  10. 2cc8b5c net: rtl8109: drop unused !NET_MULTI driver by Mike Frysinger · 13 years ago
  11. 87a5d60 Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 13 years ago
  12. 9660e44 cosmetic: s/BOARD_LATE_INIT/CONFIG_BOARD_LATE_INIT by Helmut Raiger · 13 years ago
  13. ee4014b arm, logbuffer: make it compileclean by Heiko Schocher · 13 years ago
  14. eea63e0 fdt: ARM: Add fdtcontroladdr to set device tree address in environment by Simon Glass · 13 years ago
  15. f5437ad fdt: ARM: Implement and verify embedded and separate device tree by Simon Glass · 13 years ago
  16. bc4e14c arm: Correct build error introduced by getenv_ulong() patch by Simon Glass · 13 years ago
  17. dc8bbea arm: Use getenv_ulong() in place of getenv(), strtoul by Simon Glass · 13 years ago
  18. 80c6abc arch/arm/lib/board.c: fix warning: variable ... set but not used by Wolfgang Denk · 13 years ago
  19. e2a5345 net: drop !NET_MULTI code by Mike Frysinger · 13 years ago
  20. ea3681a POST/arm: adaptations needed for POST on ARM to work by Valentin Longchamp · 13 years ago
  21. 2d3be7c led: remove camel casing of led identifiers globally by Jason Kridner · 13 years ago
  22. cabe287 armv7: cache: remove flush on un-aligned invalidate by Aneesh V · 13 years ago
  23. cba4b18 arm: do not force d-cache enable on all boards by Aneesh V · 13 years ago
  24. 15c2e2c arm: fix bd pointer dereference prior initialization by Igor Grinberg · 13 years ago
  25. b2b8f98 arm, lib/board.c: use gd->ram_size instead of bd->bi_memsize by Heiko Schocher · 13 years ago
  26. 34fe828 arm: lib: memcpy: Do not copy to same address by Matthias Weisser · 13 years ago
  27. ceb1d6d cosmetic: arm: lib/board.c: Coding Style cleanup by Heiko Schocher · 13 years ago
  28. 09c2e90 unify version_string by Andreas Bießmann · 13 years ago
  29. 401bb30 replace CONFIG_PRELOADER with CONFIG_SPL_BUILD by Aneesh V · 13 years ago
  30. 05bad4a scaled down version of generic libraries for SPL by Aneesh V · 13 years ago
  31. 7eb2939 arm: add CONFIG_MACH_TYPE setting and documentation by Igor Grinberg · 13 years ago
  32. 93bc219 armv7: add PL310 support to u-boot by Aneesh V · 13 years ago
  33. e05f007 arm: minor fixes for cache and mmu handling by Aneesh V · 13 years ago
  34. c2dd0d4 armv7: integrate cache maintenance support by Aneesh V · 13 years ago
  35. e47f2db armv7: rename cache related CONFIG flags by Aneesh V · 13 years ago
  36. 4c93da7 arm: make default implementation of cache_flush() weakly linked by Aneesh V · 13 years ago
  37. 9623c15 Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 13 years ago
  38. 1ed63c5 run arm_pci_init after relocation by Michael Schwingen · 13 years ago
  39. 566e5cf ARM: drop unsupported 'trab' board by Wolfgang Denk · 13 years ago
  40. cd6881b Minor coding style cleanup. by Wolfgang Denk · 13 years ago
  41. f38536f Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 13 years ago
  42. d32a1a4 Don't grab memory for LCD if FB address is defined by Minkyu Kang · 13 years ago
  43. 6445a30 ARM: fix stack pointer adjustment in board_init_f() by Eric Cooper · 13 years ago
  44. d8834a1 arm: Use optimized memcpy and memset from linux by Matthias Weisser · 14 years ago
  45. 55b0a39 Respect memreserve regions specified in the device tree by Grant Likely · 14 years ago
  46. 590d3ca Stop passing around bootmem_base value. by Grant Likely · 14 years ago
  47. f326cbb arm: fix incorrect monitor protection region in FLASH by Po-Yu Chuang · 14 years ago
  48. 3a8a83e arm: get_sp() should always be compiled by Po-Yu Chuang · 14 years ago
  49. eddf52b Replace "FLASH" strings with "Flash" or "flash" by Peter Tyser · 14 years ago
  50. 296cae7 arm: add 8-byte alignment for ABI compliance before board_init_f by Heiko Schocher · 14 years ago
  51. 6d8962e Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  52. 8345fb2 ARMV7: Fix build for non-OMAP3 boards by Steve Sakoman · 14 years ago
  53. a9aa392 Drop support for CONFIG_SYS_ARM_WITHOUT_RELOC by Wolfgang Denk · 14 years ago
  54. 2e5167c Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · 14 years ago
  55. 1336cad arm, bootm: Fix compile warning by Heiko Schocher · 14 years ago
  56. 25ddd1f Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value by Wolfgang Denk · 14 years ago
  57. cdb1d4f ARM: fix relocation support for onenand device. by Enric Balletbo i Serra · 14 years ago
  58. 6d8d4ef Merge branch 'elf_reloc' by Wolfgang Denk · 14 years ago
  59. 2d1916e ARM: add flat device tree support by John Rigby · 14 years ago
  60. d470a6f env_mmc: Fix crashing bug encountered after enabling ARM relocation by Steve Sakoman · 14 years ago
  61. c3d3a54 armv7, beagle: add support for ELF relocations by Heiko Schocher · 14 years ago
  62. 92d5ecb arm: implement ELF relocations by Albert Aribaud · 14 years ago
  63. 7b37a27 davinci_emac: davinci_eth_set_mac_addr to ->write_hwaddr by Ben Gardiner · 14 years ago
  64. f1d2b31 ARM: add relocation support by Heiko Schocher · 14 years ago
  65. 7e4a9e6 ARM (ARM11): add data cache support, test on Qong board by Heiko Schocher · 14 years ago
  66. 95c6f6d ARM V7 (OMAP): add data cache support, test on Beagle board by Heiko Schocher · 14 years ago
  67. c3330e9 ARM (ARM926ejs): add data cache support, tested on magnesium and tx25 board by Heiko Schocher · 14 years ago
  68. 880eff5 ARM: cp15: setup mmu and enable dcache by Heiko Schocher · 14 years ago
  69. a806035 Save environment data to mmc. by Terry Lv · 14 years ago
  70. cdb7497 Rename getenv_r() into getenv_f() by Wolfgang Denk · 14 years ago
  71. 54841ab Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  72. 47ea6ed ARM: remove unused VIDEOLFB ATAG by Minkyu Kang · 14 years ago
  73. cd4b02b ARM: add __aeabi_unwind_cpp_pr0() function to avoid linker complaints by Wolfgang Denk · 14 years ago
  74. ea0364f Move lib_$ARCH directories to arch/$ARCH/lib by Peter Tyser · 14 years ago