1. 3d85c43 device: make device_register() clone the device by Jean-Christophe PLAGNIOL-VILLARD · Mon Sep 01 17:11:26 2008 +0200
  2. 8a4a784 devices: merge to list_head by Jean-Christophe PLAGNIOL-VILLARD · Sun Aug 31 04:24:55 2008 +0200
  3. 180d09c cmd_terminal: remove no need ifdef by Jean-Christophe PLAGNIOL-VILLARD · Fri Aug 29 21:53:57 2008 +0200
  4. 178e118 common/Makefile: order by functionality by Jean-Christophe PLAGNIOL-VILLARD · Fri Aug 29 21:53:57 2008 +0200
  5. 84dd226 miiphyutil: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · Fri Aug 29 21:53:56 2008 +0200
  6. f4459b4 autoscript: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · Fri Aug 29 21:53:37 2008 +0200
  7. 9ec67ee crc16: move to lib_generic by Jean-Christophe PLAGNIOL-VILLARD · Fri Aug 29 01:18:11 2008 +0200
  8. f226679 miiphybb: move to drivers/net/phy by Jean-Christophe PLAGNIOL-VILLARD · Fri Aug 29 01:18:01 2008 +0200
  9. eb68034 soft_spi: move to drivers/spi by Jean-Christophe PLAGNIOL-VILLARD · Thu Aug 28 12:31:51 2008 +0200
  10. 4756dec soft_i2c: move to drivers/i2c by Jean-Christophe PLAGNIOL-VILLARD · Thu Aug 28 12:31:51 2008 +0200
  11. b8ec24c gunzip: move to lib_generic by Jean-Christophe PLAGNIOL-VILLARD · Thu Aug 28 12:31:48 2008 +0200
  12. 5d6c789 Standardize bootp, tftpboot, rarpboot, dhcp, and nfs command descriptions by Peter Tyser · Tue Aug 26 11:17:48 2008 -0500
  13. 5b4da32 Add proper SPD definitions for DDR1/2/3 by James Yang · Tue Aug 26 15:01:27 2008 -0500
  14. 544e83e common/cmd_load.c cleanup - remove unused variables by Gururaja Hebbar K R · Tue Aug 19 08:31:18 2008 +0530
  15. 48626aa bootm: refactor do_reset and os boot function args by Kumar Gala · Fri Aug 15 08:24:45 2008 -0500
  16. 58911df fdt: Added resize command by Kumar Gala · Fri Aug 15 08:24:44 2008 -0500
  17. 99ebc05 fdt: refactor initrd related code by Kumar Gala · Fri Aug 15 08:24:43 2008 -0500
  18. f2f58c5 fdt: refactor fdt resize code by Kumar Gala · Fri Aug 15 08:24:42 2008 -0500
  19. bd70bbe bootm: refactor image detection and os load steps by Kumar Gala · Fri Aug 15 08:24:41 2008 -0500
  20. da6d11e bootm: move lmb into the bootm_headers_t structure by Kumar Gala · Fri Aug 15 08:24:40 2008 -0500
  21. 9f4e7e4 bootm: Set working fdt address as part of the bootm flow by Kumar Gala · Fri Aug 15 08:24:39 2008 -0500
  22. a5130ad bootm: refactor fdt locating and relocation code by Kumar Gala · Fri Aug 15 08:24:38 2008 -0500
  23. fffb143 bootm: refactor ramdisk locating code by Kumar Gala · Fri Aug 15 08:24:37 2008 -0500
  24. 93467bc bootm: refactor entry point code by Kumar Gala · Fri Aug 15 08:24:36 2008 -0500
  25. 1edead5 Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx by Wolfgang Denk · Tue Aug 26 23:14:58 2008 +0200
  26. 2a34383 cmd_mem.c: Fix help message alignment by Wolfgang Denk · Tue Aug 26 13:14:34 2008 +0200
  27. 226f6bd Merge branch 'next' by Kim Phillips · Mon Aug 25 17:02:10 2008 -0500
  28. 34a5b12 Minor coding style cleanup, updte CHANGELOG by Wolfgang Denk · Mon Aug 25 23:45:41 2008 +0200
  29. 0989fcf Add note on dereferencing /aliases pointers by Gerald Van Baren · Fri Aug 22 14:37:05 2008 -0400
  30. 5d7a01c Fix OneNAND read_oob/write_oob functions compatability by Kyungmin Park · Tue Aug 19 08:42:53 2008 +0900
  31. fabda92 fdt: rework fdt_fixup_ethernet() to use env instead of bd_t by Kumar Gala · Tue Aug 19 15:41:18 2008 -0500
  32. c23634d hush: Fix printf debug macro in hush.c so that it usable in U-Boot by Stefan Roese · Tue Aug 19 14:57:55 2008 +0200
  33. f0d8881 mod_i2c_mem() bugfix by Peter Tyser · Fri Aug 15 14:36:32 2008 -0500
  34. 634db89 Fix typo in spelling of ATAPI. by Steven A. Falco · Fri Aug 15 15:37:31 2008 -0400
  35. 2b7574e Add a hook to allow board-specific PIO mode setting. by Steven A. Falco · Fri Aug 15 15:34:10 2008 -0400
  36. 708a18b fdt: fdt addr w/o any args reports back the current working address by Kumar Gala · Fri Aug 15 08:24:35 2008 -0500
  37. fb5dcd5 fdt: added the ability to set initrd start/end via chosen command by Kumar Gala · Fri Aug 15 08:24:34 2008 -0500
  38. 2548b99 Add command to enable/disable interrupts by Kumar Gala · Fri Aug 15 08:24:33 2008 -0500
  39. 0687e30 Clean up usage of icache_disable/dcache_disable by Kumar Gala · Fri Aug 15 08:24:32 2008 -0500
  40. 5708dbf Add 'license' command to U-Boot command line by Harald Welte · Wed Jul 09 22:30:30 2008 +0800
  41. f0db32c add 'unzip' command to u-boot commandline by Harald Welte · Sun Jul 06 15:56:38 2008 +0800
  42. 08792d7 Change CFG_ENV_SIZE to CFG_ENV_SECT_SIZE for SPI sector erase by TsiChung Liew · Wed Aug 06 19:37:17 2008 -0500
  43. 74e0dde Coding Style cleanup, update CHANGELOG by Wolfgang Denk · Thu Aug 14 14:41:06 2008 +0200
  44. 339af52 Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Wolfgang Denk · Thu Aug 14 11:26:22 2008 +0200
  45. 1d8a787 Merge branch 'Makefile' of git://git.denx.de/u-boot-arm by Wolfgang Denk · Wed Aug 13 23:23:13 2008 +0200
  46. 396b0c4 Fix OneNAND build break by Kyungmin Park · Wed Aug 13 09:11:02 2008 +0900
  47. 8486809 Merge branch 'master' of /home/stefan/git/u-boot/u-boot by Stefan Roese · Wed Aug 13 06:47:12 2008 +0200
  48. 719bb5f drivers/mtd/nand: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · Wed Aug 13 01:40:43 2008 +0200
  49. 58cd54a common: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · Wed Aug 13 01:40:38 2008 +0200
  50. ccbacd5 Merge branch 'master' of /home/stefan/git/u-boot/u-boot into next by Stefan Roese · Tue Aug 12 20:39:27 2008 +0200
  51. 95feb70 OneNAND: Fill in MTD function pointers for OneNAND. by Fathi BOUDRA · Wed Aug 06 10:06:20 2008 +0200
  52. 0c40ae94 NAND: Do not write or read a whole block if it is larger than the environment by Guennadi Liakhovetski · Thu Jul 31 12:38:26 2008 +0200
  53. cc5f339 NAND read/write fix by Scott Wood · Thu Jun 12 13:20:16 2008 -0500
  54. 12b1c95 NAND: Always skip blocks on read/write/boot. by Scott Wood · Thu Jun 12 13:13:23 2008 -0500
  55. 576625d NAND: Fix compilation warning and small coding style issue by Stefan Roese · Sat Jan 05 16:50:32 2008 +0100
  56. e7ebe6e make nand dump and nand dump.oob work by William Juul · Fri Dec 14 16:33:45 2007 +0100
  57. e24ebad Incorporate yaffs2 into U-boot by William Juul · Thu Nov 15 12:23:57 2007 +0100
  58. bfb8332 Whitespace cleanup and marking broken code. by William Juul · Wed Nov 14 14:28:11 2007 +0100
  59. 9e9c2c1 Fixing coding style issues by William Juul · Fri Nov 09 13:32:30 2007 +0100
  60. b76ec38 Remove white space at end. by William Juul · Thu Nov 08 10:39:53 2007 +0100
  61. 52c0796 Update MTD to that of Linux 2.6.22.1 by William Juul · Wed Oct 31 13:53:06 2007 +0100
  62. ccdeac7 85xx: Rename CONFIG_NR_CPUS to CONFIG_NUM_CPUS by Kumar Gala · Mon Aug 11 11:29:28 2008 -0500
  63. 026e4ac Fix fallout from autostart revert by Kumar Gala · Mon Aug 11 09:20:53 2008 -0500
  64. b4d7eb2 common/cmd_load.c - Minor code & Coding Style cleanup by Gururaja Hebbar K R · Thu Aug 07 13:13:27 2008 +0530
  65. 2743985 OneNAND: Remove base address offset usage by dirk.behme@googlemail.com · Sun Aug 10 17:56:36 2008 +0200
  66. 93722fe Revert "[new uImage] Add autostart flag to bootm_headers structure" by Wolfgang Denk · Sun Aug 10 01:26:26 2008 +0200
  67. 190ee48 FIT: Fix handling of images without ramdisks by Peter Tyser · Tue Aug 05 10:51:57 2008 -0500
  68. 82ccfde TQM823L: re-enable logo support; update LCD_INFO text by Wolfgang Denk · Mon Jul 07 01:22:29 2008 +0200
  69. 3762825 Fix merge problems by Stefan Roese · Wed Aug 06 14:05:38 2008 +0200
  70. 8886b53 Fix bitmap display for atmel lcd controller by Mark Jackson · Fri Aug 01 09:48:29 2008 +0100
  71. 39fb0ad Merge branch 'master' of ssh://10.10.0.7/home/wd/git/u-boot/master by Wolfgang Denk · Thu Jul 31 17:50:37 2008 +0200
  72. 45bc5ea Add gzipped logo support by Mark Jackson · Thu Jul 31 16:09:00 2008 +0100
  73. 3110cf8 Uncompressed images loaded to their start address shall set load_end too by Guennadi Liakhovetski · Thu Jul 31 12:35:04 2008 +0200
  74. dd5463b Fix printf() format problems with configurable prompts by Wolfgang Denk · Wed Jul 16 16:38:59 2008 +0200
  75. 1a2f07f Fix compile warnings in dlmalloc by Kumar Gala · Wed Jul 30 08:01:15 2008 -0500
  76. a629a72 cmd_bootm.c: Fix problem with '#if (CONFIG_CMD_USB)' by Stefan Roese · Wed Jul 30 09:59:51 2008 +0200
  77. 8468027 Fix more printf() format warnings by Jean-Christophe PLAGNIOL-VILLARD · Sun Jul 27 17:09:43 2008 +0200
  78. 044655b Fix remaining CFG_CMD_ define, ifdef and comments by Jean-Christophe PLAGNIOL-VILLARD · Fri Jul 25 15:18:16 2008 +0200
  79. 8dc929d Fix warnings if compiling with IDE support. by Heiko Schocher · Wed Jul 23 07:30:46 2008 +0200
  80. adf146e microblaze: Fix printf() format issues by Michal Simek · Thu Jul 17 12:25:46 2008 +0200
  81. ed333ec ide: Use CFG_64BIT_LBA instead of CFG_64BIT_STRTOUL by Stefan Roese · Fri Jul 18 10:43:24 2008 +0200
  82. ad9921b Merge branch 'master' of /home/stefan/git/u-boot/u-boot into next by Stefan Roese · Thu Jul 17 10:41:06 2008 +0200
  83. 5b13b4e fdt_support: fdt_fixup_dr_usb: add support for phy_type fixups by Anton Vorontsov · Tue Jul 08 20:59:43 2008 +0400
  84. 28d8d70 Prepare v1.3.4-rc1: Code cleanup, update CHANGELOG, sort Makefile by Wolfgang Denk · Tue Jul 15 22:22:44 2008 +0200
  85. 5e0933b Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · Tue Jul 15 21:37:23 2008 +0200
  86. 868e346 fdt: add crypto node handling for MPC8{3, 5}xxE processors by Kim Phillips · Mon Jun 16 15:55:53 2008 -0500
  87. 275f4c1 Fix some more printf() format problems. by Kumar Gala · Mon Jul 14 14:03:02 2008 -0500
  88. dc770c7 Code cleanup: fix old style assignment ambiguities like "=-" etc. by Wolfgang Denk · Mon Jul 14 15:19:07 2008 +0200
  89. 509cd07 Fix printf() format issues with sizeof_t types by using %zu by Wolfgang Denk · Mon Jul 14 15:06:35 2008 +0200
  90. 0b46763 Merge branch 'master' of /home/stefan/git/u-boot/u-boot into next by Stefan Roese · Mon Jul 14 10:45:47 2008 +0200
  91. fe036dd Fix some more printf() format problems. by Wolfgang Denk · Sun Jul 13 19:51:00 2008 +0200
  92. c4fb57c Fix some more printf() format issues. by Jean-Christophe PLAGNIOL-VILLARD · Sat Jul 12 14:36:34 2008 +0200
  93. b247400 FIS: repare incorrect return value with ramdisk handling by Michal Simek · Fri Jul 11 10:43:13 2008 +0200
  94. 01edcea ppc4xx: Consolidate PPC4xx UIC defines by Stefan Roese · Thu Jun 26 13:40:57 2008 +0200
  95. 12cec0a Fix some more print() format errors. by Wolfgang Denk · Fri Jul 11 01:16:00 2008 +0200
  96. f91aa8d silence misc printf formatting compiler warnings by Kim Phillips · Thu Jul 10 14:00:15 2008 -0500
  97. 09197cb USB: shutdown USB before booting by Markus Klotzbücher · Thu Jul 10 14:47:09 2008 +0200
  98. 01c1170 Merge branch 'master' of ssh://10.10.0.7/home/wd/git/u-boot/master by Wolfgang Denk · Thu Jul 10 13:16:34 2008 +0200
  99. 8d54188 Fix some more print() format errors. by Wolfgang Denk · Thu Jul 10 13:16:09 2008 +0200
  100. 1eef5c3 Fix "usb part" command by Christian Eggers · Fri Jun 27 19:46:51 2008 +0200