annotate packages/fs/jffs2/current/ChangeLog @ 1443:cd7d2afbc7dd

Import latest JFFS2 code from David Woodhouse
author gthomas
date Thu, 11 Dec 2003 23:33:54 +0000
parents f1fd4d249787
children b535fe01cba6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1443
cd7d2afbc7dd Import latest JFFS2 code from David Woodhouse
gthomas
parents: 1403
diff changeset
1 2003-11-26 David Woodhouse <dwmw2@redhat.com>
cd7d2afbc7dd Import latest JFFS2 code from David Woodhouse
gthomas
parents: 1403
diff changeset
2
cd7d2afbc7dd Import latest JFFS2 code from David Woodhouse
gthomas
parents: 1403
diff changeset
3 JFFS2 cleanup and import of newer code. Remove last vestiges of
cd7d2afbc7dd Import latest JFFS2 code from David Woodhouse
gthomas
parents: 1403
diff changeset
4 Linuxisms such as 'struct inode' from the core code, leaving eCos
cd7d2afbc7dd Import latest JFFS2 code from David Woodhouse
gthomas
parents: 1403
diff changeset
5 with no excuse, and renaming the eCos 'struct inode' to make that
cd7d2afbc7dd Import latest JFFS2 code from David Woodhouse
gthomas
parents: 1403
diff changeset
6 point. Fix i_count handling throughout. Clean up remaining Linuxisms
cd7d2afbc7dd Import latest JFFS2 code from David Woodhouse
gthomas
parents: 1403
diff changeset
7 such as 'struct qstr' to the point where jffs2port.h can be removed.
cd7d2afbc7dd Import latest JFFS2 code from David Woodhouse
gthomas
parents: 1403
diff changeset
8 Add skeleton for background garbage-collect thread. Fix compression
cd7d2afbc7dd Import latest JFFS2 code from David Woodhouse
gthomas
parents: 1403
diff changeset
9 so that it's actually called, and even with the right pointers. Turn
cd7d2afbc7dd Import latest JFFS2 code from David Woodhouse
gthomas
parents: 1403
diff changeset
10 on -Werror again. Zero tolerance is a good thing. Make the i_mode
cd7d2afbc7dd Import latest JFFS2 code from David Woodhouse
gthomas
parents: 1403
diff changeset
11 conversion functions non-inline to avoid warnings. Fix namespace
cd7d2afbc7dd Import latest JFFS2 code from David Woodhouse
gthomas
parents: 1403
diff changeset
12 pollution (of all but ^jffs2_* at least). Move physical flash I/O
cd7d2afbc7dd Import latest JFFS2 code from David Woodhouse
gthomas
parents: 1403
diff changeset
13 functions into separate file flashio.c for relatively easy
cd7d2afbc7dd Import latest JFFS2 code from David Woodhouse
gthomas
parents: 1403
diff changeset
14 substitution. Various other cruftectomy.
cd7d2afbc7dd Import latest JFFS2 code from David Woodhouse
gthomas
parents: 1403
diff changeset
15
1403
f1fd4d249787 * src/fs-ecos.c: ARM gcc 3.2.3 is also broken. Complain with any
asl
parents: 1378
diff changeset
16 2003-11-25 Andrew Lunn <andrew.lunn@ascom.ch>
f1fd4d249787 * src/fs-ecos.c: ARM gcc 3.2.3 is also broken. Complain with any
asl
parents: 1378
diff changeset
17
f1fd4d249787 * src/fs-ecos.c: ARM gcc 3.2.3 is also broken. Complain with any
asl
parents: 1378
diff changeset
18 * src/fs-ecos.c: ARM gcc 3.2.3 is also broken. Complain with any
f1fd4d249787 * src/fs-ecos.c: ARM gcc 3.2.3 is also broken. Complain with any
asl
parents: 1378
diff changeset
19 ARM gcc 3.2 compiler.
f1fd4d249787 * src/fs-ecos.c: ARM gcc 3.2.3 is also broken. Complain with any
asl
parents: 1378
diff changeset
20
1378
0c616bec0b15 Minor CDL fix
gthomas
parents: 1373
diff changeset
21 2003-11-21 Thomas Koeller <thomas.koeller@baslerweb.com>
0c616bec0b15 Minor CDL fix
gthomas
parents: 1373
diff changeset
22
0c616bec0b15 Minor CDL fix
gthomas
parents: 1373
diff changeset
23 * cdl/jffs2.cdl: Do not require zlib package if no
0c616bec0b15 Minor CDL fix
gthomas
parents: 1373
diff changeset
24 compression configured.
0c616bec0b15 Minor CDL fix
gthomas
parents: 1373
diff changeset
25
1373
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
26 2003-11-20 Thomas Koeller <thomas.koeller@baslerweb.com>
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
27
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
28 * cdl/jffs2.cdl:
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
29 * src/malloc-ecos.c:
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
30 * src/fs-ecos.c: Allocate jffs2_raw_node_ref structs
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
31 from pool or malloc depending on a CDL configuration.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
32
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
33 2003-11-20 David Woodhouse <dwmw2@infradead.org>
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
34
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
35 * Rearrangement of the compression code into a cleaner API
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
36 which can be disabled under control from CDL.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
37
1305
d256c2b5a157 Small debug improvement from Thomas Koeller
gthomas
parents: 1271
diff changeset
38 2003-10-14 Thomas Koeller <thomas.koeller@baslerweb.com>
d256c2b5a157 Small debug improvement from Thomas Koeller
gthomas
parents: 1271
diff changeset
39
1373
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
40 * src/os-ecos.h: Made definition of CONFIG_JFFS2_FS_DEBUG
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
41 conditional, so it can be overwritten by a -D compiler
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
42 option.
1305
d256c2b5a157 Small debug improvement from Thomas Koeller
gthomas
parents: 1271
diff changeset
43
1271
8eb2d0d3c498 * src/fs-ecos.c: Another umount() fix.
asl
parents: 1269
diff changeset
44 2003-09-23 Thomas Koeller <thomas.koeller@baslerweb.com>
8eb2d0d3c498 * src/fs-ecos.c: Another umount() fix.
asl
parents: 1269
diff changeset
45
8eb2d0d3c498 * src/fs-ecos.c: Another umount() fix.
asl
parents: 1269
diff changeset
46 * src/fs-ecos.c: Another umount() fix.
8eb2d0d3c498 * src/fs-ecos.c: Another umount() fix.
asl
parents: 1269
diff changeset
47
1269
46534b4d0054 * src/fs-ecos.c: Added test to detect known broken ARM compiler
asl
parents: 1241
diff changeset
48 2003-09-23 Andrew Lunn <andrew.lunn@ascom.ch>
46534b4d0054 * src/fs-ecos.c: Added test to detect known broken ARM compiler
asl
parents: 1241
diff changeset
49
1373
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
50 * src/fs-ecos.c: Added test to detect known broken ARM compiler
1269
46534b4d0054 * src/fs-ecos.c: Added test to detect known broken ARM compiler
asl
parents: 1241
diff changeset
51
1241
9004e9173e0e * src/fs-ecos.c: Fixed broken hard link creation.
asl
parents: 1239
diff changeset
52 2003-09-23 Thomas Koeller <thomas.koeller@baslerweb.com>
9004e9173e0e * src/fs-ecos.c: Fixed broken hard link creation.
asl
parents: 1239
diff changeset
53
9004e9173e0e * src/fs-ecos.c: Fixed broken hard link creation.
asl
parents: 1239
diff changeset
54 * src/fs-ecos.c: Fixed broken hard link creation.
1373
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
55
1239
b3be08d8eebb * src/fs-ecos.c: Minor optimization of previous patch.
asl
parents: 1238
diff changeset
56 2003-09-23 Andrew Lunn <andrew.lunn@ascom.ch>
b3be08d8eebb * src/fs-ecos.c: Minor optimization of previous patch.
asl
parents: 1238
diff changeset
57
1373
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
58 * src/fs-ecos.c: Minor optimization of previous patch.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
59
1238
b3c09d540f56 * src/fs-ecos.c: Do not decrement mount count for unsuccessful
asl
parents: 1222
diff changeset
60 2003-09-21 Thomas Koeller <thomas.koeller@baslerweb.com>
1373
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
61 Andrew Lunn <andrew.lunn@ascom.ch>
1238
b3c09d540f56 * src/fs-ecos.c: Do not decrement mount count for unsuccessful
asl
parents: 1222
diff changeset
62
1373
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
63 * src/fs-ecos.c: Do not decrement mount count for unsuccessful
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
64 umount attempts.
1238
b3c09d540f56 * src/fs-ecos.c: Do not decrement mount count for unsuccessful
asl
parents: 1222
diff changeset
65
1222
f0bd64ec9405 Another inode fix - from Thomas Koeller
gthomas
parents: 1220
diff changeset
66 2003-09-19 Thomas Koeller <thomas.koeller@baslerweb.com>
f0bd64ec9405 Another inode fix - from Thomas Koeller
gthomas
parents: 1220
diff changeset
67
1373
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
68 * src/fs-ecos.c: Another inode number fix.
1222
f0bd64ec9405 Another inode fix - from Thomas Koeller
gthomas
parents: 1220
diff changeset
69
1220
c87d732b5f4a Fix stat() to return valid inode number - from Thomas Koeller
gthomas
parents: 1139
diff changeset
70 2003-09-18 Thomas Koeller <thomas.koeller@baslerweb.com>
c87d732b5f4a Fix stat() to return valid inode number - from Thomas Koeller
gthomas
parents: 1139
diff changeset
71
1373
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
72 * src/fs-ecos.c: Inode number returned by stat() was bogus.
1220
c87d732b5f4a Fix stat() to return valid inode number - from Thomas Koeller
gthomas
parents: 1139
diff changeset
73
1139
e38842dfa4cc * src/os-ecos.h: Added new #defines require for the recent jffs2
asl
parents: 954
diff changeset
74 2003-07-27 Andrew Lunn <andrew.lunn@ascom.ch>
e38842dfa4cc * src/os-ecos.h: Added new #defines require for the recent jffs2
asl
parents: 954
diff changeset
75
1373
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
76 * src/os-ecos.h: Added new #defines require for the recent jffs2
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
77 import.
1139
e38842dfa4cc * src/os-ecos.h: Added new #defines require for the recent jffs2
asl
parents: 954
diff changeset
78
e38842dfa4cc * src/os-ecos.h: Added new #defines require for the recent jffs2
asl
parents: 954
diff changeset
79 2003-07-27 Michael Checky <Michael_Checky@ThermoKing.com>
e38842dfa4cc * src/os-ecos.h: Added new #defines require for the recent jffs2
asl
parents: 954
diff changeset
80
1373
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
81 * src/fs-ecos.c: Changed the return error code to be negative as
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
82 expected by jffs2_flash_read() and jffs2_flash_write().
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
83
954
47dcd8174e3a * src/fs-ecos.c: mtab -> cyg_mtab. Ditto cyg_mtab_end.
jlarmour
parents: 875
diff changeset
84 2003-04-23 Bob Koninckx <bob.koninckx@mech.kuleuven.ac.be>
47dcd8174e3a * src/fs-ecos.c: mtab -> cyg_mtab. Ditto cyg_mtab_end.
jlarmour
parents: 875
diff changeset
85
1373
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
86 * src/fs-ecos.c: mtab -> cyg_mtab. Ditto cyg_mtab_end.
954
47dcd8174e3a * src/fs-ecos.c: mtab -> cyg_mtab. Ditto cyg_mtab_end.
jlarmour
parents: 875
diff changeset
87
875
b17faf385ee0 * src/fs-ecos.c
jlarmour
parents: 705
diff changeset
88 2003-03-25 Thomas Koeller <thomas.koeller@baslerweb.com>
b17faf385ee0 * src/fs-ecos.c
jlarmour
parents: 705
diff changeset
89
1373
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
90 * src/fs-ecos.c
875
b17faf385ee0 * src/fs-ecos.c
jlarmour
parents: 705
diff changeset
91 Fixed segmentation fault when unmounting file system.
b17faf385ee0 * src/fs-ecos.c
jlarmour
parents: 705
diff changeset
92
705
cd2e78e28b3f * cdl/jffs2.cdl: Fix doc link.
jlarmour
parents: 572
diff changeset
93 2003-02-24 Jonathan Larmour <jifl@eCosCentric.com>
cd2e78e28b3f * cdl/jffs2.cdl: Fix doc link.
jlarmour
parents: 572
diff changeset
94
1373
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
95 * cdl/jffs2.cdl: Fix doc link.
705
cd2e78e28b3f * cdl/jffs2.cdl: Fix doc link.
jlarmour
parents: 572
diff changeset
96
572
028207710cba * cdl/jffs2.cdl: Remove unused flash geometry CDL options.
jlarmour
parents: 570
diff changeset
97 2003-02-05 Jonathan Larmour <jifl@eCosCentric.com>
028207710cba * cdl/jffs2.cdl: Remove unused flash geometry CDL options.
jlarmour
parents: 570
diff changeset
98
1373
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
99 * cdl/jffs2.cdl: Remove unused flash geometry CDL options.
572
028207710cba * cdl/jffs2.cdl: Remove unused flash geometry CDL options.
jlarmour
parents: 570
diff changeset
100
570
a7947d436e85 Update to latest public JFFS2 sources
gthomas
parents: 561
diff changeset
101 2003-02-04 Gary Thomas <gary@mlbassoc.com> on behalf of
1373
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
102 2003-02-04 David Woodhouse <dwmw2@cambridge.redhat.com>
570
a7947d436e85 Update to latest public JFFS2 sources
gthomas
parents: 561
diff changeset
103
1373
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
104 * src/write.c:
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
105 * src/scan.c:
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
106 * src/readinode.c:
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
107 * src/read.c:
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
108 * src/pushpull.h:
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
109 * src/os-ecos.h:
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
110 * src/nodemgmt.c:
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
111 * src/nodelist.h:
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
112 * src/nodelist.c:
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
113 * src/malloc-ecos.c:
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
114 * src/jffs2port.h:
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
115 * src/gc.c:
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
116 * src/file-ecos.c:
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
117 * src/erase.c:
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
118 * src/dir-ecos.c:
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
119 * src/compr_zlib.c:
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
120 * src/compr_rubin.c:
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
121 * src/compr_rtime.c:
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
122 * src/compr.c:
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
123 * src/build.c:
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
124 * cdl/jffs2.cdl: Update to latest public JFFS2 codebase.
570
a7947d436e85 Update to latest public JFFS2 sources
gthomas
parents: 561
diff changeset
125
1373
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
126 * src/list.h:
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
127 * src/jffs2_fs_sb.h:
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
128 * src/jffs2_fs_i.h:
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
129 * src/jffs2.h:
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
130 * src/jffs2.c:
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
131 * src/crc32.h:
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
132 * src/background.c: Removed/renamed file(s).
570
a7947d436e85 Update to latest public JFFS2 sources
gthomas
parents: 561
diff changeset
133
1373
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
134 * src/fs-ecos.c:
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
135 * include/linux/jffs2_fs_sb.h:
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
136 * include/linux/jffs2_fs_i.h:
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
137 * include/linux/jffs2.h: New file(s).
570
a7947d436e85 Update to latest public JFFS2 sources
gthomas
parents: 561
diff changeset
138
561
f30f2d57da64 Added interface CYGINT_IO_FILEIO_FS which any
asl
parents: 368
diff changeset
139 2002-12-06 Andrew Lunn <andrew.lunn@ascom.ch>
f30f2d57da64 Added interface CYGINT_IO_FILEIO_FS which any
asl
parents: 368
diff changeset
140
1373
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
141 * cdl/jffs2.cdl: Implements the CYGINT_IO_FILEIO_FS interface.
561
f30f2d57da64 Added interface CYGINT_IO_FILEIO_FS which any
asl
parents: 368
diff changeset
142
368
0a770cfe2d39 * src/crc32.h (crc32): Use the CRC package for crc calculation
asl
parents: 210
diff changeset
143 2002-10-11 Andrew Lunn <andrew.lunn@ascom.ch>
0a770cfe2d39 * src/crc32.h (crc32): Use the CRC package for crc calculation
asl
parents: 210
diff changeset
144
1373
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
145 * src/crc32.h (crc32): Use the CRC package for crc calculation
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
146 * tests/romfileio1.c (main): Pass the name of the device to mount
368
0a770cfe2d39 * src/crc32.h (crc32): Use the CRC package for crc calculation
asl
parents: 210
diff changeset
147
208
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
148 2002-05-20 Jonathan Larmour <jlarmour@redhat.com>
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
149
1373
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
150 * src/LICENCE: New file. Contains license for JFFS2, now GPL+exception.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
151 * src/background.c: Point at LICENSE file instead of existing text.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
152 * src/build.c: Ditto.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
153 * src/compr.c: Ditto.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
154 * src/compr_rtime.c: Ditto.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
155 * src/compr_rubin.c: Ditto.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
156 * src/compr_zlib.c: Ditto.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
157 * src/dir-ecos.c: Ditto.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
158 * src/erase.c: Ditto.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
159 * src/file-ecos.c: Ditto.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
160 * src/gc.c: Ditto.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
161 * src/jffs2.h: Ditto.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
162 * src/list.h: Ditto.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
163 * src/malloc-ecos.c: Ditto.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
164 * src/nodelist.c: Ditto.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
165 * src/nodelist.h: Ditto.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
166 * src/nodemgmt.c: Ditto.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
167 * src/os-ecos.h: Ditto.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
168 * src/pushpull.h: Ditto.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
169 * src/read.c: Ditto.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
170 * src/readinode.c: Ditto.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
171 * src/scan.c: Ditto.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
172 * src/write.c: Ditto.
208
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
173
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
174 2002-01-28 David Woodhouse <dwmw2@cambridge.redhat.com>
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
175
1373
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
176 * src/super-ecos.c: Removed.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
177 * src/jffs2.c: Merge jffs2_write_super() and jffs2_put_super() into
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
178 the routines from which they were called, put jffs2_read_super()
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
179 in as a static function with a view to doing same RSN.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
180 * src/jffs2port.h: Remove prototypes of functions that died.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
181 * cdl/jffs2.cdl: Remove super-ecos.c
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
182 * src/dir-ecos.c src/write.c: Increase highest_version _before_
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
183 assigning to new node, not after.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
184
208
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
185 2002-01-27 David Woodhouse <dwmw2@cambridge.redhat.com>
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
186
1373
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
187 * src/read.c (jffs2_read_inode_range): Deal correctly with
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
188 non-page-aligned read requests. We have to deal with the
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
189 case where we want to read from somewhere other than the
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
190 beginning of a frag.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
191 * src/jffs2.c (jffs2_fo_read): Use jffs2_read_inode_range
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
192 instead of jffs2_readpage.
208
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
193
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
194 2002-01-25 Jonathan Larmour <jlarmour@redhat.com>
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
195
1373
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
196 * cdl/jffs2.cdl: We want CYGPKG_IO_FILEIO_INODE.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
197 * src/dir-ecos.c (jffs2_symlink): Remove. eCos doesn't support symlinks.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
198 (jffs2_mknod): Similar.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
199 (jffs2_mkdir): Don't call d_instantiate - its a nop.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
200 (jffs2_rename): Ditto.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
201 * src/file-ecos.c (jffs2_commit_write): Don't set blocks.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
202 * src/jffs2.c (jffs2_flash_writev): Rewrite to only write aligned
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
203 quantities to flash.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
204 * src/jffs2port.h: Lots of decrufting.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
205 * src/os-ecos.h: Ditto (a bit).
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
206 * src/readinode.c (jffs2_read_inode): Don't set blocks/blksize in inode.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
207 * src/write.c (jffs2_new_inode): Ditto when __ECOS.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
208 (jffs2_write_dnode): don't call writev with extra vectors
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
209 unnecessarily.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
210 * src/super-ecos.c (jffs2_statfs): Remove - unused.
208
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
211
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
212 2002-01-25 David Woodhouse <dwmw2@cambridge.redhat.com>
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
213
1373
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
214 * src/super-ecos.c: Cruftectomy.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
215 * src/compr*.[ch] src/pushpull.h: Namespace cleanups merged from
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
216 mainstream sources. Bit push functions made inline.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
217 * src/pushpull.c: Removed.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
218 * cdl/jffs2.c: Remove reference to pushpull.c
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
219 * src/file-ecos.c: Cruftectomy. Lots of unused stuff here.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
220 * src/jffs2.c src/jffs2port.h: Remove some functions from jffs2.c
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
221 which are no longer used, move some others to jffs2port.h as
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
222 inline functions so they don't pollute the namespace.
208
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
223
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
224 2002-01-24 Jonathan Larmour <jlarmour@redhat.com>
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
225
1373
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
226 * tests/fileio1.c: Check in listdir that the number of dirents is
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
227 correct, taking into account existing files in case it's live.
208
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
228
1373
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
229 * src/dir-ecos.c (jffs2_readdir): move to....
208
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
230
1373
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
231 * src/jffs2.c (jffs2_fo_dirread): here. And fix the return code
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
232 in the process so it now works.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
233 (filldir): Make inline and simpler.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
234 * src/jffs2port.h: remove filldir related stuff.
208
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
235
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
236 2002-01-24 David Woodhouse <dwmw2@cambridge.redhat.com>
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
237
1373
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
238 * src/dir-ecos.c: Cruftectomy. Remove most of the stuff that was
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
239 commented out. Remove jffs2_do_{create,link,unlink} to write.c
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
240 * src/write.c: Add jffs2_do_{create,link,unlink} as in mainline.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
241 * src/nodelist.h: Prototypes for the above.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
242 * src/jffs2port.h: Don't include <pkgconf/kernel.h>.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
243
208
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
244 2002-01-23 Jonathan Larmour <jlarmour@redhat.com>
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
245
1373
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
246 * src/jffs2.c (jffs2_mount): Allow multiple FSs, and integration
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
247 with flash block device.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
248 (jffs2_flash_read): Use flash block device.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
249 (jffs2_flash_erase): Ditto.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
250 (jffs2_flash_write): Ditto.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
251 (do_flash_init): Remove - now done by block device layer
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
252 * src/list.h: Remove and reimplement from scratch to avoid GPL.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
253 * src/os-ecos.h: Keep flash block dev handle in superblock.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
254 eCos does support obsoleting as it isn't NAND only.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
255 * src/dir-ecos.c (jffs2_readdir): Return correct value on success.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
256 Merge in changes mutatis mutandis from between v1.49 and v1.51 of
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
257 dir.c in main repository.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
258 * cdl/jffs2.cdl: CYGPKG_MEMALLOC more accurately CYGINT_ISO_MALLOC.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
259 Only jffs2.c needs to be in libextras.a
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
260 Requires Flash block devices as an alternative for hardcoding
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
261 the sector size, flash size and base address.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
262 * src/super-ecos.c (jffs2_read_super): Use flash block device for
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
263 sector and flash sizes.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
264 * tests/fileio1.c: mount using block device (defined by CDL).
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
265 No need to init here - done by flash block device layer.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
266
208
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
267 2002-01-21 David Woodhouse <dwmw2@cambridge.redhat.com>
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
268
1373
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
269 * src/read.c: Obtain inode lock around reading symlink target.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
270 * src/dir-ecos.c: Fix the long-standing up() without down() in
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
271 jffs2_readdir() when only the '.' and '..' entries are read, from
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
272 v1.52 of master dir.c. Merge copyright date change from v1.50 - note
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
273 that the portability cleanups from v1.51 aren't yet merged.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
274 * src/os-ecos.h: Add jffs2_can_mark_obsolete() and the macros
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
275 for getting at generic inode fields from a struct jffs2_inode_info*
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
276 * src/nodemgmt.c: Remove an #ifndef __ECOS and use
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
277 jffs2_can_mark_obsolete() instead.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
278 * src/jffs2port.h: up() is cyg_drv_mutex_unlock() not _release()
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
279 * src/gc.c: Merge portability cleanups - get rid of a lot of
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
280 references to 'struct inode'. Also include the attempt at NAND
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
281 support in jffs2_garbage_collect_deletion_dirent().
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
282
208
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
283 2002-01-11 David Woodhouse <dwmw2@cambridge.redhat.com>
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
284
1373
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
285 * src/jffs2port.h: Switch semaphore emulation to cyg_drv_mutex_t,
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
286 remove some kernel includes which seem gratuitous.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
287 * cdl/jffs2.cdl: Require CYGPKG_MEMALLOC
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
288 * src/compr_zlib.c src/compr.c: Merge changes from mainline code
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
289 to make mkfs.jffs2 compile again.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
290
208
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
291 2002-01-10 David Woodhouse <dwmw2@cambridge.redhat.com>
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
292
1373
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
293 * src/jffs2.c: The 'mode' arg passed to jffs2_open() shouldn't
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
294 have been called 'mode'. It's 'oflags'. You have to make up a
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
295 mode for the newly-created file yourself.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
296 * src/nodelist.h src/read.c: Fix jffs2_getlink() so it takes
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
297 portable arguments, not a dentry. Move it to read.c and symlink.c
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
298 becomes obsolete.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
299 * src/symlink-ecos.c: Removed.
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
300 * cdl/jffs2.cdl: Remove symlink-ecos.c
208
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
301
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
302 2002-01-09 David Woodhouse <dwmw2@cambridge.redhat.com>
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
303
1373
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
304 * Import updated JFFS2 sources into eCos tree.
208
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
305
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
306 2000-08-28 Dominic Ostrowski (dominic.ostrowski@3glab.com)
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
307
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
308 * started on port of JFFS2 using ramfs as a template
1373
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
309
208
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
310 //===========================================================================
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
311 //####ECOSGPLCOPYRIGHTBEGIN####
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
312 // -------------------------------------------
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
313 // This file is part of eCos, the Embedded Configurable Operating System.
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
314 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
315 //
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
316 // eCos is free software; you can redistribute it and/or modify it under
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
317 // the terms of the GNU General Public License as published by the Free
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
318 // Software Foundation; either version 2 or (at your option) any later version.
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
319 //
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
320 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
321 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
322 // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
323 // for more details.
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
324 //
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
325 // You should have received a copy of the GNU General Public License along
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
326 // with eCos; if not, write to the Free Software Foundation, Inc.,
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
327 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
328 //
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
329 // As a special exception, if other files instantiate templates or use macros
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
330 // or inline functions from this file, or you compile this file and link it
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
331 // with other works to produce a work based on this file, this file does not
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
332 // by itself cause the resulting work to be covered by the GNU General Public
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
333 // License. However the source code for this file must still be made available
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
334 // in accordance with section (3) of the GNU General Public License.
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
335 //
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
336 // This exception does not invalidate any other reasons why a work based on
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
337 // this file might be covered by the GNU General Public License.
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
338 //
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
339 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
210
d2c90368aeef Merge from eCos master repository on 2002-05-23-21:39:14-BST
jlarmour
parents: 208
diff changeset
340 // at http://sources.redhat.com/ecos/ecos-license/
208
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
341 // -------------------------------------------
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
342 //####ECOSGPLCOPYRIGHTEND####
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
343 //===========================================================================
1373
00a9f2cb1081 * cdl/jffs2.cdl:
asl
parents: 1305
diff changeset
344
208
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
345