]> git.karo-electronics.de Git - karo-tx-redboot.git/blobdiff - packages/hal/arm/mx51/var/v2_0/cdl/hal_arm_soc.cdl
TX51 pre-release
[karo-tx-redboot.git] / packages / hal / arm / mx51 / var / v2_0 / cdl / hal_arm_soc.cdl
index 1fb0492d7de2178d300b2d7d5563d5a115770250..d18d074c9bc3d0aa2ec222a3e866c47e70afe4c2 100644 (file)
@@ -71,7 +71,7 @@ cdl_package CYGPKG_HAL_ARM_MX51 {
 
     cdl_option CYGHWR_MX51_TO2 {
         display       "MX51 Tapeout 2.0 support"
-        default_value 0
+        default_value 1
         description   "
             When this option is enabled, it indicates support for
             MX51 Tapeout 2.0"
@@ -80,6 +80,17 @@ cdl_package CYGPKG_HAL_ARM_MX51 {
         }
     }
 
+    cdl_option CYGHWR_MX51_MDDR {
+        display       "MX51 mDDR memory support"
+        default_value 0
+        description   "
+            When this option is enabled, it indicates support for
+            mDDR memory on MX51"
+        define_proc {
+            puts $::cdl_system_header "#define IMX51_MDDR"
+        }
+    }
+
     cdl_option CYGHWR_HAL_ARM_SOC_PROCESSOR_CLOCK {
         display       "Processor clock rate"
         active_if     { CYG_HAL_STARTUP == "ROM" }
@@ -169,11 +180,4 @@ cdl_package CYGPKG_HAL_ARM_MX51 {
           interface allows a platform to indicate that the specified
           serial port can be used as a diagnostic and/or debug channel."
     }
-
-    cdl_interface CYGINT_DEVS_ETH_FEC_REQUIRED {
-        display   "FEC ethernet driver required"
-    }
-
-    implements CYGINT_DEVS_ETH_FEC_REQUIRED
-
 }