1. 197c720 bd_info: remove bi_barudrate member from struct bd_info by Masahiro Yamada · Fri Apr 04 20:09:58 2014 +0900
  2. 43c0893 dts: re-write dts/Makefile more simply with Kbuild by Masahiro Yamada · Wed Feb 05 11:28:25 2014 +0900
  3. 26acb3e microblaze: Add SPL support by Michal Simek · Tue Jan 21 07:30:37 2014 +0100
  4. 7a50310 microblaze: Show u-boot banner by Michal Simek · Mon Jan 20 21:05:47 2014 +0100
  5. 8173ce7 microblaze: Fix watchdog initialization by Michal Simek · Wed Oct 16 09:06:32 2013 +0200
  6. 6c3110c microblaze: Call spi_init function by Michal Simek · Thu Aug 08 18:58:11 2013 +0530
  7. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  8. d7a886b lib: consolidate hang() by Andreas Bießmann · Thu Apr 18 22:48:50 2013 +0000
  9. 7c87cc1 microblaze: fix style in board.c by Andreas Bießmann · Thu Apr 18 22:48:46 2013 +0000
  10. 80e045f watchdog: Add support for Xilinx Microblaze watchdog by Michal Simek · Mon Apr 22 11:23:16 2013 +0200
  11. 864ec56 env: Use getenv_yesno() more generally by Joe Hershberger · Tue Dec 11 22:16:22 2012 -0600
  12. 52039da serial: Remove CONFIG_SERIAL_MULTI from remaining sources by Marek Vasut · Fri Sep 14 23:45:51 2012 +0200
  13. ab43dbe microblaze: board: Use bi_flashstart instead of CONFIG_SYS_FLASH_BASE by Michal Simek · Tue Jul 10 10:21:25 2012 +0200
  14. 9cabb36 microblaze: Clean microblaze initialization by Michal Simek · Wed Jul 04 13:12:37 2012 +0200
  15. 06ac651 microblaze: timer: Prepare for device-tree initialization by Michal Simek · Fri Jun 29 13:46:54 2012 +0200
  16. 58a5dd2 microblaze: board: Remove compilation warning by Michal Simek · Fri Jun 29 10:29:46 2012 +0200
  17. f0300ea microblaze: Add support for device tree driven board configuration by Michal Simek · Thu Jun 28 14:34:32 2012 +0200
  18. 251ed2c microblaze: intc: Clear interrupt code by Michal Simek · Tue Jul 10 10:31:31 2012 +0200
  19. 3b6f438 microblaze: Call serial multi initialization by Michal Simek · Mon Jul 02 10:31:29 2012 +0200
  20. b06e69e microblaze: Remove extern from board.c by Michal Simek · Fri Jun 29 13:52:27 2012 +0200
  21. 36fe7db net: move bootfile init into eth_initialize by Mike Frysinger · Wed Apr 04 18:53:41 2012 +0000
  22. 04b63f2 net: punt bd->bi_ip_addr by Mike Frysinger · Wed Apr 04 18:53:40 2012 +0000
  23. 383c33a microblaze: Use getenv_ulong() in place of getenv(), strtoul by Simon Glass · Thu Oct 13 14:43:10 2011 +0000
  24. 8e0662f microblaze: Copy bootfile from variables by Michal Simek · Thu Jul 21 09:47:15 2011 +0200
  25. 2dcf614 microblaze: Initialize jumptable and console by Michal Simek · Thu Jul 21 10:30:42 2011 +0200
  26. 9c3474a microblaze: Support flashes on lower addresses by Michal Simek · Thu Jul 21 11:01:58 2011 +0200
  27. 4255f05 microblaze: Call common console_init_f initialization function by Michal Simek · Thu Jul 21 09:52:25 2011 +0200
  28. 61d0195 unify version_string by Andreas Bießmann · Mon Jul 18 20:24:04 2011 +0200
  29. 0b5a263 Replace "FLASH" strings with "Flash" or "flash" by Peter Tyser · Tue Dec 28 18:12:05 2010 -0600
  30. eaf2c86 microblaze: Fix bd_info pointer by Michal Simek · Tue Dec 21 09:32:44 2010 +0100
  31. 0191e47 Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value by Wolfgang Denk · Tue Oct 26 14:34:52 2010 +0200
  32. 0708bc6 Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE by Wolfgang Denk · Thu Oct 07 21:51:12 2010 +0200
  33. 7f581f0 microblaze: Add support for NET_MULTI api by Michal Simek · Mon Aug 02 14:42:09 2010 +0200
  34. f31cb1f microblaze: Change initialization sequence by Michal Simek · Fri Apr 16 11:57:35 2010 +0200
  35. 7a47a20 microblaze: Change cache report messages by Michal Simek · Fri Apr 16 11:55:01 2010 +0200
  36. 98f872e microblaze: Move FSL initialization to board.c by Michal Simek · Fri Apr 16 11:43:43 2010 +0200
  37. d1ff6c7 microblaze: Move timer initialization to board.c by Michal Simek · Fri Apr 16 11:37:41 2010 +0200
  38. cede5d8 Move lib_$ARCH directories to arch/$ARCH/lib by Peter Tyser · Mon Apr 12 22:28:04 2010 -0500[Renamed from lib_microblaze/board.c]
  39. eab3891 microblaze: Remove getenv_IPaddr prototype by Michal Simek · Tue Jan 19 12:03:24 2010 +0100
  40. 781c9b8 Consolidate arch-specific mem_malloc_init() implementations by Peter Tyser · Fri Aug 21 23:05:21 2009 -0500
  41. ed52770 Standardize mem_malloc_init() implementation by Peter Tyser · Fri Aug 21 23:05:20 2009 -0500
  42. a78ded6 Consolidate arch-specific sbrk() implementations by Peter Tyser · Fri Aug 21 23:05:19 2009 -0500
  43. 0de669f microblaze: Removed unused variables by Michal Simek · Tue Jun 30 12:02:45 2009 +0200
  44. a3d7f16 lib_*/board.c: do not initialize bi_enet*addr in global data by Mike Frysinger · Wed Feb 11 18:27:18 2009 -0500
  45. d7c65e7 microblaze: Use cache functions (especially cache status) by Michal Simek · Mon Jan 05 13:35:31 2009 +0100
  46. f614bea microblaze: Add bootup messages to board.c by Michal Simek · Mon Jan 05 13:28:40 2009 +0100
  47. c2e00ea microblaze: Set up relocation is done by Michal Simek · Mon Nov 24 11:38:22 2008 +0100
  48. 6294850 Update U-Boot's build timestamp on every compile by Peter Tyser · Mon Nov 03 09:30:59 2008 -0600
  49. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
  50. 6b23305 lib_{m68k,microblaze,mips,ppc}/: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · Mon Jul 09 18:02:11 2007 -0500
  51. 2f7ec43 lib_*/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · Mon Jun 11 19:03:03 2007 -0500
  52. 1f0c40c Support for XUPV2P board Reset support BSP autoconfig support by Michal Simek · Mon Mar 26 01:39:07 2007 +0200
  53. 922ce20 [Microblaze][PATCH] part 2 by Michal Simek · Sun Mar 11 13:48:24 2007 +0100
  54. 6405a15 GCC-4.x fixes: clean up global data pointer initialization for all boards. by Wolfgang Denk · Fri Mar 31 18:32:53 2006 +0200
  55. 20a6122 Patches by Yasushi Shoji, 29 Jun 2004: by wdenk · Sat Jul 10 23:48:41 2004 +0000
  56. 78924a7 * Patch by Dan Malek, 07 Apr 2004: by wdenk · Sun Apr 18 21:45:42 2004 +0000
  57. 1249065 * Patch by Yasushi Shoji, 07 Apr 2004: by wdenk · Sun Apr 18 21:13:41 2004 +0000