1. 8e8ccfe common: Move the image globals into image.h by Simon Glass · 4 years, 9 months ago
  2. bb872dd image: Rename load_addr, save_addr, save_size by Simon Glass · 4 years, 9 months ago
  3. c7694dd env: Move env_set_hex() to env.h by Simon Glass · 5 years ago
  4. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  5. 6ae3900 mtd: nand: Rename nand.h into rawnand.h by Masahiro Yamada · 7 years ago
  6. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  7. 018f530 env: Rename common functions related to setenv() by Simon Glass · 7 years ago
  8. bfdba68 cmd: jffs2: use get_nand_dev_by_index() by Grygorii Strashko · 7 years ago
  9. 314f636 cmd: jffs2: Rename command ls to fsls by Siva Durga Prasad Paladugu · 7 years ago
  10. b616d9b nand: Embed mtd_info in struct nand_chip by Scott Wood · 8 years ago
  11. 151c06e mtd: nand: Remove nand_info_t typedef by Scott Wood · 8 years ago
  12. a187559 Use correct spelling of "U-Boot" by Bin Meng · 9 years ago
  13. 2e192b2 Remove the cmd_ prefix from command files by Simon Glass · 9 years ago[Renamed from cmd/cmd_jffs2.c]
  14. 72a8cf8 Move all command code into its own directory by Simon Glass · 9 years ago[Renamed from common/cmd_jffs2.c]
  15. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  16. 41ef372 common: Use new numeric setenv functions by Simon Glass · 12 years ago
  17. 141053d cmd_jffs2: Fix get_part_sector_size_nor() overflow bug by Peter Tyser · 14 years ago
  18. 54841ab Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  19. 2903ad3 jffs2: fix hangs/crashs when not using CONFIG_JFFS2_PART_SIZE by Mike Frysinger · 15 years ago
  20. be33b04 Remove legacy NAND and disk on chip code. by Scott Wood · 15 years ago
  21. a89c33d General help message cleanup by Wolfgang Denk · 15 years ago
  22. 76b5883 jffs2/mtdparts: Fix problem with usage from JFFS2 and MTDPARTS together by Stefan Roese · 15 years ago
  23. 68d7d65 Separate mtdparts command from jffs2 by Stefan Roese · 16 years ago
  24. 2fb2604 Command usage cleanup by Peter Tyser · 16 years ago
  25. 62c3ae7 Standardize command usage messages with cmd_usage() by Peter Tyser · 16 years ago
  26. b5b004a jffs2: Fix zero sector_size when not using CONFIG_JFFS2_CMDLINE by Tomasz Figa · 16 years ago
  27. e0b5532 jffs2: add sector_size field to part_info structure by Ilya Yanok · 16 years ago
  28. 4b53001 jffs2: rename devices_init () in common/jffs2.c by Heiko Schocher · 16 years ago
  29. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  30. 1a7f8cc Add JFFS2 command support on OneNAND by Kyungmin Park · 16 years ago
  31. cc4a0ce drivers/mtd/nand: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  32. 4109df6 silence misc printf formatting compiler warnings by Kim Phillips · 16 years ago
  33. f540c42 Fix building with CRAMFS but not JFFS2 support by Harald Welte · 17 years ago
  34. 4a43719 [BUILD] conditionally compile common/cmd_*.c in common/Makefile by Grant Likely · 17 years ago
  35. 991b089 Synchronize with U-BOOT mainline by Michal Simek · 17 years ago
  36. 85fad49 Merge git://www.denx.de/git/u-boot by Michal Simek · 17 years ago
  37. ab4b956 [FIX] Coding style cleanup - Wolfgang's suggestions by Michal Simek · 17 years ago
  38. 91bb4ca [FS] Added support for ROMFS by Michal Simek · 17 years ago
  39. 9025317 common/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · 17 years ago
  40. c76fe47 common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS. by Jon Loeliger · 17 years ago
  41. 65c450b common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  42. 856f054 [PATCH] NAND: Partition name support added to NAND subsystem by Stefan Roese · 18 years ago
  43. a87d46f Fix alignment problem in "mtdparts" command by Wolfgang Denk · 18 years ago
  44. addb2e1 Re-factoring the legacy NAND code (legacy NAND now only in board-specific by Bartlomiej Sieka · 19 years ago
  45. 038ccac Merge with /home/wd/git/u-boot/testing-NAND/ to add new NAND handling. by Bartlomiej Sieka · 19 years ago
  46. e6f2e90 Added support for TQM834x boards. by Marian Balakowicz · 19 years ago
  47. ac7eb8a Update of new NAND code Patch by Ladislav Michl, 13 Sep 2005 by Wolfgang Denk · 19 years ago
  48. 7d45477 Added support for mtddevnum and mtddevname variables (mtdparts command) by Marian Balakowicz · 19 years ago
  49. 87b8bd5 Fix return values of the jffs2 commands ls/fsload/fsinfo, by Wolfgang Denk · 19 years ago
  50. 8f79e4c Add configuration for IFM AEV FIFO board. Minor coding style cleanup. by Wolfgang Denk · 19 years ago
  51. c4e0e68 Make new "mtdparts" code build with older compilers by Wolfgang Denk · 19 years ago
  52. 700a0c6 Add common (with Linux) MTD partition scheme and "mtdparts" command by Wolfgang Denk · 19 years ago
  53. a87589d * Add support for HMI1001 board by wdenk · 19 years ago
  54. eedcd07 * Patch by Detlev Zundel, 08 Sep 2004: Update etags build target by wdenk · 20 years ago
  55. 6705d81 * Patch by Andreas Engel, 12 Jul 2004: by wdenk · 20 years ago
  56. 3953988 * Code cleanup (ARM mostly) by wdenk · 20 years ago
  57. b54d32b * Patch by Robert Schwebel, 10 Jun 2004: by wdenk · 20 years ago
  58. f39748a * Patch by Paul Ruhland, 17 May 2004: by wdenk · 20 years ago
  59. aa5590b Patch by Thomas Viehweger, 14 May 2004: by wdenk · 20 years ago
  60. fc1cfcd * Back out Patch by Christian Hohnstaedt, 23 Apr 2004: by wdenk · 20 years ago
  61. 0b8fa03 * Patch by Christian Hohnstaedt, 23 Apr 2004: by wdenk · 20 years ago
  62. 998eaae * Configure PPChameleon board to use redundand environment in flash by wdenk · 20 years ago
  63. 4b9206e * Patches by Thomas Viehweger, 16 Mar 2004: by wdenk · 21 years ago
  64. 180d3f7 * Fix problems caused by Robert Schwebel's cramfs patch by wdenk · 21 years ago
  65. dd875c7 * Patch by Robert Schwebel, 15 Dec 2003: by wdenk · 21 years ago
  66. 7205e40 * Patches by Denis Peter, 9 Sep 2003: add FAT support for IDE, SCSI and USB by wdenk · 21 years ago
  67. 0d49839 Patch by Kenneth Johansson, 30 Jun 2003: by wdenk · 21 years ago
  68. 8bde7f7 * Code cleanup: by wdenk · 21 years ago
  69. 3bac351 * Patch by Josef Wagner, 12 Mar 2003: by wdenk · 22 years ago
  70. c609719 Initial revision by wdenk · 22 years ago