1 |
27 |
unneback |
2003-02-24 Jonathan Larmour
|
2 |
|
|
|
3 |
|
|
* cdl/romfs.cdl: Fix doc link.
|
4 |
|
|
|
5 |
|
|
2003-01-30 Andrew Lunn
|
6 |
|
|
|
7 |
|
|
* cdl/romfs.cdl: Implements the CYGINT_IO_FILEIO_FS interface.
|
8 |
|
|
|
9 |
|
|
2003-01-29 John Dallaway
|
10 |
|
|
|
11 |
|
|
* support/file2c.tcl: Accommodate latest Cygwin Tcl shell
|
12 |
|
|
(tclsh83.exe)
|
13 |
|
|
|
14 |
|
|
2002-04-15 Bart Veer
|
15 |
|
|
|
16 |
|
|
* support/file2c.tcl:
|
17 |
|
|
Do not use an alignment attribute, since it is not honoured on
|
18 |
|
|
all targets.
|
19 |
|
|
|
20 |
|
|
* src/romfs.c:
|
21 |
|
|
Remove alignment restrictions, since they are not actually needed
|
22 |
|
|
yet and alignment is hard to guarantee on all targets.
|
23 |
|
|
|
24 |
|
|
2002-01-21 Jonathan Larmour
|
25 |
|
|
|
26 |
|
|
* support/mk_romfs.c: Open image file in binary mode (for cygwin).
|
27 |
|
|
Spotted by Warren Jasper.
|
28 |
|
|
|
29 |
|
|
2001-11-23 Jonathan Larmour
|
30 |
|
|
|
31 |
|
|
* cdl/romfs.cdl (CYGTST_ROMFS_BUILD_TESTS): Try gcc and cc if $HOST_CC
|
32 |
|
|
doesn't exist or has a problem.
|
33 |
|
|
|
34 |
|
|
2001-11-22 Jesper Skov
|
35 |
|
|
|
36 |
|
|
* cdl/romfs.cdl: Use HOST_CC instead of 'cc'.
|
37 |
|
|
|
38 |
|
|
2001-10-17 Drew Moseley
|
39 |
|
|
2001-10-17 Jonathan Larmour
|
40 |
|
|
|
41 |
|
|
* support/mk_romfs.c: Open input files in binary mode (for cygwin).
|
42 |
|
|
* cdl/romfs.cdl: Work around cygwin path problems by copying files
|
43 |
|
|
into build tree.
|
44 |
|
|
|
45 |
|
|
2001-07-20 Jonathan Larmour
|
46 |
|
|
|
47 |
|
|
* tests/fileio1.c (main): Get this to actually pass! Remove
|
48 |
|
|
kernel dependency.
|
49 |
|
|
* cdl/fileio.cdl: Get CDL dependencies better. Don't use
|
50 |
|
|
fixed base address. Make test building an option. Build mk_romfs
|
51 |
|
|
and use it to construct a test romfs.
|
52 |
|
|
* support/mk_romfs.c: fix trivial typo
|
53 |
|
|
* tests/testromfs: Directory hierarchy added for constructing test
|
54 |
|
|
ROMFS.
|
55 |
|
|
|
56 |
|
|
2001-07-13 Richard Panton (richard.panton@3glab.com)
|
57 |
|
|
|
58 |
|
|
* support/mk_romfs.c: Convert between host FS file modes and eCos
|
59 |
|
|
ones.
|
60 |
|
|
|
61 |
|
|
2000-10-25 Richard Panton (richard.panton@3glab.com)
|
62 |
|
|
|
63 |
|
|
* cdl/romfs.cdl:
|
64 |
|
|
* src/romfs.c:
|
65 |
|
|
* support/mk_romfs.c:
|
66 |
|
|
* tests/fileio1.c:
|
67 |
|
|
A sample ROM filesystem implementation
|
68 |
|
|
|
69 |
|
|
|
70 |
|
|
|
71 |
|
|
//===========================================================================
|
72 |
|
|
//####ECOSGPLCOPYRIGHTBEGIN####
|
73 |
|
|
// -------------------------------------------
|
74 |
|
|
// This file is part of eCos, the Embedded Configurable Operating System.
|
75 |
|
|
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
|
76 |
|
|
//
|
77 |
|
|
// eCos is free software; you can redistribute it and/or modify it under
|
78 |
|
|
// the terms of the GNU General Public License as published by the Free
|
79 |
|
|
// Software Foundation; either version 2 or (at your option) any later version.
|
80 |
|
|
//
|
81 |
|
|
// eCos is distributed in the hope that it will be useful, but WITHOUT ANY
|
82 |
|
|
// WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
83 |
|
|
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
84 |
|
|
// for more details.
|
85 |
|
|
//
|
86 |
|
|
// You should have received a copy of the GNU General Public License along
|
87 |
|
|
// with eCos; if not, write to the Free Software Foundation, Inc.,
|
88 |
|
|
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
89 |
|
|
//
|
90 |
|
|
// As a special exception, if other files instantiate templates or use macros
|
91 |
|
|
// or inline functions from this file, or you compile this file and link it
|
92 |
|
|
// with other works to produce a work based on this file, this file does not
|
93 |
|
|
// by itself cause the resulting work to be covered by the GNU General Public
|
94 |
|
|
// License. However the source code for this file must still be made available
|
95 |
|
|
// in accordance with section (3) of the GNU General Public License.
|
96 |
|
|
//
|
97 |
|
|
// This exception does not invalidate any other reasons why a work based on
|
98 |
|
|
// this file might be covered by the GNU General Public License.
|
99 |
|
|
//
|
100 |
|
|
// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
|
101 |
|
|
// at http://sources.redhat.com/ecos/ecos-license/
|
102 |
|
|
// -------------------------------------------
|
103 |
|
|
//####ECOSGPLCOPYRIGHTEND####
|
104 |
|
|
//===========================================================================
|
105 |
|
|
|
106 |
|
|
|