Age | Commit message (Expand) | Author | Files | Lines |
2008-09-07 | Add JFFS2 command support on OneNAND | Kyungmin Park | 1 | -0/+118 |
2008-08-31 | fs: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD | 30 | -109/+32 |
2008-08-21 | Make the YAFFS filesystem work | Remy Bohmer | 1 | -1/+4 |
2008-08-14 | Coding Style cleanup, update CHANGELOG | Wolfgang Denk | 33 | -937/+928 |
2008-08-13 | drivers/mtd/nand: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD | 2 | -4/+4 |
2008-08-12 | moving files from yaffs2/direct/ to yaffs2/ and deleting all symlinks | William Juul | 36 | -34/+2 |
2008-08-12 | Clean out unneeded files | William Juul | 27 | -10446/+0 |
2008-08-12 | Create symlinks from yaffs2/direct to yaffs2 | William Juul | 26 | -0/+26 |
2008-08-12 | Incorporate yaffs2 into U-boot | William Juul | 28 | -88/+448 |
2008-08-12 | YAFFS2 import | William Juul | 63 | -0/+24326 |
2008-07-14 | Fix printf() format issues with sizeof_t types by using %zu | Wolfgang Denk | 2 | -8/+12 |
2008-07-13 | Fix some more printf() format problems. | Wolfgang Denk | 1 | -2/+2 |
2008-07-13 | Fix some more printf() format issues. | Jean-Christophe PLAGNIOL-VILLARD | 1 | -2/+2 |
2008-06-29 | jffs2_1pass.c: add watchdog support | Stuart Wood | 1 | -0/+3 |
2008-05-28 | Cleanup nand_info[] declaration. | Stelian Pop | 1 | -3/+0 |
2008-05-21 | Big white-space cleanup. | Wolfgang Denk | 5 | -82/+81 |
2008-04-29 | jffs2_1pass.c: fix incompatible pointer type warning | Wolfgang Denk | 1 | -4/+0 |
2008-03-26 | Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing | Bartlomiej Sieka | 1 | -18/+2 |
2008-03-16 | cramfs: Fix ifdef | Jean-Christophe PLAGNIOL-VILLARD | 1 | -1/+1 |
2008-03-12 | Merge branch 'master' of git://www.denx.de/git/u-boot into new-image | Marian Balakowicz | 2 | -4/+20 |
2008-03-03 | Fix checking fat32 cluster size. | michael | 1 | -4/+4 |
2008-03-03 | fs: Fix ext2 read issue | Dave Liu | 1 | -0/+16 |
2008-02-21 | Merge branch 'master' of /home/git/u-boot | Marian Balakowicz | 1 | -1/+1 |
2008-02-15 | Fix CONFIG_MMC usage in fat code | Andy Fleming | 1 | -1/+1 |
2008-02-07 | [new uImage] Move gunzip() common code to common/gunzip.c | Marian Balakowicz | 1 | -18/+2 |
2008-01-10 | Fix my own merge stupidity | Andy Fleming | 1 | -34/+29 |
2008-01-09 | fix comments with new drivers organization | Marcel Ziswiler | 1 | -1/+1 |
2008-01-09 | Fix building with CRAMFS but not JFFS2 support | Harald Welte | 1 | -1/+1 |
2008-01-09 | Fix memset bug in ext2fs_read_file() | Wolfgang Denk | 1 | -1/+1 |
2007-11-15 | Build: split COBJS value into multiple lines | Grant Likely | 1 | -3/+9 |
2007-09-16 | [FIX] remove files form repository | Michal Simek | 2 | -289/+0 |
2007-09-15 | Synchronize with U-BOOT mainline | Michal Simek | 1 | -1/+1 |
2007-08-15 | [FIX] Correction command definition | Michal Simek | 1 | -1/+1 |
2007-08-08 | Merge git://www.denx.de/git/u-boot | Michal Simek | 23 | -77/+89 |
2007-08-07 | Fix missing brace error in fs/fat/fat.c | Wolfgang Denk | 1 | -28/+29 |
2007-08-07 | [FIX] Fix romfs code | Michal Simek | 1 | -35/+5 |
2007-08-03 | Merge branch 'testing' into working | Andy Fleming | 23 | -53/+64 |
2007-07-14 | [FS] Added support for ROMFS | Michal Simek | 3 | -1/+320 |
2007-07-10 | fs/: Remove lingering references to CFG_CMD_* symbols. | Jon Loeliger | 11 | -11/+11 |
2007-07-10 | fs/: Remove obsolete references to CONFIG_COMMANDS | Jon Loeliger | 23 | -42/+42 |
2007-07-05 | Fixing some typos etc. introduced mainly by cfg patches. | Wolfgang Denk | 1 | -3/+6 |
2007-07-04 | fs/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). | Jon Loeliger | 23 | -35/+37 |
2007-06-22 | [PCS440EP] upgrade the PCS440EP board: | Heiko Schocher | 1 | -19/+23 |
2007-05-18 | Reduce line lengths to 80 characters max. | Peter Pearse | 1 | -2/+4 |
2007-05-18 | Merge with git://www.denx.de/git/u-boot.git | Peter Pearse | 1 | -1/+1 |
2007-05-09 | New board SMN42 branch | Peter Pearse | 1 | -2/+5 |
2007-04-25 | [PATCH] MTD partition support, JFFS2 support | Michal Simek | 1 | -1/+1 |
2006-10-09 | Move "ar" flags to config.mk to allow for silent "make -s" | Wolfgang Denk | 6 | -6/+6 |
2006-09-01 | Add support for a saving build objects in a separate directory. | Marian Balakowicz | 7 | -44/+60 |
2006-04-08 | Fix JFFS2 support for legacy NAND driver. | Marian Balakowicz | 1 | -6/+28 |