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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2778
533d4be34048 Update another init priority
bartv
parents: 2770
diff changeset
1 2009-02-09 Bart Veer <bartv@ecoscentric.com>
533d4be34048 Update another init priority
bartv
parents: 2770
diff changeset
2
533d4be34048 Update another init priority
bartv
parents: 2770
diff changeset
3 * src/synthfb_init.cxx: initialize at DEV_CHAR priority, not IO
533d4be34048 Update another init priority
bartv
parents: 2770
diff changeset
4
2770
35f991d79d4c * devs/framebuf/synth/current/cdl/framebuf_synth.cdl,
jld
parents: 2729
diff changeset
5 2009-02-07 John Dallaway <john@dallaway.org.uk>
35f991d79d4c * devs/framebuf/synth/current/cdl/framebuf_synth.cdl,
jld
parents: 2729
diff changeset
6
35f991d79d4c * devs/framebuf/synth/current/cdl/framebuf_synth.cdl,
jld
parents: 2729
diff changeset
7 * cdl/framebuf_synth.tcl: Pass gen_synthfb.tcl to tclsh directly.
35f991d79d4c * devs/framebuf/synth/current/cdl/framebuf_synth.cdl,
jld
parents: 2729
diff changeset
8
2711
eacd6295a6aa * ecosadmin.tcl, pkgconf/fixhtml.tcl,
jld
parents: 2708
diff changeset
9 2009-01-08 John Dallaway <john@dallaway.org.uk>
eacd6295a6aa * ecosadmin.tcl, pkgconf/fixhtml.tcl,
jld
parents: 2708
diff changeset
10
eacd6295a6aa * ecosadmin.tcl, pkgconf/fixhtml.tcl,
jld
parents: 2708
diff changeset
11 * src/gen_synthfb.tcl: Specify script interpreter via /usr/bin/env.
eacd6295a6aa * ecosadmin.tcl, pkgconf/fixhtml.tcl,
jld
parents: 2708
diff changeset
12
2708
d0b26e6a41e4 * devs/eth/phy/current/cdl/phy_eth_drivers.cdl,
jld
parents: 2566
diff changeset
13 2008-12-30 John Dallaway <john@dallaway.org.uk>
d0b26e6a41e4 * devs/eth/phy/current/cdl/phy_eth_drivers.cdl,
jld
parents: 2566
diff changeset
14
d0b26e6a41e4 * devs/eth/phy/current/cdl/phy_eth_drivers.cdl,
jld
parents: 2566
diff changeset
15 * cdl/framebuf_synth.cdl: Reference per-package documentation.
d0b26e6a41e4 * devs/eth/phy/current/cdl/phy_eth_drivers.cdl,
jld
parents: 2566
diff changeset
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
35f991d79d4c * devs/framebuf/synth/current/cdl/framebuf_synth.cdl,
jld
parents: 2729
diff changeset
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 //===========================================================================