1. e0e641e arm: Use sections header to obtain link symbols by Simon Glass · Tue Mar 05 14:39:38 2013 +0000
  2. 6b4ee15 arm: Move tlb_addr and tlb_size to arch_global_data by Simon Glass · Thu Dec 13 20:48:39 2012 +0000
  3. 97ec739 arm: fix CONFIG_DELAY_ENVIRONMENT to act like it claims in the README by Lucas Stach · Tue Jan 22 00:15:49 2013 +0000
  4. d84d60f arm: Tabify code for MMC initialization by Taylor Hutt · Fri Nov 30 13:01:23 2012 +0000
  5. 25d0227 arm: Move bootstage record for board_init_f() to after arch_cpu_init() by Simon Glass · Fri Nov 30 13:01:22 2012 +0000
  6. e882201 arm: Add CONFIG_DISPLAY_BOARDINFO_LATE to display board info on LCD by Simon Glass · Fri Nov 30 13:01:19 2012 +0000
  7. 6b8d5fd arm: Add CONFIG_DELAY_ENVIRONMENT to delay environment loading by Simon Glass · Fri Nov 30 13:01:17 2012 +0000
  8. 7d5c036 arm: Move fdt check earlier so that board_early_init_f() can use it by Simon Glass · Fri Nov 30 13:01:16 2012 +0000
  9. 72866c7 arm: Keep track of the tlb size as well as its location by Gabe Black · Fri Nov 30 13:01:15 2012 +0000
  10. facdae5 arm: move C runtime setup code in crt0.S by Albert ARIBAUD · Tue Jan 08 10:18:02 2013 +0000
  11. 864ec56 env: Use getenv_yesno() more generally by Joe Hershberger · Tue Dec 11 22:16:22 2012 -0600
  12. 3636a34 pmic: Introduce power_init_board() method at ./lib/board.c file by Łukasz Majewski · Tue Nov 13 03:21:56 2012 +0000
  13. 734165a ARM : Remove unused CONFIG_DRIVER_SMC91111, CONFIG_DRIVER_LAN91C96 by Ashok · Mon Oct 15 07:00:14 2012 +0000
  14. d467823 arm: fdt: Relocate fdt along with other data by Simon Glass · Thu Sep 27 15:41:55 2012 +0000
  15. 52039da serial: Remove CONFIG_SERIAL_MULTI from remaining sources by Marek Vasut · Fri Sep 14 23:45:51 2012 +0200
  16. 3c92e0e arm: Adds board_postclk_init to the init_sequence. by Markus Hubig · Thu Aug 16 08:22:08 2012 +0000
  17. 3f703e8 ARM: lib: Remove CONFIG_ARCH_CPU_INIT dependency by Fabio Estevam · Thu Mar 01 04:02:38 2012 +0000
  18. 4310ecc ARM: introduce arch_early_init_r() by Fabio Estevam · Mon Apr 02 11:19:45 2012 +0000
  19. 36fe7db net: move bootfile init into eth_initialize by Mike Frysinger · Wed Apr 04 18:53:41 2012 +0000
  20. 04b63f2 net: punt bd->bi_ip_addr by Mike Frysinger · Wed Apr 04 18:53:40 2012 +0000
  21. d3842c4 arm: Check for valid FDT after console is up by Simon Glass · Wed Mar 28 10:08:25 2012 +0000
  22. ef980a7 bootstage: arm: Add bootstage calls in board and bootm by Simon Glass · Mon Feb 13 13:51:21 2012 +0000
  23. 0dfccbe davinci: add support for printing clock frequency by Hadli, Manjunath · Mon Feb 06 00:30:44 2012 +0000
  24. d2a9424 net: rtl8109: drop unused !NET_MULTI driver by Mike Frysinger · Wed Oct 26 00:17:15 2011 +0000
  25. dae82aa Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · Fri Oct 28 00:15:19 2011 +0200
  26. d5a184b cosmetic: s/BOARD_LATE_INIT/CONFIG_BOARD_LATE_INIT by Helmut Raiger · Thu Oct 20 04:19:47 2011 +0000
  27. 9026d68 arm, logbuffer: make it compileclean by Heiko Schocher · Wed Oct 12 01:13:38 2011 +0000
  28. dc6fa64 fdt: ARM: Add fdtcontroladdr to set device tree address in environment by Simon Glass · Mon Oct 24 19:15:34 2011 +0000
  29. 3433dd7 fdt: ARM: Implement and verify embedded and separate device tree by Simon Glass · Mon Oct 24 19:15:33 2011 +0000
  30. 1712b56 arm: Correct build error introduced by getenv_ulong() patch by Simon Glass · Sun Oct 23 17:44:35 2011 +0000
  31. 706c234 arm: Use getenv_ulong() in place of getenv(), strtoul by Simon Glass · Thu Oct 13 14:43:06 2011 +0000
  32. bff3b82 arch/arm/lib/board.c: fix warning: variable ... set but not used by Wolfgang Denk · Wed Oct 05 22:44:43 2011 +0200
  33. a23230c net: drop !NET_MULTI code by Mike Frysinger · Sun Oct 02 10:01:27 2011 +0000
  34. e3c4c94 POST/arm: adaptations needed for POST on ARM to work by Valentin Longchamp · Fri Sep 02 04:59:03 2011 +0000
  35. aff0aa8 led: remove camel casing of led identifiers globally by Jason Kridner · Sun Sep 04 14:40:16 2011 -0400
  36. fffbb97 arm: do not force d-cache enable on all boards by Aneesh V · Tue Aug 16 04:33:05 2011 +0000
  37. fa94c28 arm: fix bd pointer dereference prior initialization by Igor Grinberg · Tue Aug 16 23:48:23 2011 +0000
  38. 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
  39. 417e073 cosmetic: arm: lib/board.c: Coding Style cleanup by Heiko Schocher · Fri Jul 15 19:36:36 2011 +0000
  40. 61d0195 unify version_string by Andreas Bießmann · Mon Jul 18 20:24:04 2011 +0200
  41. 552a319 replace CONFIG_PRELOADER with CONFIG_SPL_BUILD by Aneesh V · Wed Jul 13 05:11:07 2011 +0000
  42. 0689067 arm: add CONFIG_MACH_TYPE setting and documentation by Igor Grinberg · Thu Jul 14 05:45:07 2011 +0000
  43. 3e3bc1e armv7: integrate cache maintenance support by Aneesh V · Thu Jun 16 23:30:49 2011 +0000
  44. ecee9c8 armv7: rename cache related CONFIG flags by Aneesh V · Thu Jun 16 23:30:48 2011 +0000
  45. ae74ec6 Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · Thu Jun 23 15:37:33 2011 +0200
  46. 24599de run arm_pci_init after relocation by Michael Schwingen · Mon May 23 00:00:13 2011 +0200
  47. 8f399b3 ARM: drop unsupported 'trab' board by Wolfgang Denk · Sun May 01 20:44:23 2011 +0200
  48. 50777c4 Don't grab memory for LCD if FB address is defined by Minkyu Kang · Sun Apr 24 22:22:34 2011 +0000
  49. a346ba9 ARM: fix stack pointer adjustment in board_init_f() by Eric Cooper · Thu Apr 14 12:32:37 2011 +0000
  50. 1864b00 arm: fix incorrect monitor protection region in FLASH by Po-Yu Chuang · Tue Mar 01 23:02:04 2011 +0000
  51. 0b5a263 Replace "FLASH" strings with "Flash" or "flash" by Peter Tyser · Tue Dec 28 18:12:05 2010 -0600
  52. 17f288a arm: add 8-byte alignment for ABI compliance before board_init_f by Heiko Schocher · Fri Nov 12 07:53:55 2010 +0100
  53. 627857d Drop support for CONFIG_SYS_ARM_WITHOUT_RELOC by Wolfgang Denk · Thu Oct 28 20:35:36 2010 +0200
  54. d0813e5 Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · Thu Oct 28 20:00:11 2010 +0200
  55. aac7359 ARM: fix relocation support for onenand device. by Enric Balletbo i Serra · Tue Oct 19 11:13:22 2010 +0200
  56. 2185646 Merge branch 'elf_reloc' by Wolfgang Denk · Tue Oct 19 21:07:52 2010 +0200
  57. a93ec57 env_mmc: Fix crashing bug encountered after enabling ARM relocation by Steve Sakoman · Mon Oct 11 05:51:39 2010 -0700
  58. 6d1fcb1 arm: implement ELF relocations by Albert Aribaud · Mon Oct 11 13:13:28 2010 +0200
  59. 1fb49e3 davinci_emac: davinci_eth_set_mac_addr to ->write_hwaddr by Ben Gardiner · Thu Sep 23 09:58:43 2010 -0400
  60. aeb2991 ARM: add relocation support by Heiko Schocher · Fri Sep 17 13:10:39 2010 +0200
  61. b4eceac Save environment data to mmc. by Terry Lv · Mon May 17 10:57:01 2010 +0800
  62. 76af278 Rename getenv_r() into getenv_f() by Wolfgang Denk · Sat Jul 24 21:55:43 2010 +0200
  63. 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]
  64. ff7a5ca fsl_esdhc: add support for mx51 processor by Stefano Babic · Fri Feb 05 15:11:27 2010 +0100
  65. 27c6e0b ARM Don't inline weak symbols by Ron Lee · Wed Aug 05 20:14:01 2009 +0200
  66. 01db155 Add bb_miiphy_init call before any ethernet bring-up code. by Luigi 'Comio' Mantellini · Sat Oct 10 12:42:21 2009 +0200
  67. 781c9b8 Consolidate arch-specific mem_malloc_init() implementations by Peter Tyser · Fri Aug 21 23:05:21 2009 -0500
  68. ed52770 Standardize mem_malloc_init() implementation by Peter Tyser · Fri Aug 21 23:05:20 2009 -0500
  69. a78ded6 Consolidate arch-specific sbrk() implementations by Peter Tyser · Fri Aug 21 23:05:19 2009 -0500
  70. 3bf5d83 Convert CS8900 Ethernet driver to CONFIG_NET_MULTI API by Ben Warren · Tue Aug 25 13:09:37 2009 -0700
  71. 2a7a031 stdio/device: rework function naming convention by Jean-Christophe PLAGNIOL-VILLARD · Sat May 16 12:14:54 2009 +0200
  72. 50ff6df arm: add support for CONFIG_GENERIC_MMC by Ilya Yanok · Mon Jun 08 04:12:50 2009 +0400
  73. beb957c make MODEM SUPPORT generic instead of duplicate it by Jean-Christophe PLAGNIOL-VILLARD · Sat Apr 25 14:57:52 2009 +0200
  74. 9819670 arch_misc_init support for ARM architectures by Prafulla Wadaskar · Sun May 31 14:53:20 2009 +0200
  75. de510ba arm: remove cpu_init by Jean-Christophe PLAGNIOL-VILLARD · Sat May 09 13:21:19 2009 +0200
  76. 225bb68 ARM Add blue colour LED to status_led. by Tom Rix · Fri May 15 23:47:12 2009 +0200
  77. 8c9fc00 arm: timer and interrupt init rework by Jean-Christophe PLAGNIOL-VILLARD · Fri May 15 23:47:02 2009 +0200
  78. b81464e lib_arch/board.c: Move malloc initialization before flash_init() by Stefan Roese · Mon May 11 15:50:12 2009 +0200
  79. afd16e2 lib_arm/board.c: remove misleading "test-only" comment. by Wolfgang Denk · Sun Apr 26 20:39:26 2009 +0200
  80. 23164f1 at91sam9/at91cap: improve clock framework by Jean-Christophe PLAGNIOL-VILLARD · Thu Apr 16 21:30:44 2009 +0200
  81. 198a289 cmc_pu2: get mac address from environment by Mike Frysinger · Wed Feb 11 19:55:01 2009 -0500
  82. 7a2043d arm: get mac address from environment by Mike Frysinger · Wed Feb 11 19:39:55 2009 -0500
  83. b802310 arm: add uart dcc support by Jean-Christophe PLAGNIOL-VILLARD · Sun Feb 22 15:49:28 2009 +0100
  84. 413fc0a Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · Thu Feb 19 00:46:32 2009 +0100
  85. 9d9689f API: Provide syscall entry point for the ARM architecture. by Rafal Jaworowski · Fri Jan 23 13:27:16 2009 +0100
  86. ac94af4 ARM: remove unused variable by Guennadi Liakhovetski · Fri Feb 06 10:37:45 2009 +0100
  87. 86588ea ixp: move pci init in arm/board instead of cpu by Jean-Christophe PLAGNIOL-VILLARD · Sat Jan 31 09:04:58 2009 +0100
  88. 6294850 Update U-Boot's build timestamp on every compile by Peter Tyser · Mon Nov 03 09:30:59 2008 -0600
  89. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
  90. e89dc94 Fix bug: in arch-arm, env_get_char dose not work fine by gnusercn · Wed Oct 08 18:58:58 2008 +0200
  91. 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
  92. 4b26f05 ARM DaVinci: Changing function names for EMAC driver by Sandeep Paulraj · Sun Aug 31 00:39:46 2008 +0200
  93. b644d6b Consolidate strmhz() implementation by Haavard Skinnemoen · Mon Aug 18 13:41:27 2008 +0200
  94. 3762825 Fix merge problems by Stefan Roese · Wed Aug 06 14:05:38 2008 +0200
  95. 8630bea Merge remote branch 'u-boot-at91/for-1.3.4' by Wolfgang Denk · Tue Jun 03 00:24:36 2008 +0200
  96. e898dfd Remove prototypes of nand_init() in favor of including nand.h. by Scott Wood · Thu May 22 10:49:46 2008 -0500
  97. f6f8665 Add ATMEL LCD driver by Stelian Pop · Fri May 09 21:57:18 2008 +0200
  98. b5a7541 Fix implicit declaration build warnings by Marcel Ziswiler · Thu May 01 09:05:26 2008 +0200
  99. b7d1164 ARM: add I2C init function call in lib_arm/board.c by Hebbar · Tue Dec 18 16:00:54 2007 -0800
  100. 6beda0c ARM: support board-specific ethernet PHY init by Jean-Christophe PLAGNIOL-VILLARD · Tue Dec 11 10:53:12 2007 +0100