comparison 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
comparison
equal deleted inserted replaced
45:91d213c0da48 46:797268ecc331
47 47
48 cdl_package CYGPKG_HAL_ARM_AEB { 48 cdl_package CYGPKG_HAL_ARM_AEB {
49 display "ARM AEB-1 evaluation board" 49 display "ARM AEB-1 evaluation board"
50 type radio 50 type radio
51 parent CYGPKG_HAL_ARM 51 parent CYGPKG_HAL_ARM
52 platform aeb
53 description " 52 description "
54 The aeb HAL package provides the support needed to run 53 The aeb HAL package provides the support needed to run
55 eCos on a ARM AEB-1 eval board." 54 eCos on a ARM AEB-1 eval board."
56 } 55 }
56
57 cdl_option CYGHWR_HAL_ARM_AEB_REVISION_B {
58 display "AEB board revision B"
59 parent CYGPKG_HAL_ARM_AEB
60 platform aeb
61 type radio
62 description "
63 The AEB-1 eval board revision B has 128kB of memory and a flawed
64 CPU which means caches must be disabled."
65 }
66
67 cdl_option CYGHWR_HAL_ARM_AEB_REVISION_C {
68 display "AEB board revision C"
69 parent CYGPKG_HAL_ARM_AEB
70 platform aebC
71 type radio
72 description "
73 The AEB-1 eval board revision C has 256kB of memory and can
74 run with caches enabled."
75 }
76
57 77
58 cdl_option CYGHWR_HAL_ARM_AEB_STARTUP { 78 cdl_option CYGHWR_HAL_ARM_AEB_STARTUP {
59 display "Startup type" 79 display "Startup type"
60 parent CYGPKG_HAL_ARM_AEB 80 parent CYGPKG_HAL_ARM_AEB
61 #type count 81 #type count