1. dae82aa Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · Fri Oct 28 00:15:19 2011 +0200
  2. d5a184b cosmetic: s/BOARD_LATE_INIT/CONFIG_BOARD_LATE_INIT by Helmut Raiger · Thu Oct 20 04:19:47 2011 +0000
  3. 9026d68 arm, logbuffer: make it compileclean by Heiko Schocher · Wed Oct 12 01:13:38 2011 +0000
  4. dc6fa64 fdt: ARM: Add fdtcontroladdr to set device tree address in environment by Simon Glass · Mon Oct 24 19:15:34 2011 +0000
  5. 3433dd7 fdt: ARM: Implement and verify embedded and separate device tree by Simon Glass · Mon Oct 24 19:15:33 2011 +0000
  6. 1712b56 arm: Correct build error introduced by getenv_ulong() patch by Simon Glass · Sun Oct 23 17:44:35 2011 +0000
  7. 706c234 arm: Use getenv_ulong() in place of getenv(), strtoul by Simon Glass · Thu Oct 13 14:43:06 2011 +0000
  8. bff3b82 arch/arm/lib/board.c: fix warning: variable ... set but not used by Wolfgang Denk · Wed Oct 05 22:44:43 2011 +0200
  9. a23230c net: drop !NET_MULTI code by Mike Frysinger · Sun Oct 02 10:01:27 2011 +0000
  10. e3c4c94 POST/arm: adaptations needed for POST on ARM to work by Valentin Longchamp · Fri Sep 02 04:59:03 2011 +0000
  11. aff0aa8 led: remove camel casing of led identifiers globally by Jason Kridner · Sun Sep 04 14:40:16 2011 -0400
  12. fffbb97 arm: do not force d-cache enable on all boards by Aneesh V · Tue Aug 16 04:33:05 2011 +0000
  13. fa94c28 arm: fix bd pointer dereference prior initialization by Igor Grinberg · Tue Aug 16 23:48:23 2011 +0000
  14. 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
  15. 417e073 cosmetic: arm: lib/board.c: Coding Style cleanup by Heiko Schocher · Fri Jul 15 19:36:36 2011 +0000
  16. 61d0195 unify version_string by Andreas Bießmann · Mon Jul 18 20:24:04 2011 +0200
  17. 552a319 replace CONFIG_PRELOADER with CONFIG_SPL_BUILD by Aneesh V · Wed Jul 13 05:11:07 2011 +0000
  18. 0689067 arm: add CONFIG_MACH_TYPE setting and documentation by Igor Grinberg · Thu Jul 14 05:45:07 2011 +0000
  19. 3e3bc1e armv7: integrate cache maintenance support by Aneesh V · Thu Jun 16 23:30:49 2011 +0000
  20. ecee9c8 armv7: rename cache related CONFIG flags by Aneesh V · Thu Jun 16 23:30:48 2011 +0000
  21. ae74ec6 Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · Thu Jun 23 15:37:33 2011 +0200
  22. 24599de run arm_pci_init after relocation by Michael Schwingen · Mon May 23 00:00:13 2011 +0200
  23. 8f399b3 ARM: drop unsupported 'trab' board by Wolfgang Denk · Sun May 01 20:44:23 2011 +0200
  24. 50777c4 Don't grab memory for LCD if FB address is defined by Minkyu Kang · Sun Apr 24 22:22:34 2011 +0000
  25. a346ba9 ARM: fix stack pointer adjustment in board_init_f() by Eric Cooper · Thu Apr 14 12:32:37 2011 +0000
  26. 1864b00 arm: fix incorrect monitor protection region in FLASH by Po-Yu Chuang · Tue Mar 01 23:02:04 2011 +0000
  27. 0b5a263 Replace "FLASH" strings with "Flash" or "flash" by Peter Tyser · Tue Dec 28 18:12:05 2010 -0600
  28. 17f288a arm: add 8-byte alignment for ABI compliance before board_init_f by Heiko Schocher · Fri Nov 12 07:53:55 2010 +0100
  29. 627857d Drop support for CONFIG_SYS_ARM_WITHOUT_RELOC by Wolfgang Denk · Thu Oct 28 20:35:36 2010 +0200
  30. d0813e5 Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · Thu Oct 28 20:00:11 2010 +0200
  31. aac7359 ARM: fix relocation support for onenand device. by Enric Balletbo i Serra · Tue Oct 19 11:13:22 2010 +0200
  32. 2185646 Merge branch 'elf_reloc' by Wolfgang Denk · Tue Oct 19 21:07:52 2010 +0200
  33. a93ec57 env_mmc: Fix crashing bug encountered after enabling ARM relocation by Steve Sakoman · Mon Oct 11 05:51:39 2010 -0700
  34. 6d1fcb1 arm: implement ELF relocations by Albert Aribaud · Mon Oct 11 13:13:28 2010 +0200
  35. 1fb49e3 davinci_emac: davinci_eth_set_mac_addr to ->write_hwaddr by Ben Gardiner · Thu Sep 23 09:58:43 2010 -0400
  36. aeb2991 ARM: add relocation support by Heiko Schocher · Fri Sep 17 13:10:39 2010 +0200
  37. b4eceac Save environment data to mmc. by Terry Lv · Mon May 17 10:57:01 2010 +0800
  38. 76af278 Rename getenv_r() into getenv_f() by Wolfgang Denk · Sat Jul 24 21:55:43 2010 +0200
  39. cede5d8 Move lib_$ARCH directories to arch/$ARCH/lib by Peter Tyser · Mon Apr 12 22:28:04 2010 -0500[Renamed from lib_arm/board.c]
  40. ff7a5ca fsl_esdhc: add support for mx51 processor by Stefano Babic · Fri Feb 05 15:11:27 2010 +0100
  41. 27c6e0b ARM Don't inline weak symbols by Ron Lee · Wed Aug 05 20:14:01 2009 +0200
  42. 01db155 Add bb_miiphy_init call before any ethernet bring-up code. by Luigi 'Comio' Mantellini · Sat Oct 10 12:42:21 2009 +0200
  43. 781c9b8 Consolidate arch-specific mem_malloc_init() implementations by Peter Tyser · Fri Aug 21 23:05:21 2009 -0500
  44. ed52770 Standardize mem_malloc_init() implementation by Peter Tyser · Fri Aug 21 23:05:20 2009 -0500
  45. a78ded6 Consolidate arch-specific sbrk() implementations by Peter Tyser · Fri Aug 21 23:05:19 2009 -0500
  46. 3bf5d83 Convert CS8900 Ethernet driver to CONFIG_NET_MULTI API by Ben Warren · Tue Aug 25 13:09:37 2009 -0700
  47. 2a7a031 stdio/device: rework function naming convention by Jean-Christophe PLAGNIOL-VILLARD · Sat May 16 12:14:54 2009 +0200
  48. 50ff6df arm: add support for CONFIG_GENERIC_MMC by Ilya Yanok · Mon Jun 08 04:12:50 2009 +0400
  49. beb957c make MODEM SUPPORT generic instead of duplicate it by Jean-Christophe PLAGNIOL-VILLARD · Sat Apr 25 14:57:52 2009 +0200
  50. 9819670 arch_misc_init support for ARM architectures by Prafulla Wadaskar · Sun May 31 14:53:20 2009 +0200
  51. de510ba arm: remove cpu_init by Jean-Christophe PLAGNIOL-VILLARD · Sat May 09 13:21:19 2009 +0200
  52. 225bb68 ARM Add blue colour LED to status_led. by Tom Rix · Fri May 15 23:47:12 2009 +0200
  53. 8c9fc00 arm: timer and interrupt init rework by Jean-Christophe PLAGNIOL-VILLARD · Fri May 15 23:47:02 2009 +0200
  54. b81464e lib_arch/board.c: Move malloc initialization before flash_init() by Stefan Roese · Mon May 11 15:50:12 2009 +0200
  55. afd16e2 lib_arm/board.c: remove misleading "test-only" comment. by Wolfgang Denk · Sun Apr 26 20:39:26 2009 +0200
  56. 23164f1 at91sam9/at91cap: improve clock framework by Jean-Christophe PLAGNIOL-VILLARD · Thu Apr 16 21:30:44 2009 +0200
  57. 198a289 cmc_pu2: get mac address from environment by Mike Frysinger · Wed Feb 11 19:55:01 2009 -0500
  58. 7a2043d arm: get mac address from environment by Mike Frysinger · Wed Feb 11 19:39:55 2009 -0500
  59. b802310 arm: add uart dcc support by Jean-Christophe PLAGNIOL-VILLARD · Sun Feb 22 15:49:28 2009 +0100
  60. 413fc0a Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · Thu Feb 19 00:46:32 2009 +0100
  61. 9d9689f API: Provide syscall entry point for the ARM architecture. by Rafal Jaworowski · Fri Jan 23 13:27:16 2009 +0100
  62. ac94af4 ARM: remove unused variable by Guennadi Liakhovetski · Fri Feb 06 10:37:45 2009 +0100
  63. 86588ea ixp: move pci init in arm/board instead of cpu by Jean-Christophe PLAGNIOL-VILLARD · Sat Jan 31 09:04:58 2009 +0100
  64. 6294850 Update U-Boot's build timestamp on every compile by Peter Tyser · Mon Nov 03 09:30:59 2008 -0600
  65. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
  66. e89dc94 Fix bug: in arch-arm, env_get_char dose not work fine by gnusercn · Wed Oct 08 18:58:58 2008 +0200
  67. 221599dd Revert "ARM: set GD_FLG_RELOC for boards skipping relocation to RAM" by Jean-Christophe PLAGNIOL-VILLARD · Mon Sep 15 05:48:25 2008 +0200
  68. 4b26f05 ARM DaVinci: Changing function names for EMAC driver by Sandeep Paulraj · Sun Aug 31 00:39:46 2008 +0200
  69. b644d6b Consolidate strmhz() implementation by Haavard Skinnemoen · Mon Aug 18 13:41:27 2008 +0200
  70. 3762825 Fix merge problems by Stefan Roese · Wed Aug 06 14:05:38 2008 +0200
  71. 8630bea Merge remote branch 'u-boot-at91/for-1.3.4' by Wolfgang Denk · Tue Jun 03 00:24:36 2008 +0200
  72. e898dfd Remove prototypes of nand_init() in favor of including nand.h. by Scott Wood · Thu May 22 10:49:46 2008 -0500
  73. f6f8665 Add ATMEL LCD driver by Stelian Pop · Fri May 09 21:57:18 2008 +0200
  74. b5a7541 Fix implicit declaration build warnings by Marcel Ziswiler · Thu May 01 09:05:26 2008 +0200
  75. b7d1164 ARM: add I2C init function call in lib_arm/board.c by Hebbar · Tue Dec 18 16:00:54 2007 -0800
  76. 6beda0c ARM: support board-specific ethernet PHY init by Jean-Christophe PLAGNIOL-VILLARD · Tue Dec 11 10:53:12 2007 +0100
  77. ed0ea1f drivers/net : move net drivers to drivers/net by Jean-Christophe PLAGNIOL-VILLARD · Wed Nov 21 21:19:24 2007 +0100
  78. 5ced83e Merge branch 'master' of git://www.denx.de/git/u-boot-nand-flash by Wolfgang Denk · Sat Oct 13 21:40:23 2007 +0200
  79. ebc1591 Coding Style cleanup. by Wolfgang Denk · Sat Oct 13 21:15:39 2007 +0200
  80. af3d11c OneNAND support (take #2) by Kyungmin Park · Mon Sep 10 17:15:14 2007 +0900
  81. 990ac3b Merge with git://www.denx.de/git/u-boot.git by Peter Pearse · Fri Sep 07 13:26:51 2007 +0100
  82. 5ab4f03 PXA270: Add support for multiple serial ports. by stefano babic · Thu Aug 30 22:57:04 2007 +0200
  83. 2c261ca Add coloured led interface for ARM boards. by Peter Pearse · Tue Sep 04 16:18:38 2007 +0100
  84. e8f3912 [ARM] TI DaVinci support, hopefully final by Sergey Kubushyn · Fri Aug 10 20:26:18 2007 +0200
  85. 1670a5b disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · Tue Jul 10 11:19:50 2007 -0500
  86. 1207797 lib_{arm,avr32,blackfin,generic,i386}/: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · Mon Jul 09 18:05:38 2007 -0500
  87. 2f7ec43 lib_*/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · Mon Jun 11 19:03:03 2007 -0500
  88. b643732 cosmetic: print amount of NAND flash aligned with the other values such as DRAM by Markus Klotzbuecher · Tue Apr 25 17:00:33 2006 +0200
  89. 10e4f54 More GCC 4.x woes by Wolfgang Denk · Sat Mar 11 23:07:09 2006 +0100
  90. 7fa6e90 Some code cleanup for GCC 4.x by Wolfgang Denk · Sat Mar 11 22:53:33 2006 +0100
  91. 2105aa2 Cleanup (get rid of debug code that sneaked in) by Wolfgang Denk · Tue Mar 07 00:22:36 2006 +0100
  92. f4a5c61 First steps implementing NAND support. Not working, fails to read ID. by Markus Klotzbücher · Tue Feb 28 18:05:25 2006 +0100
  93. aedd96a Changed gcc-4.0 global data pointer fix to conform with the fix for this on by Markus Klotzbücher · Fri Feb 10 11:25:41 2006 +0100
  94. 21e69a0 This is the first commit for the u-boot zylonite port. The following has be by Markus Klotzbücher · Tue Feb 07 20:04:48 2006 +0100
  95. 7a132ae Cleanup U-Boot boot messages on ARM. by Wolfgang Denk · Sun Jan 29 19:12:41 2006 +0100
  96. aab8c49 Add support for multiple PHYs. by Marian Balakowicz · Fri Oct 28 22:30:33 2005 +0200
  97. 9cf5610 Initialize serial# and ethaddr from manufacturer data in EEPROM on CMC-PU2 by Wolfgang Denk · Fri Aug 19 00:53:02 2005 +0200
  98. 9773ef9 Patch by Martin Krause, 01 Apr 2005: by wdenk · Fri Apr 01 15:18:44 2005 +0000
  99. 26c5843 * Patch by Jon Loeliger, 02 Sep 2004: by wdenk · Sun Jan 09 17:12:27 2005 +0000
  100. 7ac1610 * Code cleanup by wdenk · Sun Aug 01 22:48:16 2004 +0000