This is the mail archive of the ecos-patches@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

update ecos.db


This patch adds the generic framebuffer support and the synthetic
target device driver to ecos.db

Bart

2008-10-07  Bart Veer  <bartv@ecoscentric.com>

	* NEWS, ecos.db: add generic framebuffer support and a synthetic
	target 	device driver.

Index: NEWS
===================================================================
RCS file: /cvs/ecos/ecos/packages/NEWS,v
retrieving revision 1.113
diff -u -p -r1.113 NEWS
--- NEWS	15 Sep 2008 19:35:22 -0000	1.113
+++ NEWS	7 Oct 2008 21:18:15 -0000
@@ -1,3 +1,6 @@
+* Synthetic target framebuffer device driver contributed by
+  eCosCentric Ltd
+* Generic framebuffer support contributed by eCosCentric Ltd.
 * PATI PC/104+ board from MPL elektronik by Steven Clugston
 * Ethernet driver for LPC2xxx by Uwe Kindler.
 * Ethernet phy driver for Mircrel KSZ8001 by Uwe Kindler.
Index: ecos.db
===================================================================
RCS file: /cvs/ecos/ecos/packages/ecos.db,v
retrieving revision 1.176
diff -u -p -w -r1.176 ecos.db
--- ecos.db	15 Sep 2008 19:35:22 -0000	1.176
+++ ecos.db	7 Oct 2008 21:16:54 -0000
@@ -5529,6 +5529,7 @@ target linux {
                           CYGPKG_DEVS_ETH_ECOSYNTH
                           CYGPKG_DEVS_WATCHDOG_SYNTH
                           CYGPKG_DEVS_WALLCLOCK_SYNTH      
+	                  CYGPKG_DEVS_FRAMEBUF_SYNTH
         }
         description "
     	    The linux target provides the 
@@ -6654,6 +6655,29 @@ package CYGPKG_FS_FAT {
 
 # --------------------------------------------------------------------------
 
+package CYGPKG_IO_FRAMEBUF {
+        alias	   { "Frame buffer support" framebuf framebuffer io_framebuf framebuf_io }
+        directory  io/framebuf
+        script     framebuf.cdl
+        description "
+          The generic frame buffer package provides an API for accessing
+          frame buffer devices. It also provides support for writing
+          the corresponding the device drivers."
+}
+
+package CYGPKG_DEVS_FRAMEBUF_SYNTH {
+    alias		{ "Synthetic target framebuffer device driver" devs_framebuf_synth synth_framebuf_driver }
+    hardware
+    directory		devs/framebuf/synth
+    script		framebuf_synth.cdl
+    
+    description "
+        This package provides a framebuffer device driver for the
+        synthetic target."
+}
+
+# --------------------------------------------------------------------------
+
 package CYGPKG_NET_LWIP {
 	alias		{"lwIP" lwip}
 	directory	net/lwip_tcpip


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]