comparison packages/ecos.db @ 117:bd1a71e3e476 ecos-sw-2000-08-25

Merge from eCos master repository on 2000-08-25-19:22:58-BST
author jlarmour
date Fri, 25 Aug 2000 19:17:22 +0000
parents 6ed91473a1cd
children 77cec8369160
comparison
equal deleted inserted replaced
116:a0f9581a3a09 117:bd1a71e3e476
132 description " 132 description "
133 This package contains hardware support for FLASH memory 133 This package contains hardware support for FLASH memory
134 on the Cirrus Logic EDB7xxx platform(s)." 134 on the Cirrus Logic EDB7xxx platform(s)."
135 } 135 }
136 136
137 package CYGPKG_DEVS_FLASH_ASSABET {
138 alias { "FLASH memory support for Intel SA1110 (Assabet)" flash_assabet }
139 directory devs/flash/arm/assabet
140 script flash_assabet.cdl
141 hardware
142 description "
143 This package contains hardware support for FLASH memory
144 on the Intel StrongARM SA-1110 Assabet platform."
145 }
146
137 package CYGPKG_IO_SERIAL_ARM_EBSA285 { 147 package CYGPKG_IO_SERIAL_ARM_EBSA285 {
138 alias { "Intel EBSA285 serial driver" 148 alias { "Intel EBSA285 serial driver"
139 devs_serial_arm_ebsa285 ebsa285_serial_driver } 149 devs_serial_arm_ebsa285 ebsa285_serial_driver }
140 hardware 150 hardware
141 directory devs/serial/arm/ebsa285 151 directory devs/serial/arm/ebsa285
1159 packages { CYGPKG_HAL_ARM 1169 packages { CYGPKG_HAL_ARM
1160 CYGPKG_HAL_ARM_SA11X0 1170 CYGPKG_HAL_ARM_SA11X0
1161 CYGPKG_HAL_ARM_SA11X0_ASSABET 1171 CYGPKG_HAL_ARM_SA11X0_ASSABET
1162 CYGPKG_IO_SERIAL_ARM_SA11X0 1172 CYGPKG_IO_SERIAL_ARM_SA11X0
1163 CYGPKG_DEVS_PCMCIA_ASSABET 1173 CYGPKG_DEVS_PCMCIA_ASSABET
1174 CYGPKG_DEVS_FLASH_ASSABET
1164 } 1175 }
1165 description " 1176 description "
1166 The assabet target provides the packages needed to run 1177 The assabet target provides the packages needed to run
1167 eCos on an Intel StrongARM SA1110 evaluation board." 1178 eCos on an Intel StrongARM SA1110 evaluation board."
1168 } 1179 }