aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2008-09-06Add JFFS2 command support on OneNANDKyungmin Park1-0/+118
2008-08-31fs: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD30-109/+32
2008-08-21Make the YAFFS filesystem workRemy Bohmer1-1/+4
2008-08-14Coding Style cleanup, update CHANGELOGWolfgang Denk33-937/+928
2008-08-13drivers/mtd/nand: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2-4/+4
2008-08-12moving files from yaffs2/direct/ to yaffs2/ and deleting all symlinksWilliam Juul36-34/+2
2008-08-12Clean out unneeded filesWilliam Juul27-10446/+0
2008-08-12Create symlinks from yaffs2/direct to yaffs2William Juul26-0/+26
2008-08-12Incorporate yaffs2 into U-bootWilliam Juul28-88/+448
2008-08-12YAFFS2 importWilliam Juul63-0/+24326
2008-07-14Fix printf() format issues with sizeof_t types by using %zuWolfgang Denk2-8/+12
2008-07-13Fix some more printf() format problems.Wolfgang Denk1-2/+2
2008-07-13Fix some more printf() format issues.Jean-Christophe PLAGNIOL-VILLARD1-2/+2
2008-06-29jffs2_1pass.c: add watchdog supportStuart Wood1-0/+3
2008-05-28Cleanup nand_info[] declaration.Stelian Pop1-3/+0
2008-05-21Big white-space cleanup.Wolfgang Denk5-82/+81
2008-04-28jffs2_1pass.c: fix incompatible pointer type warningWolfgang Denk1-4/+0
2008-03-26Merge branch 'new-image' of git://www.denx.de/git/u-boot-testingBartlomiej Sieka1-18/+2
2008-03-16cramfs: Fix ifdefJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-03-12Merge branch 'master' of git://www.denx.de/git/u-boot into new-imageMarian Balakowicz2-4/+20
2008-03-03Fix checking fat32 cluster size.michael1-4/+4
2008-03-02fs: Fix ext2 read issueDave Liu1-0/+16
2008-02-21Merge branch 'master' of /home/git/u-bootMarian Balakowicz1-1/+1
2008-02-14Fix CONFIG_MMC usage in fat codeAndy Fleming1-1/+1
2008-02-07[new uImage] Move gunzip() common code to common/gunzip.cMarian Balakowicz1-18/+2
2008-01-09Fix my own merge stupidityAndy Fleming1-34/+29
2008-01-09fix comments with new drivers organizationMarcel Ziswiler1-1/+1
2008-01-09Fix building with CRAMFS but not JFFS2 supportHarald Welte1-1/+1
2008-01-09Fix memset bug in ext2fs_read_file()Wolfgang Denk1-1/+1
2007-11-15Build: split COBJS value into multiple linesGrant Likely1-3/+9
2007-09-16[FIX] remove files form repositoryMichal Simek2-289/+0
2007-09-15Synchronize with U-BOOT mainlineMichal Simek1-1/+1
2007-08-15[FIX] Correction command definitionMichal Simek1-1/+1
2007-08-07Merge git://www.denx.de/git/u-bootMichal Simek23-77/+89
2007-08-07Fix missing brace error in fs/fat/fat.cWolfgang Denk1-28/+29
2007-08-06[FIX] Fix romfs codeMichal Simek1-35/+5
2007-08-03Merge branch 'testing' into workingAndy Fleming23-53/+64
2007-07-14[FS] Added support for ROMFSMichal Simek3-1/+320
2007-07-10fs/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger11-11/+11
2007-07-09fs/: Remove obsolete references to CONFIG_COMMANDSJon Loeliger23-42/+42
2007-07-05Fixing some typos etc. introduced mainly by cfg patches.Wolfgang Denk1-3/+6
2007-07-04fs/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger23-35/+37
2007-06-22[PCS440EP] upgrade the PCS440EP board:Heiko Schocher1-19/+23
2007-05-18Reduce line lengths to 80 characters max.Peter Pearse1-2/+4
2007-05-18Merge with git://www.denx.de/git/u-boot.gitPeter Pearse1-1/+1
2007-05-09New board SMN42 branchPeter Pearse1-2/+5
2007-04-24[PATCH] MTD partition support, JFFS2 supportMichal Simek1-1/+1
2006-10-09Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk6-6/+6
2006-09-01Add support for a saving build objects in a separate directory.Marian Balakowicz7-44/+60
2006-04-08Fix JFFS2 support for legacy NAND driver.Marian Balakowicz1-6/+28