- 2c640fe Make the YAFFS filesystem work by Remy Bohmer · Wed Aug 20 20:46:56 2008 +0200
- 74e0dde Coding Style cleanup, update CHANGELOG by Wolfgang Denk · Thu Aug 14 14:41:06 2008 +0200
- 719bb5f drivers/mtd/nand: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · Wed Aug 13 01:40:43 2008 +0200
- 589ad29 moving files from yaffs2/direct/ to yaffs2/ and deleting all symlinks by William Juul · Mon Nov 19 14:46:00 2007 +0100
- 5bc74b4 Clean out unneeded files by William Juul · Tue Jun 10 16:18:13 2008 -0500
- 53a4503 Create symlinks from yaffs2/direct to yaffs2 by William Juul · Fri Nov 16 08:44:27 2007 +0100
- e24ebad Incorporate yaffs2 into U-boot by William Juul · Thu Nov 15 12:23:57 2007 +0100
- c051bbe YAFFS2 import by William Juul · Thu Nov 15 11:13:05 2007 +0100
- 509cd07 Fix printf() format issues with sizeof_t types by using %zu by Wolfgang Denk · Mon Jul 14 15:06:35 2008 +0200
- fe036dd Fix some more printf() format problems. by Wolfgang Denk · Sun Jul 13 19:51:00 2008 +0200
- c4fb57c Fix some more printf() format issues. by Jean-Christophe PLAGNIOL-VILLARD · Sat Jul 12 14:36:34 2008 +0200
- 471a2f0 jffs2_1pass.c: add watchdog support by Stuart Wood · Mon Jun 02 16:40:08 2008 -0400
- 3ab2ad5 Cleanup nand_info[] declaration. by Stelian Pop · Tue May 13 17:31:24 2008 +0200
- a1be476 Big white-space cleanup. by Wolfgang Denk · Tue May 20 16:00:29 2008 +0200
- 650c869 jffs2_1pass.c: fix incompatible pointer type warning by Wolfgang Denk · Mon Apr 28 22:01:04 2008 +0200
- 9eede9b Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing by Bartlomiej Sieka · Wed Mar 26 09:38:06 2008 +0100
- b232fe7 cramfs: Fix ifdef by Jean-Christophe PLAGNIOL-VILLARD · Sat Mar 15 17:36:41 2008 +0100
- 2c3685f Merge branch 'master' of git://www.denx.de/git/u-boot into new-image by Marian Balakowicz · Wed Mar 12 12:23:02 2008 +0100
- 2c4d298 Fix checking fat32 cluster size. by michael · Sun Mar 02 23:33:46 2008 +0100
- 27b4343 fs: Fix ext2 read issue by Dave Liu · Fri Feb 29 17:45:31 2008 +0800
- 2429d4f Merge branch 'master' of /home/git/u-boot by Marian Balakowicz · Thu Feb 21 17:18:01 2008 +0100
- 1efe578 Fix CONFIG_MMC usage in fat code by Andy Fleming · Wed Jan 16 13:06:59 2008 -0600
- be946ba [new uImage] Move gunzip() common code to common/gunzip.c by Marian Balakowicz · Tue Jan 08 18:11:43 2008 +0100
- 55b8668 Fix my own merge stupidity by Andy Fleming · Wed Jan 09 13:51:32 2008 -0600
- aea6856 fix comments with new drivers organization by Marcel Ziswiler · Sun Dec 30 03:30:46 2007 +0100
- ed31f72 Fix building with CRAMFS but not JFFS2 support by Harald Welte · Wed Dec 19 14:09:58 2007 +0100
- 51fbbb7 Fix memset bug in ext2fs_read_file() by Wolfgang Denk · Wed Jan 09 10:16:33 2008 +0100
- 1179ad1 Build: split COBJS value into multiple lines by Grant Likely · Mon Sep 24 09:05:30 2007 -0600
- 393c54a [FIX] remove files form repository by Michal Simek · Sun Sep 16 20:51:57 2007 +0200
- 40277b3 Synchronize with U-BOOT mainline by Michal Simek · Sat Sep 15 00:03:35 2007 +0200
- 79c0611 [FIX] Correction command definition by Michal Simek · Wed Aug 15 21:03:41 2007 +0200
- 6afb2a07 Merge git://www.denx.de/git/u-boot by Michal Simek · Tue Aug 07 22:12:05 2007 +0200
- e78f258 Fix missing brace error in fs/fat/fat.c [pointed out by Roderik Wildenburg] by Wolfgang Denk · Tue Aug 07 16:02:13 2007 +0200
- f0018ad [FIX] Fix romfs code by Michal Simek · Mon Aug 06 23:35:26 2007 +0200
- 7e5e09f Merge branch 'testing' into working by Andy Fleming · Fri Aug 03 02:23:23 2007 -0500
- 09da925 [FS] Added support for ROMFS by Michal Simek · Sat Jul 14 12:41:23 2007 +0200
- 8bdca10 fs/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · Tue Jul 10 11:07:56 2007 -0500
- 80eb47c fs/: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · Mon Jul 09 17:56:50 2007 -0500
- 15888b4 Fixing some typos etc. introduced mainly by cfg patches. by Wolfgang Denk · Thu Jul 05 17:56:27 2007 +0200
- 32912ff fs/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · Mon Jun 11 19:02:20 2007 -0500
- 633e03a [PCS440EP] upgrade the PCS440EP board: by Heiko Schocher · Fri Jun 22 19:11:54 2007 +0200
- fb312c8 Reduce line lengths to 80 characters max. by Peter Pearse · Fri May 18 16:47:03 2007 +0100
- 9da36da Merge with git://www.denx.de/git/u-boot.git by Peter Pearse · Fri May 18 14:33:23 2007 +0100
- d862a25 New board SMN42 branch by Peter Pearse · Wed May 09 11:37:56 2007 +0100
- ab34023 [PATCH] MTD partition support, JFFS2 support by Michal Simek · Tue Apr 24 23:01:02 2007 +0200
- 6a65e42 Move "ar" flags to config.mk to allow for silent "make -s" by Wolfgang Denk · Mon Oct 09 01:02:05 2006 +0200
- d62379d Add support for a saving build objects in a separate directory. by Marian Balakowicz · Fri Sep 01 19:49:50 2006 +0200
- 6a07675 Fix JFFS2 support for legacy NAND driver. by Marian Balakowicz · Sat Apr 08 19:08:06 2006 +0200
- 315b46a Add support for Lite5200B board. by Wolfgang Denk · Fri Mar 17 11:42:53 2006 +0100
- dd7e866 Add crc of data to jffs2 (in jffs2_1pass_build_lists()). by Wolfgang Denk · Sun Mar 12 16:05:05 2006 +0100
- 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
- 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
- b7a97c7 Add VGA support (CT69000) to CPCI750 board. by Stefan Roese · Wed Jan 18 20:05:34 2006 +0100
- bcc5dfc Merge with /home/m8/git/u-boot by Wolfgang Denk · Sat Oct 15 18:23:43 2005 +0200
- 7fb5266 Cleanup for GCC-4.x by Wolfgang Denk · Thu Oct 13 16:45:02 2005 +0200
- 513b4a1 Added support for TQM834x boards. by Marian Balakowicz · Tue Oct 11 19:09:42 2005 +0200
- 7b9bc3a Update of new NAND code Patch by Ladislav Michl, 13 Sep 2005 by Wolfgang Denk · Wed Sep 14 23:53:32 2005 +0200
- 6583f36 Merge with testing-NAND (Rewrite of NAND code) by Wolfgang Denk · Wed Aug 17 12:57:49 2005 +0200
- 2f9b7e4 Rewrite of NAND code based on what is in 2.6.12 Linux kernel by Wolfgang Denk · Wed Aug 17 12:55:25 2005 +0200
- 79117cd Fix return values of the jffs2 commands ls/fsload/fsinfo, by Wolfgang Denk · Tue Aug 16 09:32:45 2005 +0200
- eb95c85 Add configuration for IFM AEV FIFO board. Minor coding style cleanup. by Wolfgang Denk · Wed Aug 10 15:14:32 2005 +0200
- 47f5779 Add common (with Linux) MTD partition scheme and "mtdparts" command by Wolfgang Denk · Mon Aug 08 01:03:24 2005 +0200
- 9f191a1 Add support for Altera NIOS DK1C20 board Patch by Shlomo Kut, 13 Dec 2004 by Wolfgang Denk · Sat Aug 06 01:56:59 2005 +0200
- b85efc2 It's better to handle LZO and LZARI compression mdoes for JFFS2 with by wdenk · Thu May 05 09:51:44 2005 +0000
- e84ec90 Major upate of JFFS2 code; now in sync with snapshot of MTD CVS of by wdenk · Thu May 05 00:04:14 2005 +0000
- e02d2ae Fix problem with symbolic links in JFFS2 code. by wdenk · Wed May 04 23:50:54 2005 +0000
- 286dca8 * Fix get_partition_info() parameter error in all other calls by wdenk · Fri Mar 04 11:27:31 2005 +0000
- b7345fc * Patch by Cajus Hahn, 04 Feb 2005: by wdenk · Fri Feb 04 15:02:06 2005 +0000
- 11392db Cleanup: avoid trigraph warning in fs/ext2/ext2fs.c; rename UC100 -> uc100 by wdenk · Sun Dec 19 09:58:11 2004 +0000
- 07d7e6b Code cleanup. by wdenk · Thu Dec 16 21:44:03 2004 +0000
- 8308224 "static" from "do_fat_read" removed by stroese · Thu Dec 16 17:57:26 2004 +0000
- 15be813 ext2fs support added by stroese · Thu Dec 16 17:26:24 2004 +0000
- 57bfdd4 * Patches by Sean Chang, 09 Aug 2004: by wdenk · Wed Sep 29 22:55:14 2004 +0000
- e07ec1b Patch by Klaus Heydeck, 12 May 2004: by wdenk · Wed May 12 22:54:36 2004 +0000
- f248ebc * Fix memory leak in the NAND-specific JFFS2 code by wdenk · Wed May 05 19:44:41 2004 +0000
- 6c59edc * Fix minor NAND JFFS2 related issue by wdenk · Mon May 03 20:45:30 2004 +0000
- 7ad5e4c * Back out Patch by Christian Hohnstaedt, 23 Apr 2004: by wdenk · Sun Apr 25 15:41:35 2004 +0000
- 7b37096 * Patch by Christian Hohnstaedt, 23 Apr 2004: by wdenk · Sun Apr 25 14:37:29 2004 +0000
- 1249065 * Patch by Yasushi Shoji, 07 Apr 2004: by wdenk · Sun Apr 18 21:13:41 2004 +0000
- 8886a66 * Configure PPChameleon board to use redundand environment in flash by wdenk · Sun Apr 18 19:43:36 2004 +0000
- 3902d70 * Patches by Pantelis Antoniou, 30 Mar 2004: by wdenk · Thu Apr 15 18:22:41 2004 +0000
- d360213 Code cleanup by wdenk · Thu Mar 25 15:14:43 2004 +0000
- 4d01d9e * Patch by Pavel Bartusek, 21 Mar 2004 Add Reiserfs support by wdenk · Thu Mar 25 14:59:05 2004 +0000
- 42c0547 * Patches by Thomas Viehweger, 16 Mar 2004: by wdenk · Tue Mar 23 22:14:11 2004 +0000
- ed2ac4b * Patches by Travis Sawyer, 12 Mar 2004: by wdenk · Sun Mar 14 18:23:55 2004 +0000
- 5f49575 * Patch by Markus Pietrek, 24 Feb 2004: NS9750 DevBoard added by wdenk · Thu Feb 26 23:46:20 2004 +0000
- 2ebee31 * Patch by Thomas Elste, 10 Feb 2004: by wdenk · Mon Feb 23 19:30:57 2004 +0000
- ad276f2 * Fix problems caused by Robert Schwebel's cramfs patch by wdenk · Sun Jan 04 16:28:35 2004 +0000
- ae65f50 * Patch by Robert Schwebel, 15 Dec 2003: by wdenk · Sat Jan 03 21:24:46 2004 +0000
- 4ea537d * Patches by David Müller, 14 Nov 2003: by wdenk · Sun Dec 07 18:32:37 2003 +0000
- b6c60cb3 * Prepare for release by wdenk · Wed Oct 29 23:18:55 2003 +0000
- 9c53f40 * Patches by Xianghua Xiao, 15 Oct 2003: by wdenk · Wed Oct 15 23:53:47 2003 +0000
- 61970fd * Patch by Martin Krause, 09 Oct 2003: by wdenk · Thu Oct 09 13:16:55 2003 +0000
- 934c4f8 * Patch by Gary Jennejohn, 11 Sep 2003: by wdenk · Thu Sep 11 19:48:06 2003 +0000
- 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
- 57b2d80 * Code cleanup: by wdenk · Fri Jun 27 21:31:46 2003 +0000
- 7a428cc * Fix CONFIG_NET_MULTI support in include/net.h by wdenk · Sun Jun 15 22:40:42 2003 +0000
- 6b58f33 * Avoid flicker on the TRAB's VFD by synchronizing the enable with by wdenk · Fri Mar 14 20:47:52 2003 +0000
- cc1e256 * Patches by Robert Schwebel, 06 Mar 2003: by wdenk · Thu Mar 06 13:39:27 2003 +0000
- 591dda5 * Patch by Daniel Engström, 13 Nov 2002: by wdenk · Mon Nov 18 00:14:45 2002 +0000