comparison packages/hal/common/current/include/pkgconf/hal.h @ 6:d376b777e2ce ecos-sw-1999-05-14

Merge from eCos master repository on 1999-05-14-19:27:43-BST
author jlarmour
date Fri, 14 May 1999 12:20:00 +0000
parents 443894e2e912
children d3fbcdfa1b2f
comparison
equal deleted inserted replaced
5:4e8259f41183 6:d376b777e2ce
311 cdl_option CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS { 311 cdl_option CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS {
312 display "Include GDB stubs in HAL" 312 display "Include GDB stubs in HAL"
313 parent CYGPKG_HAL_DEBUG 313 parent CYGPKG_HAL_DEBUG
314 requires !CYGPKG_HAL_POWERPC_SIM 314 requires !CYGPKG_HAL_POWERPC_SIM
315 requires !CYGPKG_HAL_MN10300_SIM 315 requires !CYGPKG_HAL_MN10300_SIM
316 requires !CYGPKG_HAL_TX39_SIM 316 requires !CYGPKG_HAL_MIPS_SIM
317 requires !CYGPKG_HAL_I386_LINUX 317 requires !CYGPKG_HAL_I386_LINUX
318 requires !CYGPKG_HAL_SPARCLITE 318 requires !CYGPKG_HAL_SPARCLITE
319 description " 319 description "
320 This option causes a set of GDB stubs to be included into the 320 This option causes a set of GDB stubs to be included into the
321 system. On some target systems the GDB support will be 321 system. On some target systems the GDB support will be
327 327
328 cdl_option CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT { 328 cdl_option CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT {
329 display "Include GDB external break support" 329 display "Include GDB external break support"
330 parent CYGPKG_HAL_DEBUG 330 parent CYGPKG_HAL_DEBUG
331 requires CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS 331 requires CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
332 requires !CYGPKG_HAL_TX39_JMR3904 332 requires !CYGPKG_HAL_MIPS_TX39_JMR3904
333 requires !CYGPKG_HAL_POWERPC_FADS 333 requires !CYGPKG_HAL_POWERPC_FADS
334 description " 334 description "
335 This option causes the GDB stub to add a serial interrupt handler 335 This option causes the GDB stub to add a serial interrupt handler
336 which will listen for GDB break packets. This lets you stop the 336 which will listen for GDB break packets. This lets you stop the
337 target asynchronously when using GDB, usually by hitting Control+C 337 target asynchronously when using GDB, usually by hitting Control+C
379 * type. 379 * type.
380 */ 380 */
381 381
382 //#define CYG_HAL_USE_ROM_MONITOR 382 //#define CYG_HAL_USE_ROM_MONITOR
383 383
384 #if defined(CYG_HAL_TX39_JMR3904) && defined(CYG_HAL_STARTUP_RAM) 384 #if defined(CYG_HAL_MIPS_TX39_JMR3904) && defined(CYG_HAL_STARTUP_RAM)
385 #define CYG_HAL_USE_ROM_MONITOR 385 #define CYG_HAL_USE_ROM_MONITOR
386 #define CYG_HAL_USE_ROM_MONITOR_CYGMON 386 #define CYG_HAL_USE_ROM_MONITOR_CYGMON
387 #endif 387 #endif
388 #if defined(CYG_HAL_MN10300_STDEVAL1) && defined(CYG_HAL_STARTUP_RAM) 388 #if defined(CYG_HAL_MN10300_STDEVAL1) && defined(CYG_HAL_STARTUP_RAM)
389 #define CYG_HAL_USE_ROM_MONITOR 389 #define CYG_HAL_USE_ROM_MONITOR
393 #ifdef CYG_HAL_USE_ROM_MONITOR 393 #ifdef CYG_HAL_USE_ROM_MONITOR
394 394
395 //#define CYG_HAL_USE_ROM_MONITOR_SLOAD 395 //#define CYG_HAL_USE_ROM_MONITOR_SLOAD
396 //#define CYG_HAL_USE_ROM_MONITOR_GDB_STUBS 396 //#define CYG_HAL_USE_ROM_MONITOR_GDB_STUBS
397 //#define CYG_HAL_USE_ROM_MONITOR_CYGMON 397 //#define CYG_HAL_USE_ROM_MONITOR_CYGMON
398 //#define CYG_HAL_USE_ROM_MONITOR_PMON
398 399
399 #endif 400 #endif
400 401
401 /* --------------------------------------------------------------------- 402 /* ---------------------------------------------------------------------
402 * 403 *
430 #endif 431 #endif
431 #ifdef CYG_HAL_POWERPC_SIM 432 #ifdef CYG_HAL_POWERPC_SIM
432 # define CYG_HAL_POWERPC_MPC603 433 # define CYG_HAL_POWERPC_MPC603
433 #endif 434 #endif
434 435
435 #ifdef CYG_HAL_TX39_JMR3904 436 #ifdef CYGPKG_HAL_MIPS
436 # define CYG_HAL_MIPS 437 #include CYGBLD_HAL_TARGET_H
437 # define CYG_HAL_MIPS_TX39
438 # define CYG_HAL_MIPS_TX3904
439 # define CYG_HAL_MIPS_JMR3904
440 #endif
441 #ifdef CYG_HAL_TX39_SIM
442 # define CYG_HAL_MIPS
443 # define CYG_HAL_MIPS_TX39
444 # define CYG_HAL_MIPS_SIM
445 #endif
446 #ifdef CYG_HAL_MIPS_TX39
447 #include <pkgconf/hal_tx39.h>
448 #endif 438 #endif
449 439
450 /* -------------------------------------------------------------------*/ 440 /* -------------------------------------------------------------------*/
451 #endif /* CYGONCE_PKGCONF_HAL_H */ 441 #endif /* CYGONCE_PKGCONF_HAL_H */
452 /* EOF hal.h */ 442 /* EOF hal.h */