1 |
27 |
unneback |
2002-12-12 Gary Thomas
|
2 |
|
|
2002-12-12 Patrick Doyle
|
3 |
|
|
|
4 |
|
|
* include/flash_28fxxx_parts.inl:
|
5 |
|
|
* include/flash_28fxxx.inl:
|
6 |
|
|
* cdl/flash_intel_28fxxx.cdl: Add SHARP 28F016 parts.
|
7 |
|
|
|
8 |
|
|
2002-08-05 Gary Thomas
|
9 |
|
|
2002-08-05 Jani Monoses
|
10 |
|
|
|
11 |
|
|
* include/flash_28fxxx_parts.inl:
|
12 |
|
|
* cdl/flash_intel_28fxxx.cdl: Add support for 28F320B3.
|
13 |
|
|
|
14 |
|
|
2002-03-06 Nick Garnett
|
15 |
|
|
|
16 |
|
|
* include/flash_28fxxx.inl:
|
17 |
|
|
Added CYGHWR_FLASH_WRITE_ENABLE() and CYGHWR_FLASH_WRITE_DISABLE()
|
18 |
|
|
macro calls to enable and disable FLASH writing in platform
|
19 |
|
|
hardware. Some platforms have extra protection for the FLASH
|
20 |
|
|
beyond that provided for the FLASH itself.
|
21 |
|
|
|
22 |
|
|
* include/flash_28fxxx_parts.inl:
|
23 |
|
|
* cdl/flash_intel_28fxxx.cdl:
|
24 |
|
|
Added support for the 28f320S3 part. This mainly differs from the
|
25 |
|
|
C3 in that it does not have any bootblocks.
|
26 |
|
|
|
27 |
|
|
2001-10-17 Jonathan Larmour
|
28 |
|
|
|
29 |
|
|
* include/flash_28fxxx_parts.inl: Fix boot block start address.
|
30 |
|
|
|
31 |
|
|
2001-08-15 Jesper Skov
|
32 |
|
|
[from branch]
|
33 |
|
|
* include/flash_28fxxx_parts.inl: Set correct bootblock sub-block
|
34 |
|
|
sizes.
|
35 |
|
|
|
36 |
|
|
* include/flash_28fxxx.inl (nDEBUG): Added some debug code.
|
37 |
|
|
(flash_unlock_block, flash_lock_block): Iterate properly over
|
38 |
|
|
bootblock sub-blocks.
|
39 |
|
|
|
40 |
|
|
2001-08-10 Jesper Skov
|
41 |
|
|
|
42 |
|
|
* cdl/flash_intel_28fxxx.cdl: Added options for variants.
|
43 |
|
|
|
44 |
|
|
* include/flash_28fxxx.inl: Support bootblock parts. Support
|
45 |
|
|
locking. Buffered writes are broken though.
|
46 |
|
|
Which affects the Malta, which uses them.
|
47 |
|
|
|
48 |
|
|
* include/flash_28fxxx_parts.inl: Created.
|
49 |
|
|
|
50 |
|
|
2001-06-29 Jesper Skov
|
51 |
|
|
|
52 |
|
|
* include/flash_28fxxx.inl: Fix 28F160 block size.
|
53 |
|
|
|
54 |
|
|
2001-06-20 Jesper Skov
|
55 |
|
|
|
56 |
|
|
* include/flash_28fxxx.inl (flash_hwr_init): Fix bad size
|
57 |
|
|
calculations.
|
58 |
|
|
|
59 |
|
|
2001-05-23 Jesper Skov
|
60 |
|
|
|
61 |
|
|
* cdl/flash_intel_28fxxx.cdl: Links flash functions to RAM. IO
|
62 |
|
|
driver should not copy them there.
|
63 |
|
|
|
64 |
|
|
2001-03-23 Jesper Skov
|
65 |
|
|
|
66 |
|
|
* include/flash_28fxxx.inl (flash_program_buf): Calculate correct
|
67 |
|
|
wc for buffered writes.
|
68 |
|
|
(flash_query): Don't return until flash is safely back in data
|
69 |
|
|
mode.
|
70 |
|
|
|
71 |
|
|
2001-03-21 Jesper Skov
|
72 |
|
|
|
73 |
|
|
* Package cloned from at29cxxxx driver. Changed to support Intel
|
74 |
|
|
FlashFile.
|
75 |
|
|
|
76 |
|
|
//===========================================================================
|
77 |
|
|
//####ECOSGPLCOPYRIGHTBEGIN####
|
78 |
|
|
// -------------------------------------------
|
79 |
|
|
// This file is part of eCos, the Embedded Configurable Operating System.
|
80 |
|
|
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
|
81 |
|
|
//
|
82 |
|
|
// eCos is free software; you can redistribute it and/or modify it under
|
83 |
|
|
// the terms of the GNU General Public License as published by the Free
|
84 |
|
|
// Software Foundation; either version 2 or (at your option) any later version.
|
85 |
|
|
//
|
86 |
|
|
// eCos is distributed in the hope that it will be useful, but WITHOUT ANY
|
87 |
|
|
// WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
88 |
|
|
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
89 |
|
|
// for more details.
|
90 |
|
|
//
|
91 |
|
|
// You should have received a copy of the GNU General Public License along
|
92 |
|
|
// with eCos; if not, write to the Free Software Foundation, Inc.,
|
93 |
|
|
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
94 |
|
|
//
|
95 |
|
|
// As a special exception, if other files instantiate templates or use macros
|
96 |
|
|
// or inline functions from this file, or you compile this file and link it
|
97 |
|
|
// with other works to produce a work based on this file, this file does not
|
98 |
|
|
// by itself cause the resulting work to be covered by the GNU General Public
|
99 |
|
|
// License. However the source code for this file must still be made available
|
100 |
|
|
// in accordance with section (3) of the GNU General Public License.
|
101 |
|
|
//
|
102 |
|
|
// This exception does not invalidate any other reasons why a work based on
|
103 |
|
|
// this file might be covered by the GNU General Public License.
|
104 |
|
|
//
|
105 |
|
|
// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
|
106 |
|
|
// at http://sources.redhat.com/ecos/ecos-license/
|
107 |
|
|
// -------------------------------------------
|
108 |
|
|
//####ECOSGPLCOPYRIGHTEND####
|
109 |
|
|
//===========================================================================
|