annotate packages/devs/flash/arm/xsengine/current/ChangeLog @ 2863:7d8c61e6225c default tip

* Added execute permissions to files missed in conversion from CVS
author alexs
date Thu, 26 Mar 2009 20:39:18 +0000
parents 74dbf4c3f2e1
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2630
3e8e26d3183a Merge flashv2 branch to trunk, with eCosCentric additions
jlarmour
parents: 1903
diff changeset
1 2008-11-17 Jonathan Larmour <jifl@eCosCentric.com>
3e8e26d3183a Merge flashv2 branch to trunk, with eCosCentric additions
jlarmour
parents: 1903
diff changeset
2
3e8e26d3183a Merge flashv2 branch to trunk, with eCosCentric additions
jlarmour
parents: 1903
diff changeset
3 * cdl/flash_xsengine.cdl:
3e8e26d3183a Merge flashv2 branch to trunk, with eCosCentric additions
jlarmour
parents: 1903
diff changeset
4 Don't implement CYGHWR_IO_FLASH_DEVICE here. Leave it for
3e8e26d3183a Merge flashv2 branch to trunk, with eCosCentric additions
jlarmour
parents: 1903
diff changeset
5 the chip driver.
3e8e26d3183a Merge flashv2 branch to trunk, with eCosCentric additions
jlarmour
parents: 1903
diff changeset
6
1903
8e75d617b452 * src/xsengine_flash.c:
asl
parents:
diff changeset
7 2005-02-23 Kurt Stremerch <kurt.stremerch@exys.be>
8e75d617b452 * src/xsengine_flash.c:
asl
parents:
diff changeset
8
8e75d617b452 * src/xsengine_flash.c:
asl
parents:
diff changeset
9 * src/xsengine_flash.c:
8e75d617b452 * src/xsengine_flash.c:
asl
parents:
diff changeset
10 * cdl/flash_xsengine.cdl:
8e75d617b452 * src/xsengine_flash.c:
asl
parents:
diff changeset
11 New package - support for Exys XSEngine (Xscale PXA255)
8e75d617b452 * src/xsengine_flash.c:
asl
parents:
diff changeset
12
8e75d617b452 * src/xsengine_flash.c:
asl
parents:
diff changeset
13
8e75d617b452 * src/xsengine_flash.c:
asl
parents:
diff changeset
14 //===========================================================================
2729
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2630
diff changeset
15 // ####GPLCOPYRIGHTBEGIN####
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2630
diff changeset
16 // -------------------------------------------
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2630
diff changeset
17 // 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
18 // Copyright (C) 1998, 1999, 2000, 2001, 2002, 2005 Free Software Foundation, Inc.
1903
8e75d617b452 * src/xsengine_flash.c:
asl
parents:
diff changeset
19 //
2729
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2630
diff changeset
20 // 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
21 // 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
22 // 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
23 // later version.
1903
8e75d617b452 * src/xsengine_flash.c:
asl
parents:
diff changeset
24 //
2729
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2630
diff changeset
25 // 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
26 // 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
27 // 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
28 // General Public License for more details.
1903
8e75d617b452 * src/xsengine_flash.c:
asl
parents:
diff changeset
29 //
2729
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2630
diff changeset
30 // 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
31 // 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
32 // 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
33 // 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
34 // -------------------------------------------
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2630
diff changeset
35 // ####GPLCOPYRIGHTEND####
1903
8e75d617b452 * src/xsengine_flash.c:
asl
parents:
diff changeset
36 //===========================================================================