1. d2a9424 net: rtl8109: drop unused !NET_MULTI driver by Mike Frysinger · Wed Oct 26 00:17:15 2011 +0000
  2. dae82aa Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · Fri Oct 28 00:15:19 2011 +0200
  3. d5a184b cosmetic: s/BOARD_LATE_INIT/CONFIG_BOARD_LATE_INIT by Helmut Raiger · Thu Oct 20 04:19:47 2011 +0000
  4. 9026d68 arm, logbuffer: make it compileclean by Heiko Schocher · Wed Oct 12 01:13:38 2011 +0000
  5. dc6fa64 fdt: ARM: Add fdtcontroladdr to set device tree address in environment by Simon Glass · Mon Oct 24 19:15:34 2011 +0000
  6. 3433dd7 fdt: ARM: Implement and verify embedded and separate device tree by Simon Glass · Mon Oct 24 19:15:33 2011 +0000
  7. 1712b56 arm: Correct build error introduced by getenv_ulong() patch by Simon Glass · Sun Oct 23 17:44:35 2011 +0000
  8. 706c234 arm: Use getenv_ulong() in place of getenv(), strtoul by Simon Glass · Thu Oct 13 14:43:06 2011 +0000
  9. bff3b82 arch/arm/lib/board.c: fix warning: variable ... set but not used by Wolfgang Denk · Wed Oct 05 22:44:43 2011 +0200
  10. a23230c net: drop !NET_MULTI code by Mike Frysinger · Sun Oct 02 10:01:27 2011 +0000
  11. e3c4c94 POST/arm: adaptations needed for POST on ARM to work by Valentin Longchamp · Fri Sep 02 04:59:03 2011 +0000
  12. aff0aa8 led: remove camel casing of led identifiers globally by Jason Kridner · Sun Sep 04 14:40:16 2011 -0400
  13. 6a22a62 armv7: cache: remove flush on un-aligned invalidate by Aneesh V · Thu Aug 11 04:35:45 2011 +0000
  14. fffbb97 arm: do not force d-cache enable on all boards by Aneesh V · Tue Aug 16 04:33:05 2011 +0000
  15. fa94c28 arm: fix bd pointer dereference prior initialization by Igor Grinberg · Tue Aug 16 23:48:23 2011 +0000
  16. b852aaf arm, lib/board.c: use gd->ram_size instead of bd->bi_memsize by Heiko Schocher · Thu Jun 02 22:11:37 2011 +0000
  17. e76770d arm: lib: memcpy: Do not copy to same address by Matthias Weisser · Sun May 22 23:06:50 2011 +0000
  18. 417e073 cosmetic: arm: lib/board.c: Coding Style cleanup by Heiko Schocher · Fri Jul 15 19:36:36 2011 +0000
  19. 61d0195 unify version_string by Andreas Bießmann · Mon Jul 18 20:24:04 2011 +0200
  20. 552a319 replace CONFIG_PRELOADER with CONFIG_SPL_BUILD by Aneesh V · Wed Jul 13 05:11:07 2011 +0000
  21. 55fc5b6 scaled down version of generic libraries for SPL by Aneesh V · Wed Jul 13 05:11:06 2011 +0000
  22. 0689067 arm: add CONFIG_MACH_TYPE setting and documentation by Igor Grinberg · Thu Jul 14 05:45:07 2011 +0000
  23. 686a075 armv7: add PL310 support to u-boot by Aneesh V · Thu Jun 16 23:30:51 2011 +0000
  24. 3bda377 arm: minor fixes for cache and mmu handling by Aneesh V · Thu Jun 16 23:30:50 2011 +0000
  25. 3e3bc1e armv7: integrate cache maintenance support by Aneesh V · Thu Jun 16 23:30:49 2011 +0000
  26. ecee9c8 armv7: rename cache related CONFIG flags by Aneesh V · Thu Jun 16 23:30:48 2011 +0000
  27. 0286aaf arm: make default implementation of cache_flush() weakly linked by Aneesh V · Thu Jun 16 23:30:46 2011 +0000
  28. ae74ec6 Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · Thu Jun 23 15:37:33 2011 +0200
  29. 24599de run arm_pci_init after relocation by Michael Schwingen · Mon May 23 00:00:13 2011 +0200
  30. 8f399b3 ARM: drop unsupported 'trab' board by Wolfgang Denk · Sun May 01 20:44:23 2011 +0200
  31. 80f7021 Minor coding style cleanup. by Wolfgang Denk · Thu May 19 22:21:41 2011 +0200
  32. 8234294 Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · Wed Apr 27 21:48:09 2011 +0200
  33. 50777c4 Don't grab memory for LCD if FB address is defined by Minkyu Kang · Sun Apr 24 22:22:34 2011 +0000
  34. a346ba9 ARM: fix stack pointer adjustment in board_init_f() by Eric Cooper · Thu Apr 14 12:32:37 2011 +0000
  35. 93416c1 arm: Use optimized memcpy and memset from linux by Matthias Weisser · Thu Mar 10 21:36:32 2011 +0000
  36. 20f5492 Respect memreserve regions specified in the device tree by Grant Likely · Mon Mar 28 09:59:01 2011 +0000
  37. dfff7a2 Stop passing around bootmem_base value. by Grant Likely · Mon Mar 28 09:58:34 2011 +0000
  38. 1864b00 arm: fix incorrect monitor protection region in FLASH by Po-Yu Chuang · Tue Mar 01 23:02:04 2011 +0000
  39. e6b836e arm: get_sp() should always be compiled by Po-Yu Chuang · Tue Feb 15 22:54:35 2011 +0000
  40. 0b5a263 Replace "FLASH" strings with "Flash" or "flash" by Peter Tyser · Tue Dec 28 18:12:05 2010 -0600
  41. 17f288a arm: add 8-byte alignment for ABI compliance before board_init_f by Heiko Schocher · Fri Nov 12 07:53:55 2010 +0100
  42. a8d426f Switch from archive libraries to partial linking by Sebastien Carlier · Fri Nov 05 15:48:07 2010 +0100
  43. 418ddd4 ARMV7: Fix build for non-OMAP3 boards by Steve Sakoman · Wed Oct 20 22:00:00 2010 -0700
  44. 627857d Drop support for CONFIG_SYS_ARM_WITHOUT_RELOC by Wolfgang Denk · Thu Oct 28 20:35:36 2010 +0200
  45. d0813e5 Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · Thu Oct 28 20:00:11 2010 +0200
  46. 977c77f arm, bootm: Fix compile warning by Heiko Schocher · Mon Oct 25 08:33:38 2010 +0200
  47. 0191e47 Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value by Wolfgang Denk · Tue Oct 26 14:34:52 2010 +0200
  48. aac7359 ARM: fix relocation support for onenand device. by Enric Balletbo i Serra · Tue Oct 19 11:13:22 2010 +0200
  49. 2185646 Merge branch 'elf_reloc' by Wolfgang Denk · Tue Oct 19 21:07:52 2010 +0200
  50. ab51f1e ARM: add flat device tree support by John Rigby · Wed Oct 13 13:57:36 2010 -0600
  51. a93ec57 env_mmc: Fix crashing bug encountered after enabling ARM relocation by Steve Sakoman · Mon Oct 11 05:51:39 2010 -0700
  52. 661a29e armv7, beagle: add support for ELF relocations by Heiko Schocher · Mon Oct 11 14:08:15 2010 +0200
  53. 6d1fcb1 arm: implement ELF relocations by Albert Aribaud · Mon Oct 11 13:13:28 2010 +0200
  54. 1fb49e3 davinci_emac: davinci_eth_set_mac_addr to ->write_hwaddr by Ben Gardiner · Thu Sep 23 09:58:43 2010 -0400
  55. aeb2991 ARM: add relocation support by Heiko Schocher · Fri Sep 17 13:10:39 2010 +0200
  56. 95965b9 ARM (ARM11): add data cache support, test on Qong board by Heiko Schocher · Fri Sep 17 13:10:32 2010 +0200
  57. 762cb70 ARM V7 (OMAP): add data cache support, test on Beagle board by Heiko Schocher · Fri Sep 17 13:10:31 2010 +0200
  58. 5443309 ARM (ARM926ejs): add data cache support, tested on magnesium and tx25 board by Heiko Schocher · Fri Sep 17 13:10:30 2010 +0200
  59. 69f1d0c ARM: cp15: setup mmu and enable dcache by Heiko Schocher · Fri Sep 17 13:10:29 2010 +0200
  60. b4eceac Save environment data to mmc. by Terry Lv · Mon May 17 10:57:01 2010 +0800
  61. 76af278 Rename getenv_r() into getenv_f() by Wolfgang Denk · Sat Jul 24 21:55:43 2010 +0200
  62. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · Mon Jun 28 22:00:46 2010 +0200
  63. 977e3b6 ARM: remove unused VIDEOLFB ATAG by Minkyu Kang · Fri Jun 18 19:31:10 2010 +0900
  64. 36b6970 ARM: add __aeabi_unwind_cpp_pr0() function to avoid linker complaints by Wolfgang Denk · Mon May 10 23:08:02 2010 +0200
  65. cede5d8 Move lib_$ARCH directories to arch/$ARCH/lib by Peter Tyser · Mon Apr 12 22:28:04 2010 -0500