]> git.kernelconcepts.de Git - karo-tx-redboot.git/blobdiff - packages/ecos.db
TX51/TX53 Release 2011-08-19
[karo-tx-redboot.git] / packages / ecos.db
index 74ff68d7395704a083543c55ac8252ee6904824a..a26d209ad7241216d0c58aa35ecf54eec5ef231b 100644 (file)
@@ -1808,6 +1808,24 @@ package CYGPKG_DEVS_ETH_ARM_TX37 {
        This package provides Ethernet support for the Ka-Ro electronics TX37 processor module."
 }
 
+package CYGPKG_DEVS_ETH_ARM_TX51 {
+       alias           { "Ethernet driver for Ka-Ro electronics TX51 processor module" devs_eth_arm_tx51 }
+       directory       devs/eth/arm/tx51karo
+       script          tx51_eth_drivers.cdl
+       hardware
+       description "
+       This package provides Ethernet support for the Ka-Ro electronics TX51 processor module."
+}
+
+package CYGPKG_DEVS_ETH_ARM_TX53 {
+       alias           { "Ethernet driver for Ka-Ro electronics TX53 processor module" devs_eth_arm_tx53 }
+       directory       devs/eth/arm/tx53karo
+       script          tx53_eth_drivers.cdl
+       hardware
+       description "
+       This package provides Ethernet support for the Ka-Ro electronics TX53 processor module."
+}
+
 package CYGPKG_DEVS_ETH_ARM_IMX_3STACK {
        alias           { "Ethernet driver for Freescale 3-Stack board" imx_3stack_eth_driver }
        hardware
@@ -3584,6 +3602,16 @@ package CYGPKG_HAL_ARM_MX51 {
         eCos on Freescale i.MX51 based systems."
 }
 
+package CYGPKG_HAL_ARM_MX53 {
+       alias           { "Freescale i.MX53 Chipset" hal_arm_mx53 }
+       directory       hal/arm/mx53/var
+       script          hal_arm_soc.cdl
+       hardware
+        description "
+        The MX53 HAL package provides the support needed to run
+        eCos on Freescale i.MX53 based systems."
+}
+
 package CYGPKG_HAL_ARM_MXC91321 {
        alias           { "Freescale MXC91321 Chipset" hal_arm_mxc91321 }
        directory       hal/arm/mxc91321/var
@@ -3743,6 +3771,26 @@ package CYGPKG_HAL_ARM_TX37KARO {
         eCos on a Ka-Ro electronics TX37 processor module."
 }
 
+package CYGPKG_HAL_ARM_TX51KARO {
+       alias           { "Ka-Ro electronics TX51 processor module" hal_arm_tx51karo }
+       directory       hal/arm/mx51/karo
+       script          hal_arm_tx51.cdl
+       hardware
+        description "
+        The TX51 HAL package provides the support needed to run
+        eCos on a Ka-Ro electronics TX51 processor module."
+}
+
+package CYGPKG_HAL_ARM_TX53KARO {
+       alias           { "Ka-Ro electronics TX53 processor module" hal_arm_tx53karo }
+       directory       hal/arm/mx53/karo
+       script          hal_arm_tx53.cdl
+       hardware
+        description "
+        The TX53 HAL package provides the support needed to run
+        eCos on a Ka-Ro electronics TX53 processor module."
+}
+
 # --------------------------------------------------------------------------
 # SH packages
 package CYGPKG_HAL_SH {
@@ -5866,6 +5914,30 @@ target tx37karo {
         Freescale i.MX37 processor."
 }
 
+target tx51karo {
+       alias { "Ka-Ro electronics TX51 processor module" mx51 tx51karo }
+       packages {  CYGPKG_HAL_ARM
+                       CYGPKG_HAL_ARM_MX51
+                       CYGPKG_HAL_ARM_TX51KARO
+        }
+        description "
+        The tx51karo target provides the packages needed to run
+        eCos on a Ka-Ro electronics TX51 module equipped with a
+        Freescale i.MX51 processor."
+}
+
+target tx53karo {
+       alias { "Ka-Ro electronics TX53 processor module" mx53 tx53karo }
+       packages {  CYGPKG_HAL_ARM
+                       CYGPKG_HAL_ARM_MX53
+                       CYGPKG_HAL_ARM_TX53KARO
+        }
+        description "
+        The tx53karo target provides the packages needed to run
+        eCos on a Ka-Ro electronics TX53 module equipped with a
+        Freescale i.MX53 processor."
+}
+
 target mx31ads {
        alias { "Freescale i.MX31 ADS board" mx31 mx31ads }
        packages {  CYGPKG_HAL_ARM
@@ -7351,3 +7423,11 @@ package CYGPKG_ATHTTPD {
     description "Another Tiny HTTP server."
 }
 
+package CYGPKG_DEVS_IMX_IPU {
+    alias       { "Support IPU on Freescale i.MX platforms" }
+    directory   devs/ipu/arm/imx
+    script      imx_ipu.cdl
+    description "
+        This package contains an IPU driver for i.MX chips"
+}
+