]> git.kernelconcepts.de Git - karo-tx-redboot.git/blobdiff - packages/fs/rom/v2_0/ChangeLog
unified MX27, MX25, MX37 trees
[karo-tx-redboot.git] / packages / fs / rom / v2_0 / ChangeLog
index 349ce2d9358d9635d082980414c493371680b0c0..0ef9fc009be8b0402a7ce8d2188ce9fc1b4714ff 100644 (file)
@@ -1,3 +1,27 @@
+2006-11-13 Xinghua Yang <yxinghua@sunnorth.com.cn>
+           Taiyun  Wang <taiyun@sunnorth.com.cn>
+
+       * cdl/romfs.cdl: Use CYGPKG_FS_ROM_RET_DIRENT_DTYPE to control
+       whether fatfs sets file type in romfs_fo_dirread.
+       * src/romfs.c: Set file type in romfs_fo_dirread.
+       * tests/romfs1.c: Test the new d_type in dirent when present.
+
+2006-11-13 Oyvind Harboe <oyvind.harboe@zylin.com>
+
+       * support/file2c.tcl : align romdisk data to 4 bytes. With a bit
+       of bad luck, it would not be long-word aligned.
+
+2006-08-04 Andrew Lunn <andrew.lunn@ascom.ch>
+       
+       * src/romfs.c (romfs_getinfo): Support for block usage call.
+       * tests/romfs1.c (main): Add file system block usage test. 
+
+2006-02-15  Andrew Lunn  <andrew.lunn@ascom.ch>
+            Peter Korsgaard  <jacmet@sunsite.dk>
+       
+       * support/mk_romfs.c: Use stdint.h defined types so the code is
+       64 bit clean. Fix compiler warnings.
+
 2005-07-08  Andrew Lunn  <andrew.lunn@ascom.ch>
 
        * cdl/romfs.cdl: Allow mk_romfs to be build even when the tests