Mercurial > ecos-v3_0-branch
comparison packages/hal/mips/vrc4373/current/cdl/hal_mips_vr4300_vrc4373.cdl @ 126:518f42066aba ecos-sw-2000-09-19
Merge from eCos master repository on 2000-09-19-06:25:26-BST
| author | jlarmour |
|---|---|
| date | Tue, 19 Sep 2000 05:53:51 +0000 |
| parents | 435cced73e2f |
| children | 9160a8005d76 |
comparison
equal
deleted
inserted
replaced
| 125:b4407dc7f59d | 126:518f42066aba |
|---|---|
| 189 } | 189 } |
| 190 | 190 |
| 191 cdl_option CYGBLD_BUILD_GDB_STUBS { | 191 cdl_option CYGBLD_BUILD_GDB_STUBS { |
| 192 display "Build GDB stub ROM image" | 192 display "Build GDB stub ROM image" |
| 193 default_value 0 | 193 default_value 0 |
| 194 requires { CYG_HAL_STARTUP == "ROM" } | 194 requires { CYG_HAL_STARTUP == "ROMRAM" } |
| 195 requires CYGSEM_HAL_ROM_MONITOR | 195 requires CYGSEM_HAL_ROM_MONITOR |
| 196 requires CYGBLD_BUILD_COMMON_GDB_STUBS | 196 requires CYGBLD_BUILD_COMMON_GDB_STUBS |
| 197 requires CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS | 197 requires CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS |
| 198 requires ! CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT | 198 requires ! CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT |
| 199 requires ! CYGDBG_HAL_DEBUG_GDB_THREAD_SUPPORT | 199 requires ! CYGDBG_HAL_DEBUG_GDB_THREAD_SUPPORT |
| 269 cdl_option CYGSEM_HAL_ROM_MONITOR { | 269 cdl_option CYGSEM_HAL_ROM_MONITOR { |
| 270 display "Behave as a ROM monitor" | 270 display "Behave as a ROM monitor" |
| 271 flavor bool | 271 flavor bool |
| 272 default_value 0 | 272 default_value 0 |
| 273 parent CYGPKG_HAL_ROM_MONITOR | 273 parent CYGPKG_HAL_ROM_MONITOR |
| 274 requires { CYG_HAL_STARTUP == "ROM" } | 274 requires { CYG_HAL_STARTUP == "ROMRAM" } |
| 275 description " | 275 description " |
| 276 Enable this option if this program is to be used as a ROM monitor, | 276 Enable this option if this program is to be used as a ROM monitor, |
| 277 i.e. applications will be loaded into RAM on the board, and this | 277 i.e. applications will be loaded into RAM on the board, and this |
| 278 ROM monitor may process exceptions or interrupts generated from the | 278 ROM monitor may process exceptions or interrupts generated from the |
| 279 application. This enables features such as utilizing a separate | 279 application. This enables features such as utilizing a separate |
