Mercurial > ecos
annotate packages/devs/flash/synth/current/ChangeLog @ 2828:35a9f5cc6296
* tests/flash2.c (cyg_user_start): Call cyg_flash_init() with
NULL argument.
| author | jlarmour |
|---|---|
| date | Fri, 20 Feb 2009 22:37:30 +0000 |
| parents | 553537218b56 |
| children | 957d0458e043 |
| rev | line source |
|---|---|
|
2824
553537218b56
* tests/flash2.c (cyg_user_start): Call cyg_flash_init with
jlarmour
parents:
2814
diff
changeset
|
1 2009-02-20 Jonathan Larmour <jifl@eCosCentric.com> |
|
553537218b56
* tests/flash2.c (cyg_user_start): Call cyg_flash_init with
jlarmour
parents:
2814
diff
changeset
|
2 |
|
2828
35a9f5cc6296
* tests/flash2.c (cyg_user_start): Call cyg_flash_init() with
jlarmour
parents:
2824
diff
changeset
|
3 * tests/flash2.c (cyg_user_start): Call cyg_flash_init() with |
|
35a9f5cc6296
* tests/flash2.c (cyg_user_start): Call cyg_flash_init() with
jlarmour
parents:
2824
diff
changeset
|
4 NULL argument. |
|
2824
553537218b56
* tests/flash2.c (cyg_user_start): Call cyg_flash_init with
jlarmour
parents:
2814
diff
changeset
|
5 |
|
2814
465fd3fc7787
* tests/flash2.c (cyg_user_start): Update for minor flash API
jlarmour
parents:
2729
diff
changeset
|
6 2009-02-18 Jonathan Larmour <jifl@eCosCentric.com> |
|
465fd3fc7787
* tests/flash2.c (cyg_user_start): Update for minor flash API
jlarmour
parents:
2729
diff
changeset
|
7 |
|
465fd3fc7787
* tests/flash2.c (cyg_user_start): Update for minor flash API
jlarmour
parents:
2729
diff
changeset
|
8 * tests/flash2.c (cyg_user_start): Update for minor flash API |
|
465fd3fc7787
* tests/flash2.c (cyg_user_start): Update for minor flash API
jlarmour
parents:
2729
diff
changeset
|
9 mod to call cyg_flash_set_global_printf() to set printf |
|
465fd3fc7787
* tests/flash2.c (cyg_user_start): Update for minor flash API
jlarmour
parents:
2729
diff
changeset
|
10 function. |
|
465fd3fc7787
* tests/flash2.c (cyg_user_start): Update for minor flash API
jlarmour
parents:
2729
diff
changeset
|
11 |
| 2699 | 12 2008-12-23 Simon Kallweit <simon.kallweit@intefo.ch> |
| 13 | |
| 14 * src/flash_erase_block.c: | |
| 15 * src/flash_program_buf.c: | |
| 16 Implemented simulation of proper NOR flash writes. General cleanup. | |
| 17 | |
| 2696 | 18 2008-12-18 Simon Kallweit <simon.kallweit@intefo.ch> |
| 19 | |
| 20 * src/synth.c: Fixed error check of mmap call. | |
| 21 | |
| 2659 | 22 2008-11-19 Simon Kallweit <simon.kallweit@intefo.ch> |
| 23 | |
| 24 * tests/flash2.c: Fixed a few warnings. | |
| 25 | |
|
2630
3e8e26d3183a
Merge flashv2 branch to trunk, with eCosCentric additions
jlarmour
parents:
2045
diff
changeset
|
26 2008-11-17 Jonathan Larmour <jifl@eCosCentric.com> |
|
3e8e26d3183a
Merge flashv2 branch to trunk, with eCosCentric additions
jlarmour
parents:
2045
diff
changeset
|
27 |
|
3e8e26d3183a
Merge flashv2 branch to trunk, with eCosCentric additions
jlarmour
parents:
2045
diff
changeset
|
28 * Merge from flash_v2 branch: |
|
3e8e26d3183a
Merge flashv2 branch to trunk, with eCosCentric additions
jlarmour
parents:
2045
diff
changeset
|
29 |
|
3e8e26d3183a
Merge flashv2 branch to trunk, with eCosCentric additions
jlarmour
parents:
2045
diff
changeset
|
30 2004-12-02 Bart Veer <bartv@ecoscentric.com> |
|
3e8e26d3183a
Merge flashv2 branch to trunk, with eCosCentric additions
jlarmour
parents:
2045
diff
changeset
|
31 |
|
3e8e26d3183a
Merge flashv2 branch to trunk, with eCosCentric additions
jlarmour
parents:
2045
diff
changeset
|
32 * src/synth.c: explicitly include <cyg/io/flash_dev.h> rather than |
|
3e8e26d3183a
Merge flashv2 branch to trunk, with eCosCentric additions
jlarmour
parents:
2045
diff
changeset
|
33 just defining _FLASH_PRIVATE_ |
|
3e8e26d3183a
Merge flashv2 branch to trunk, with eCosCentric additions
jlarmour
parents:
2045
diff
changeset
|
34 * tests/flash2.c (cyg_user_start): update as per the v2 testcase |
|
3e8e26d3183a
Merge flashv2 branch to trunk, with eCosCentric additions
jlarmour
parents:
2045
diff
changeset
|
35 |
|
3e8e26d3183a
Merge flashv2 branch to trunk, with eCosCentric additions
jlarmour
parents:
2045
diff
changeset
|
36 2004-11-22 Bart Veer <bartv@ecoscentric.com> |
|
3e8e26d3183a
Merge flashv2 branch to trunk, with eCosCentric additions
jlarmour
parents:
2045
diff
changeset
|
37 |
|
3e8e26d3183a
Merge flashv2 branch to trunk, with eCosCentric additions
jlarmour
parents:
2045
diff
changeset
|
38 * cdl/flash_synth.cdl: fix testcase definitions |
|
3e8e26d3183a
Merge flashv2 branch to trunk, with eCosCentric additions
jlarmour
parents:
2045
diff
changeset
|
39 |
|
3e8e26d3183a
Merge flashv2 branch to trunk, with eCosCentric additions
jlarmour
parents:
2045
diff
changeset
|
40 2004-08-03 Andrew Lunn <andrew.lunn@ascom.ch> |
|
3e8e26d3183a
Merge flashv2 branch to trunk, with eCosCentric additions
jlarmour
parents:
2045
diff
changeset
|
41 |
|
3e8e26d3183a
Merge flashv2 branch to trunk, with eCosCentric additions
jlarmour
parents:
2045
diff
changeset
|
42 * cdl/flash_synth.cdl: Indicate we need the legacy device API. |
|
3e8e26d3183a
Merge flashv2 branch to trunk, with eCosCentric additions
jlarmour
parents:
2045
diff
changeset
|
43 * cdl/flash_synth.cdl: |
|
3e8e26d3183a
Merge flashv2 branch to trunk, with eCosCentric additions
jlarmour
parents:
2045
diff
changeset
|
44 * tests/flash2.c: Added a second test case for the new API. |
|
3e8e26d3183a
Merge flashv2 branch to trunk, with eCosCentric additions
jlarmour
parents:
2045
diff
changeset
|
45 |
|
2045
efbe5b41658e
* tests/flash1.c (cyg_user_start): Fix a compiler warning about
asl
parents:
1938
diff
changeset
|
46 2005-08-02 Andrew Lunn <andrew.lunn@ascom.ch> |
|
efbe5b41658e
* tests/flash1.c (cyg_user_start): Fix a compiler warning about
asl
parents:
1938
diff
changeset
|
47 |
|
efbe5b41658e
* tests/flash1.c (cyg_user_start): Fix a compiler warning about
asl
parents:
1938
diff
changeset
|
48 * tests/flash1.c (cyg_user_start): Fix a compiler warning about |
|
efbe5b41658e
* tests/flash1.c (cyg_user_start): Fix a compiler warning about
asl
parents:
1938
diff
changeset
|
49 signedness of pointers. |
|
efbe5b41658e
* tests/flash1.c (cyg_user_start): Fix a compiler warning about
asl
parents:
1938
diff
changeset
|
50 |
|
efbe5b41658e
* tests/flash1.c (cyg_user_start): Fix a compiler warning about
asl
parents:
1938
diff
changeset
|
51 2005-07-30 Andrew Lunn <andrew.lunn@ascom.ch> |
|
efbe5b41658e
* tests/flash1.c (cyg_user_start): Fix a compiler warning about
asl
parents:
1938
diff
changeset
|
52 |
|
efbe5b41658e
* tests/flash1.c (cyg_user_start): Fix a compiler warning about
asl
parents:
1938
diff
changeset
|
53 * src/synth.c (flash_hwr_init): Cast to keep the compiler happy. |
|
efbe5b41658e
* tests/flash1.c (cyg_user_start): Fix a compiler warning about
asl
parents:
1938
diff
changeset
|
54 |
|
1938
389f2895cea2
* tests/flash1.c: gcc 3.x does not like string continuing
asl
parents:
1861
diff
changeset
|
55 2005-03-27 Andrew Lunn <andrew.lunn@ascom.ch> |
|
389f2895cea2
* tests/flash1.c: gcc 3.x does not like string continuing
asl
parents:
1861
diff
changeset
|
56 |
|
389f2895cea2
* tests/flash1.c: gcc 3.x does not like string continuing
asl
parents:
1861
diff
changeset
|
57 * tests/flash1.c: gcc 3.x does not like string continuing |
|
389f2895cea2
* tests/flash1.c: gcc 3.x does not like string continuing
asl
parents:
1861
diff
changeset
|
58 over lines with the " open. |
|
389f2895cea2
* tests/flash1.c: gcc 3.x does not like string continuing
asl
parents:
1861
diff
changeset
|
59 |
| 1861 | 60 2004-12-15 Andrew Lunn <andrew.lunn@ascom.ch> |
| 61 | |
| 62 * src/synth.c: Moved cyg_hal_sys_mmap into the HAL. | |
| 63 | |
| 1388 | 64 2003-11-20 Jani Monoses <jani@iv.ro> |
| 65 | |
|
2630
3e8e26d3183a
Merge flashv2 branch to trunk, with eCosCentric additions
jlarmour
parents:
2045
diff
changeset
|
66 * tests/flash1.c: Update flash_init() call to reflect |
| 1388 | 67 new prototype. |
| 68 | |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
202
diff
changeset
|
69 2002-01-23 Jonathan Larmour <jlarmour@redhat.com> |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
202
diff
changeset
|
70 |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
202
diff
changeset
|
71 * cdl/flash_synth.cdl: Add CYGMEM_FLASH_SYNTH_BASE to allow |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
202
diff
changeset
|
72 imposition of base address. |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
202
diff
changeset
|
73 Add CYGSEM_FLASH_SYNTH_FILE_WRITEBACK to allow changes to be |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
202
diff
changeset
|
74 reflected in the underlying file. |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
202
diff
changeset
|
75 * src/synth.c (flash_hwr_init): Implement CYGMEM_FLASH_SYNTH_BASE and |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
202
diff
changeset
|
76 CYGSEM_FLASH_SYNTH_FILE_WRITEBACK using appropriate args to mmap(). |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
202
diff
changeset
|
77 Include <string.h> to avoid warning. |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
202
diff
changeset
|
78 |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
202
diff
changeset
|
79 2002-01-11 Jonathan Larmour <jlarmour@redhat.com> |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
202
diff
changeset
|
80 |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
202
diff
changeset
|
81 * src/synth.c (flash_hwr_init): Initialize to 0xff if the file |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
202
diff
changeset
|
82 needs creating. |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
202
diff
changeset
|
83 * cdl/flash_synth.cdl: requires errno codes. |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
202
diff
changeset
|
84 |
|
202
353a011b23b8
Merge from eCos master repository on 2002-01-11-06:43:03-GMT
jlarmour
parents:
diff
changeset
|
85 2002-01-08 Jonathan Larmour <jlarmour@redhat.com> |
|
353a011b23b8
Merge from eCos master repository on 2002-01-11-06:43:03-GMT
jlarmour
parents:
diff
changeset
|
86 2001-11-1 Andrew Lunn <andrew.lunn@ascom.ch> |
|
353a011b23b8
Merge from eCos master repository on 2002-01-11-06:43:03-GMT
jlarmour
parents:
diff
changeset
|
87 |
|
353a011b23b8
Merge from eCos master repository on 2002-01-11-06:43:03-GMT
jlarmour
parents:
diff
changeset
|
88 * First version. Implements synthetic flash for the synthetic |
|
353a011b23b8
Merge from eCos master repository on 2002-01-11-06:43:03-GMT
jlarmour
parents:
diff
changeset
|
89 target. |
|
353a011b23b8
Merge from eCos master repository on 2002-01-11-06:43:03-GMT
jlarmour
parents:
diff
changeset
|
90 |
|
353a011b23b8
Merge from eCos master repository on 2002-01-11-06:43:03-GMT
jlarmour
parents:
diff
changeset
|
91 //=========================================================================== |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2699
diff
changeset
|
92 // ####GPLCOPYRIGHTBEGIN#### |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2699
diff
changeset
|
93 // ------------------------------------------- |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2699
diff
changeset
|
94 // This file is part of eCos, the Embedded Configurable Operating System. |
|
2814
465fd3fc7787
* tests/flash2.c (cyg_user_start): Update for minor flash API
jlarmour
parents:
2729
diff
changeset
|
95 // Copyright (C) 1998, 1999, 2000, 2001, 2002, 2009 Free Software Foundation, Inc. |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
202
diff
changeset
|
96 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2699
diff
changeset
|
97 // This program is free software; you can redistribute it and/or modify |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2699
diff
changeset
|
98 // it under the terms of the GNU General Public License as published by |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2699
diff
changeset
|
99 // the Free Software Foundation; either version 2 or (at your option) any |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2699
diff
changeset
|
100 // later version. |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
202
diff
changeset
|
101 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2699
diff
changeset
|
102 // This program is distributed in the hope that it will be useful, but |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2699
diff
changeset
|
103 // WITHOUT ANY WARRANTY; without even the implied warranty of |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2699
diff
changeset
|
104 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2699
diff
changeset
|
105 // General Public License for more details. |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
202
diff
changeset
|
106 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2699
diff
changeset
|
107 // You should have received a copy of the GNU General Public License |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2699
diff
changeset
|
108 // along with this program; if not, write to the |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2699
diff
changeset
|
109 // Free Software Foundation, Inc., 51 Franklin Street, |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2699
diff
changeset
|
110 // Fifth Floor, Boston, MA 02110-1301, USA. |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2699
diff
changeset
|
111 // ------------------------------------------- |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2699
diff
changeset
|
112 // ####GPLCOPYRIGHTEND#### |
|
202
353a011b23b8
Merge from eCos master repository on 2002-01-11-06:43:03-GMT
jlarmour
parents:
diff
changeset
|
113 //=========================================================================== |
|
353a011b23b8
Merge from eCos master repository on 2002-01-11-06:43:03-GMT
jlarmour
parents:
diff
changeset
|
114 |
|
353a011b23b8
Merge from eCos master repository on 2002-01-11-06:43:03-GMT
jlarmour
parents:
diff
changeset
|
115 |
|
353a011b23b8
Merge from eCos master repository on 2002-01-11-06:43:03-GMT
jlarmour
parents:
diff
changeset
|
116 |
|
353a011b23b8
Merge from eCos master repository on 2002-01-11-06:43:03-GMT
jlarmour
parents:
diff
changeset
|
117 |
