comparison packages/ecos.db @ 2567:d5681a2ca43c

Add the generic framebuffer support and the synthetic target framebuffer device driver to ecos.db
author bartv
date Tue, 07 Oct 2008 21:20:39 +0000
parents 62ca80ce06e5
children 07fc475e1c28
comparison
equal deleted inserted replaced
2566:2063ee669faf 2567:d5681a2ca43c
5522 # -------------------------------------------------------------------------- 5522 # --------------------------------------------------------------------------
5523 # Synthetic targets. 5523 # Synthetic targets.
5524 target linux { 5524 target linux {
5525 alias { "Linux synthetic target" i386linux } 5525 alias { "Linux synthetic target" i386linux }
5526 packages { CYGPKG_HAL_SYNTH 5526 packages { CYGPKG_HAL_SYNTH
5527 CYGPKG_HAL_SYNTH_I386 5527 CYGPKG_HAL_SYNTH_I386
5528 CYGPKG_DEVS_FLASH_SYNTH 5528 CYGPKG_DEVS_FLASH_SYNTH
5529 CYGPKG_DEVS_ETH_ECOSYNTH 5529 CYGPKG_DEVS_ETH_ECOSYNTH
5530 CYGPKG_DEVS_WATCHDOG_SYNTH 5530 CYGPKG_DEVS_WATCHDOG_SYNTH
5531 CYGPKG_DEVS_WALLCLOCK_SYNTH 5531 CYGPKG_DEVS_WALLCLOCK_SYNTH
5532 CYGPKG_DEVS_FRAMEBUF_SYNTH
5532 } 5533 }
5533 description " 5534 description "
5534 The linux target provides the 5535 The linux target provides the
5535 packages needed to run eCos binaries on top of the i386 5536 packages needed to run eCos binaries on top of the i386
5536 Linux kernel." 5537 Linux kernel."
6652 } 6653 }
6653 6654
6654 6655
6655 # -------------------------------------------------------------------------- 6656 # --------------------------------------------------------------------------
6656 6657
6658 package CYGPKG_IO_FRAMEBUF {
6659 alias { "Frame buffer support" framebuf framebuffer io_framebuf framebuf_io }
6660 directory io/framebuf
6661 script framebuf.cdl
6662 description "
6663 The generic frame buffer package provides an API for accessing
6664 frame buffer devices. It also provides support for writing
6665 the corresponding the device drivers."
6666 }
6667
6668 package CYGPKG_DEVS_FRAMEBUF_SYNTH {
6669 alias { "Synthetic target framebuffer device driver" devs_framebuf_synth synth_framebuf_driver }
6670 hardware
6671 directory devs/framebuf/synth
6672 script framebuf_synth.cdl
6673
6674 description "
6675 This package provides a framebuffer device driver for the
6676 synthetic target."
6677 }
6678
6679 # --------------------------------------------------------------------------
6680
6657 package CYGPKG_NET_LWIP { 6681 package CYGPKG_NET_LWIP {
6658 alias {"lwIP" lwip} 6682 alias {"lwIP" lwip}
6659 directory net/lwip_tcpip 6683 directory net/lwip_tcpip
6660 script cdl/lwip_net.cdl 6684 script cdl/lwip_net.cdl
6661 description "Lightweight TCP/IP stack: lwIP" 6685 description "Lightweight TCP/IP stack: lwIP"