1 |
786 |
skrzyp |
2009-02-20 Jonathan Larmour
|
2 |
|
|
|
3 |
|
|
* tests/flash2.c (cyg_user_start): Call cyg_flash_init() with
|
4 |
|
|
NULL argument.
|
5 |
|
|
* tests/flash3.c (cyg_user_start): Ditto.
|
6 |
|
|
|
7 |
|
|
2009-02-18 Jonathan Larmour
|
8 |
|
|
|
9 |
|
|
* tests/flash2.c (cyg_user_start): Update for minor flash API
|
10 |
|
|
mod to call cyg_flash_set_global_printf() to set printf
|
11 |
|
|
function.
|
12 |
|
|
* tests/flash3.c (cyg_user_start): Ditto.
|
13 |
|
|
|
14 |
|
|
2008-12-23 Simon Kallweit
|
15 |
|
|
|
16 |
|
|
* src/synth.c: Implemented simulation of proper NOR flash writes.
|
17 |
|
|
General cleanup.
|
18 |
|
|
|
19 |
|
|
2008-12-18 Simon Kallweit
|
20 |
|
|
|
21 |
|
|
* src/synth.c: Fixed error check of mmap call.
|
22 |
|
|
|
23 |
|
|
2008-11-28 Sergei Gavrikov
|
24 |
|
|
|
25 |
|
|
* tests/flash[23].c: Fixed copy'n'paste typos in a naming: flash1 ->
|
26 |
|
|
flash{2,3}.
|
27 |
|
|
|
28 |
|
|
2008-11-19 Simon Kallweit
|
29 |
|
|
|
30 |
|
|
* src/synth.c: Removed cyg_hal_sys_do_mmap() wrapper function.
|
31 |
|
|
* tests/flash1.c, tests/flash2.c, tests/flash3.c:
|
32 |
|
|
Fixed a few compiler warnings.
|
33 |
|
|
|
34 |
|
|
2004-12-02 Bart Veer
|
35 |
|
|
|
36 |
|
|
* include/synth.h, src/synth.c: explicitly include
|
37 |
|
|
rather than just defining _FLASH_PRIVATE_
|
38 |
|
|
|
39 |
|
|
2004-11-29 Bart Veer
|
40 |
|
|
|
41 |
|
|
* src/synth.c: eliminate hwr_map_error() support, no longer needed
|
42 |
|
|
|
43 |
|
|
* src/synth.c: use the dummy lock/unlock functions provided by the
|
44 |
|
|
generic flash package.
|
45 |
|
|
|
46 |
|
|
2004-11-22 Bart Veer
|
47 |
|
|
|
48 |
|
|
* include/synth.h, src/synth.c, tests/flash3.c: merge the config
|
49 |
|
|
and priv structures. Adjust device driver API as per changes to
|
50 |
|
|
the generic flash code.
|
51 |
|
|
* tests/flash2.c, tests/flash3.c: do not depend on both synthetic
|
52 |
|
|
flash drivers being loaded.
|
53 |
|
|
* include/synth.h (struct cyg_flash_synth_priv): rename
|
54 |
|
|
cyg_block_info to cyg_flash_block_info
|
55 |
|
|
|
56 |
|
|
2004-11-21 Bart Veer
|
57 |
|
|
|
58 |
|
|
* tests/flash1.c (cyg_user_start):
|
59 |
|
|
CYGSEM_IO_FLASH_LEGACY_DEVICE_API has been removed, use
|
60 |
|
|
CYGHWR_IO_FLASH_DEVICE_LEGACY instead
|
61 |
|
|
* cdl/flash_synth.cdl: CYGHWR_IO_FLASH_DEVICE_V2 is now implicit
|
62 |
|
|
|
63 |
|
|
2004-09-14 Andrew Lunn
|
64 |
|
|
|
65 |
|
|
* src/synth.c (synth_flash_erase_block): Remove asserts which are
|
66 |
|
|
no longer true.
|
67 |
|
|
|
68 |
|
|
2004-09-09 Andrew Lunn
|
69 |
|
|
|
70 |
|
|
* src/flash_synth.c: Allow the use of arbitary sized block.
|
71 |
|
|
* test/flash3.c: Allow the use of small blocks
|
72 |
|
|
|
73 |
|
|
2004-08-21 Andrew Lunn
|
74 |
|
|
|
75 |
|
|
* tests/flash[23].c: Removed calls to cyg_flash_get_block_info()
|
76 |
|
|
and cyg_flash_get_limits() which have been removed.
|
77 |
|
|
|
78 |
|
|
2004-08-03 Andrew Lunn
|
79 |
|
|
|
80 |
|
|
* cdl/flash_synth.cdl: Indicate we use the V2 device API.
|
81 |
|
|
|
82 |
|
|
2004-07-17 Andrew Lunn
|
83 |
|
|
|
84 |
|
|
* First version. Implements synthetic flash using the new flash
|
85 |
|
|
API.
|
86 |
|
|
|
87 |
|
|
//===========================================================================
|
88 |
|
|
// ####GPLCOPYRIGHTBEGIN####
|
89 |
|
|
// -------------------------------------------
|
90 |
|
|
// This file is part of eCos, the Embedded Configurable Operating System.
|
91 |
|
|
// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2009 Free Software Foundation, Inc.
|
92 |
|
|
//
|
93 |
|
|
// This program is free software; you can redistribute it and/or modify
|
94 |
|
|
// it under the terms of the GNU General Public License as published by
|
95 |
|
|
// the Free Software Foundation; either version 2 or (at your option) any
|
96 |
|
|
// later version.
|
97 |
|
|
//
|
98 |
|
|
// This program is distributed in the hope that it will be useful, but
|
99 |
|
|
// WITHOUT ANY WARRANTY; without even the implied warranty of
|
100 |
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
101 |
|
|
// General Public License for more details.
|
102 |
|
|
//
|
103 |
|
|
// You should have received a copy of the GNU General Public License
|
104 |
|
|
// along with this program; if not, write to the
|
105 |
|
|
// Free Software Foundation, Inc., 51 Franklin Street,
|
106 |
|
|
// Fifth Floor, Boston, MA 02110-1301, USA.
|
107 |
|
|
// -------------------------------------------
|
108 |
|
|
// ####GPLCOPYRIGHTEND####
|
109 |
|
|
//===========================================================================
|
110 |
|
|
|
111 |
|
|
|
112 |
|
|
|
113 |
|
|
|