OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [packages/] [devs/] [flash/] [synth/] [current/] [ChangeLog] - Blame information for rev 838

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 786 skrzyp
2009-02-26  Bart Veer  
2
 
3
        * tests/flash1.c, tests/flash2.c: fix breakage caused by banner
4
        change.
5
 
6
2009-02-20  Jonathan Larmour  
7
 
8
        * tests/flash2.c (cyg_user_start): Call cyg_flash_init with
9
        NULL arg.
10
 
11
2009-02-18  Jonathan Larmour  
12
 
13
        * tests/flash2.c (cyg_user_start): Update for minor flash API
14
        mod to call cyg_flash_set_global_printf() to set printf
15
        function.
16
 
17
2008-12-23  Simon Kallweit  
18
 
19
        * src/flash_erase_block.c:
20
        * src/flash_program_buf.c:
21
        Implemented simulation of proper NOR flash writes. General cleanup.
22
 
23
2008-12-18  Simon Kallweit  
24
 
25
        * src/synth.c: Fixed error check of mmap call.
26
 
27
2008-11-19  Simon Kallweit  
28
 
29
        * tests/flash2.c: Fixed a few warnings.
30
 
31
2008-11-17  Jonathan Larmour  
32
 
33
        * Merge from flash_v2 branch:
34
 
35
 2004-12-02  Bart Veer  
36
 
37
        * src/synth.c: explicitly include  rather than
38
        just defining _FLASH_PRIVATE_
39
        * tests/flash2.c (cyg_user_start): update as per the v2 testcase
40
 
41
 2004-11-22  Bart Veer  
42
 
43
        * cdl/flash_synth.cdl: fix testcase definitions
44
 
45
 2004-08-03  Andrew Lunn  
46
 
47
        * cdl/flash_synth.cdl: Indicate we need the legacy device API.
48
        * cdl/flash_synth.cdl:
49
        * tests/flash2.c: Added a second test case for the new API.
50
 
51
2005-08-02  Andrew Lunn  
52
 
53
        * tests/flash1.c (cyg_user_start): Fix a compiler warning about
54
        signedness of pointers.
55
 
56
2005-07-30  Andrew Lunn  
57
 
58
        * src/synth.c (flash_hwr_init): Cast to keep the compiler happy.
59
 
60
2005-03-27  Andrew Lunn  
61
 
62
        * tests/flash1.c: gcc 3.x does not like string continuing
63
        over lines with the " open.
64
 
65
2004-12-15  Andrew Lunn  
66
 
67
        * src/synth.c: Moved cyg_hal_sys_mmap into the HAL.
68
 
69
2003-11-20  Jani Monoses 
70
 
71
        * tests/flash1.c: Update flash_init() call to reflect
72
        new prototype.
73
 
74
2002-01-23  Jonathan Larmour  
75
 
76
        * cdl/flash_synth.cdl: Add CYGMEM_FLASH_SYNTH_BASE to allow
77
        imposition of base address.
78
        Add CYGSEM_FLASH_SYNTH_FILE_WRITEBACK to allow changes to be
79
        reflected in the underlying file.
80
        * src/synth.c (flash_hwr_init): Implement CYGMEM_FLASH_SYNTH_BASE and
81
        CYGSEM_FLASH_SYNTH_FILE_WRITEBACK using appropriate args to mmap().
82
        Include  to avoid warning.
83
 
84
2002-01-11  Jonathan Larmour  
85
 
86
        * src/synth.c (flash_hwr_init): Initialize to 0xff if the file
87
        needs creating.
88
        * cdl/flash_synth.cdl: requires errno codes.
89
 
90
2002-01-08  Jonathan Larmour  
91
2001-11-1  Andrew Lunn  
92
 
93
        * First version. Implements synthetic flash for the synthetic
94
          target.
95
 
96
//===========================================================================
97
// ####GPLCOPYRIGHTBEGIN####
98
// -------------------------------------------
99
// This file is part of eCos, the Embedded Configurable Operating System.
100
// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2009 Free Software Foundation, Inc.
101
//
102
// This program is free software; you can redistribute it and/or modify
103
// it under the terms of the GNU General Public License as published by
104
// the Free Software Foundation; either version 2 or (at your option) any
105
// later version.
106
//
107
// This program is distributed in the hope that it will be useful, but
108
// WITHOUT ANY WARRANTY; without even the implied warranty of
109
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
110
// General Public License for more details.
111
//
112
// You should have received a copy of the GNU General Public License
113
// along with this program; if not, write to the
114
// Free Software Foundation, Inc., 51 Franklin Street,
115
// Fifth Floor, Boston, MA  02110-1301, USA.
116
// -------------------------------------------
117
// ####GPLCOPYRIGHTEND####
118
//===========================================================================
119
 
120
 
121
 
122
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.