]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/devs/flash/synth/v2_0/ChangeLog
Initial revision
[karo-tx-redboot.git] / packages / devs / flash / synth / v2_0 / ChangeLog
1 2005-08-02  Andrew Lunn  <andrew.lunn@ascom.ch>
2
3         * tests/flash1.c (cyg_user_start): Fix a compiler warning about
4         signedness of pointers.
5
6 2005-07-30  Andrew Lunn  <andrew.lunn@ascom.ch>
7
8         * src/synth.c (flash_hwr_init): Cast to keep the compiler happy.
9
10 2005-03-27  Andrew Lunn  <andrew.lunn@ascom.ch>
11
12         * tests/flash1.c: gcc 3.x does not like string continuing
13         over lines with the " open.
14         
15 2004-12-15  Andrew Lunn  <andrew.lunn@ascom.ch>
16
17         * src/synth.c: Moved cyg_hal_sys_mmap into the HAL.
18
19 2003-11-20  Jani Monoses <jani@iv.ro>
20         
21         tests/flash1.c: Update flash_init() call to reflect
22         new prototype.
23         
24 2002-01-23  Jonathan Larmour  <jlarmour@redhat.com>
25
26         * cdl/flash_synth.cdl: Add CYGMEM_FLASH_SYNTH_BASE to allow
27         imposition of base address.
28         Add CYGSEM_FLASH_SYNTH_FILE_WRITEBACK to allow changes to be
29         reflected in the underlying file.
30         * src/synth.c (flash_hwr_init): Implement CYGMEM_FLASH_SYNTH_BASE and
31         CYGSEM_FLASH_SYNTH_FILE_WRITEBACK using appropriate args to mmap().
32         Include <string.h> to avoid warning.
33
34 2002-01-11  Jonathan Larmour  <jlarmour@redhat.com>
35
36         * src/synth.c (flash_hwr_init): Initialize to 0xff if the file
37         needs creating.
38         * cdl/flash_synth.cdl: requires errno codes.
39
40 2002-01-08  Jonathan Larmour  <jlarmour@redhat.com>
41 2001-11-1  Andrew Lunn  <andrew.lunn@ascom.ch>
42         
43         * First version. Implements synthetic flash for the synthetic 
44           target. 
45         
46 //===========================================================================
47 //####ECOSGPLCOPYRIGHTBEGIN####
48 // -------------------------------------------
49 // This file is part of eCos, the Embedded Configurable Operating System.
50 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
51 //
52 // eCos is free software; you can redistribute it and/or modify it under
53 // the terms of the GNU General Public License as published by the Free
54 // Software Foundation; either version 2 or (at your option) any later version.
55 //
56 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
57 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
58 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
59 // for more details.
60 //
61 // You should have received a copy of the GNU General Public License along
62 // with eCos; if not, write to the Free Software Foundation, Inc.,
63 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
64 //
65 // As a special exception, if other files instantiate templates or use macros
66 // or inline functions from this file, or you compile this file and link it
67 // with other works to produce a work based on this file, this file does not
68 // by itself cause the resulting work to be covered by the GNU General Public
69 // License. However the source code for this file must still be made available
70 // in accordance with section (3) of the GNU General Public License.
71 //
72 // This exception does not invalidate any other reasons why a work based on
73 // this file might be covered by the GNU General Public License.
74 //
75 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
76 // at http://sources.redhat.com/ecos/ecos-license/
77 // -------------------------------------------
78 //####ECOSGPLCOPYRIGHTEND####
79 //===========================================================================
80         
81         
82
83