comparison packages/ecos.db @ 472:3bad6dc606d2

Add new board port for Cogent CSB281
author gthomas
date Tue, 24 Dec 2002 16:00:44 +0000
parents f8c4a9e9a26e
children 726ecf119e30
comparison
equal deleted inserted replaced
471:84d7bb9b94fa 472:3bad6dc606d2
3876 description " 3876 description "
3877 The psim target provides the packages needed to run 3877 The psim target provides the packages needed to run
3878 eCos in the PSIM simulator." 3878 eCos in the PSIM simulator."
3879 } 3879 }
3880 3880
3881 ##-------------------------------------------------------------------------------------------
3882 ## Cogent CSB281 (PowerPC 8245) packages
3883 ##
3884 package CYGPKG_HAL_POWERPC_CSB281 {
3885 alias { "Cogent PowerPC 8245 board" hal_powerpc_csb281 }
3886 directory hal/powerpc/csb281
3887 script hal_powerpc_csb281.cdl
3888 hardware
3889 description "
3890 The CSB281 HAL package provides the support needed to run
3891 eCos on a Cogent PowerPC 8245 board."
3892 }
3893
3894 package CYGPKG_DEVS_FLASH_CSB281 {
3895 alias { "FLASH memory support for Cogent PowerPC 8245 board" flash_csb281 }
3896 directory devs/flash/powerpc/csb281
3897 script flash_csb281.cdl
3898 hardware
3899 description "
3900 This package contains hardware support for FLASH memory
3901 on the Cogent CSB281 (PowerPC 8245) board."
3902 }
3903
3904 package CYGPKG_DEVS_ETH_CSB281 {
3905 alias { "Cogent CSB281 (PowerPC 8245) 82559 ethernet driver"
3906 devs_eth_csb281 }
3907 hardware
3908 directory devs/eth/powerpc/csb281
3909 script csb281_eth_drivers.cdl
3910 description "Ethernet driver for Cogent CSB281 (PowerPC 8245)
3911 with Intel i82559 ethernet interfaces."
3912 }
3913
3914 target csb281 {
3915 alias { "Cogent PowerPC 8245" cogent8245 }
3916 packages { CYGPKG_HAL_POWERPC
3917 CYGPKG_HAL_POWERPC_PPC60x
3918 CYGPKG_HAL_POWERPC_CSB281
3919 CYGPKG_DEVS_FLASH_STRATA
3920 CYGPKG_DEVS_FLASH_CSB281
3921 CYGPKG_IO_PCI
3922 CYGPKG_DEVS_ETH_CSB281
3923 CYGPKG_DEVS_ETH_INTEL_I82559
3924 }
3925 description "
3926 The csb281 target provides the packages needed to run
3927 eCos on the Cogent CSB281 (8245) board."
3928 }
3929 ##-------------------------------------------------------------------------------------------
3930
3881 # -------------------------------------------------------------------------- 3931 # --------------------------------------------------------------------------
3882 # MIPS targets 3932 # MIPS targets
3883 3933
3884 target jmr3904 { 3934 target jmr3904 {
3885 alias { "Toshiba JMR-TX3904 board" jmr tx39 } 3935 alias { "Toshiba JMR-TX3904 board" jmr tx39 }