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