Mercurial > ecos
annotate packages/devs/flash/arm/iq80310/current/ChangeLog @ 3292:7f8e529b4d82 default tip
Fix FREESCALE_EDMA_NBYTES_MLOFFYES_MLOFF() so it works with negative offsets.
| author | vae |
|---|---|
| date | Wed, 29 Apr 2015 23:31:48 +0000 |
| parents | 74dbf4c3f2e1 |
| children |
| rev | line source |
|---|---|
|
2630
3e8e26d3183a
Merge flashv2 branch to trunk, with eCosCentric additions
jlarmour
parents:
1270
diff
changeset
|
1 2008-11-17 Jonathan Larmour <jifl@eCosCentric.com> |
|
3e8e26d3183a
Merge flashv2 branch to trunk, with eCosCentric additions
jlarmour
parents:
1270
diff
changeset
|
2 |
|
3e8e26d3183a
Merge flashv2 branch to trunk, with eCosCentric additions
jlarmour
parents:
1270
diff
changeset
|
3 * src/iq80310_flash.c: Explicitly include <cyg/io/flash_dev.h> |
|
3e8e26d3183a
Merge flashv2 branch to trunk, with eCosCentric additions
jlarmour
parents:
1270
diff
changeset
|
4 rather than just defining _FLASH_PRIVATE_. |
|
3e8e26d3183a
Merge flashv2 branch to trunk, with eCosCentric additions
jlarmour
parents:
1270
diff
changeset
|
5 (From bartv in flash_v2 branch) |
|
3e8e26d3183a
Merge flashv2 branch to trunk, with eCosCentric additions
jlarmour
parents:
1270
diff
changeset
|
6 |
|
3e8e26d3183a
Merge flashv2 branch to trunk, with eCosCentric additions
jlarmour
parents:
1270
diff
changeset
|
7 * cdl/flash_iq80310.cdl: Indicate that this driver uses |
|
3e8e26d3183a
Merge flashv2 branch to trunk, with eCosCentric additions
jlarmour
parents:
1270
diff
changeset
|
8 the legacy flash device API. |
|
3e8e26d3183a
Merge flashv2 branch to trunk, with eCosCentric additions
jlarmour
parents:
1270
diff
changeset
|
9 |
| 1270 | 10 2003-09-16 Jani Monoses <jani@iv.ro> |
| 11 | |
| 12 * src/flash_lock_block.c (flash_lock_block): | |
| 13 * src/flash_unlock_block.c (flash_unlock_block): | |
| 14 * src/flash_erase_block.c (flash_erase_block): | |
| 15 * src/flash_query.c (flash_query): | |
| 16 * src/flash_program_buf.c (flash_program_buf): Put flash functions | |
| 17 in RAM using section attributes instead of the old method. | |
| 18 * src/iq80310_flash.c (flash_hwr_init): Use generic flash_query_dev. | |
| 19 | |
| 939 | 20 2003-04-04 Jani Monoses <jani@iv.ro> |
| 938 | 21 |
| 22 * src/flash_lock_block.c (flash_lock_block): | |
| 23 * src/flash_unlock_block.c (flash_unlock_block): | |
| 24 * src/flash_erase_block.c (flash_erase_block): | |
| 25 * src/flash_query.c (flash_query): | |
| 26 * src/flash_program_buf.c (flash_program_buf): | |
| 27 Cache enabling and disabling are already handled by generic flash | |
| 28 | |
|
411
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
210
diff
changeset
|
29 2002-11-12 Gary Thomas <gary@mlbassoc.com> |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
210
diff
changeset
|
30 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
210
diff
changeset
|
31 * cdl/flash_iq80310.cdl: New Xscale platforms layout. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
210
diff
changeset
|
32 |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
184
diff
changeset
|
33 2002-04-16 Jonathan Larmour <jlarmour@redhat.com> |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
184
diff
changeset
|
34 |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
184
diff
changeset
|
35 * cdl/flash_iq80310.cdl: Invoke $(CC) with $(CFLAGS) to ensure the |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
184
diff
changeset
|
36 correct flags are passed. |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
184
diff
changeset
|
37 |
|
184
022f1e506033
Merge from eCos master repository on 2001-10-02-17:59:22-BST
jlarmour
parents:
177
diff
changeset
|
38 2001-09-28 Jonathan Larmour <jlarmour@redhat.com> |
|
022f1e506033
Merge from eCos master repository on 2001-10-02-17:59:22-BST
jlarmour
parents:
177
diff
changeset
|
39 |
|
022f1e506033
Merge from eCos master repository on 2001-10-02-17:59:22-BST
jlarmour
parents:
177
diff
changeset
|
40 * src/iq80310_flash.c (flash_hwr_init): Only re-enable icache if it |
|
022f1e506033
Merge from eCos master repository on 2001-10-02-17:59:22-BST
jlarmour
parents:
177
diff
changeset
|
41 was enabled before. |
|
022f1e506033
Merge from eCos master repository on 2001-10-02-17:59:22-BST
jlarmour
parents:
177
diff
changeset
|
42 |
|
177
4c750ce71ae3
Merge from eCos master repository on 2001-08-10-19:22:57-BST
jlarmour
parents:
162
diff
changeset
|
43 2001-08-04 Mark Salter <msalter@redhat.com> |
|
4c750ce71ae3
Merge from eCos master repository on 2001-08-10-19:22:57-BST
jlarmour
parents:
162
diff
changeset
|
44 |
|
4c750ce71ae3
Merge from eCos master repository on 2001-08-10-19:22:57-BST
jlarmour
parents:
162
diff
changeset
|
45 * src/flash.h (FLASH_P2V): First 4K of flash now mapped at 0xd0000000. |
|
4c750ce71ae3
Merge from eCos master repository on 2001-08-10-19:22:57-BST
jlarmour
parents:
162
diff
changeset
|
46 |
|
162
2395031e7a66
Merge from eCos master repository on 2001-06-15-06:43:03-BST
jlarmour
parents:
160
diff
changeset
|
47 2001-06-11 Gary Thomas <gthomas@redhat.com> |
|
2395031e7a66
Merge from eCos master repository on 2001-06-15-06:43:03-BST
jlarmour
parents:
160
diff
changeset
|
48 |
|
2395031e7a66
Merge from eCos master repository on 2001-06-15-06:43:03-BST
jlarmour
parents:
160
diff
changeset
|
49 * src/iq80310_flash.c: Remove dependency on printf() via user functions. |
|
2395031e7a66
Merge from eCos master repository on 2001-06-15-06:43:03-BST
jlarmour
parents:
160
diff
changeset
|
50 |
|
160
0d0f03f76f6a
Merge from eCos master repository on 2001-06-01-18:52:13-BST
jlarmour
parents:
152
diff
changeset
|
51 2001-05-23 Jesper Skov <jskov@redhat.com> |
|
0d0f03f76f6a
Merge from eCos master repository on 2001-06-01-18:52:13-BST
jlarmour
parents:
152
diff
changeset
|
52 |
|
0d0f03f76f6a
Merge from eCos master repository on 2001-06-01-18:52:13-BST
jlarmour
parents:
152
diff
changeset
|
53 * cdl/flash_iq80310.cdl: Needs IO controller to copy functions to |
|
0d0f03f76f6a
Merge from eCos master repository on 2001-06-01-18:52:13-BST
jlarmour
parents:
152
diff
changeset
|
54 RAM. |
|
0d0f03f76f6a
Merge from eCos master repository on 2001-06-01-18:52:13-BST
jlarmour
parents:
152
diff
changeset
|
55 |
|
152
f935b880e96c
Merge from eCos master repository on 2001-02-14-01:27:14-GMT
jlarmour
parents:
diff
changeset
|
56 2000-12-05 Jonathan Larmour <jlarmour@redhat.com> |
|
f935b880e96c
Merge from eCos master repository on 2001-02-14-01:27:14-GMT
jlarmour
parents:
diff
changeset
|
57 |
|
f935b880e96c
Merge from eCos master repository on 2001-02-14-01:27:14-GMT
jlarmour
parents:
diff
changeset
|
58 * src/iq80310_flash.c (flash_code_overlaps): Define stext/etext |
|
f935b880e96c
Merge from eCos master repository on 2001-02-14-01:27:14-GMT
jlarmour
parents:
diff
changeset
|
59 as array types so no assumptions can be made by the compiler about |
|
f935b880e96c
Merge from eCos master repository on 2001-02-14-01:27:14-GMT
jlarmour
parents:
diff
changeset
|
60 location. |
|
f935b880e96c
Merge from eCos master repository on 2001-02-14-01:27:14-GMT
jlarmour
parents:
diff
changeset
|
61 |
|
f935b880e96c
Merge from eCos master repository on 2001-02-14-01:27:14-GMT
jlarmour
parents:
diff
changeset
|
62 2000-11-22 Mark Salter <msalter@redhat.com> |
|
f935b880e96c
Merge from eCos master repository on 2001-02-14-01:27:14-GMT
jlarmour
parents:
diff
changeset
|
63 |
|
f935b880e96c
Merge from eCos master repository on 2001-02-14-01:27:14-GMT
jlarmour
parents:
diff
changeset
|
64 * src/flash_unlock_block.c (flash_unlock_block): Fix broken |
|
f935b880e96c
Merge from eCos master repository on 2001-02-14-01:27:14-GMT
jlarmour
parents:
diff
changeset
|
65 read of lock bits. |
|
f935b880e96c
Merge from eCos master repository on 2001-02-14-01:27:14-GMT
jlarmour
parents:
diff
changeset
|
66 |
|
f935b880e96c
Merge from eCos master repository on 2001-02-14-01:27:14-GMT
jlarmour
parents:
diff
changeset
|
67 2000-11-19 Mark Salter <msalter@redhat.com> |
|
f935b880e96c
Merge from eCos master repository on 2001-02-14-01:27:14-GMT
jlarmour
parents:
diff
changeset
|
68 |
|
f935b880e96c
Merge from eCos master repository on 2001-02-14-01:27:14-GMT
jlarmour
parents:
diff
changeset
|
69 * src/flash_unlock_block.c (flash_unlock_block): Fix lock state |
|
f935b880e96c
Merge from eCos master repository on 2001-02-14-01:27:14-GMT
jlarmour
parents:
diff
changeset
|
70 query to properly use FLASH_P2V macro. Don't issue lock state |
|
f935b880e96c
Merge from eCos master repository on 2001-02-14-01:27:14-GMT
jlarmour
parents:
diff
changeset
|
71 query for block we are unlocking. |
|
f935b880e96c
Merge from eCos master repository on 2001-02-14-01:27:14-GMT
jlarmour
parents:
diff
changeset
|
72 |
|
f935b880e96c
Merge from eCos master repository on 2001-02-14-01:27:14-GMT
jlarmour
parents:
diff
changeset
|
73 * src/flash_program_buf.c (flash_program_buf): Fix code to skip |
|
f935b880e96c
Merge from eCos master repository on 2001-02-14-01:27:14-GMT
jlarmour
parents:
diff
changeset
|
74 over Yavapai registers in flash memory space. |
|
f935b880e96c
Merge from eCos master repository on 2001-02-14-01:27:14-GMT
jlarmour
parents:
diff
changeset
|
75 |
|
f935b880e96c
Merge from eCos master repository on 2001-02-14-01:27:14-GMT
jlarmour
parents:
diff
changeset
|
76 //=========================================================================== |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2630
diff
changeset
|
77 // ####GPLCOPYRIGHTBEGIN#### |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2630
diff
changeset
|
78 // ------------------------------------------- |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2630
diff
changeset
|
79 // This file is part of eCos, the Embedded Configurable Operating System. |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2630
diff
changeset
|
80 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
184
diff
changeset
|
81 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2630
diff
changeset
|
82 // 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:
2630
diff
changeset
|
83 // 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:
2630
diff
changeset
|
84 // 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:
2630
diff
changeset
|
85 // later version. |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
184
diff
changeset
|
86 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2630
diff
changeset
|
87 // 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:
2630
diff
changeset
|
88 // 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:
2630
diff
changeset
|
89 // 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:
2630
diff
changeset
|
90 // General Public License for more details. |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
184
diff
changeset
|
91 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2630
diff
changeset
|
92 // 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:
2630
diff
changeset
|
93 // 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:
2630
diff
changeset
|
94 // Free Software Foundation, Inc., 51 Franklin Street, |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2630
diff
changeset
|
95 // Fifth Floor, Boston, MA 02110-1301, USA. |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2630
diff
changeset
|
96 // ------------------------------------------- |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2630
diff
changeset
|
97 // ####GPLCOPYRIGHTEND#### |
|
152
f935b880e96c
Merge from eCos master repository on 2001-02-14-01:27:14-GMT
jlarmour
parents:
diff
changeset
|
98 //=========================================================================== |
