Mercurial > ecos
annotate packages/devs/framebuf/synth/current/ChangeLog @ 2778:533d4be34048
Update another init priority
| author | bartv |
|---|---|
| date | Mon, 09 Feb 2009 21:15:52 +0000 |
| parents | 35f991d79d4c |
| children | 3e777a018dc7 |
| rev | line source |
|---|---|
| 2778 | 1 2009-02-09 Bart Veer <bartv@ecoscentric.com> |
| 2 | |
| 3 * src/synthfb_init.cxx: initialize at DEV_CHAR priority, not IO | |
| 4 | |
| 2770 | 5 2009-02-07 John Dallaway <john@dallaway.org.uk> |
| 6 | |
| 7 * cdl/framebuf_synth.tcl: Pass gen_synthfb.tcl to tclsh directly. | |
| 8 | |
| 2711 | 9 2009-01-08 John Dallaway <john@dallaway.org.uk> |
| 10 | |
| 11 * src/gen_synthfb.tcl: Specify script interpreter via /usr/bin/env. | |
| 12 | |
| 2708 | 13 2008-12-30 John Dallaway <john@dallaway.org.uk> |
| 14 | |
| 15 * cdl/framebuf_synth.cdl: Reference per-package documentation. | |
| 16 | |
|
2566
2063ee669faf
Contribute eCosCentric's synthetic target framebuffer device driver.
bartv
parents:
diff
changeset
|
17 2008-10-06 Bart Veer <bartv@ecoscentric.com> |
|
2063ee669faf
Contribute eCosCentric's synthetic target framebuffer device driver.
bartv
parents:
diff
changeset
|
18 |
|
2063ee669faf
Contribute eCosCentric's synthetic target framebuffer device driver.
bartv
parents:
diff
changeset
|
19 * synthetic target framebuffer driver imported into anoncvs |
|
2063ee669faf
Contribute eCosCentric's synthetic target framebuffer device driver.
bartv
parents:
diff
changeset
|
20 |
|
2063ee669faf
Contribute eCosCentric's synthetic target framebuffer device driver.
bartv
parents:
diff
changeset
|
21 //=========================================================================== |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2711
diff
changeset
|
22 // ####GPLCOPYRIGHTBEGIN#### |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2711
diff
changeset
|
23 // ------------------------------------------- |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2711
diff
changeset
|
24 // This file is part of eCos, the Embedded Configurable Operating System. |
| 2770 | 25 // Copyright (C) 2008, 2009 Free Software Foundation, Inc. |
|
2566
2063ee669faf
Contribute eCosCentric's synthetic target framebuffer device driver.
bartv
parents:
diff
changeset
|
26 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2711
diff
changeset
|
27 // 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:
2711
diff
changeset
|
28 // 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:
2711
diff
changeset
|
29 // 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:
2711
diff
changeset
|
30 // later version. |
|
2566
2063ee669faf
Contribute eCosCentric's synthetic target framebuffer device driver.
bartv
parents:
diff
changeset
|
31 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2711
diff
changeset
|
32 // 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:
2711
diff
changeset
|
33 // 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:
2711
diff
changeset
|
34 // 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:
2711
diff
changeset
|
35 // General Public License for more details. |
|
2566
2063ee669faf
Contribute eCosCentric's synthetic target framebuffer device driver.
bartv
parents:
diff
changeset
|
36 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2711
diff
changeset
|
37 // 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:
2711
diff
changeset
|
38 // 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:
2711
diff
changeset
|
39 // Free Software Foundation, Inc., 51 Franklin Street, |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2711
diff
changeset
|
40 // Fifth Floor, Boston, MA 02110-1301, USA. |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2711
diff
changeset
|
41 // ------------------------------------------- |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2711
diff
changeset
|
42 // ####GPLCOPYRIGHTEND#### |
|
2566
2063ee669faf
Contribute eCosCentric's synthetic target framebuffer device driver.
bartv
parents:
diff
changeset
|
43 //=========================================================================== |
