1. c06c1be common: Drop linux/bug.h from common header by Simon Glass · Sun May 10 11:40:08 2020 -0600
  2. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · Sun May 10 11:40:03 2020 -0600
  3. 8e20188 common: Drop flash.h from common header by Simon Glass · Sun May 10 11:39:54 2020 -0600
  4. 85f1378 common: Move the image globals into image.h by Simon Glass · Sat Dec 28 10:45:03 2019 -0700
  5. 892265d image: Rename load_addr, save_addr, save_size by Simon Glass · Sat Dec 28 10:45:02 2019 -0700
  6. 313112a env: Move env_set_hex() to env.h by Simon Glass · Thu Aug 01 09:46:46 2019 -0600
  7. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  8. 2b7a873 mtd: nand: Rename nand.h into rawnand.h by Masahiro Yamada · Thu Nov 30 13:45:24 2017 +0900
  9. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · Thu Aug 03 12:22:12 2017 -0600
  10. 4d949a2 env: Rename common functions related to setenv() by Simon Glass · Thu Aug 03 12:22:10 2017 -0600
  11. 6d2a2668 cmd: jffs2: use get_nand_dev_by_index() by Grygorii Strashko · Mon Jun 26 19:12:55 2017 -0500
  12. b9a9afd cmd: jffs2: Rename command ls to fsls by Siva Durga Prasad Paladugu · Tue May 30 14:18:55 2017 +0200
  13. 2c1b7e1 nand: Embed mtd_info in struct nand_chip by Scott Wood · Mon May 30 13:57:55 2016 -0500
  14. 08364d9 mtd: nand: Remove nand_info_t typedef by Scott Wood · Mon May 30 13:57:54 2016 -0500
  15. 7557405 Use correct spelling of "U-Boot" by Bin Meng · Fri Feb 05 19:30:11 2016 -0800
  16. 5f861a7 Remove the cmd_ prefix from command files by Simon Glass · Sun Jan 17 20:53:52 2016 -0700[Renamed from cmd/cmd_jffs2.c]
  17. 29499a0 Move all command code into its own directory by Simon Glass · Sun Jan 17 20:53:51 2016 -0700[Renamed from common/cmd_jffs2.c]
  18. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  19. 103789d common: Use new numeric setenv functions by Simon Glass · Sun Feb 24 17:33:22 2013 +0000
  20. 5e26c2a cmd_jffs2: Fix get_part_sector_size_nor() overflow bug by Peter Tyser · Thu Dec 30 15:47:56 2010 -0600
  21. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · Mon Jun 28 22:00:46 2010 +0200
  22. b5125d2 jffs2: fix hangs/crashs when not using CONFIG_JFFS2_PART_SIZE by Mike Frysinger · Fri Jan 08 08:03:06 2010 -0500
  23. 9866305 Remove legacy NAND and disk on chip code. by Scott Wood · Wed Apr 01 15:02:13 2009 -0500
  24. c54781c General help message cleanup by Wolfgang Denk · Sun May 24 17:06:54 2009 +0200
  25. 4fa1f2d jffs2/mtdparts: Fix problem with usage from JFFS2 and MTDPARTS together by Stefan Roese · Sat May 16 12:04:22 2009 +0200
  26. b1423dd Separate mtdparts command from jffs2 by Stefan Roese · Thu Mar 19 13:30:36 2009 +0100
  27. dfb72b8 Command usage cleanup by Peter Tyser · Tue Jan 27 18:03:12 2009 -0600
  28. ddb3af9 Standardize command usage messages with cmd_usage() by Peter Tyser · Tue Jan 27 18:03:10 2009 -0600
  29. 63440e0 jffs2: Fix zero sector_size when not using CONFIG_JFFS2_CMDLINE by Tomasz Figa · Tue Dec 30 18:35:57 2008 +0100
  30. 85cceb5 jffs2: add sector_size field to part_info structure by Ilya Yanok · Thu Nov 13 19:49:32 2008 +0300
  31. ed07bf6 jffs2: rename devices_init () in common/jffs2.c by Heiko Schocher · Wed Nov 12 09:50:45 2008 +0100
  32. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
  33. 2538374 Add JFFS2 command support on OneNAND by Kyungmin Park · Wed Aug 27 14:45:20 2008 +0900
  34. 719bb5f drivers/mtd/nand: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · Wed Aug 13 01:40:43 2008 +0200
  35. f91aa8d silence misc printf formatting compiler warnings by Kim Phillips · Thu Jul 10 14:00:15 2008 -0500
  36. ed31f72 Fix building with CRAMFS but not JFFS2 support by Harald Welte · Wed Dec 19 14:09:58 2007 +0100
  37. c0d32e9 [BUILD] conditionally compile common/cmd_*.c in common/Makefile by Grant Likely · Mon Sep 24 09:05:31 2007 -0600
  38. 40277b3 Synchronize with U-BOOT mainline by Michal Simek · Sat Sep 15 00:03:35 2007 +0200
  39. 6afb2a07 Merge git://www.denx.de/git/u-boot by Michal Simek · Tue Aug 07 22:12:05 2007 +0200
  40. 6ed8c71 [FIX] Coding style cleanup - Wolfgang's suggestions by Michal Simek · Mon Aug 06 23:31:49 2007 +0200
  41. 09da925 [FS] Added support for ROMFS by Michal Simek · Sat Jul 14 12:41:23 2007 +0200
  42. d704d91 common/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · Tue Jul 10 11:02:44 2007 -0500
  43. d76b5c1 common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS. by Jon Loeliger · Sun Jul 08 18:02:23 2007 -0500
  44. 3de8b24 common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · Mon Jun 11 19:01:54 2007 -0500
  45. 198b23e [PATCH] NAND: Partition name support added to NAND subsystem by Stefan Roese · Sat Oct 28 15:55:52 2006 +0200
  46. 872622d Fix alignment problem in "mtdparts" command by Wolfgang Denk · Wed Sep 13 10:23:06 2006 +0200
  47. 582f1a3 Re-factoring the legacy NAND code (legacy NAND now only in board-specific by Bartlomiej Sieka · Sun Mar 05 18:57:33 2006 +0100
  48. 6eed2ab Merge with /home/wd/git/u-boot/testing-NAND/ to add new NAND handling. by Bartlomiej Sieka · Fri Feb 24 09:37:22 2006 +0100
  49. 513b4a1 Added support for TQM834x boards. by Marian Balakowicz · Tue Oct 11 19:09:42 2005 +0200
  50. 7b9bc3a Update of new NAND code Patch by Ladislav Michl, 13 Sep 2005 by Wolfgang Denk · Wed Sep 14 23:53:32 2005 +0200
  51. fe1444a Added support for mtddevnum and mtddevname variables (mtdparts command) by Marian Balakowicz · Sun Sep 11 15:27:12 2005 +0200
  52. 79117cd Fix return values of the jffs2 commands ls/fsload/fsinfo, by Wolfgang Denk · Tue Aug 16 09:32:45 2005 +0200
  53. eb95c85 Add configuration for IFM AEV FIFO board. Minor coding style cleanup. by Wolfgang Denk · Wed Aug 10 15:14:32 2005 +0200
  54. c0d487b Make new "mtdparts" code build with older compilers by Wolfgang Denk · Tue Aug 09 21:41:20 2005 +0200
  55. 47f5779 Add common (with Linux) MTD partition scheme and "mtdparts" command by Wolfgang Denk · Mon Aug 08 01:03:24 2005 +0200
  56. 8d414a7 * Add support for HMI1001 board by wdenk · Fri Jun 10 10:00:19 2005 +0000
  57. a0ebde5 * Patch by Detlev Zundel, 08 Sep 2004: Update etags build target by wdenk · Wed Sep 08 22:03:11 2004 +0000
  58. da04a8b * Patch by Andreas Engel, 12 Jul 2004: by wdenk · Mon Aug 02 23:22:59 2004 +0000
  59. f2140d5 * Code cleanup (ARM mostly) by wdenk · Thu Jul 01 16:30:44 2004 +0000
  60. efc6f36 * Patch by Robert Schwebel, 10 Jun 2004: by wdenk · Thu Jun 10 21:34:36 2004 +0000
  61. 3c71176 * Patch by Paul Ruhland, 17 May 2004: by wdenk · Wed Jun 09 13:37:52 2004 +0000
  62. 6568eaa Patch by Thomas Viehweger, 14 May 2004: by wdenk · Wed Jun 09 12:42:26 2004 +0000
  63. 7ad5e4c * Back out Patch by Christian Hohnstaedt, 23 Apr 2004: by wdenk · Sun Apr 25 15:41:35 2004 +0000
  64. 7b37096 * Patch by Christian Hohnstaedt, 23 Apr 2004: by wdenk · Sun Apr 25 14:37:29 2004 +0000
  65. 8886a66 * Configure PPChameleon board to use redundand environment in flash by wdenk · Sun Apr 18 19:43:36 2004 +0000
  66. 42c0547 * Patches by Thomas Viehweger, 16 Mar 2004: by wdenk · Tue Mar 23 22:14:11 2004 +0000
  67. ad276f2 * Fix problems caused by Robert Schwebel's cramfs patch by wdenk · Sun Jan 04 16:28:35 2004 +0000
  68. ae65f50 * Patch by Robert Schwebel, 15 Dec 2003: by wdenk · Sat Jan 03 21:24:46 2004 +0000
  69. 2c9b05d * Patches by Denis Peter, 9 Sep 2003: add FAT support for IDE, SCSI and USB by wdenk · Wed Sep 10 22:30:53 2003 +0000
  70. f287a24 Patch by Kenneth Johansson, 30 Jun 2003: by wdenk · Tue Jul 01 21:06:45 2003 +0000
  71. 57b2d80 * Code cleanup: by wdenk · Fri Jun 27 21:31:46 2003 +0000
  72. ef5fe75 * Patch by Josef Wagner, 12 Mar 2003: by wdenk · Wed Mar 12 10:41:04 2003 +0000
  73. c609719 Initial revision by wdenk · Sun Nov 03 00:24:07 2002 +0000