Mercurial > ecos-v3_0-branch
annotate packages/hal/arm/lpc2xxx/olpce2294/current/ChangeLog @ 2729:74dbf4c3f2e1 after-copyright-change-20090129
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
| author | jlarmour |
|---|---|
| date | Thu, 29 Jan 2009 17:47:46 +0000 |
| parents | aa78e7da8d3d |
| children | 82f1df43f011 |
| rev | line source |
|---|---|
|
2682
aa78e7da8d3d
* misc/redboot_*.ecm: Rebuilt since target uses flash_olpcx2294_v2
asl
parents:
2672
diff
changeset
|
1 2008-12-03 Sergei Gavrikov <sergei.gavrikov@gmail.com> |
|
aa78e7da8d3d
* misc/redboot_*.ecm: Rebuilt since target uses flash_olpcx2294_v2
asl
parents:
2672
diff
changeset
|
2 |
|
aa78e7da8d3d
* misc/redboot_*.ecm: Rebuilt since target uses flash_olpcx2294_v2
asl
parents:
2672
diff
changeset
|
3 * misc/redboot_*.ecm: Rebuilt since target uses flash_olpcx2294_v2 |
|
aa78e7da8d3d
* misc/redboot_*.ecm: Rebuilt since target uses flash_olpcx2294_v2
asl
parents:
2672
diff
changeset
|
4 driver. |
|
aa78e7da8d3d
* misc/redboot_*.ecm: Rebuilt since target uses flash_olpcx2294_v2
asl
parents:
2672
diff
changeset
|
5 |
|
2672
e535f3bda77b
* include/plf_io.h: Useless and not-portable IO macros removed.
asl
parents:
2664
diff
changeset
|
6 2008-11-23 Sergei Gavrikov <sergei.gavrikov@gmail.com> |
|
e535f3bda77b
* include/plf_io.h: Useless and not-portable IO macros removed.
asl
parents:
2664
diff
changeset
|
7 |
|
e535f3bda77b
* include/plf_io.h: Useless and not-portable IO macros removed.
asl
parents:
2664
diff
changeset
|
8 * include/plf_io.h: Useless and not-portable IO macros removed. |
|
e535f3bda77b
* include/plf_io.h: Useless and not-portable IO macros removed.
asl
parents:
2664
diff
changeset
|
9 * src/olpce2294_misc.c: LCD driver reworked with a use eCos I/O |
|
e535f3bda77b
* include/plf_io.h: Useless and not-portable IO macros removed.
asl
parents:
2664
diff
changeset
|
10 macros. |
|
e535f3bda77b
* include/plf_io.h: Useless and not-portable IO macros removed.
asl
parents:
2664
diff
changeset
|
11 |
| 2664 | 12 2008-08-31 Sergei Gavrikov <sergei.gavrikov@gmail.com> |
| 13 | |
| 14 * LPC-E2294 development board package | |
| 15 * cdl/hal_arm_lpc2xxx_olpce2294.cdl | |
| 16 * include/hal_platform_setup.h | |
| 17 * include/pkgconf/mlt_arm_lpc2xxx_olpce2294_ram.h | |
| 18 * include/pkgconf/mlt_arm_lpc2xxx_olpce2294_ram.ldi | |
| 19 * include/pkgconf/mlt_arm_lpc2xxx_olpce2294_rom.h | |
| 20 * include/pkgconf/mlt_arm_lpc2xxx_olpce2294_rom.ldi | |
| 21 * include/plf_io.h | |
| 22 * misc/redboot_ROM.ecm | |
| 23 * src/btn_drv.c | |
| 24 * src/olpce2294_misc.c | |
| 25 * src/redboot_cmds.c | |
| 26 | |
| 27 //=========================================================================== | |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2682
diff
changeset
|
28 // ####GPLCOPYRIGHTBEGIN#### |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2682
diff
changeset
|
29 // ------------------------------------------- |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2682
diff
changeset
|
30 // 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:
2682
diff
changeset
|
31 // Copyright (C) 2008 Free Software Foundation, Inc. |
| 2664 | 32 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2682
diff
changeset
|
33 // 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:
2682
diff
changeset
|
34 // 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:
2682
diff
changeset
|
35 // 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:
2682
diff
changeset
|
36 // later version. |
| 2664 | 37 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2682
diff
changeset
|
38 // 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:
2682
diff
changeset
|
39 // 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:
2682
diff
changeset
|
40 // 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:
2682
diff
changeset
|
41 // General Public License for more details. |
| 2664 | 42 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2682
diff
changeset
|
43 // 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:
2682
diff
changeset
|
44 // 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:
2682
diff
changeset
|
45 // Free Software Foundation, Inc., 51 Franklin Street, |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2682
diff
changeset
|
46 // Fifth Floor, Boston, MA 02110-1301, USA. |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2682
diff
changeset
|
47 // ------------------------------------------- |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2682
diff
changeset
|
48 // ####GPLCOPYRIGHTEND#### |
| 2664 | 49 //=========================================================================== |
| 50 |
