diff packages/hal/arm/aeb/current/include/pkgconf/hal_arm_aeb.h @ 46:797268ecc331 ecos-sw-1999-10-19

Merge from eCos master repository on 1999-10-19-18:55:31-BST
author jlarmour
date Tue, 19 Oct 1999 19:19:52 +0000
parents 41bd4f3a90de
children c38311975d4f
line wrap: on
line diff
--- a/packages/hal/arm/aeb/current/include/pkgconf/hal_arm_aeb.h
+++ b/packages/hal/arm/aeb/current/include/pkgconf/hal_arm_aeb.h
@@ -49,12 +49,32 @@
        display  "ARM AEB-1 evaluation board"
        type     radio
        parent   CYGPKG_HAL_ARM
-       platform aeb
        description "
            The aeb HAL package provides the support needed to run
            eCos on a ARM AEB-1 eval board."
    }
 
+   cdl_option CYGHWR_HAL_ARM_AEB_REVISION_B {
+       display       "AEB board revision B"
+       parent        CYGPKG_HAL_ARM_AEB
+       platform      aeb
+       type          radio
+       description      "
+            The AEB-1 eval board revision B has 128kB of memory and a flawed
+            CPU which means caches must be disabled."
+   }
+
+   cdl_option CYGHWR_HAL_ARM_AEB_REVISION_C {
+       display       "AEB board revision C"
+       parent        CYGPKG_HAL_ARM_AEB
+       platform      aebC
+       type          radio
+       description      "
+            The AEB-1 eval board revision C has 256kB of memory and can
+            run with caches enabled."
+   }
+
+
    cdl_option CYGHWR_HAL_ARM_AEB_STARTUP {
        display          "Startup type"
        parent           CYGPKG_HAL_ARM_AEB