comparison packages/hal/arm/xscale/ixdp425/current/cdl/hal_arm_xscale_ixdp425.cdl @ 2631:13376f3cfc60 jifl-post-flashv2-merge-20081118

Merge flashv2 branch to trunk, with eCosCentric additions
author jlarmour
date Tue, 18 Nov 2008 01:28:11 +0000
parents a78ae2d30dcd
children 7fec0d64790f
comparison
equal deleted inserted replaced
2630:3e8e26d3183a 2631:13376f3cfc60
87 the system for either RAM bootstrap or ROM bootstrap(s). Select 87 the system for either RAM bootstrap or ROM bootstrap(s). Select
88 'ram' when building programs to load into RAM using onboard 88 'ram' when building programs to load into RAM using onboard
89 debug software such as RedBoot or eCos GDB stubs. Select 'romram' 89 debug software such as RedBoot or eCos GDB stubs. Select 'romram'
90 when building a stand-alone application which will be put 90 when building a stand-alone application which will be put
91 into ROM, but execute from RAM." 91 into ROM, but execute from RAM."
92 }
93
94 cdl_option CYGHWR_HAL_ARM_XSCALE_IXDP425_FLASH {
95 display "External Intel StrataFLASH memory support"
96 parent CYGPKG_IO_FLASH
97 active_if CYGPKG_IO_FLASH
98 flavor bool
99 default_value 1
100 no_define
101 implements CYGHWR_IO_FLASH_BLOCK_LOCKING
102 compile -library=libextras.a ixdp425_strataflash.c
103 description "
104 The IXDP425 development board is fitted with an external Intel
105 StrataFLASH 28F128J3 FLASH memory device. This option enables
106 support for the StrataFlash."
92 } 107 }
93 108
94 cdl_component CYGBLD_GLOBAL_OPTIONS { 109 cdl_component CYGBLD_GLOBAL_OPTIONS {
95 display "Global build options" 110 display "Global build options"
96 flavor none 111 flavor none