]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - config/TRITON_ETN_STK2.ecc
Initial revision
[karo-tx-redboot.git] / config / TRITON_ETN_STK2.ecc
1 # eCos saved configuration
2
3 # ---- commands --------------------------------------------------------
4 # This section contains information about the savefile format.
5 # It should not be edited. Any modifications made to this section
6 # may make it impossible for the configuration tools to read
7 # the savefile.
8
9 cdl_savefile_version 1;
10 cdl_savefile_command cdl_savefile_version {};
11 cdl_savefile_command cdl_savefile_command {};
12 cdl_savefile_command cdl_configuration { description hardware template package };
13 cdl_savefile_command cdl_package { value_source user_value wizard_value inferred_value };
14 cdl_savefile_command cdl_component { value_source user_value wizard_value inferred_value };
15 cdl_savefile_command cdl_option { value_source user_value wizard_value inferred_value };
16 cdl_savefile_command cdl_interface { value_source user_value wizard_value inferred_value };
17
18 # ---- toplevel --------------------------------------------------------
19 # This section defines the toplevel configuration object. The only
20 # values that can be changed are the name of the configuration and
21 # the description field. It is not possible to modify the target,
22 # the template or the set of packages simply by editing the lines
23 # below because these changes have wide-ranging effects. Instead
24 # the appropriate tools should be used to make such modifications.
25
26 cdl_configuration eCos {
27     description "" ;
28
29     # These fields should not be modified.
30     hardware    triton_etn_stk2 ;
31     template    redboot ;
32     package -hardware CYGPKG_HAL_ARM current ;
33     package -hardware CYGPKG_HAL_ARM_XSCALE_TRITON_ETN_STK2 current ;
34     package -hardware CYGPKG_IO_FLASH current ;
35     package -hardware CYGPKG_DEVS_FLASH_STRATA current ;
36     package -hardware CYGPKG_DEVS_FLASH_ARM_XSCALE_TRITON current ;
37     package -hardware CYGPKG_IO_ETH_DRIVERS current ;
38     package -hardware CYGPKG_DEVS_ETH_SMSC_LAN91C111 current ;
39     package -hardware CYGPKG_DEVS_ETH_ARM_XSCALE_TRITON current ;
40     package CYGPKG_HAL current ;
41     package CYGPKG_INFRA current ;
42     package CYGPKG_REDBOOT current ;
43     package CYGPKG_ISOINFRA current ;
44     package CYGPKG_LIBC_STRING current ;
45     package CYGPKG_NS_DNS current ;
46     package CYGPKG_CRC current ;
47 };
48
49 # ---- conflicts -------------------------------------------------------
50 # There are no conflicts.
51
52 # ---- contents --------------------------------------------------------
53 # >
54 # >
55 # Global build options
56 # Global build options including control over
57 # compiler flags, linker flags and choice of toolchain.
58 #
59 cdl_component CYGBLD_GLOBAL_OPTIONS {
60     # There is no associated value.
61
62     # The following properties are affected by this value
63 };
64
65 # >
66 # Global command prefix
67 # This option specifies the command prefix used when
68 # invoking the build tools.
69 #
70 cdl_option CYGBLD_GLOBAL_COMMAND_PREFIX {
71     # Flavor: data
72     user_value arm-linux
73     # value_source user
74     # Default value: xscale-elf
75 };
76
77 # Global compiler flags
78 # This option controls the global compiler flags which are used to
79 # compile all packages by default. Individual packages may define
80 # options which override these global flags.
81 #
82 cdl_option CYGBLD_GLOBAL_CFLAGS {
83     # Flavor: data
84     # No user value, uncomment the following line to provide one.
85     # user_value "-Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -O2 -ffunction-sections -fdata-sections -fno-builtin -fno-exceptions -finit-priority -mapcs-frame"
86     # value_source default
87     # Default value: "-Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -O2 -ffunction-sections -fdata-sections -fno-builtin -fno-exceptions -finit-priority -mapcs-frame"
88
89     # The following properties are affected by this value
90     # option CYGBLD_INFRA_CFLAGS_WARNINGS_AS_ERRORS
91     #     Requires:  is_substr(CYGBLD_GLOBAL_CFLAGS, " -Werror") 
92     # option CYGBLD_INFRA_CFLAGS_PIPE
93     #     Requires:  is_substr(CYGBLD_GLOBAL_CFLAGS, " -pipe") 
94 };
95
96 # Global linker flags
97 # This option controls the global linker flags. Individual
98 # packages may define options which override these global flags.
99 #
100 cdl_option CYGBLD_GLOBAL_LDFLAGS {
101     # Flavor: data
102     # No user value, uncomment the following line to provide one.
103     # user_value "-Wl,--gc-sections -Wl,-static -O2 -nostdlib"
104     # value_source default
105     # Default value: "-Wl,--gc-sections -Wl,-static -O2 -nostdlib"
106 };
107
108 # Build GDB stub ROM image
109 # This option enables the building of the GDB stubs for the
110 # board. The common HAL controls takes care of most of the
111 # build process, but the final conversion from ELF image to
112 # binary data is handled by the platform CDL, allowing
113 # relocation of the data if necessary.
114 #
115 cdl_option CYGBLD_BUILD_GDB_STUBS {
116     # Flavor: bool
117     # No user value, uncomment the following line to provide one.
118     # user_value 0
119     # value_source default
120     # Default value: 0
121     # Requires:  CYG_HAL_STARTUP == "ROM" 
122     #     CYG_HAL_STARTUP == ROM
123     #   --> 1
124     # Requires: CYGSEM_HAL_ROM_MONITOR
125     #     CYGSEM_HAL_ROM_MONITOR == 1
126     #   --> 1
127     # Requires: CYGBLD_BUILD_COMMON_GDB_STUBS
128     #     CYGBLD_BUILD_COMMON_GDB_STUBS == 0
129     #   --> 0
130     # Requires: CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
131     #     CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS == 1
132     #   --> 1
133     # Requires: CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT
134     #     CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT == 1
135     #   --> 1
136     # Requires: CYGDBG_HAL_DEBUG_GDB_THREAD_SUPPORT
137     #     CYGDBG_HAL_DEBUG_GDB_THREAD_SUPPORT == 1
138     #   --> 1
139     # Requires: ! CYGDBG_HAL_COMMON_INTERRUPTS_SAVE_MINIMUM_CONTEXT
140     #     CYGDBG_HAL_COMMON_INTERRUPTS_SAVE_MINIMUM_CONTEXT == 0
141     #   --> 1
142     # Requires: ! CYGDBG_HAL_COMMON_CONTEXT_SAVE_MINIMUM
143     #     CYGDBG_HAL_COMMON_CONTEXT_SAVE_MINIMUM == 0
144     #   --> 1
145 };
146
147 # Build common GDB stub ROM image
148 # Unless a target board has specific requirements to the
149 # stub implementation, it can use a simple common stub.
150 # This option, which gets enabled by platform HALs as
151 # appropriate, controls the building of the common stub.
152 #
153 cdl_option CYGBLD_BUILD_COMMON_GDB_STUBS {
154     # Flavor: bool
155     # No user value, uncomment the following line to provide one.
156     # user_value 0
157     # value_source default
158     # Default value: 0
159     # Requires: CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
160     #     CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS == 1
161     #   --> 1
162
163     # The following properties are affected by this value
164     # option CYGBLD_BUILD_GDB_STUBS
165     #     Requires: CYGBLD_BUILD_COMMON_GDB_STUBS
166 };
167
168 # <
169 # Common ethernet support
170 # doc: ref/io-eth-drv-generic.html
171 # Platform independent ethernet drivers
172 #
173 cdl_package CYGPKG_IO_ETH_DRIVERS {
174     # Packages cannot be added or removed, nor can their version be changed,
175     # simply by editing their value. Instead the appropriate configuration
176     # should be used to perform these actions.
177
178     # This value cannot be modified here.
179     # Flavor: booldata
180     # Current value: 1 current
181
182     # The following properties are affected by this value
183     # package CYGPKG_DEVS_ETH_SMSC_LAN91C111
184     #     ActiveIf: CYGPKG_IO_ETH_DRIVERS
185     # package CYGPKG_DEVS_ETH_ARM_XSCALE_TRITON
186     #     ActiveIf: CYGPKG_IO_ETH_DRIVERS
187     # component CYGPKG_REDBOOT_NETWORKING
188     #     ActiveIf: CYGPKG_IO_ETH_DRIVERS
189 };
190
191 # >
192 # Driver supports multicast addressing
193 # This interface defines whether or not a driver can handle
194 # requests for multicast addressing.
195 #
196 cdl_interface CYGINT_IO_ETH_MULTICAST {
197     # No options implement this inferface
198     # This value cannot be modified here.
199     # Flavor: data
200     # Current_value: 0
201 };
202
203 # Support printing driver debug information
204 # Selecting this option will include code to allow the driver to
205 # print lots of information on diagnostic output such as full
206 # packet dumps.
207 #
208 cdl_component CYGDBG_IO_ETH_DRIVERS_DEBUG {
209     # Flavor: bool
210     # No user value, uncomment the following line to provide one.
211     # user_value 1
212     # value_source default
213     # Default value: 1
214 };
215
216 # >
217 # Driver debug output verbosity
218 # The value of this option indicates the default verbosity
219 # level of debugging output. 0 means no debugging output
220 # is made by default. Higher values indicate higher verbosity.
221 # The verbosity level may also be changed at run time by
222 # changing the variable cyg_io_eth_net_debug.
223 #
224 cdl_option CYGDBG_IO_ETH_DRIVERS_DEBUG_VERBOSITY {
225     # Flavor: data
226     # No user value, uncomment the following line to provide one.
227     # user_value 0
228     # value_source default
229     # Default value: 0
230 };
231
232 # <
233 # Size of scatter-gather I/O lists
234 # A scatter-gather list is used to pass requests to/from
235 # the physical device driver.  This list can typically be
236 # small, as the data is normally already packed into reasonable
237 # chunks.
238 #
239 cdl_option CYGNUM_IO_ETH_DRIVERS_SG_LIST_SIZE {
240     # Flavor: data
241     # No user value, uncomment the following line to provide one.
242     # user_value 32
243     # value_source default
244     # Default value: 32
245 };
246
247 # Support for standard eCos TCP/IP stack.
248 #
249 cdl_component CYGPKG_IO_ETH_DRIVERS_NET {
250     # This option is not active
251     # ActiveIf constraint: CYGPKG_NET
252     #     CYGPKG_NET (unknown) == 0
253     #   --> 0
254
255     # Flavor: bool
256     # No user value, uncomment the following line to provide one.
257     # user_value 1
258     # value_source default
259     # Default value: 1
260     # Requires: CYGINT_ISO_STRING_STRFUNCS
261     #     CYGINT_ISO_STRING_STRFUNCS == 1
262     #   --> 1
263 };
264
265 # >
266 # Warn when there are no more mbufs
267 # Warnings about running out of mbufs are printed to the
268 # diagnostic output channel via diag_printf() if this option
269 # is enabled.  Mbufs are the network stack's basic dynamic
270 # memory objects that hold all packets in transit; running
271 # out is bad for performance but not fatal, not a crash.
272 # You might want to turn off the warnings to preserve realtime
273 # properties of the system even in extremis.
274 #
275 cdl_component CYGPKG_IO_ETH_DRIVERS_WARN_NO_MBUFS {
276     # This option is not active
277     # The parent CYGPKG_IO_ETH_DRIVERS_NET is not active
278
279     # Flavor: bool
280     # No user value, uncomment the following line to provide one.
281     # user_value 1
282     # value_source default
283     # Default value: 1
284 };
285
286 # Simulate network failures for testing
287 # This package contains a suite of simulated failure modes
288 # for the ethernet device layer, including dropping and/or
289 # corrupting received packets, dropping packets queued for
290 # transmission, and simulating a complete network break.
291 # It requires the kernel as a source of time information.
292 #
293 cdl_component CYGPKG_IO_ETH_DRIVERS_SIMULATED_FAILURES {
294     # This option is not active
295     # The parent CYGPKG_IO_ETH_DRIVERS_NET is not active
296
297     # Flavor: bool
298     # No user value, uncomment the following line to provide one.
299     # user_value 0
300     # value_source default
301     # Default value: 0
302 };
303
304 # >
305 # Drop incoming packets (percentage)
306 #
307 cdl_option CYGPKG_IO_ETH_DRIVERS_SIMULATE_DROP_RX {
308     # This option is not active
309     # The parent CYGPKG_IO_ETH_DRIVERS_SIMULATED_FAILURES is not active
310     # The parent CYGPKG_IO_ETH_DRIVERS_SIMULATED_FAILURES is disabled
311
312     # Flavor: booldata
313     # No user value, uncomment the following line to provide one.
314     # user_value 1 10
315     # value_source default
316     # Default value: 1 10
317     # Legal values: 10 50 80
318 };
319
320 # Corrupt incoming packets (percentage)
321 #
322 cdl_option CYGPKG_IO_ETH_DRIVERS_SIMULATE_CORRUPT_RX {
323     # This option is not active
324     # The parent CYGPKG_IO_ETH_DRIVERS_SIMULATED_FAILURES is not active
325     # The parent CYGPKG_IO_ETH_DRIVERS_SIMULATED_FAILURES is disabled
326
327     # Flavor: booldata
328     # No user value, uncomment the following line to provide one.
329     # user_value 1 10
330     # value_source default
331     # Default value: 1 10
332     # Legal values: 10 50 80
333 };
334
335 # Drop outgoing packets (percentage)
336 #
337 cdl_option CYGPKG_IO_ETH_DRIVERS_SIMULATE_DROP_TX {
338     # This option is not active
339     # The parent CYGPKG_IO_ETH_DRIVERS_SIMULATED_FAILURES is not active
340     # The parent CYGPKG_IO_ETH_DRIVERS_SIMULATED_FAILURES is disabled
341
342     # Flavor: booldata
343     # No user value, uncomment the following line to provide one.
344     # user_value 1 10
345     # value_source default
346     # Default value: 1 10
347     # Legal values: 10 50 80
348 };
349
350 # Simulate a line cut from time to time
351 # This option causes the system to drop all packets for a
352 # short random period (10s of seconds), and then act
353 # normally for up to 4 times that long.  This simulates your
354 # sysadmin fiddling with plugs in the network switch
355 # cupboard.
356 #
357 cdl_option CYGPKG_IO_ETH_DRIVERS_SIMULATE_LINE_CUT {
358     # This option is not active
359     # The parent CYGPKG_IO_ETH_DRIVERS_SIMULATED_FAILURES is not active
360     # The parent CYGPKG_IO_ETH_DRIVERS_SIMULATED_FAILURES is disabled
361
362     # Flavor: bool
363     # No user value, uncomment the following line to provide one.
364     # user_value 0
365     # value_source default
366     # Default value: 0
367 };
368
369 # <
370 # <
371 # Support for stand-alone network stack.
372 #
373 cdl_component CYGPKG_IO_ETH_DRIVERS_STAND_ALONE {
374     # ActiveIf constraint: !CYGPKG_NET
375     #     CYGPKG_NET (unknown) == 0
376     #   --> 1
377
378     # Flavor: bool
379     # No user value, uncomment the following line to provide one.
380     # user_value 1
381     # value_source default
382     # Default value: 1
383     # Requires: CYGINT_ISO_STRING_MEMFUNCS
384     #     CYGINT_ISO_STRING_MEMFUNCS == 1
385     #   --> 1
386 };
387
388 # >
389 # Pass packets to an alternate stack
390 # Define this to allow packets seen by this layer to be
391 # passed on to the previous logical layer, i.e. when
392 # stand-alone processing replaces system (eCos) processing.
393 #
394 cdl_option CYGSEM_IO_ETH_DRIVERS_PASS_PACKETS {
395     # Flavor: bool
396     # No user value, uncomment the following line to provide one.
397     # user_value 1
398     # value_source default
399     # Default value:  0 != CYGPKG_REDBOOT_NETWORKING 
400     #     CYGPKG_REDBOOT_NETWORKING == 1
401     #   --> 1
402 };
403
404 # Number of [network] buffers
405 # This option is used to allocate space to buffer incoming network
406 # packets.  These buffers are used to hold data until they can be
407 # logically processed by higher layers.
408 #
409 cdl_option CYGNUM_IO_ETH_DRIVERS_NUM_PKT {
410     # Flavor: data
411     # No user value, uncomment the following line to provide one.
412     # user_value 4
413     # value_source default
414     # Default value: 4
415     # Legal values: 2 to 32
416 };
417
418 # Show driver warnings
419 # Selecting this option will allows the stand-alone ethernet driver
420 # to display warnings on the system console when incoming network
421 # packets are being discarded due to lack of buffer space.
422 #
423 cdl_option CYGSEM_IO_ETH_DRIVERS_WARN {
424     # ActiveIf constraint: CYGPKG_REDBOOT
425     #     CYGPKG_REDBOOT == current
426     #   --> 1
427
428     # Flavor: bool
429     # No user value, uncomment the following line to provide one.
430     # user_value 0
431     # value_source default
432     # Default value: 0
433 };
434
435 # <
436 # Support for lwIP network stack.
437 #
438 cdl_component CYGPKG_IO_ETH_DRIVERS_LWIP {
439     # This option is not active
440     # ActiveIf constraint: CYGPKG_NET_LWIP
441     #     CYGPKG_NET_LWIP (unknown) == 0
442     #   --> 0
443
444     # Flavor: bool
445     # No user value, uncomment the following line to provide one.
446     # user_value 1
447     # value_source default
448     # Default value: 1
449     # Requires: !CYGPKG_NET
450     #     CYGPKG_NET (unknown) == 0
451     #   --> 1
452 };
453
454 # Interrupt support required
455 # This interface is used to indicate to the low
456 # level device drivers that interrupt driven operation
457 # is required by higher layers.
458 #
459 cdl_interface CYGINT_IO_ETH_INT_SUPPORT_REQUIRED {
460     # Implemented by CYGPKG_IO_ETH_DRIVERS_NET, inactive, enabled
461     # Implemented by CYGPKG_IO_ETH_DRIVERS_LWIP, inactive, enabled
462     # This value cannot be modified here.
463     # Flavor: booldata
464     # Current value: 0 0
465
466     # The following properties are affected by this value
467 };
468
469 # Common ethernet support build options
470 #
471 cdl_component CYGPKG_IO_ETH_DRIVERS_OPTIONS {
472     # There is no associated value.
473 };
474
475 # >
476 # Additional compiler flags
477 # This option modifies the set of compiler flags for
478 # building the common ethernet support package. These flags are used in addition
479 # to the set of global flags.
480 #
481 cdl_option CYGPKG_IO_ETH_DRIVERS_CFLAGS_ADD {
482     # Flavor: data
483     # No user value, uncomment the following line to provide one.
484     # user_value "-D_KERNEL -D__ECOS"
485     # value_source default
486     # Default value: "-D_KERNEL -D__ECOS"
487 };
488
489 # <
490 # SMSC LAN91C111 compatible ethernet driver
491 # Ethernet driver for SMSC LAN91C111 compatible controllers.
492 #
493 cdl_package CYGPKG_DEVS_ETH_SMSC_LAN91C111 {
494     # Packages cannot be added or removed, nor can their version be changed,
495     # simply by editing their value. Instead the appropriate configuration
496     # should be used to perform these actions.
497
498     # ActiveIf constraint: CYGPKG_IO_ETH_DRIVERS
499     #     CYGPKG_IO_ETH_DRIVERS == current
500     #   --> 1
501     # ActiveIf constraint: CYGINT_DEVS_ETH_SMSC_LAN91C111_REQUIRED
502     #     CYGINT_DEVS_ETH_SMSC_LAN91C111_REQUIRED == 1
503     #   --> 1
504
505     # This value cannot be modified here.
506     # Flavor: booldata
507     # Current value: 1 current
508
509     # The following properties are affected by this value
510     # package CYGPKG_DEVS_ETH_ARM_XSCALE_TRITON
511     #     Requires: CYGPKG_DEVS_ETH_SMSC_LAN91C111
512 };
513
514 # >
515 # use 32 bit data access
516 # The device driver uses 32 bit data access if
517 # this option is enabled, otherwise 16 bit data access is
518 # used.
519 #
520 cdl_option CYGSEM_DEVS_ETH_SMSC_LAN91C111_USE_32BIT {
521     # Flavor: bool
522     user_value 1
523     # value_source user
524     # Default value: 0
525 };
526
527 # SIOCSIFHWADDR records ESA (MAC address) in EEPROM
528 # The ioctl() socket call with operand SIOCSIFHWADDR sets the
529 # interface hardware address - the MAC address or Ethernet Station
530 # Address (ESA).  This option causes the new MAC address to be written
531 # into the EEPROM associated with the interface, so that the new
532 # MAC address is permanently recorded.  Doing this should be a
533 # carefully chosen decision, hence this option.
534 #
535 cdl_option CYGSEM_DEVS_ETH_SMSC_LAN91C111_WRITE_EEPROM {
536     # Flavor: bool
537     # No user value, uncomment the following line to provide one.
538     # user_value 0
539     # value_source default
540     # Default value: 0
541 };
542
543 # ESA is statically configured
544 # If this is nonzero, then the ESA (MAC address) is statically
545 # configured in the platform-specific package which instantiates
546 # this driver with all its details.
547 #
548 cdl_interface CYGINT_DEVS_ETH_SMSC_LAN91C111_STATIC_ESA {
549     # Implemented by CYGPKG_DEVS_ETH_ARM_XSCALE_TRITON, active, enabled
550     # This value cannot be modified here.
551     # Flavor: data
552     # Current_value: 1
553
554     # The following properties are affected by this value
555 };
556
557 # LAN91C111 ethernet driver build options
558 #
559 cdl_component CYGPKG_DEVS_ETH_SMSC_LAN91C111_OPTIONS {
560     # There is no associated value.
561 };
562
563 # >
564 # Additional compiler flags
565 # This option modifies the set of compiler flags for
566 # building the LAN91C111 ethernet driver package.
567 # These flags are used in addition
568 # to the set of global flags.
569 #
570 cdl_option CYGPKG_DEVS_ETH_SMSC_LAN91C111_CFLAGS_ADD {
571     # Flavor: data
572     # No user value, uncomment the following line to provide one.
573     # user_value "-O2 -D_KERNEL -D__ECOS"
574     # value_source default
575     # Default value: "-O2 -D_KERNEL -D__ECOS"
576 };
577
578 # <
579 # <
580 # TRITON SMC91C111 ethernet driver
581 # Ethernet driver for TRITON boards.
582 #
583 cdl_package CYGPKG_DEVS_ETH_ARM_XSCALE_TRITON {
584     # Packages cannot be added or removed, nor can their version be changed,
585     # simply by editing their value. Instead the appropriate configuration
586     # should be used to perform these actions.
587
588     # ActiveIf constraint: CYGPKG_IO_ETH_DRIVERS
589     #     CYGPKG_IO_ETH_DRIVERS == current
590     #   --> 1
591
592     # This value cannot be modified here.
593     # Flavor: booldata
594     # Current value: 1 current
595     # Requires: CYGPKG_DEVS_ETH_SMSC_LAN91C111
596     #     CYGPKG_DEVS_ETH_SMSC_LAN91C111 == current
597     #   --> 1
598 };
599
600 # >
601 # SMSC LAN91C111 driver required
602 #
603 cdl_interface CYGINT_DEVS_ETH_SMSC_LAN91C111_REQUIRED {
604     # Implemented by CYGPKG_DEVS_ETH_ARM_XSCALE_TRITON, active, enabled
605     # This value cannot be modified here.
606     # Flavor: data
607     # Current_value: 1
608
609     # The following properties are affected by this value
610     # package CYGPKG_DEVS_ETH_SMSC_LAN91C111
611     #     ActiveIf: CYGINT_DEVS_ETH_SMSC_LAN91C111_REQUIRED
612 };
613
614 # Device name for the ethernet driver
615 # This option sets the name of the ethernet device for the
616 # ethernet port.
617 #
618 cdl_option CYGDAT_DEVS_ETH_ARM_XSCALE_TRITON_NAME {
619     # Flavor: data
620     # No user value, uncomment the following line to provide one.
621     # user_value "\"eth0\""
622     # value_source default
623     # Default value: "\"eth0\""
624 };
625
626 # The ethernet station address (MAC)
627 # A static ethernet station address. 
628 # Caution: Booting two systems with the same MAC on the same
629 # network, will cause severe conflicts.
630 #
631 cdl_option CYGDAT_DEVS_ETH_ARM_XSCALE_TRITON_ESA {
632     # ActiveIf constraint: !CYGSEM_DEVS_ETH_ARM_XSCALE_TRITON_REDBOOT_ESA
633     #     CYGSEM_DEVS_ETH_ARM_XSCALE_TRITON_REDBOOT_ESA == 0
634     #   --> 1
635
636     # Flavor: data
637     # No user value, uncomment the following line to provide one.
638     # user_value "{0x00, 0x0c, 0xc6, 0x69, 0x00, 0x00}"
639     # value_source default
640     # Default value: "{0x00, 0x0c, 0xc6, 0x69, 0x00, 0x00}"
641 };
642
643 # Use the 1-WIRE device ESA (MAC address)
644 # Use the ESA that is stored in the 1wire device instead of
645 # a static ESA.
646 #
647 cdl_option CYGSEM_DEVS_ETH_ARM_XSCALE_TRITON_1WIRE_ESA {
648     # Flavor: bool
649     user_value 1
650     # value_source user
651     # Default value: 1
652 };
653
654 # Use the RedBoot ESA (MAC address)
655 # Use the ESA that is stored as a RedBoot variable instead of
656 # a static ESA.
657 #
658 cdl_option CYGSEM_DEVS_ETH_ARM_XSCALE_TRITON_REDBOOT_ESA {
659     # Flavor: bool
660     user_value 0
661     # value_source user
662     # Default value: 0
663
664     # The following properties are affected by this value
665     # option CYGDAT_DEVS_ETH_ARM_XSCALE_TRITON_ESA
666     #     ActiveIf: !CYGSEM_DEVS_ETH_ARM_XSCALE_TRITON_REDBOOT_ESA
667 };
668
669 # <
670 # <
671 # ISO C library string functions
672 # doc: ref/libc.html
673 # This package provides string functions specified by the
674 # ISO C standard - ISO/IEC 9899:1990.
675 #
676 cdl_package CYGPKG_LIBC_STRING {
677     # Packages cannot be added or removed, nor can their version be changed,
678     # simply by editing their value. Instead the appropriate configuration
679     # should be used to perform these actions.
680
681     # This value cannot be modified here.
682     # Flavor: booldata
683     # Current value: 1 current
684     # Requires:  CYGBLD_ISO_STRING_LOCALE_FUNCS_HEADER ==  "<cyg/libc/string/string.h>" 
685     #     CYGBLD_ISO_STRING_LOCALE_FUNCS_HEADER == <cyg/libc/string/string.h>
686     #   --> 1
687     # Requires:  CYGBLD_ISO_STRING_MEMFUNCS_HEADER ==  "<cyg/libc/string/string.h>" 
688     #     CYGBLD_ISO_STRING_MEMFUNCS_HEADER == <cyg/libc/string/string.h>
689     #   --> 1
690     # Requires:  CYGBLD_ISO_STRING_STRFUNCS_HEADER ==  "<cyg/libc/string/string.h>" 
691     #     CYGBLD_ISO_STRING_STRFUNCS_HEADER == <cyg/libc/string/string.h>
692     #   --> 1
693     # Requires:  CYGBLD_ISO_STRTOK_R_HEADER ==  "<cyg/libc/string/string.h>" 
694     #     CYGBLD_ISO_STRTOK_R_HEADER == <cyg/libc/string/string.h>
695     #   --> 1
696     # Requires: CYGPKG_ISOINFRA
697     #     CYGPKG_ISOINFRA == current
698     #   --> 1
699 };
700
701 # >
702 # Inline versions of <string.h> functions
703 # This option chooses whether some of the
704 # particularly simple string functions from
705 # <string.h> are available as inline
706 # functions. This may improve performance, and as
707 # the functions are small, may even improve code
708 # size.
709 #
710 cdl_option CYGIMP_LIBC_STRING_INLINES {
711     # Flavor: bool
712     # No user value, uncomment the following line to provide one.
713     # user_value 1
714     # value_source default
715     # Default value: 1
716 };
717
718 # Optimize string functions for code size
719 # This option tries to reduce string function
720 # code size at the expense of execution speed. The
721 # same effect can be produced if the code is
722 # compiled with the -Os option to the compiler.
723 #
724 cdl_option CYGIMP_LIBC_STRING_PREFER_SMALL_TO_FAST {
725     # Flavor: bool
726     # No user value, uncomment the following line to provide one.
727     # user_value 0
728     # value_source default
729     # Default value: 0
730 };
731
732 # Provide BSD compatibility functions
733 # Enabling this option causes various compatibility functions
734 # commonly found in the BSD UNIX operating system to be included.
735 # These are functions such as bzero, bcmp, bcopy, bzero, strcasecmp,
736 # strncasecmp, index, rindex and swab.
737 #
738 cdl_option CYGFUN_LIBC_STRING_BSD_FUNCS {
739     # Flavor: bool
740     # No user value, uncomment the following line to provide one.
741     # user_value 1
742     # The inferred value should not be edited directly.
743     inferred_value 0
744     # value_source inferred
745     # Default value: 1
746     # Requires:  CYGBLD_ISO_STRING_BSD_FUNCS_HEADER ==  "<cyg/libc/string/bsdstring.h>" 
747     #     CYGBLD_ISO_STRING_BSD_FUNCS_HEADER == <cyg/libc/string/bsdstring.h>
748     #   --> 1
749     # Requires: CYGINT_ISO_CTYPE
750     #     CYGINT_ISO_CTYPE == 0
751     #   --> 0
752 };
753
754 # strtok
755 # These options control the behaviour of the
756 # strtok() and strtok_r() string tokenization
757 # functions.
758 #
759 cdl_component CYGPKG_LIBC_STRING_STRTOK {
760     # There is no associated value.
761 };
762
763 # >
764 # Per-thread strtok()
765 # This option controls whether the string function
766 # strtok() has its state recorded on a per-thread
767 # basis rather than global. If this option is
768 # disabled, some per-thread space can be saved.
769 # Note there is also a POSIX-standard strtok_r()
770 # function to achieve a similar effect with user
771 # support. Enabling this option will use one slot
772 # of kernel per-thread data. You should ensure you
773 # have enough slots configured for all your
774 # per-thread data.
775 #
776 cdl_option CYGSEM_LIBC_STRING_PER_THREAD_STRTOK {
777     # This option is not active
778     # ActiveIf constraint: CYGPKG_KERNEL
779     #     CYGPKG_KERNEL (unknown) == 0
780     #   --> 0
781
782     # Flavor: bool
783     # No user value, uncomment the following line to provide one.
784     # user_value 0
785     # value_source default
786     # Default value: CYGVAR_KERNEL_THREADS_DATA
787     #     CYGVAR_KERNEL_THREADS_DATA (unknown) == 0
788     #   --> 0
789     # Requires: CYGVAR_KERNEL_THREADS_DATA
790     #     CYGVAR_KERNEL_THREADS_DATA (unknown) == 0
791     #   --> 0
792 };
793
794 # Tracing level
795 # Trace verbosity level for debugging the <string.h>
796 # functions strtok() and strtok_r(). Increase this
797 # value to get additional trace output.
798 #
799 cdl_option CYGNUM_LIBC_STRING_STRTOK_TRACE_LEVEL {
800     # Flavor: data
801     # No user value, uncomment the following line to provide one.
802     # user_value 0
803     # value_source default
804     # Default value: 0
805     # Legal values: 0 to 1
806 };
807
808 # <
809 # C library string functions build options
810 # Package specific build options including control over
811 # compiler flags used only in building this package,
812 # and details of which tests are built.
813 #
814 cdl_component CYGPKG_LIBC_STRING_OPTIONS {
815     # There is no associated value.
816 };
817
818 # >
819 # Additional compiler flags
820 # This option modifies the set of compiler flags for
821 # building the C library. These flags are used in addition
822 # to the set of global flags.
823 #
824 cdl_option CYGPKG_LIBC_STRING_CFLAGS_ADD {
825     # Flavor: data
826     # No user value, uncomment the following line to provide one.
827     # user_value ""
828     # value_source default
829     # Default value: ""
830 };
831
832 # Suppressed compiler flags
833 # This option modifies the set of compiler flags for
834 # building the C library. These flags are removed from
835 # the set of global flags if present.
836 #
837 cdl_option CYGPKG_LIBC_STRING_CFLAGS_REMOVE {
838     # Flavor: data
839     # No user value, uncomment the following line to provide one.
840     # user_value ""
841     # value_source default
842     # Default value: ""
843 };
844
845 # C library string function tests
846 # This option specifies the set of tests for the C library
847 # string functions.
848 #
849 cdl_option CYGPKG_LIBC_STRING_TESTS {
850     # Calculated value:  "tests/memchr tests/memcmp1 tests/memcmp2 tests/memcpy1 tests/memcpy2 tests/memmove1 tests/memmove2 tests/memset tests/strcat1 tests/strcat2 tests/strchr tests/strcmp1 tests/strcmp2 tests/strcoll1 tests/strcoll2 tests/strcpy1 tests/strcpy2 tests/strcspn tests/strcspn tests/strlen tests/strncat1 tests/strncat2 tests/strncpy1 tests/strncpy2 tests/strpbrk tests/strrchr tests/strspn tests/strstr tests/strtok tests/strxfrm1 tests/strxfrm2" 
851     # Flavor: data
852     # Current_value: tests/memchr tests/memcmp1 tests/memcmp2 tests/memcpy1 tests/memcpy2 tests/memmove1 tests/memmove2 tests/memset tests/strcat1 tests/strcat2 tests/strchr tests/strcmp1 tests/strcmp2 tests/strcoll1 tests/strcoll2 tests/strcpy1 tests/strcpy2 tests/strcspn tests/strcspn tests/strlen tests/strncat1 tests/strncat2 tests/strncpy1 tests/strncpy2 tests/strpbrk tests/strrchr tests/strspn tests/strstr tests/strtok tests/strxfrm1 tests/strxfrm2
853 };
854
855 # <
856 # <
857 # <
858 # FLASH device drivers
859 # This option enables drivers for basic I/O services on
860 # flash devices.
861 #
862 cdl_package CYGPKG_IO_FLASH {
863     # Packages cannot be added or removed, nor can their version be changed,
864     # simply by editing their value. Instead the appropriate configuration
865     # should be used to perform these actions.
866
867     # This value cannot be modified here.
868     # Flavor: booldata
869     # Current value: 1 current
870     # Requires: CYGPKG_ISOINFRA
871     #     CYGPKG_ISOINFRA == current
872     #   --> 1
873     # Requires: CYGINT_ISO_STRING_STRFUNCS
874     #     CYGINT_ISO_STRING_STRFUNCS == 1
875     #   --> 1
876
877     # The following properties are affected by this value
878     # package CYGPKG_DEVS_FLASH_STRATA
879     #     ActiveIf: CYGPKG_IO_FLASH
880     # package CYGPKG_DEVS_FLASH_ARM_XSCALE_TRITON
881     #     ActiveIf: CYGPKG_IO_FLASH
882 };
883
884 # >
885 # Extra memory required by FLASH device drivers
886 # Use this option to control how much extra memory is used
887 # by the FLASH drivers to perform certain operations. This
888 # memory is used to hold driver functions in RAM (for platforms
889 # which require it).  The value should thus be large enough
890 # to hold any such driver.  Reducing this value will make
891 # more RAM available to general programs.
892 #
893 cdl_option CYGNUM_FLASH_WORKSPACE_SIZE {
894     # Flavor: data
895     # No user value, uncomment the following line to provide one.
896     # user_value 0x00001000
897     # value_source default
898     # Default value: 0x00001000
899 };
900
901 # Hardware FLASH device drivers
902 # This option enables the hardware device drivers
903 # for the current platform.
904 #
905 cdl_interface CYGHWR_IO_FLASH_DEVICE {
906     # Implemented by CYGPKG_DEVS_FLASH_STRATA, active, enabled
907     # This value cannot be modified here.
908     # Flavor: data
909     # Current_value: 1
910
911     # The following properties are affected by this value
912     # component CYGPKG_REDBOOT_FLASH
913     #     ActiveIf: CYGHWR_IO_FLASH_DEVICE
914 };
915
916 # Hardware FLASH device drivers are not in RAM
917 # This option makes the IO driver copy the device
918 # driver functions to RAM before calling them. Newer
919 # drivers should make sure that the functions are
920 # linked to RAM by putting them in .2ram sections.
921 #
922 cdl_interface CYGHWR_IO_FLASH_DEVICE_NOT_IN_RAM {
923     # Implemented by CYGOPT_DEVS_FLASH_STRATA_NOT_IN_RAM, active, enabled
924     # This value cannot be modified here.
925     # Flavor: booldata
926     # Current value: 1 1
927
928     # The following properties are affected by this value
929 };
930
931 # Hardware can support block locking
932 # This option will be enabled by devices which can support
933 # locking (write-protection) of individual blocks.
934 #
935 cdl_interface CYGHWR_IO_FLASH_BLOCK_LOCKING {
936     # Implemented by CYGPKG_DEVS_FLASH_ARM_XSCALE_TRITON, active, enabled
937     # This value cannot be modified here.
938     # Flavor: booldata
939     # Current value: 1 1
940
941     # The following properties are affected by this value
942     # component CYGPKG_DEVS_FLASH_STRATA_LOCKING
943     #     ActiveIf: 0 < CYGHWR_IO_FLASH_BLOCK_LOCKING
944     # option CYGSEM_REDBOOT_FLASH_LOCK_SPECIAL
945     #     ActiveIf:  CYGHWR_IO_FLASH_BLOCK_LOCKING != 0 
946 };
947
948 # Verify data programmed to flash
949 # Selecting this option will cause verification of data
950 # programmed to flash.
951 #
952 cdl_option CYGSEM_IO_FLASH_VERIFY_PROGRAM {
953     # Flavor: bool
954     # No user value, uncomment the following line to provide one.
955     # user_value 1
956     # value_source default
957     # Default value: 1
958 };
959
960 # Platform has flash soft DIP switch write-protect
961 # Selecting this option will cause the state of a hardware jumper or
962 # dipswitch to be read by software to determine whether the flash is
963 # write-protected or not.
964 #
965 cdl_option CYGSEM_IO_FLASH_SOFT_WRITE_PROTECT {
966     # Flavor: bool
967     # No user value, uncomment the following line to provide one.
968     # user_value 0
969     # value_source default
970     # Default value: 0
971 };
972
973 # Instantiate in I/O block device API
974 # Provides a block device accessible using the standard I/O
975 # API ( cyg_io_read() etc. )
976 #
977 cdl_component CYGPKG_IO_FLASH_BLOCK_DEVICE {
978     # This option is not active
979     # ActiveIf constraint: CYGPKG_IO
980     #     CYGPKG_IO (unknown) == 0
981     #   --> 0
982
983     # Flavor: bool
984     # No user value, uncomment the following line to provide one.
985     # user_value 0
986     # value_source default
987     # Default value: 0
988 };
989
990 # >
991 # Name of flash device 1 block device
992 #
993 cdl_component CYGDAT_IO_FLASH_BLOCK_DEVICE_NAME_1 {
994     # This option is not active
995     # The parent CYGPKG_IO_FLASH_BLOCK_DEVICE is not active
996     # The parent CYGPKG_IO_FLASH_BLOCK_DEVICE is disabled
997
998     # Flavor: data
999     # No user value, uncomment the following line to provide one.
1000     # user_value "\"/dev/flash1\""
1001     # value_source default
1002     # Default value: "\"/dev/flash1\""
1003 };
1004
1005 # >
1006 # Start offset from flash base
1007 # This gives the offset from the base of flash which this
1008 # block device corresponds to.
1009 #
1010 cdl_option CYGNUM_IO_FLASH_BLOCK_OFFSET_1 {
1011     # This option is not active
1012     # The parent CYGDAT_IO_FLASH_BLOCK_DEVICE_NAME_1 is not active
1013
1014     # Flavor: data
1015     # No user value, uncomment the following line to provide one.
1016     # user_value 0x00100000
1017     # value_source default
1018     # Default value: 0x00100000
1019 };
1020
1021 # Length
1022 # This gives the length of the region of flash given over
1023 # to this block device.
1024 #
1025 cdl_option CYGNUM_IO_FLASH_BLOCK_LENGTH_1 {
1026     # This option is not active
1027     # The parent CYGDAT_IO_FLASH_BLOCK_DEVICE_NAME_1 is not active
1028
1029     # Flavor: data
1030     # No user value, uncomment the following line to provide one.
1031     # user_value 0x00100000
1032     # value_source default
1033     # Default value: 0x00100000
1034 };
1035
1036 # <
1037 # <
1038 # Intel StrataFLASH memory support
1039 # FLASH memory device support for Intel StrataFlash
1040 #
1041 cdl_package CYGPKG_DEVS_FLASH_STRATA {
1042     # Packages cannot be added or removed, nor can their version be changed,
1043     # simply by editing their value. Instead the appropriate configuration
1044     # should be used to perform these actions.
1045
1046     # ActiveIf constraint: CYGPKG_IO_FLASH
1047     #     CYGPKG_IO_FLASH == current
1048     #   --> 1
1049     # ActiveIf constraint: CYGINT_DEVS_FLASH_STRATA_REQUIRED
1050     #     CYGINT_DEVS_FLASH_STRATA_REQUIRED == 1
1051     #   --> 1
1052
1053     # This value cannot be modified here.
1054     # Flavor: booldata
1055     # Current value: 1 current
1056
1057     # The following properties are affected by this value
1058     # package CYGPKG_DEVS_FLASH_ARM_XSCALE_TRITON
1059     #     Requires: CYGPKG_DEVS_FLASH_STRATA
1060 };
1061
1062 # >
1063 # Control Flash driver code copy to RAM
1064 # Rarely, it is useful to disable the request that flash driver code
1065 # be copied to separate RAM for execution.  This option lets you do that.
1066 # It should only be controlled by redboot_XXX.ecm config files, for
1067 # building different varieties of RedBoot.
1068 # NEVER disable this option for ROM startup code, which executes in place
1069 # from Flash: the build will not work.
1070 #
1071 cdl_option CYGOPT_DEVS_FLASH_STRATA_NOT_IN_RAM {
1072     # Flavor: bool
1073     # No user value, uncomment the following line to provide one.
1074     # user_value 1
1075     # value_source default
1076     # Default value: 1
1077 };
1078
1079 # Flash device implements locking
1080 #
1081 cdl_component CYGPKG_DEVS_FLASH_STRATA_LOCKING {
1082     # ActiveIf constraint: 0 < CYGHWR_IO_FLASH_BLOCK_LOCKING
1083     #     CYGHWR_IO_FLASH_BLOCK_LOCKING == 1
1084     #   --> 1
1085
1086     # Calculated value: 1
1087     # Flavor: bool
1088     # Current value: 1
1089 };
1090
1091 # <
1092 # TRITON FLASH memory support
1093 #
1094 cdl_package CYGPKG_DEVS_FLASH_ARM_XSCALE_TRITON {
1095     # Packages cannot be added or removed, nor can their version be changed,
1096     # simply by editing their value. Instead the appropriate configuration
1097     # should be used to perform these actions.
1098
1099     # ActiveIf constraint: CYGPKG_IO_FLASH
1100     #     CYGPKG_IO_FLASH == current
1101     #   --> 1
1102
1103     # This value cannot be modified here.
1104     # Flavor: booldata
1105     # Current value: 1 current
1106     # Requires: CYGPKG_DEVS_FLASH_STRATA
1107     #     CYGPKG_DEVS_FLASH_STRATA == current
1108     #   --> 1
1109 };
1110
1111 # >
1112 # Generic StrataFLASH driver required
1113 #
1114 cdl_interface CYGINT_DEVS_FLASH_STRATA_REQUIRED {
1115     # Implemented by CYGPKG_DEVS_FLASH_ARM_XSCALE_TRITON, active, enabled
1116     # This value cannot be modified here.
1117     # Flavor: data
1118     # Current_value: 1
1119
1120     # The following properties are affected by this value
1121     # package CYGPKG_DEVS_FLASH_STRATA
1122     #     ActiveIf: CYGINT_DEVS_FLASH_STRATA_REQUIRED
1123 };
1124
1125 # <
1126 # <
1127 # eCos HAL
1128 # doc: ref/the-ecos-hardware-abstraction-layer.html
1129 # The eCos HAL package provide a porting layer for
1130 # higher-level parts of the system such as the kernel and the
1131 # C library. Each installation should have HAL packages for
1132 # one or more architectures, and for each architecture there
1133 # may be one or more supported platforms. It is necessary to
1134 # select one target architecture and one platform for that
1135 # architecture. There are also a number of configuration
1136 # options that are common to all HAL packages.
1137 #
1138 cdl_package CYGPKG_HAL {
1139     # Packages cannot be added or removed, nor can their version be changed,
1140     # simply by editing their value. Instead the appropriate configuration
1141     # should be used to perform these actions.
1142
1143     # This value cannot be modified here.
1144     # Flavor: booldata
1145     # Current value: 1 current
1146     # Requires: CYGPKG_INFRA
1147     #     CYGPKG_INFRA == current
1148     #   --> 1
1149
1150     # The following properties are affected by this value
1151 };
1152
1153 # >
1154 # Platform-independent HAL options
1155 # A number of configuration options are common to most or all
1156 # HAL packages, for example options controlling how much state
1157 # should be saved during a context switch. The implementations
1158 # of these options will vary from architecture to architecture.
1159 #
1160 cdl_component CYGPKG_HAL_COMMON {
1161     # There is no associated value.
1162 };
1163
1164 # >
1165 # Provide eCos kernel support
1166 # The HAL can be configured to either support the full eCos
1167 # kernel, or to support only very simple applications which do
1168 # not require a full kernel. If kernel support is not required
1169 # then some of the startup, exception, and interrupt handling
1170 # code can be eliminated.
1171 #
1172 cdl_option CYGFUN_HAL_COMMON_KERNEL_SUPPORT {
1173     # Flavor: bool
1174     # No user value, uncomment the following line to provide one.
1175     # user_value 0
1176     # value_source default
1177     # Default value: CYGPKG_KERNEL
1178     #     CYGPKG_KERNEL (unknown) == 0
1179     #   --> 0
1180     # Requires: CYGPKG_KERNEL
1181     #     CYGPKG_KERNEL (unknown) == 0
1182     #   --> 0
1183 };
1184
1185 # HAL exception support
1186 # When a processor exception occurs, for example an attempt to
1187 # execute an illegal instruction or to perform a divide by
1188 # zero, this exception may be handled in a number of different
1189 # ways. If the target system has gdb support then typically
1190 # the exception will be handled by gdb code. Otherwise if the
1191 # HAL exception support is enabled then the HAL will invoke a
1192 # routine deliver_exception(). Typically this routine will be
1193 # provided by the eCos kernel, but it is possible for
1194 # application code to provide its own implementation. If the
1195 # HAL exception support is not enabled and a processor
1196 # exception occurs then the behaviour of the system is
1197 # undefined.
1198 #
1199 cdl_option CYGPKG_HAL_EXCEPTIONS {
1200     # Flavor: bool
1201     # No user value, uncomment the following line to provide one.
1202     # user_value 0
1203     # value_source default
1204     # Default value: CYGPKG_KERNEL_EXCEPTIONS
1205     #     CYGPKG_KERNEL_EXCEPTIONS (unknown) == 0
1206     #   --> 0
1207     # Requires: CYGPKG_KERNEL_EXCEPTIONS
1208     #     CYGPKG_KERNEL_EXCEPTIONS (unknown) == 0
1209     #   --> 0
1210 };
1211
1212 # Stop calling constructors early
1213 # This option supports environments where some constructors
1214 # must be run in the context of a thread rather than at
1215 # simple system startup time. A boolean flag named
1216 # cyg_hal_stop_constructors is set to 1 when constructors
1217 # should no longer be invoked. It is up to some other
1218 # package to deal with the rest of the constructors.
1219 # In the current version this is only possible with the
1220 # C library.
1221 #
1222 cdl_option CYGSEM_HAL_STOP_CONSTRUCTORS_ON_FLAG {
1223     # Flavor: bool
1224     # No user value, uncomment the following line to provide one.
1225     # user_value 0
1226     # value_source default
1227     # Default value: 0
1228     # Requires: CYGSEM_LIBC_INVOKE_DEFAULT_STATIC_CONSTRUCTORS
1229     #     CYGSEM_LIBC_INVOKE_DEFAULT_STATIC_CONSTRUCTORS (unknown) == 0
1230     #   --> 0
1231 };
1232
1233 # HAL uses the MMU and allows for CDL manipulation of it's use
1234 #
1235 cdl_interface CYGINT_HAL_SUPPORTS_MMU_TABLES {
1236     # No options implement this inferface
1237     # This value cannot be modified here.
1238     # Flavor: data
1239     # Current_value: 0
1240
1241     # The following properties are affected by this value
1242     # option CYGSEM_HAL_INSTALL_MMU_TABLES
1243     #     ActiveIf: CYGINT_HAL_SUPPORTS_MMU_TABLES
1244 };
1245
1246 # Install MMU tables.
1247 # This option controls whether this application installs
1248 # its own Memory Management Unit (MMU) tables, or relies on the
1249 # existing environment to run.
1250 #
1251 cdl_option CYGSEM_HAL_INSTALL_MMU_TABLES {
1252     # This option is not active
1253     # ActiveIf constraint: CYGINT_HAL_SUPPORTS_MMU_TABLES
1254     #     CYGINT_HAL_SUPPORTS_MMU_TABLES == 0
1255     #   --> 0
1256
1257     # Flavor: bool
1258     # No user value, uncomment the following line to provide one.
1259     # user_value 1
1260     # value_source default
1261     # Default value:  CYG_HAL_STARTUP != "RAM" 
1262     #     CYG_HAL_STARTUP == ROM
1263     #   --> 1
1264
1265     # The following properties are affected by this value
1266     # option CYGSEM_HAL_STATIC_MMU_TABLES
1267     #     Requires: CYGSEM_HAL_INSTALL_MMU_TABLES
1268 };
1269
1270 # Use static MMU tables.
1271 # This option defines an environment where any Memory
1272 # Management Unit (MMU) tables are constant.  Normally used by ROM
1273 # based environments, this provides a way to save RAM usage which
1274 # would otherwise be required for these tables.
1275 #
1276 cdl_option CYGSEM_HAL_STATIC_MMU_TABLES {
1277     # Flavor: bool
1278     # No user value, uncomment the following line to provide one.
1279     # user_value 0
1280     # value_source default
1281     # Default value: 0
1282     # Requires: CYGSEM_HAL_INSTALL_MMU_TABLES
1283     #     CYGSEM_HAL_INSTALL_MMU_TABLES == 0
1284     #   --> 0
1285 };
1286
1287 # Route diagnostic output to debug channel
1288 # If not inheriting the console setup from the ROM monitor,
1289 # it is possible to redirect diagnostic output to the debug
1290 # channel by enabling this option. Depending on the debugger
1291 # used it may also be necessary to select a mangler for the
1292 # output to be displayed by the debugger.
1293 #
1294 cdl_component CYGDBG_HAL_DIAG_TO_DEBUG_CHAN {
1295     # ActiveIf constraint: !CYGSEM_HAL_VIRTUAL_VECTOR_INHERIT_CONSOLE
1296     #     CYGSEM_HAL_VIRTUAL_VECTOR_INHERIT_CONSOLE == 0
1297     #   --> 1
1298     # ActiveIf constraint:  CYGPKG_HAL_ARM || CYGPKG_HAL_POWERPC_MPC8xx  || CYGPKG_HAL_V85X_V850 || CYGSEM_HAL_VIRTUAL_VECTOR_DIAG 
1299     #     CYGPKG_HAL_ARM == current
1300     #     CYGPKG_HAL_POWERPC_MPC8xx (unknown) == 0
1301     #     CYGPKG_HAL_V85X_V850 (unknown) == 0
1302     #     CYGSEM_HAL_VIRTUAL_VECTOR_DIAG == 1
1303     #   --> 1
1304
1305     # Flavor: bool
1306     user_value 0
1307     # value_source user
1308     # Default value:  (CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS  || CYG_HAL_STARTUP == "RAM") ? 1 : 0
1309     #     CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS == 1
1310     #     CYG_HAL_STARTUP == ROM
1311     #   --> 1
1312
1313     # The following properties are affected by this value
1314     # option CYGPRI_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_CONFIGURABLE
1315     #     Calculated:  !CYGSEM_HAL_VIRTUAL_VECTOR_INHERIT_CONSOLE  && !CYGDBG_HAL_DIAG_TO_DEBUG_CHAN 
1316 };
1317
1318 # >
1319 # Mangler used on diag output
1320 # It is sometimes necessary to mangle (encode) the
1321 # diag ASCII text output in order for it to show up at the
1322 # other end. In particular, GDB may silently ignore raw
1323 # ASCII text.
1324 #
1325 cdl_option CYGSEM_HAL_DIAG_MANGLER {
1326     # This option is not active
1327     # The parent CYGDBG_HAL_DIAG_TO_DEBUG_CHAN is disabled
1328
1329     # Flavor: data
1330     # No user value, uncomment the following line to provide one.
1331     # user_value GDB
1332     # value_source default
1333     # Default value: GDB
1334     # Legal values: "GDB" "None"
1335 };
1336
1337 # <
1338 # <
1339 # HAL interrupt handling
1340 # A number of configuration options related to interrupt
1341 # handling are common to most or all HAL packages, even though
1342 # the implementations will vary from architecture to
1343 # architecture.
1344 #
1345 cdl_component CYGPKG_HAL_COMMON_INTERRUPTS {
1346     # There is no associated value.
1347 };
1348
1349 # >
1350 # Use separate stack for interrupts
1351 # When an interrupt occurs this interrupt can be handled either
1352 # on the current stack or on a separate stack maintained by the
1353 # HAL. Using a separate stack requires a small number of extra
1354 # instructions in the interrupt handling code, but it has the
1355 # advantage that it is no longer necessary to allow extra space
1356 # in every thread stack for the interrupt handlers. The amount
1357 # of extra space required depends on the interrupt handlers
1358 # that are being used.
1359 #
1360 cdl_option CYGIMP_HAL_COMMON_INTERRUPTS_USE_INTERRUPT_STACK {
1361     # Flavor: bool
1362     # No user value, uncomment the following line to provide one.
1363     # user_value 1
1364     # value_source default
1365     # Default value: 1
1366 };
1367
1368 # Interrupt stack size
1369 # This configuration option specifies the stack size in bytes
1370 # for the interrupt stack. Typically this should be a multiple
1371 # of 16, but the exact requirements will vary from architecture
1372 # to architecture. The interrupt stack serves two separate
1373 # purposes. It is used as the stack during system
1374 # initialization. In addition, if the interrupt system is
1375 # configured to use a separate stack then all interrupts will
1376 # be processed on this stack. The exact memory requirements
1377 # will vary from application to application, and will depend
1378 # heavily on whether or not other interrupt-related options,
1379 # for example nested interrupts, are enabled. On most targets,
1380 # in a configuration with no kernel this stack will also be
1381 # the stack used to invoke the application, and must obviously
1382 # be appropriately large in that case.
1383 #
1384 cdl_option CYGNUM_HAL_COMMON_INTERRUPTS_STACK_SIZE {
1385     # Flavor: data
1386     user_value 4096
1387     # value_source user
1388     # Default value:  CYGPKG_KERNEL ? 4096 : 32768 
1389     #     CYGPKG_KERNEL (unknown) == 0
1390     #   --> 32768
1391     # Legal values: 1024 to 1048576
1392 };
1393
1394 # Allow nested interrupts
1395 # When an interrupt occurs the HAL interrupt handling code can
1396 # either leave interrupts disabled for the duration of the
1397 # interrupt handling code, or by doing some extra work it can
1398 # reenable interrupts before invoking the interrupt handler and
1399 # thus allow nested interrupts to happen. If all the interrupt
1400 # handlers being used are small and do not involve any loops
1401 # then it is usually better to disallow nested interrupts.
1402 # However if any of the interrupt handlers are more complicated
1403 # than nested interrupts will usually be required.
1404 #
1405 cdl_option CYGSEM_HAL_COMMON_INTERRUPTS_ALLOW_NESTING {
1406     # Flavor: bool
1407     # No user value, uncomment the following line to provide one.
1408     # user_value 0
1409     # value_source default
1410     # Default value: 0
1411 };
1412
1413 # Save minimum context on interrupt
1414 # The HAL interrupt handling code can exploit the calling conventions
1415 # defined for a given architecture to reduce the amount of state
1416 # that has to be saved. Generally this improves performance and
1417 # reduces code size. However it can make source-level debugging
1418 # more difficult.
1419 #
1420 cdl_option CYGDBG_HAL_COMMON_INTERRUPTS_SAVE_MINIMUM_CONTEXT {
1421     # Flavor: bool
1422     user_value 0
1423     # value_source user
1424     # Default value: 1
1425
1426     # The following properties are affected by this value
1427     # option CYGBLD_BUILD_GDB_STUBS
1428     #     Requires: ! CYGDBG_HAL_COMMON_INTERRUPTS_SAVE_MINIMUM_CONTEXT
1429     # component CYGBLD_BUILD_REDBOOT
1430     #     Requires: ! CYGDBG_HAL_COMMON_INTERRUPTS_SAVE_MINIMUM_CONTEXT
1431 };
1432
1433 # Chain all interrupts together
1434 # Interrupts can be attached to vectors either singly, or be
1435 # chained together. The latter is necessary if there is no way
1436 # of discovering which device has interrupted without
1437 # inspecting the device itself. It can also reduce the amount
1438 # of RAM needed for interrupt decoding tables and code.
1439 #
1440 cdl_option CYGIMP_HAL_COMMON_INTERRUPTS_CHAIN {
1441     # Flavor: bool
1442     # No user value, uncomment the following line to provide one.
1443     # user_value 0
1444     # value_source default
1445     # Default value: 0
1446 };
1447
1448 # Ignore spurious [fleeting] interrupts
1449 # On some hardware, interrupt sources may not be de-bounced or
1450 # de-glitched.  Rather than try to handle these interrupts (no
1451 # handling may be possible), this option allows the HAL to simply
1452 # ignore them.  In most cases, if the interrupt is real it will
1453 # reoccur in a detectable form.
1454 #
1455 cdl_option CYGIMP_HAL_COMMON_INTERRUPTS_IGNORE_SPURIOUS {
1456     # Flavor: bool
1457     # No user value, uncomment the following line to provide one.
1458     # user_value 0
1459     # value_source default
1460     # Default value: 0
1461 };
1462
1463 # <
1464 # HAL context switch support
1465 # A number of configuration options related to thread contexts
1466 # are common to most or all HAL packages, even though the
1467 # implementations will vary from architecture to architecture.
1468 #
1469 cdl_component CYGPKG_HAL_COMMON_CONTEXT {
1470     # There is no associated value.
1471
1472     # The following properties are affected by this value
1473 };
1474
1475 # >
1476 # Use minimum thread context
1477 # The thread context switch code can exploit the calling
1478 # conventions defined for a given architecture to reduce the
1479 # amount of state that has to be saved during a context
1480 # switch. Generally this improves performance and reduces
1481 # code size. However it can make source-level debugging more
1482 # difficult.
1483 #
1484 cdl_option CYGDBG_HAL_COMMON_CONTEXT_SAVE_MINIMUM {
1485     # Flavor: bool
1486     # No user value, uncomment the following line to provide one.
1487     # user_value 1
1488     # The inferred value should not be edited directly.
1489     inferred_value 0
1490     # value_source inferred
1491     # Default value: 1
1492
1493     # The following properties are affected by this value
1494     # option CYGBLD_BUILD_GDB_STUBS
1495     #     Requires: ! CYGDBG_HAL_COMMON_CONTEXT_SAVE_MINIMUM
1496     # component CYGBLD_BUILD_REDBOOT
1497     #     Requires: ! CYGDBG_HAL_COMMON_CONTEXT_SAVE_MINIMUM
1498 };
1499
1500 # <
1501 # Explicit control over cache behaviour
1502 # These options let the default behaviour of the caches 
1503 # be easily configurable.
1504 #
1505 cdl_component CYGPKG_HAL_CACHE_CONTROL {
1506     # There is no associated value.
1507 };
1508
1509 # >
1510 # Enable DATA cache on startup
1511 # Enabling this option will cause the data cache to be enabled
1512 # as soon as practicable when eCos starts up.  One would choose
1513 # to disable this if the data cache cannot safely be turned on,
1514 # such as a case where the cache(s) require additional platform
1515 # specific setup.
1516 #
1517 cdl_component CYGSEM_HAL_ENABLE_DCACHE_ON_STARTUP {
1518     # Flavor: bool
1519     # No user value, uncomment the following line to provide one.
1520     # user_value 1
1521     # value_source default
1522     # Default value: 1
1523 };
1524
1525 # >
1526 # DATA cache mode on startup
1527 # This option controls the mode the cache will be set to
1528 # when enabled on startup.
1529 #
1530 cdl_option CYGSEM_HAL_DCACHE_STARTUP_MODE {
1531     # Flavor: data
1532     # No user value, uncomment the following line to provide one.
1533     # user_value COPYBACK
1534     # value_source default
1535     # Default value: COPYBACK
1536     # Legal values:  "COPYBACK" "WRITETHRU" 
1537 };
1538
1539 # <
1540 # Enable INSTRUCTION cache on startup
1541 # Enabling this option will cause the instruction cache to be enabled
1542 # as soon as practicable when eCos starts up.  One would choose
1543 # to disable this if the instruction cache cannot safely be turned on,
1544 # such as a case where the cache(s) require additional platform
1545 # specific setup.
1546 #
1547 cdl_option CYGSEM_HAL_ENABLE_ICACHE_ON_STARTUP {
1548     # Flavor: bool
1549     # No user value, uncomment the following line to provide one.
1550     # user_value 1
1551     # value_source default
1552     # Default value: 1
1553 };
1554
1555 # <
1556 # Source-level debugging support
1557 # If the source level debugger gdb is to be used for debugging
1558 # application code then it may be necessary to configure in support
1559 # for this in the HAL.
1560 #
1561 cdl_component CYGPKG_HAL_DEBUG {
1562     # There is no associated value.
1563 };
1564
1565 # >
1566 # Support for GDB stubs
1567 # The HAL implements GDB stubs for the target.
1568 #
1569 cdl_interface CYGINT_HAL_DEBUG_GDB_STUBS {
1570     # Implemented by CYGPKG_HAL_ARM_XSCALE_TRITON_ETN_STK2, active, enabled
1571     # This value cannot be modified here.
1572     # Flavor: data
1573     # Current_value: 1
1574
1575     # The following properties are affected by this value
1576     # option CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
1577     #     ActiveIf: CYGINT_HAL_DEBUG_GDB_STUBS
1578     # component CYGBLD_BUILD_REDBOOT
1579     #     Requires:  !CYGINT_HAL_DEBUG_GDB_STUBS || CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS 
1580     # component CYGBLD_BUILD_REDBOOT
1581     #     Requires:  !CYGINT_HAL_DEBUG_GDB_STUBS || CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT 
1582 };
1583
1584 # Include GDB stubs in HAL
1585 # This option causes a set of GDB stubs to be included into the
1586 # system. On some target systems the GDB support will be
1587 # provided by other means, for example by a ROM monitor. On
1588 # other targets, especially when building a ROM-booting system,
1589 # the necessary support has to go into the target library
1590 # itself. When GDB stubs are include in a configuration, HAL
1591 # serial drivers must also be included.
1592 #
1593 cdl_option CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS {
1594     # ActiveIf constraint: CYGINT_HAL_DEBUG_GDB_STUBS
1595     #     CYGINT_HAL_DEBUG_GDB_STUBS == 1
1596     #   --> 1
1597
1598     # Flavor: bool
1599     # No user value, uncomment the following line to provide one.
1600     # user_value 0
1601     # The inferred value should not be edited directly.
1602     inferred_value 1
1603     # value_source inferred
1604     # Default value: 0
1605     # Requires: ! CYGSEM_HAL_USE_ROM_MONITOR
1606     #     CYGSEM_HAL_USE_ROM_MONITOR == 0
1607     #   --> 1
1608     # Requires:  !CYGSEM_HAL_VIRTUAL_VECTOR_DIAG  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS 
1609     #     CYGSEM_HAL_VIRTUAL_VECTOR_DIAG == 1
1610     #     CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS == 1
1611     #   --> 1
1612
1613     # The following properties are affected by this value
1614     # component CYGDBG_HAL_DIAG_TO_DEBUG_CHAN
1615     #     DefaultValue:  (CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS  || CYG_HAL_STARTUP == "RAM") ? 1 : 0
1616     # option CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT
1617     #     Requires: CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
1618     # option CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT
1619     #     DefaultValue: CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
1620     # option CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT
1621     #     ActiveIf:  CYGSEM_HAL_USE_ROM_MONITOR || CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS 
1622     # option CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT
1623     #     DefaultValue:  !CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS 
1624     # option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS
1625     #     DefaultValue:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS 
1626     # option CYGBLD_BUILD_COMMON_GDB_STUBS
1627     #     Requires: CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
1628     # option CYGPKG_HAL_GDB_FILEIO
1629     #     Requires: CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
1630     # option CYGHWR_HAL_ARM_DUMP_EXCEPTIONS
1631     #     Requires: !CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
1632     # option CYGHWR_HAL_ARM_ICE_THREAD_SUPPORT
1633     #     Requires: CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
1634     # option CYGBLD_BUILD_GDB_STUBS
1635     #     Requires: CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
1636     # component CYGBLD_BUILD_REDBOOT
1637     #     Requires:  !CYGINT_HAL_DEBUG_GDB_STUBS || CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS 
1638 };
1639
1640 # Support for external break support in GDB stubs
1641 # The HAL implements external break (or asynchronous interrupt)
1642 # in the GDB stubs for the target.
1643 #
1644 cdl_interface CYGINT_HAL_DEBUG_GDB_STUBS_BREAK {
1645     # Implemented by CYGPKG_HAL_ARM_XSCALE_TRITON_ETN_STK2, active, enabled
1646     # This value cannot be modified here.
1647     # Flavor: data
1648     # Current_value: 1
1649
1650     # The following properties are affected by this value
1651     # option CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT
1652     #     ActiveIf: CYGINT_HAL_DEBUG_GDB_STUBS_BREAK
1653 };
1654
1655 # Include GDB external break support for stubs
1656 # This option causes the GDB stub to add a serial interrupt handler
1657 # which will listen for GDB break packets. This lets you stop the
1658 # target asynchronously when using GDB, usually by hitting Control+C
1659 # or pressing the STOP button. This option differs from
1660 # CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT in that it is used when
1661 # GDB stubs are present.
1662 #
1663 cdl_option CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT {
1664     # ActiveIf constraint: CYGINT_HAL_DEBUG_GDB_STUBS_BREAK
1665     #     CYGINT_HAL_DEBUG_GDB_STUBS_BREAK == 1
1666     #   --> 1
1667
1668     # Flavor: bool
1669     # No user value, uncomment the following line to provide one.
1670     # user_value 1
1671     # value_source default
1672     # Default value: CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
1673     #     CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS == 1
1674     #   --> 1
1675     # Requires: CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
1676     #     CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS == 1
1677     #   --> 1
1678
1679     # The following properties are affected by this value
1680     # option CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT
1681     #     Requires: !CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT
1682     # option CYGOPT_HAL_ARM_SYSCALL_GPROF_SUPPORT
1683     #     ActiveIf:  CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT || CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT 
1684     # option CYGBLD_BUILD_GDB_STUBS
1685     #     Requires: CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT
1686     # component CYGBLD_BUILD_REDBOOT
1687     #     Requires:  !CYGINT_HAL_DEBUG_GDB_STUBS || CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT 
1688 };
1689
1690 # Platform does not support CTRLC
1691 #
1692 cdl_interface CYGINT_HAL_DEBUG_GDB_CTRLC_UNSUPPORTED {
1693     # No options implement this inferface
1694     # This value cannot be modified here.
1695     # Flavor: data
1696     # Current_value: 0
1697
1698     # The following properties are affected by this value
1699     # option CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT
1700     #     ActiveIf:  CYGINT_HAL_DEBUG_GDB_CTRLC_UNSUPPORTED == 0 
1701 };
1702
1703 # Include GDB external break support when no stubs
1704 # This option adds an interrupt handler for the GDB serial line
1705 # which will listen for GDB break packets. This lets you stop the
1706 # target asynchronously when using GDB, usually by hitting Control+C
1707 # or pressing the STOP button. This option differs from
1708 # CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT in that it is used when the GDB
1709 # stubs are NOT present.
1710 #
1711 cdl_option CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT {
1712     # ActiveIf constraint:  CYGSEM_HAL_USE_ROM_MONITOR || CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS 
1713     #     CYGSEM_HAL_USE_ROM_MONITOR == 0
1714     #     CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS == 1
1715     #   --> 1
1716     # ActiveIf constraint:  CYGINT_HAL_DEBUG_GDB_CTRLC_UNSUPPORTED == 0 
1717     #     CYGINT_HAL_DEBUG_GDB_CTRLC_UNSUPPORTED == 0
1718     #   --> 1
1719
1720     # Flavor: bool
1721     # No user value, uncomment the following line to provide one.
1722     # user_value 0
1723     # value_source default
1724     # Default value:  !CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS 
1725     #     CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS == 1
1726     #   --> 0
1727     # Requires: !CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT
1728     #     CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT == 1
1729     #   --> 0
1730
1731     # The following properties are affected by this value
1732     # option CYGOPT_HAL_ARM_SYSCALL_GPROF_SUPPORT
1733     #     ActiveIf:  CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT || CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT 
1734     # component CYGBLD_BUILD_REDBOOT
1735     #     Requires: ! CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT
1736 };
1737
1738 # Include GDB multi-threading debug support
1739 # This option enables some extra HAL code which is needed
1740 # to support multi-threaded source level debugging.
1741 #
1742 cdl_option CYGDBG_HAL_DEBUG_GDB_THREAD_SUPPORT {
1743     # ActiveIf constraint:  CYGSEM_HAL_ROM_MONITOR || CYGDBG_KERNEL_DEBUG_GDB_THREAD_SUPPORT 
1744     #     CYGSEM_HAL_ROM_MONITOR == 1
1745     #     CYGDBG_KERNEL_DEBUG_GDB_THREAD_SUPPORT (unknown) == 0
1746     #   --> 1
1747
1748     # Flavor: bool
1749     # No user value, uncomment the following line to provide one.
1750     # user_value 1
1751     # value_source default
1752     # Default value: 1
1753
1754     # The following properties are affected by this value
1755     # option CYGHWR_HAL_ARM_ICE_THREAD_SUPPORT
1756     #     Requires: CYGDBG_HAL_DEBUG_GDB_THREAD_SUPPORT
1757     # option CYGBLD_BUILD_GDB_STUBS
1758     #     Requires: CYGDBG_HAL_DEBUG_GDB_THREAD_SUPPORT
1759     # option CYGBLD_BUILD_REDBOOT_WITH_THREADS
1760     #     Requires: CYGDBG_HAL_DEBUG_GDB_THREAD_SUPPORT
1761 };
1762
1763 # Number of times to retry sending a $O packet
1764 # This option controls the number of attempts that eCos programs
1765 # will make to send a $O packet to a host GDB process.  If it is
1766 # set non-zero, then the target process will attempt to resend the
1767 # $O packet data up to this number of retries.  Caution: use of
1768 # this option is not recommended as it can thoroughly confuse the
1769 # host GDB process.
1770 #
1771 cdl_option CYGNUM_HAL_DEBUG_GDB_PROTOCOL_RETRIES {
1772     # Flavor: data
1773     # No user value, uncomment the following line to provide one.
1774     # user_value 0
1775     # value_source default
1776     # Default value: 0
1777 };
1778
1779 # Timeout period for GDB packets
1780 # This option controls the time (in milliseconds) that eCos programs
1781 # will wait for a response when sending packets to a host GDB process.
1782 # If this time elapses, then the packet will be resent, up to some
1783 # maximum number of times (CYGNUM_HAL_DEBUG_GDB_PROTOCOL_RETRIES).
1784 #
1785 cdl_option CYGNUM_HAL_DEBUG_GDB_PROTOCOL_TIMEOUT {
1786     # Flavor: data
1787     # No user value, uncomment the following line to provide one.
1788     # user_value 500
1789     # value_source default
1790     # Default value: 500
1791 };
1792
1793 # <
1794 # ROM monitor support
1795 # Support for ROM monitors can be built in to your application. 
1796 # It may also be relevant to build your application as a ROM monitor
1797 # itself. Such options are contained here if relevant for your chosen
1798 # platform. The options and ROM monitors available to choose are
1799 # platform-dependent.
1800 #
1801 cdl_component CYGPKG_HAL_ROM_MONITOR {
1802     # There is no associated value.
1803
1804     # The following properties are affected by this value
1805 };
1806
1807 # >
1808 # Target has virtual vector support
1809 #
1810 cdl_interface CYGINT_HAL_VIRTUAL_VECTOR_SUPPORT {
1811     # Implemented by CYGPKG_HAL_ARM_XSCALE_TRITON_ETN_STK2, active, enabled
1812     # This value cannot be modified here.
1813     # Flavor: data
1814     # Current_value: 1
1815
1816     # The following properties are affected by this value
1817     # component CYGSEM_HAL_VIRTUAL_VECTOR_SUPPORT
1818     #     ActiveIf: CYGINT_HAL_VIRTUAL_VECTOR_SUPPORT
1819 };
1820
1821 # Target supports baud rate control via vectors
1822 # Whether this target supports the __COMMCTL_GETBAUD
1823 # and __COMMCTL_SETBAUD virtual vector comm control operations.
1824 #
1825 cdl_interface CYGINT_HAL_VIRTUAL_VECTOR_COMM_BAUD_SUPPORT {
1826     # Implemented by CYGPKG_HAL_ARM_XSCALE_TRITON_ETN_STK2, active, enabled
1827     # This value cannot be modified here.
1828     # Flavor: data
1829     # Current_value: 1
1830
1831     # The following properties are affected by this value
1832     # option CYGSEM_REDBOOT_VARIABLE_BAUD_RATE
1833     #     ActiveIf: CYGINT_HAL_VIRTUAL_VECTOR_COMM_BAUD_SUPPORT
1834 };
1835
1836 # Enable use of virtual vector calling interface
1837 # Virtual vector support allows the HAL to let the ROM
1838 # monitor handle certain operations. The virtual vector table
1839 # defines a calling interface between applications running in
1840 # RAM and the ROM monitor.
1841 #
1842 cdl_component CYGSEM_HAL_VIRTUAL_VECTOR_SUPPORT {
1843     # ActiveIf constraint: CYGINT_HAL_VIRTUAL_VECTOR_SUPPORT
1844     #     CYGINT_HAL_VIRTUAL_VECTOR_SUPPORT == 1
1845     #   --> 1
1846
1847     # Calculated value: 1
1848     # Flavor: bool
1849     # Current value: 1
1850
1851     # The following properties are affected by this value
1852     # component CYGBLD_BUILD_REDBOOT
1853     #     Requires: CYGSEM_HAL_VIRTUAL_VECTOR_SUPPORT
1854 };
1855
1856 # >
1857 # Inherit console settings from ROM monitor
1858 # When this option is set, the application will inherit
1859 # the console as set up by the ROM monitor. This means
1860 # that the application will use whatever channel and
1861 # mangling style was used by the ROM monitor when
1862 # the application was launched.
1863 #
1864 cdl_option CYGSEM_HAL_VIRTUAL_VECTOR_INHERIT_CONSOLE {
1865     # This option is not active
1866     # ActiveIf constraint: CYGSEM_HAL_USE_ROM_MONITOR
1867     #     CYGSEM_HAL_USE_ROM_MONITOR == 0
1868     #   --> 0
1869
1870     # Flavor: bool
1871     # No user value, uncomment the following line to provide one.
1872     # user_value 0
1873     # value_source default
1874     # Default value:  !CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS 
1875     #     CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS == 1
1876     #   --> 0
1877
1878     # The following properties are affected by this value
1879     # component CYGDBG_HAL_DIAG_TO_DEBUG_CHAN
1880     #     ActiveIf: !CYGSEM_HAL_VIRTUAL_VECTOR_INHERIT_CONSOLE
1881     # option CYGPRI_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_CONFIGURABLE
1882     #     Calculated:  !CYGSEM_HAL_VIRTUAL_VECTOR_INHERIT_CONSOLE  && !CYGDBG_HAL_DIAG_TO_DEBUG_CHAN 
1883 };
1884
1885 # Debug channel is configurable
1886 # This option is a configuration hint - it is enabled
1887 # when the HAL initialization code will make use
1888 # of the debug channel configuration option.
1889 #
1890 cdl_option CYGPRI_HAL_VIRTUAL_VECTOR_DEBUG_CHANNEL_CONFIGURABLE {
1891     # Calculated value:  CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS 
1892     #     CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS == 1
1893     # Flavor: bool
1894     # Current value: 1
1895 };
1896
1897 # Console channel is configurable
1898 # This option is a configuration hint - it is enabled
1899 # when the HAL initialization code will make use
1900 # of the console channel configuration option.
1901 #
1902 cdl_option CYGPRI_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_CONFIGURABLE {
1903     # Calculated value:  !CYGSEM_HAL_VIRTUAL_VECTOR_INHERIT_CONSOLE  && !CYGDBG_HAL_DIAG_TO_DEBUG_CHAN 
1904     #     CYGSEM_HAL_VIRTUAL_VECTOR_INHERIT_CONSOLE == 0
1905     #     CYGDBG_HAL_DIAG_TO_DEBUG_CHAN == 0
1906     # Flavor: bool
1907     # Current value: 1
1908 };
1909
1910 # Initialize whole of virtual vector table
1911 # This option will cause the whole of the virtual
1912 # vector table to be initialized with dummy values on
1913 # startup. When this option is enabled, all the
1914 # options below must also be enabled - or the
1915 # table would be empty when the application
1916 # launches.
1917 # On targets where older ROM monitors without
1918 # virtual vector support may still be in use, it is
1919 # necessary for RAM applictions to initialize the
1920 # table (since all HAL diagnostics and debug IO
1921 # happens via the table).
1922 #
1923 cdl_option CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE {
1924     # Flavor: bool
1925     user_value 1
1926     # value_source user
1927     # Default value:  CYG_HAL_STARTUP != "RAM" || !CYGSEM_HAL_USE_ROM_MONITOR 
1928     #     CYG_HAL_STARTUP == ROM
1929     #     CYGSEM_HAL_USE_ROM_MONITOR == 0
1930     #   --> 1
1931     # Requires: CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_RESET
1932     #     CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_RESET == 1
1933     #   --> 1
1934     # Requires: CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DELAY_US
1935     #     CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DELAY_US == 1
1936     #   --> 1
1937     # Requires: CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_CACHE
1938     #     CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_CACHE == 1
1939     #   --> 1
1940     # Requires: CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DATA
1941     #     CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DATA == 1
1942     #   --> 1
1943     # Requires: CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS
1944     #     CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS == 1
1945     #   --> 1
1946
1947     # The following properties are affected by this value
1948     # option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT
1949     #     ActiveIf: !CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE
1950     # option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_RESET
1951     #     DefaultValue:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT 
1952     # option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_VERSION
1953     #     DefaultValue:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE 
1954     # option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DELAY_US
1955     #     DefaultValue:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT 
1956     # option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_CACHE
1957     #     DefaultValue:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT 
1958     # option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DATA
1959     #     DefaultValue:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT 
1960     # option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS
1961     #     DefaultValue:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS 
1962 };
1963
1964 # Claim virtual vector table entries by default
1965 # By default most virtual vectors will be claimed by
1966 # RAM startup configurations, meaning that the RAM
1967 # application will provide the services. The
1968 # exception is COMMS support (HAL
1969 # diagnostics/debugging IO) which is left in the
1970 # control of the ROM monitor.
1971 # The reasoning behind this is to get as much of the
1972 # code exercised during regular development so it
1973 # is known to be working the few times a new ROM
1974 # monitor or a ROM production configuration is used
1975 # - COMMS are excluded only by necessity in order to
1976 # avoid breaking an existing debugger connections
1977 # (there may be ways around this).
1978 # For production RAM configurations this option can
1979 # be switched off, causing the appliction to rely on
1980 # the ROM monitor for these services, thus
1981 # saving some space.
1982 # Individual vectors may also be left unclaimed,
1983 # controlled by the below options (meaning that the
1984 # associated service provided by the ROM monitor
1985 # will be used).
1986 #
1987 cdl_option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT {
1988     # This option is not active
1989     # ActiveIf constraint: !CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE
1990     #     CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE == 1
1991     #   --> 0
1992
1993     # Flavor: bool
1994     # No user value, uncomment the following line to provide one.
1995     # user_value 1
1996     # value_source default
1997     # Default value: 1
1998
1999     # The following properties are affected by this value
2000     # option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_RESET
2001     #     DefaultValue:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT 
2002     # option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DELAY_US
2003     #     DefaultValue:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT 
2004     # option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_CACHE
2005     #     DefaultValue:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT 
2006     # option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DATA
2007     #     DefaultValue:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT 
2008 };
2009
2010 # Claim reset virtual vectors
2011 # This option will cause the reset and kill_by_reset
2012 # virtual vectors to be claimed.
2013 #
2014 cdl_option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_RESET {
2015     # Flavor: bool
2016     user_value 1
2017     # value_source user
2018     # Default value:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT 
2019     #     CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE == 1
2020     #     CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT == 0
2021     #   --> 1
2022
2023     # The following properties are affected by this value
2024     # option CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE
2025     #     Requires: CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_RESET
2026 };
2027
2028 # Claim version virtual vectors
2029 # This option will cause the version
2030 # virtual vectors to be claimed.
2031 #
2032 cdl_option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_VERSION {
2033     # Flavor: bool
2034     user_value 1
2035     # value_source user
2036     # Default value:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE 
2037     #     CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE == 1
2038     #   --> 1
2039 };
2040
2041 # Claim delay_us virtual vector
2042 # This option will cause the delay_us
2043 # virtual vector to be claimed.
2044 #
2045 cdl_option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DELAY_US {
2046     # Flavor: bool
2047     user_value 1
2048     # value_source user
2049     # Default value:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT 
2050     #     CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE == 1
2051     #     CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT == 0
2052     #   --> 1
2053
2054     # The following properties are affected by this value
2055     # option CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE
2056     #     Requires: CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DELAY_US
2057 };
2058
2059 # Claim cache virtual vectors
2060 # This option will cause the cache virtual vectors
2061 # to be claimed.
2062 #
2063 cdl_option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_CACHE {
2064     # Flavor: bool
2065     user_value 1
2066     # value_source user
2067     # Default value:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT 
2068     #     CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE == 1
2069     #     CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT == 0
2070     #   --> 1
2071
2072     # The following properties are affected by this value
2073     # option CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE
2074     #     Requires: CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_CACHE
2075 };
2076
2077 # Claim data virtual vectors
2078 # This option will cause the data virtual vectors
2079 # to be claimed. At present there is only one, used
2080 # by the RedBoot ethernet driver to share diag output.
2081 #
2082 cdl_option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DATA {
2083     # Flavor: bool
2084     user_value 1
2085     # value_source user
2086     # Default value:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT 
2087     #     CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE == 1
2088     #     CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT == 0
2089     #   --> 1
2090
2091     # The following properties are affected by this value
2092     # option CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE
2093     #     Requires: CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DATA
2094 };
2095
2096 # Claim comms virtual vectors
2097 # This option will cause the communication tables
2098 # that are part of the virtual vectors mechanism to
2099 # be claimed. Note that doing this may cause an
2100 # existing ROM monitor communication connection to
2101 # be closed. For this reason, the option is disabled
2102 # per default for normal application
2103 # configurations.
2104 #
2105 cdl_option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS {
2106     # Flavor: bool
2107     user_value 1
2108     # value_source user
2109     # Default value:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS 
2110     #     CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE == 1
2111     #     CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS == 1
2112     #   --> 1
2113
2114     # The following properties are affected by this value
2115     # option CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
2116     #     Requires:  !CYGSEM_HAL_VIRTUAL_VECTOR_DIAG  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS 
2117     # option CYGSEM_HAL_VIRTUAL_VECTOR_INHERIT_CONSOLE
2118     #     DefaultValue:  !CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS 
2119     # option CYGPRI_HAL_VIRTUAL_VECTOR_DEBUG_CHANNEL_CONFIGURABLE
2120     #     Calculated:  CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS 
2121     # option CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE
2122     #     Requires: CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS
2123 };
2124
2125 # Do diagnostic IO via virtual vector table
2126 # All HAL IO happens via the virtual vector table / comm
2127 # tables when those tables are supported by the HAL.
2128 # If so desired, the low-level IO functions can
2129 # still be provided by the RAM application by
2130 # enabling the CLAIM_COMMS option.
2131 #
2132 cdl_option CYGSEM_HAL_VIRTUAL_VECTOR_DIAG {
2133     # Calculated value: 1
2134     # Flavor: bool
2135     # Current value: 1
2136
2137     # The following properties are affected by this value
2138     # component CYGDBG_HAL_DIAG_TO_DEBUG_CHAN
2139     #     ActiveIf:  CYGPKG_HAL_ARM || CYGPKG_HAL_POWERPC_MPC8xx  || CYGPKG_HAL_V85X_V850 || CYGSEM_HAL_VIRTUAL_VECTOR_DIAG 
2140     # option CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
2141     #     Requires:  !CYGSEM_HAL_VIRTUAL_VECTOR_DIAG  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS 
2142 };
2143
2144 # <
2145 # Behave as a ROM monitor
2146 # Enable this option if this program is to be used as a ROM monitor,
2147 # i.e. applications will be loaded into RAM on the board, and this
2148 # ROM monitor may process exceptions or interrupts generated from the
2149 # application. This enables features such as utilizing a separate
2150 # interrupt stack when exceptions are generated.
2151 #
2152 cdl_option CYGSEM_HAL_ROM_MONITOR {
2153     # Flavor: bool
2154     user_value 1
2155     # value_source user
2156     # Default value: 1
2157     # Requires:  CYG_HAL_STARTUP == "ROM" 
2158     #     CYG_HAL_STARTUP == ROM
2159     #   --> 1
2160
2161     # The following properties are affected by this value
2162     # option CYGBLD_BUILD_GDB_STUBS
2163     #     Requires: CYGSEM_HAL_ROM_MONITOR
2164     # option CYGBLD_ARM_ENABLE_THUMB_INTERWORK
2165     #     DefaultValue:  (CYGHWR_THUMB || CYGSEM_HAL_ROM_MONITOR) 
2166     # option CYGDBG_HAL_DEBUG_GDB_THREAD_SUPPORT
2167     #     ActiveIf:  CYGSEM_HAL_ROM_MONITOR || CYGDBG_KERNEL_DEBUG_GDB_THREAD_SUPPORT 
2168     # option CYGPRI_REDBOOT_ROM_MONITOR
2169     #     Requires: CYGSEM_HAL_ROM_MONITOR
2170 };
2171
2172 # Work with a ROM monitor
2173 # Support can be enabled for different varieties of ROM monitor.
2174 # This support changes various eCos semantics such as the encoding
2175 # of diagnostic output, or the overriding of hardware interrupt
2176 # vectors.
2177 # Firstly there is "Generic" support which prevents the HAL
2178 # from overriding the hardware vectors that it does not use, to
2179 # instead allow an installed ROM monitor to handle them. This is
2180 # the most basic support which is likely to be common to most
2181 # implementations of ROM monitor.
2182 # "GDB_stubs" provides support when GDB stubs are included in
2183 # the ROM monitor or boot ROM.
2184 #
2185 cdl_option CYGSEM_HAL_USE_ROM_MONITOR {
2186     # Flavor: booldata
2187     user_value 0 0
2188     # value_source user
2189     # Default value:  CYG_HAL_STARTUP == "RAM" ? "GDB_stubs" : 0 
2190     #     CYG_HAL_STARTUP == ROM
2191     #   --> 0 0
2192     # Legal values:  "Generic" "GDB_stubs" 
2193     # Requires:  CYG_HAL_STARTUP == "RAM" 
2194     #     CYG_HAL_STARTUP == ROM
2195     #   --> 0
2196
2197     # The following properties are affected by this value
2198     # option CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
2199     #     Requires: ! CYGSEM_HAL_USE_ROM_MONITOR
2200     # option CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT
2201     #     ActiveIf:  CYGSEM_HAL_USE_ROM_MONITOR || CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS 
2202     # option CYGSEM_HAL_VIRTUAL_VECTOR_INHERIT_CONSOLE
2203     #     ActiveIf: CYGSEM_HAL_USE_ROM_MONITOR
2204     # option CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE
2205     #     DefaultValue:  CYG_HAL_STARTUP != "RAM" || !CYGSEM_HAL_USE_ROM_MONITOR 
2206 };
2207
2208 # <
2209 # Platform defined I/O channels.
2210 # Platforms which provide additional I/O channels can implement
2211 # this interface, indicating that the function plf_if_init()
2212 # needs to be called.
2213 #
2214 cdl_interface CYGINT_HAL_PLF_IF_INIT {
2215     # No options implement this inferface
2216     # This value cannot be modified here.
2217     # Flavor: data
2218     # Current_value: 0
2219 };
2220
2221 # Platform IDE I/O support.
2222 # Platforms which provide IDE controllers can implement
2223 # this interface, indicating that IDE I/O macros are
2224 # available.
2225 #
2226 cdl_interface CYGINT_HAL_PLF_IF_IDE {
2227     # Implemented by CYGPKG_HAL_ARM_XSCALE_TRITON_ETN_STK2, active, enabled
2228     # This value cannot be modified here.
2229     # Flavor: data
2230     # Current_value: 1
2231
2232     # The following properties are affected by this value
2233     # component CYGPKG_REDBOOT_DISK
2234     #     ActiveIf:  CYGINT_HAL_PLF_IF_IDE != 0 
2235 };
2236
2237 # File I/O operations via GDB
2238 # This option enables support for various file I/O
2239 # operations using the GDB remote protocol to communicate
2240 # with GDB. The operations are then performed on the
2241 # debugging host by proxy. These operations are only
2242 # currently available by using a system call interface
2243 # to RedBoot. This may change in the future.
2244 #
2245 cdl_option CYGPKG_HAL_GDB_FILEIO {
2246     # This option is not active
2247     # ActiveIf constraint: CYGSEM_REDBOOT_BSP_SYSCALLS
2248     #     CYGSEM_REDBOOT_BSP_SYSCALLS == 0
2249     #   --> 0
2250
2251     # Flavor: bool
2252     # No user value, uncomment the following line to provide one.
2253     # user_value 0
2254     # value_source default
2255     # Default value: 0
2256     # Requires: CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
2257     #     CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS == 1
2258     #   --> 1
2259 };
2260
2261 # Build Compiler sanity checking tests
2262 # Enabling this option causes compiler tests to be built.
2263 #
2264 cdl_option CYGPKG_HAL_BUILD_COMPILER_TESTS {
2265     # Flavor: bool
2266     # No user value, uncomment the following line to provide one.
2267     # user_value 0
2268     # value_source default
2269     # Default value: 0
2270
2271     # The following properties are affected by this value
2272     # component CYGPKG_HAL_TESTS
2273     #     Calculated:   "tests/context tests/basic"
2274     #                           . ((!CYGINT_HAL_TESTS_NO_CACHES) ? " tests/cache" : "")
2275     #                           . ((CYGPKG_HAL_BUILD_COMPILER_TESTS) ? " tests/cpp1 tests/vaargs" : "")
2276     #                           . ((!CYGVAR_KERNEL_COUNTERS_CLOCK) ?   " tests/intr" : "") 
2277 };
2278
2279 # Common HAL tests
2280 # This option specifies the set of tests for the common HAL.
2281 #
2282 cdl_component CYGPKG_HAL_TESTS {
2283     # Calculated value:   "tests/context tests/basic"
2284     #                           . ((!CYGINT_HAL_TESTS_NO_CACHES) ? " tests/cache" : "")
2285     #                           . ((CYGPKG_HAL_BUILD_COMPILER_TESTS) ? " tests/cpp1 tests/vaargs" : "")
2286     #                           . ((!CYGVAR_KERNEL_COUNTERS_CLOCK) ?   " tests/intr" : "") 
2287     #     CYGINT_HAL_TESTS_NO_CACHES == 0
2288     #     CYGPKG_HAL_BUILD_COMPILER_TESTS == 0
2289     #     CYGVAR_KERNEL_COUNTERS_CLOCK (unknown) == 0
2290     # Flavor: data
2291     # Current_value: tests/context tests/basic tests/cache tests/intr
2292 };
2293
2294 # >
2295 # Interface for cache presence
2296 # Some architectures and/or platforms do not have caches. By
2297 # implementing this interface, these can disable the various
2298 # cache-related tests.
2299 #
2300 cdl_interface CYGINT_HAL_TESTS_NO_CACHES {
2301     # No options implement this inferface
2302     # This value cannot be modified here.
2303     # Flavor: booldata
2304     # Current value: 0 0
2305
2306     # The following properties are affected by this value
2307     # component CYGPKG_HAL_TESTS
2308     #     Calculated:   "tests/context tests/basic"
2309     #                           . ((!CYGINT_HAL_TESTS_NO_CACHES) ? " tests/cache" : "")
2310     #                           . ((CYGPKG_HAL_BUILD_COMPILER_TESTS) ? " tests/cpp1 tests/vaargs" : "")
2311     #                           . ((!CYGVAR_KERNEL_COUNTERS_CLOCK) ?   " tests/intr" : "") 
2312 };
2313
2314 # <
2315 # ARM architecture
2316 # The ARM architecture HAL package provides generic
2317 # support for this processor architecture. It is also
2318 # necessary to select a specific target platform HAL
2319 # package.
2320 #
2321 cdl_package CYGPKG_HAL_ARM {
2322     # Packages cannot be added or removed, nor can their version be changed,
2323     # simply by editing their value. Instead the appropriate configuration
2324     # should be used to perform these actions.
2325
2326     # This value cannot be modified here.
2327     # Flavor: booldata
2328     # Current value: 1 current
2329
2330     # The following properties are affected by this value
2331     # component CYGDBG_HAL_DIAG_TO_DEBUG_CHAN
2332     #     ActiveIf:  CYGPKG_HAL_ARM || CYGPKG_HAL_POWERPC_MPC8xx  || CYGPKG_HAL_V85X_V850 || CYGSEM_HAL_VIRTUAL_VECTOR_DIAG 
2333     # interface CYGINT_REDBOOT_ARM_FLASH_SIB_SUPPORTED
2334     #     ActiveIf: CYGPKG_HAL_ARM
2335 };
2336
2337 # >
2338 # The CPU architecture supports THUMB mode
2339 #
2340 cdl_interface CYGINT_HAL_ARM_THUMB_ARCH {
2341     # No options implement this inferface
2342     # This value cannot be modified here.
2343     # Flavor: data
2344     # Current_value: 0
2345
2346     # The following properties are affected by this value
2347     # option CYGHWR_THUMB
2348     #     ActiveIf:  CYGINT_HAL_ARM_THUMB_ARCH != 0 
2349     # option CYGBLD_ARM_ENABLE_THUMB_INTERWORK
2350     #     ActiveIf:  CYGINT_HAL_ARM_THUMB_ARCH != 0 
2351 };
2352
2353 # Enable Thumb instruction set
2354 # Enable use of the Thumb instruction set.
2355 #
2356 cdl_option CYGHWR_THUMB {
2357     # This option is not active
2358     # ActiveIf constraint:  CYGINT_HAL_ARM_THUMB_ARCH != 0 
2359     #     CYGINT_HAL_ARM_THUMB_ARCH == 0
2360     #   --> 0
2361
2362     # Flavor: bool
2363     # No user value, uncomment the following line to provide one.
2364     # user_value 0
2365     # value_source default
2366     # Default value: 0
2367
2368     # The following properties are affected by this value
2369     # option CYGBLD_ARM_ENABLE_THUMB_INTERWORK
2370     #     DefaultValue:  (CYGHWR_THUMB || CYGSEM_HAL_ROM_MONITOR) 
2371 };
2372
2373 # Enable Thumb interworking compiler option
2374 # This option controls the use of -mthumb-interwork in the
2375 # compiler flags. It defaults enabled in Thumb or ROM monitor
2376 # configurations, but can be overridden for reduced memory
2377 # footprint where interworking is not a requirement.
2378 #
2379 cdl_option CYGBLD_ARM_ENABLE_THUMB_INTERWORK {
2380     # This option is not active
2381     # ActiveIf constraint:  CYGINT_HAL_ARM_THUMB_ARCH != 0 
2382     #     CYGINT_HAL_ARM_THUMB_ARCH == 0
2383     #   --> 0
2384
2385     # Flavor: bool
2386     user_value 0
2387     # value_source user
2388     # Default value:  (CYGHWR_THUMB || CYGSEM_HAL_ROM_MONITOR) 
2389     #     CYGHWR_THUMB == 0
2390     #     CYGSEM_HAL_ROM_MONITOR == 1
2391     #   --> 1
2392 };
2393
2394 # The platform and architecture supports Big Endian operation
2395 #
2396 cdl_interface CYGINT_HAL_ARM_BIGENDIAN {
2397     # No options implement this inferface
2398     # This value cannot be modified here.
2399     # Flavor: data
2400     # Current_value: 0
2401
2402     # The following properties are affected by this value
2403     # option CYGHWR_HAL_ARM_BIGENDIAN
2404     #     ActiveIf:  CYGINT_HAL_ARM_BIGENDIAN != 0 
2405 };
2406
2407 # Use big-endian mode
2408 # Use the CPU in big-endian mode.
2409 #
2410 cdl_option CYGHWR_HAL_ARM_BIGENDIAN {
2411     # This option is not active
2412     # ActiveIf constraint:  CYGINT_HAL_ARM_BIGENDIAN != 0 
2413     #     CYGINT_HAL_ARM_BIGENDIAN == 0
2414     #   --> 0
2415
2416     # Flavor: bool
2417     # No user value, uncomment the following line to provide one.
2418     # user_value 0
2419     # value_source default
2420     # Default value: 0
2421 };
2422
2423 # The platform uses a processor with an ARM7 core
2424 #
2425 cdl_interface CYGINT_HAL_ARM_ARCH_ARM7 {
2426     # No options implement this inferface
2427     # This value cannot be modified here.
2428     # Flavor: data
2429     # Current_value: 0
2430
2431     # The following properties are affected by this value
2432     # option CYGHWR_HAL_ARM_CPU_FAMILY
2433     #     LegalValues:  (CYGINT_HAL_ARM_ARCH_ARM7 != 0) ? "ARM7" : ""
2434     #                             (CYGINT_HAL_ARM_ARCH_ARM9 != 0) ? "ARM9" : ""
2435     #                             (CYGINT_HAL_ARM_ARCH_STRONGARM != 0) ? "StrongARM" : ""
2436     #                             (CYGINT_HAL_ARM_ARCH_XSCALE != 0) ? "XScale" : ""
2437     #                             "" 
2438     # option CYGHWR_HAL_ARM_CPU_FAMILY
2439     #     DefaultValue:  (CYGINT_HAL_ARM_ARCH_ARM7 != 0) ? "ARM7" : 
2440     #                              (CYGINT_HAL_ARM_ARCH_ARM9 != 0) ? "ARM9" : 
2441     #                              (CYGINT_HAL_ARM_ARCH_STRONGARM != 0) ? "StrongARM" : 
2442     #                              (CYGINT_HAL_ARM_ARCH_XSCALE != 0) ? "XScale" :
2443     #                              "unknown" 
2444 };
2445
2446 # The platform uses a processor with an ARM9 core
2447 #
2448 cdl_interface CYGINT_HAL_ARM_ARCH_ARM9 {
2449     # No options implement this inferface
2450     # This value cannot be modified here.
2451     # Flavor: data
2452     # Current_value: 0
2453
2454     # The following properties are affected by this value
2455     # option CYGHWR_HAL_ARM_CPU_FAMILY
2456     #     LegalValues:  (CYGINT_HAL_ARM_ARCH_ARM7 != 0) ? "ARM7" : ""
2457     #                             (CYGINT_HAL_ARM_ARCH_ARM9 != 0) ? "ARM9" : ""
2458     #                             (CYGINT_HAL_ARM_ARCH_STRONGARM != 0) ? "StrongARM" : ""
2459     #                             (CYGINT_HAL_ARM_ARCH_XSCALE != 0) ? "XScale" : ""
2460     #                             "" 
2461     # option CYGHWR_HAL_ARM_CPU_FAMILY
2462     #     DefaultValue:  (CYGINT_HAL_ARM_ARCH_ARM7 != 0) ? "ARM7" : 
2463     #                              (CYGINT_HAL_ARM_ARCH_ARM9 != 0) ? "ARM9" : 
2464     #                              (CYGINT_HAL_ARM_ARCH_STRONGARM != 0) ? "StrongARM" : 
2465     #                              (CYGINT_HAL_ARM_ARCH_XSCALE != 0) ? "XScale" :
2466     #                              "unknown" 
2467 };
2468
2469 # The platform uses a processor with a StrongARM core
2470 #
2471 cdl_interface CYGINT_HAL_ARM_ARCH_STRONGARM {
2472     # No options implement this inferface
2473     # This value cannot be modified here.
2474     # Flavor: data
2475     # Current_value: 0
2476
2477     # The following properties are affected by this value
2478     # option CYGHWR_HAL_ARM_CPU_FAMILY
2479     #     LegalValues:  (CYGINT_HAL_ARM_ARCH_ARM7 != 0) ? "ARM7" : ""
2480     #                             (CYGINT_HAL_ARM_ARCH_ARM9 != 0) ? "ARM9" : ""
2481     #                             (CYGINT_HAL_ARM_ARCH_STRONGARM != 0) ? "StrongARM" : ""
2482     #                             (CYGINT_HAL_ARM_ARCH_XSCALE != 0) ? "XScale" : ""
2483     #                             "" 
2484     # option CYGHWR_HAL_ARM_CPU_FAMILY
2485     #     DefaultValue:  (CYGINT_HAL_ARM_ARCH_ARM7 != 0) ? "ARM7" : 
2486     #                              (CYGINT_HAL_ARM_ARCH_ARM9 != 0) ? "ARM9" : 
2487     #                              (CYGINT_HAL_ARM_ARCH_STRONGARM != 0) ? "StrongARM" : 
2488     #                              (CYGINT_HAL_ARM_ARCH_XSCALE != 0) ? "XScale" :
2489     #                              "unknown" 
2490 };
2491
2492 # The platform uses a processor with a XScale core
2493 #
2494 cdl_interface CYGINT_HAL_ARM_ARCH_XSCALE {
2495     # Implemented by CYGPKG_HAL_ARM_XSCALE_TRITON_ETN_STK2, active, enabled
2496     # This value cannot be modified here.
2497     # Flavor: data
2498     # Current_value: 1
2499
2500     # The following properties are affected by this value
2501     # option CYGHWR_HAL_ARM_CPU_FAMILY
2502     #     LegalValues:  (CYGINT_HAL_ARM_ARCH_ARM7 != 0) ? "ARM7" : ""
2503     #                             (CYGINT_HAL_ARM_ARCH_ARM9 != 0) ? "ARM9" : ""
2504     #                             (CYGINT_HAL_ARM_ARCH_STRONGARM != 0) ? "StrongARM" : ""
2505     #                             (CYGINT_HAL_ARM_ARCH_XSCALE != 0) ? "XScale" : ""
2506     #                             "" 
2507     # option CYGHWR_HAL_ARM_CPU_FAMILY
2508     #     DefaultValue:  (CYGINT_HAL_ARM_ARCH_ARM7 != 0) ? "ARM7" : 
2509     #                              (CYGINT_HAL_ARM_ARCH_ARM9 != 0) ? "ARM9" : 
2510     #                              (CYGINT_HAL_ARM_ARCH_STRONGARM != 0) ? "StrongARM" : 
2511     #                              (CYGINT_HAL_ARM_ARCH_XSCALE != 0) ? "XScale" :
2512     #                              "unknown" 
2513 };
2514
2515 # ARM CPU family
2516 # It is possible to optimize code for different
2517 # ARM CPU families. This option selects which CPU to
2518 # optimize for on boards that support multiple CPU types.
2519 #
2520 cdl_option CYGHWR_HAL_ARM_CPU_FAMILY {
2521     # Flavor: data
2522     # No user value, uncomment the following line to provide one.
2523     # user_value XScale
2524     # value_source default
2525     # Default value:  (CYGINT_HAL_ARM_ARCH_ARM7 != 0) ? "ARM7" : 
2526     #                              (CYGINT_HAL_ARM_ARCH_ARM9 != 0) ? "ARM9" : 
2527     #                              (CYGINT_HAL_ARM_ARCH_STRONGARM != 0) ? "StrongARM" : 
2528     #                              (CYGINT_HAL_ARM_ARCH_XSCALE != 0) ? "XScale" :
2529     #                              "unknown" 
2530     #     CYGINT_HAL_ARM_ARCH_ARM7 == 0
2531     #     CYGINT_HAL_ARM_ARCH_ARM9 == 0
2532     #     CYGINT_HAL_ARM_ARCH_STRONGARM == 0
2533     #     CYGINT_HAL_ARM_ARCH_XSCALE == 1
2534     #   --> XScale
2535     # Legal values:  (CYGINT_HAL_ARM_ARCH_ARM7 != 0) ? "ARM7" : ""
2536     #                             (CYGINT_HAL_ARM_ARCH_ARM9 != 0) ? "ARM9" : ""
2537     #                             (CYGINT_HAL_ARM_ARCH_STRONGARM != 0) ? "StrongARM" : ""
2538     #                             (CYGINT_HAL_ARM_ARCH_XSCALE != 0) ? "XScale" : ""
2539     #                             "" 
2540     #     CYGINT_HAL_ARM_ARCH_ARM7 == 0
2541     #     CYGINT_HAL_ARM_ARCH_ARM9 == 0
2542     #     CYGINT_HAL_ARM_ARCH_STRONGARM == 0
2543     #     CYGINT_HAL_ARM_ARCH_XSCALE == 1
2544 };
2545
2546 # Provide diagnostic dump for exceptions
2547 # Print messages about hardware exceptions, including
2548 # raw exception frame dump and register contents.
2549 #
2550 cdl_option CYGHWR_HAL_ARM_DUMP_EXCEPTIONS {
2551     # Flavor: bool
2552     # No user value, uncomment the following line to provide one.
2553     # user_value 0
2554     # value_source default
2555     # Default value: 0
2556     # Requires: !CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
2557     #     CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS == 1
2558     #   --> 0
2559 };
2560
2561 # Process all exceptions with the eCos application
2562 # Normal RAM-based programs which do not include GDB stubs 
2563 # defer processing of the illegal instruction exception to GDB.
2564 # Setting this options allows the program to explicitly handle
2565 # the illegal instruction exception itself.  Note: this will
2566 # prevent the use of GDB to debug the application as breakpoints
2567 # will no longer work.
2568 #
2569 cdl_option CYGIMP_HAL_PROCESS_ALL_EXCEPTIONS {
2570     # Flavor: bool
2571     # No user value, uncomment the following line to provide one.
2572     # user_value 0
2573     # value_source default
2574     # Default value: 0
2575 };
2576
2577 # Support GDB thread operations via ICE/Multi-ICE
2578 # Allow GDB to get thread information via the ICE/Multi-ICE
2579 # connection.
2580 #
2581 cdl_option CYGHWR_HAL_ARM_ICE_THREAD_SUPPORT {
2582     # Flavor: bool
2583     # No user value, uncomment the following line to provide one.
2584     # user_value 0
2585     # value_source default
2586     # Default value: 0
2587     # Requires: CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
2588     #     CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS == 1
2589     #   --> 1
2590     # Requires: CYGDBG_HAL_DEBUG_GDB_THREAD_SUPPORT
2591     #     CYGDBG_HAL_DEBUG_GDB_THREAD_SUPPORT == 1
2592     #   --> 1
2593     # Requires: CYGDBG_KERNEL_DEBUG_GDB_THREAD_SUPPORT
2594     #     CYGDBG_KERNEL_DEBUG_GDB_THREAD_SUPPORT (unknown) == 0
2595     #   --> 0
2596 };
2597
2598 # Support for 'gprof' callbacks
2599 # The ARM HAL provides the macro for 'gprof' callbacks from RedBoot
2600 # to acquire the interrupt-context PC and SP, when this option is
2601 # active.
2602 #
2603 cdl_option CYGOPT_HAL_ARM_SYSCALL_GPROF_SUPPORT {
2604     # This option is not active
2605     # ActiveIf constraint: CYGSEM_REDBOOT_BSP_SYSCALLS
2606     #     CYGSEM_REDBOOT_BSP_SYSCALLS == 0
2607     #   --> 0
2608     # ActiveIf constraint:  CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT || CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT 
2609     #     CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT == 0
2610     #     CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT == 1
2611     #   --> 1
2612
2613     # Calculated value: 1
2614     # Flavor: bool
2615     # Current value: 1
2616 };
2617
2618 # Linker script
2619 #
2620 cdl_option CYGBLD_LINKER_SCRIPT {
2621     # Calculated value:  "src/arm.ld" 
2622     # Flavor: data
2623     # Current_value: src/arm.ld
2624 };
2625
2626 # Implementations of hal_arm_mem_real_region_top()
2627 #
2628 cdl_interface CYGINT_HAL_ARM_MEM_REAL_REGION_TOP {
2629     # No options implement this inferface
2630     # This value cannot be modified here.
2631     # Flavor: data
2632     # Current_value: 0
2633 };
2634
2635 # Karo Triton XScale evaluation boards
2636 # The TRITON_ETN_STK2 HAL package provides the support needed to run
2637 # eCos on a Karo TRITON ETN board located on a Starter Kit II.
2638 #
2639 cdl_package CYGPKG_HAL_ARM_XSCALE_TRITON_ETN_STK2 {
2640     # Packages cannot be added or removed, nor can their version be changed,
2641     # simply by editing their value. Instead the appropriate configuration
2642     # should be used to perform these actions.
2643
2644     # This value cannot be modified here.
2645     # Flavor: booldata
2646     # Current value: 1 current
2647 };
2648
2649 # >
2650 # Startup type
2651 # When targetting the KARO TRITON eval board it is possible to build
2652 # the system for either RAM bootstrap or ROM bootstrap(s). Select
2653 # 'ram' when building programs to load into RAM using onboard
2654 # debug software such as Angel or eCos GDB stubs.  Select 'rom'
2655 # when building a stand-alone application which will be put
2656 # into ROM.  Selection of 'stubs' is for the special case of
2657 # building the eCos GDB stubs themselves.
2658 #
2659 cdl_component CYG_HAL_STARTUP {
2660     # Flavor: data
2661     user_value ROM
2662     # value_source user
2663     # Default value: RAM
2664     # Legal values: "RAM" "ROM"
2665
2666     # The following properties are affected by this value
2667     # option CYGBLD_BUILD_GDB_STUBS
2668     #     Requires:  CYG_HAL_STARTUP == "ROM" 
2669     # component CYGHWR_MEMORY_LAYOUT
2670     #     Calculated:  CYG_HAL_STARTUP == "RAM" ?       "arm_xscale_triton_ram" :  CYGSEM_HAL_ARM_XSCALE_TRITON_ARMBOOT ? "arm_xscale_triton_roma" :  "arm_xscale_triton_rom" 
2671     # option CYGHWR_MEMORY_LAYOUT_LDI
2672     #     Calculated:  CYG_HAL_STARTUP == "RAM" ? "<pkgconf/mlt_arm_xscale_triton_stk_ram.ldi>" :  CYGSEM_HAL_ARM_XSCALE_TRITON_ARMBOOT ? "<pkgconf/mlt_arm_xscale_triton_stk_roma.ldi>" :  "<pkgconf/mlt_arm_xscale_triton_stk_rom.ldi>" 
2673     # option CYGHWR_MEMORY_LAYOUT_H
2674     #     Calculated:  CYG_HAL_STARTUP == "RAM" ? "<pkgconf/mlt_arm_xscale_triton_stk_ram.h>" :  CYGSEM_HAL_ARM_XSCALE_TRITON_ARMBOOT ? "<pkgconf/mlt_arm_xscale_triton_stk_roma.h>" :  "<pkgconf/mlt_arm_xscale_triton_stk_rom.h>" 
2675     # option CYGSEM_HAL_ROM_MONITOR
2676     #     Requires:  CYG_HAL_STARTUP == "ROM" 
2677     # option CYGSEM_HAL_USE_ROM_MONITOR
2678     #     DefaultValue:  CYG_HAL_STARTUP == "RAM" ? "GDB_stubs" : 0 
2679     # option CYGSEM_HAL_USE_ROM_MONITOR
2680     #     Requires:  CYG_HAL_STARTUP == "RAM" 
2681     # option CYGSEM_HAL_INSTALL_MMU_TABLES
2682     #     DefaultValue:  CYG_HAL_STARTUP != "RAM" 
2683     # component CYGDBG_HAL_DIAG_TO_DEBUG_CHAN
2684     #     DefaultValue:  (CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS  || CYG_HAL_STARTUP == "RAM") ? 1 : 0
2685     # option CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE
2686     #     DefaultValue:  CYG_HAL_STARTUP != "RAM" || !CYGSEM_HAL_USE_ROM_MONITOR 
2687     # option CYGBLD_BUILD_REDBOOT_WITH_THREADS
2688     #     ActiveIf:  CYG_HAL_STARTUP != "RAM" 
2689     # option CYGPRI_REDBOOT_ROM_MONITOR
2690     #     ActiveIf:  CYG_HAL_STARTUP == "ROM" || CYG_HAL_STARTUP == "ROMRAM" 
2691     # option CYGPRI_REDBOOT_ROM_MONITOR
2692     #     ActiveIf:  CYG_HAL_STARTUP == "ROM" || CYG_HAL_STARTUP == "ROMRAM" 
2693 };
2694
2695 # Coexist with ARM bootloader
2696 # Enable this option if the ARM bootloader is programmed into
2697 # the FLASH boot sector on the board.
2698 #
2699 cdl_option CYGSEM_HAL_ARM__XSCALE_TRITON_ARMBOOT {
2700     # Flavor: bool
2701     # No user value, uncomment the following line to provide one.
2702     # user_value 0
2703     # value_source default
2704     # Default value: 0
2705 };
2706
2707 # Default console channel.
2708 #
2709 cdl_option CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_DEFAULT {
2710     # Calculated value: 0
2711     # Flavor: data
2712     # Current_value: 0
2713     # Legal values: 0 to CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS-1
2714     #     CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS == 1
2715 };
2716
2717 # Number of communication channels on the board
2718 #
2719 cdl_option CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS {
2720     # Calculated value: 1
2721     # Flavor: data
2722     # Current_value: 1
2723
2724     # The following properties are affected by this value
2725     # option CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_DEFAULT
2726     #     LegalValues: 0 to CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS-1
2727     # option CYGNUM_HAL_VIRTUAL_VECTOR_DEBUG_CHANNEL
2728     #     LegalValues: 0 to CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS-1
2729     # option CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL
2730     #     LegalValues: 0 to CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS-1
2731 };
2732
2733 # Debug serial port
2734 # This option chooses which port will be used to connect to a host
2735 # running GDB.
2736 #
2737 cdl_option CYGNUM_HAL_VIRTUAL_VECTOR_DEBUG_CHANNEL {
2738     # Flavor: data
2739     # No user value, uncomment the following line to provide one.
2740     # user_value 0
2741     # value_source default
2742     # Default value: 0
2743     # Legal values: 0 to CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS-1
2744     #     CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS == 1
2745 };
2746
2747 # Diagnostic serial port
2748 # The TRITON board has only one serial port.  This option
2749 # chooses which port will be used for diagnostic output.
2750 #
2751 cdl_option CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL {
2752     # Flavor: data
2753     # No user value, uncomment the following line to provide one.
2754     # user_value 0
2755     # value_source default
2756     # Default value: 0
2757     # Legal values: 0 to CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS-1
2758     #     CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS == 1
2759 };
2760
2761 # Diagnostic serial port baud rate
2762 # This option selects the baud rate used for the diagnostic port.
2763 # Note: this should match the value chosen for the GDB port if the
2764 # diagnostic and GDB port are the same.
2765 #
2766 cdl_option CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_BAUD {
2767     # Flavor: data
2768     # No user value, uncomment the following line to provide one.
2769     # user_value 38400
2770     # value_source default
2771     # Default value: 38400
2772     # Legal values: 9600 19200 38400 57600 115200
2773 };
2774
2775 # GDB serial port baud rate
2776 # This option selects the baud rate used for the GDB port.
2777 #
2778 cdl_option CYGNUM_HAL_VIRTUAL_VECTOR_DEBUG_CHANNEL_BAUD {
2779     # Flavor: data
2780     # No user value, uncomment the following line to provide one.
2781     # user_value 38400
2782     # value_source default
2783     # Default value: 38400
2784     # Legal values: 9600 19200 38400 57600 115200
2785 };
2786
2787 # Real-time clock constants
2788 #
2789 cdl_component CYGNUM_HAL_RTC_CONSTANTS {
2790     # There is no associated value.
2791 };
2792
2793 # >
2794 # Real-time clock numerator
2795 #
2796 cdl_option CYGNUM_HAL_RTC_NUMERATOR {
2797     # Calculated value: 1000000000
2798     # Flavor: data
2799     # Current_value: 1000000000
2800 };
2801
2802 # Real-time clock denominator
2803 #
2804 cdl_option CYGNUM_HAL_RTC_DENOMINATOR {
2805     # Calculated value: 100
2806     # Flavor: data
2807     # Current_value: 100
2808 };
2809
2810 # Real-time clock period
2811 #
2812 cdl_option CYGNUM_HAL_RTC_PERIOD {
2813     # Calculated value: 330000
2814     # Flavor: data
2815     # Current_value: 330000
2816 };
2817
2818 # <
2819 # XScale TRITON build options
2820 # Package specific build options including control over
2821 # compiler flags used only in building this package,
2822 # and details of which tests are built.
2823 #
2824 cdl_component CYGPKG_HAL_ARM_XSCALE_TRITON_OPTIONS {
2825     # There is no associated value.
2826 };
2827
2828 # >
2829 # Additional compiler flags
2830 # This option modifies the set of compiler flags for
2831 # building the XScale TRITON HAL. These flags are used
2832 # in addition to the set of global flags.
2833 #
2834 cdl_option CYGPKG_HAL_ARM_XSCALE_TRITON_CFLAGS_ADD {
2835     # Flavor: data
2836     # No user value, uncomment the following line to provide one.
2837     # user_value ""
2838     # value_source default
2839     # Default value: ""
2840 };
2841
2842 # Suppressed compiler flags
2843 # This option modifies the set of compiler flags for
2844 # building the XScale TRITON HAL. These flags are
2845 # removed from the set of global flags if present.
2846 #
2847 cdl_option CYGPKG_HAL_ARM_XSCALE_TRITON_CFLAGS_REMOVE {
2848     # Flavor: data
2849     # No user value, uncomment the following line to provide one.
2850     # user_value ""
2851     # value_source default
2852     # Default value: ""
2853 };
2854
2855 # XScale TRITON tests
2856 # This option specifies the set of tests for the XScale TRITON HAL.
2857 #
2858 cdl_option CYGPKG_HAL_ARM_XSCALE_TRITON_TESTS {
2859     # Calculated value:  "" 
2860     # Flavor: data
2861     # Current_value: 
2862 };
2863
2864 # <
2865 # Memory layout
2866 #
2867 cdl_component CYGHWR_MEMORY_LAYOUT {
2868     # Calculated value:  CYG_HAL_STARTUP == "RAM" ?       "arm_xscale_triton_ram" :  CYGSEM_HAL_ARM_XSCALE_TRITON_ARMBOOT ? "arm_xscale_triton_roma" :  "arm_xscale_triton_rom" 
2869     #     CYG_HAL_STARTUP == ROM
2870     #     CYGSEM_HAL_ARM_XSCALE_TRITON_ARMBOOT (unknown) == 0
2871     # Flavor: data
2872     # Current_value: arm_xscale_triton_rom
2873 };
2874
2875 # >
2876 # Memory layout linker script fragment
2877 #
2878 cdl_option CYGHWR_MEMORY_LAYOUT_LDI {
2879     # Calculated value:  CYG_HAL_STARTUP == "RAM" ? "<pkgconf/mlt_arm_xscale_triton_stk_ram.ldi>" :  CYGSEM_HAL_ARM_XSCALE_TRITON_ARMBOOT ? "<pkgconf/mlt_arm_xscale_triton_stk_roma.ldi>" :  "<pkgconf/mlt_arm_xscale_triton_stk_rom.ldi>" 
2880     #     CYG_HAL_STARTUP == ROM
2881     #     CYGSEM_HAL_ARM_XSCALE_TRITON_ARMBOOT (unknown) == 0
2882     # Flavor: data
2883     # Current_value: <pkgconf/mlt_arm_xscale_triton_stk_rom.ldi>
2884 };
2885
2886 # Memory layout header file
2887 #
2888 cdl_option CYGHWR_MEMORY_LAYOUT_H {
2889     # Calculated value:  CYG_HAL_STARTUP == "RAM" ? "<pkgconf/mlt_arm_xscale_triton_stk_ram.h>" :  CYGSEM_HAL_ARM_XSCALE_TRITON_ARMBOOT ? "<pkgconf/mlt_arm_xscale_triton_stk_roma.h>" :  "<pkgconf/mlt_arm_xscale_triton_stk_rom.h>" 
2890     #     CYG_HAL_STARTUP == ROM
2891     #     CYGSEM_HAL_ARM_XSCALE_TRITON_ARMBOOT (unknown) == 0
2892     # Flavor: data
2893     # Current_value: <pkgconf/mlt_arm_xscale_triton_stk_rom.h>
2894 };
2895
2896 # <
2897 # <
2898 # <
2899 # <
2900 # Infrastructure
2901 # Common types and useful macros.
2902 # Tracing and assertion facilities.
2903 # Package startup options.
2904 #
2905 cdl_package CYGPKG_INFRA {
2906     # Packages cannot be added or removed, nor can their version be changed,
2907     # simply by editing their value. Instead the appropriate configuration
2908     # should be used to perform these actions.
2909
2910     # This value cannot be modified here.
2911     # Flavor: booldata
2912     # Current value: 1 current
2913
2914     # The following properties are affected by this value
2915     # package CYGPKG_HAL
2916     #     Requires: CYGPKG_INFRA
2917     # component CYGBLD_BUILD_REDBOOT
2918     #     Requires: CYGPKG_INFRA
2919 };
2920
2921 # >
2922 # Asserts & Tracing
2923 # The eCos source code contains a significant amount of
2924 # internal debugging support, in the form of assertions and
2925 # tracing.
2926 # Assertions check at runtime that various conditions are as
2927 # expected; if not, execution is halted.
2928 # Tracing takes the form of text messages that are output
2929 # whenever certain events occur, or whenever functions are
2930 # called or return.
2931 # The most important property of these checks and messages is
2932 # that they are not required for the program to run.
2933 # It is prudent to develop software with assertions enabled,
2934 # but disable them when making a product release, thus
2935 # removing the overhead of that checking.
2936 # It is possible to enable assertions and tracing
2937 # independently.
2938 # There are also options controlling the exact behaviour of
2939 # the assertion and tracing facilities, thus giving users
2940 # finer control over the code and data size requirements.
2941 #
2942 cdl_component CYGPKG_INFRA_DEBUG {
2943     # Flavor: bool
2944     # No user value, uncomment the following line to provide one.
2945     # user_value 0
2946     # value_source default
2947     # Default value: 0
2948 };
2949
2950 # >
2951 # Use asserts
2952 # If this option is defined, asserts in the code are tested.
2953 # Assert functions (CYG_ASSERT()) are defined in
2954 # 'include/cyg/infra/cyg_ass.h' within the 'install' tree.
2955 # If it is not defined, these result in no additional
2956 # object code and no checking of the asserted conditions.
2957 #
2958 cdl_component CYGDBG_USE_ASSERTS {
2959     # This option is not active
2960     # The parent CYGPKG_INFRA_DEBUG is disabled
2961
2962     # Flavor: bool
2963     # No user value, uncomment the following line to provide one.
2964     # user_value 1
2965     # value_source default
2966     # Default value: 1
2967     # Requires:  1 == CYGINT_INFRA_DEBUG_TRACE_IMPL 
2968     #     CYGINT_INFRA_DEBUG_TRACE_IMPL == 0
2969     #   --> 0
2970 };
2971
2972 # >
2973 # Preconditions
2974 # This option allows individual control of preconditions.
2975 # A precondition is one type of assert, which it is
2976 # useful to control separately from more general asserts.
2977 # The function is CYG_PRECONDITION(condition,msg).
2978 #
2979 cdl_option CYGDBG_INFRA_DEBUG_PRECONDITIONS {
2980     # This option is not active
2981     # The parent CYGDBG_USE_ASSERTS is not active
2982
2983     # Flavor: bool
2984     # No user value, uncomment the following line to provide one.
2985     # user_value 1
2986     # value_source default
2987     # Default value: 1
2988 };
2989
2990 # Postconditions
2991 # This option allows individual control of postconditions.
2992 # A postcondition is one type of assert, which it is
2993 # useful to control separately from more general asserts.
2994 # The function is CYG_POSTCONDITION(condition,msg).
2995 #
2996 cdl_option CYGDBG_INFRA_DEBUG_POSTCONDITIONS {
2997     # This option is not active
2998     # The parent CYGDBG_USE_ASSERTS is not active
2999
3000     # Flavor: bool
3001     # No user value, uncomment the following line to provide one.
3002     # user_value 1
3003     # value_source default
3004     # Default value: 1
3005 };
3006
3007 # Loop invariants
3008 # This option allows individual control of loop invariants.
3009 # A loop invariant is one type of assert, which it is
3010 # useful to control separately from more general asserts,
3011 # particularly since a loop invariant is typically evaluated
3012 # a great many times when used correctly.
3013 # The function is CYG_LOOP_INVARIANT(condition,msg).
3014 #
3015 cdl_option CYGDBG_INFRA_DEBUG_LOOP_INVARIANTS {
3016     # This option is not active
3017     # The parent CYGDBG_USE_ASSERTS is not active
3018
3019     # Flavor: bool
3020     # No user value, uncomment the following line to provide one.
3021     # user_value 1
3022     # value_source default
3023     # Default value: 1
3024 };
3025
3026 # Use assert text
3027 # All assertions within eCos contain a text message
3028 # which should give some information about the condition
3029 # being tested.
3030 # These text messages will end up being embedded in the
3031 # application image and hence there is a significant penalty
3032 # in terms of image size.
3033 # It is possible to suppress the use of these messages by
3034 # disabling this option.
3035 # This results in smaller code size, but there is less
3036 # human-readable information if an assertion actually gets
3037 # triggered.
3038 #
3039 cdl_option CYGDBG_INFRA_DEBUG_ASSERT_MESSAGE {
3040     # This option is not active
3041     # The parent CYGDBG_USE_ASSERTS is not active
3042
3043     # Flavor: bool
3044     # No user value, uncomment the following line to provide one.
3045     # user_value 1
3046     # value_source default
3047     # Default value: 1
3048 };
3049
3050 # <
3051 # Use tracing
3052 # If this option is defined, tracing operations
3053 # result in output or logging, depending on other options.
3054 # This may have adverse effects on performance, if the time
3055 # taken to output message overwhelms the available CPU
3056 # power or output bandwidth.
3057 # Trace functions (CYG_TRACE()) are defined in
3058 # 'include/cyg/infra/cyg_trac.h' within the 'install' tree.
3059 # If it is not defined, these result in no additional
3060 # object code and no trace information.
3061 #
3062 cdl_component CYGDBG_USE_TRACING {
3063     # This option is not active
3064     # The parent CYGPKG_INFRA_DEBUG is disabled
3065
3066     # Flavor: bool
3067     # No user value, uncomment the following line to provide one.
3068     # user_value 0
3069     # value_source default
3070     # Default value: 0
3071     # Requires:  1 == CYGINT_INFRA_DEBUG_TRACE_IMPL 
3072     #     CYGINT_INFRA_DEBUG_TRACE_IMPL == 0
3073     #   --> 0
3074
3075     # The following properties are affected by this value
3076     # option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_SIZE
3077     #     ActiveIf: CYGDBG_USE_TRACING
3078     # option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_WRAP
3079     #     ActiveIf: CYGDBG_USE_TRACING
3080     # option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_HALT
3081     #     ActiveIf: CYGDBG_USE_TRACING
3082     # option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_PRINT
3083     #     ActiveIf: CYGDBG_USE_TRACING
3084     # option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_PRINT_ON_ASSERT
3085     #     ActiveIf: CYGDBG_USE_TRACING
3086 };
3087
3088 # >
3089 # Trace function reports
3090 # This option allows individual control of
3091 # function entry/exit tracing, independent of
3092 # more general tracing output.
3093 # This may be useful to remove clutter from a
3094 # trace log.
3095 #
3096 cdl_option CYGDBG_INFRA_DEBUG_FUNCTION_REPORTS {
3097     # This option is not active
3098     # The parent CYGDBG_USE_TRACING is not active
3099     # The parent CYGDBG_USE_TRACING is disabled
3100
3101     # Flavor: bool
3102     # No user value, uncomment the following line to provide one.
3103     # user_value 1
3104     # value_source default
3105     # Default value: 1
3106 };
3107
3108 # Use trace text
3109 # All trace calls within eCos contain a text message
3110 # which should give some information about the circumstances.
3111 # These text messages will end up being embedded in the
3112 # application image and hence there is a significant penalty
3113 # in terms of image size.
3114 # It is possible to suppress the use of these messages by
3115 # disabling this option.
3116 # This results in smaller code size, but there is less
3117 # human-readable information available in the trace output,
3118 # possibly only filenames and line numbers.
3119 #
3120 cdl_option CYGDBG_INFRA_DEBUG_TRACE_MESSAGE {
3121     # This option is not active
3122     # The parent CYGDBG_USE_TRACING is not active
3123     # The parent CYGDBG_USE_TRACING is disabled
3124
3125     # Flavor: bool
3126     # No user value, uncomment the following line to provide one.
3127     # user_value 1
3128     # value_source default
3129     # Default value: 1
3130 };
3131
3132 # <
3133 # Trace output implementations
3134 #
3135 cdl_interface CYGINT_INFRA_DEBUG_TRACE_IMPL {
3136     # Implemented by CYGDBG_INFRA_DEBUG_TRACE_ASSERT_NULL, inactive, disabled
3137     # Implemented by CYGDBG_INFRA_DEBUG_TRACE_ASSERT_SIMPLE, inactive, disabled
3138     # Implemented by CYGDBG_INFRA_DEBUG_TRACE_ASSERT_FANCY, inactive, disabled
3139     # Implemented by CYGDBG_INFRA_DEBUG_TRACE_ASSERT_BUFFER, inactive, enabled
3140     # This option is not active
3141     # The parent CYGPKG_INFRA_DEBUG is disabled
3142
3143     # This value cannot be modified here.
3144     # Flavor: data
3145     # Current_value: 0
3146
3147     # The following properties are affected by this value
3148     # component CYGDBG_USE_ASSERTS
3149     #     Requires:  1 == CYGINT_INFRA_DEBUG_TRACE_IMPL 
3150     # component CYGDBG_USE_TRACING
3151     #     Requires:  1 == CYGINT_INFRA_DEBUG_TRACE_IMPL 
3152 };
3153
3154 # Null output
3155 # A null output module which is useful when
3156 # debugging interactively; the output routines
3157 # can be breakpointed rather than have them actually
3158 # 'print' something.
3159 #
3160 cdl_option CYGDBG_INFRA_DEBUG_TRACE_ASSERT_NULL {
3161     # This option is not active
3162     # The parent CYGPKG_INFRA_DEBUG is disabled
3163
3164     # Flavor: bool
3165     # No user value, uncomment the following line to provide one.
3166     # user_value 0
3167     # value_source default
3168     # Default value: 0
3169 };
3170
3171 # Simple output
3172 # An output module which produces simple output
3173 # from tracing and assertion events.
3174 #
3175 cdl_option CYGDBG_INFRA_DEBUG_TRACE_ASSERT_SIMPLE {
3176     # This option is not active
3177     # The parent CYGPKG_INFRA_DEBUG is disabled
3178
3179     # Flavor: bool
3180     # No user value, uncomment the following line to provide one.
3181     # user_value 0
3182     # value_source default
3183     # Default value: 0
3184 };
3185
3186 # Fancy output
3187 # An output module which produces fancy output
3188 # from tracing and assertion events.
3189 #
3190 cdl_option CYGDBG_INFRA_DEBUG_TRACE_ASSERT_FANCY {
3191     # This option is not active
3192     # The parent CYGPKG_INFRA_DEBUG is disabled
3193
3194     # Flavor: bool
3195     # No user value, uncomment the following line to provide one.
3196     # user_value 0
3197     # value_source default
3198     # Default value: 0
3199 };
3200
3201 # Buffered tracing
3202 # An output module which buffers output
3203 # from tracing and assertion events. The stored
3204 # messages are output when an assert fires, or
3205 # CYG_TRACE_PRINT() (defined in <cyg/infra/cyg_trac.h>)
3206 # is called.
3207 # Of course, there will only be stored messages
3208 # if tracing per se (CYGDBG_USE_TRACING)
3209 # is enabled above.
3210 #
3211 cdl_component CYGDBG_INFRA_DEBUG_TRACE_ASSERT_BUFFER {
3212     # This option is not active
3213     # The parent CYGPKG_INFRA_DEBUG is disabled
3214
3215     # Flavor: bool
3216     # No user value, uncomment the following line to provide one.
3217     # user_value 1
3218     # value_source default
3219     # Default value: 1
3220 };
3221
3222 # >
3223 # Trace buffer size
3224 # The size of the trace buffer. This counts the number
3225 # of trace records stored. When the buffer fills it
3226 # either wraps, stops recording, or generates output.
3227 #
3228 cdl_option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_SIZE {
3229     # This option is not active
3230     # The parent CYGDBG_INFRA_DEBUG_TRACE_ASSERT_BUFFER is not active
3231     # ActiveIf constraint: CYGDBG_USE_TRACING
3232     #     CYGDBG_USE_TRACING == 0
3233     #   --> 0
3234
3235     # Flavor: data
3236     # No user value, uncomment the following line to provide one.
3237     # user_value 32
3238     # value_source default
3239     # Default value: 32
3240     # Legal values: 5 to 65535
3241 };
3242
3243 # Wrap trace buffer when full
3244 # When the trace buffer has filled with records it
3245 # starts again at the beginning. Hence only the last
3246 # CYGDBG_INFRA_DEBUG_TRACE_BUFFER_SIZE messages will
3247 # be recorded.
3248 #
3249 cdl_option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_WRAP {
3250     # This option is not active
3251     # The parent CYGDBG_INFRA_DEBUG_TRACE_ASSERT_BUFFER is not active
3252     # ActiveIf constraint: CYGDBG_USE_TRACING
3253     #     CYGDBG_USE_TRACING == 0
3254     #   --> 0
3255
3256     # Flavor: bool
3257     # No user value, uncomment the following line to provide one.
3258     # user_value 1
3259     # value_source default
3260     # Default value: 1
3261 };
3262
3263 # Halt trace buffer when full
3264 # When the trace buffer has filled with records it
3265 # stops recording. Hence only the first
3266 # CYGDBG_INFRA_DEBUG_TRACE_BUFFER_SIZE messages will
3267 # be recorded.
3268 #
3269 cdl_option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_HALT {
3270     # This option is not active
3271     # The parent CYGDBG_INFRA_DEBUG_TRACE_ASSERT_BUFFER is not active
3272     # ActiveIf constraint: CYGDBG_USE_TRACING
3273     #     CYGDBG_USE_TRACING == 0
3274     #   --> 0
3275
3276     # Flavor: bool
3277     # No user value, uncomment the following line to provide one.
3278     # user_value 0
3279     # value_source default
3280     # Default value: 0
3281 };
3282
3283 # Print trace buffer when full
3284 # When the trace buffer has filled with records it
3285 # prints the contents of the buffer. The buffer is then
3286 # emptied and the system continues.
3287 #
3288 cdl_option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_PRINT {
3289     # This option is not active
3290     # The parent CYGDBG_INFRA_DEBUG_TRACE_ASSERT_BUFFER is not active
3291     # ActiveIf constraint: CYGDBG_USE_TRACING
3292     #     CYGDBG_USE_TRACING == 0
3293     #   --> 0
3294
3295     # Flavor: bool
3296     # No user value, uncomment the following line to provide one.
3297     # user_value 0
3298     # value_source default
3299     # Default value: 0
3300 };
3301
3302 # Print trace buffer on assert fail
3303 # When an assertion fails the trace buffer will be 
3304 # printed to the default diagnostic device.
3305 #
3306 cdl_option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_PRINT_ON_ASSERT {
3307     # This option is not active
3308     # The parent CYGDBG_INFRA_DEBUG_TRACE_ASSERT_BUFFER is not active
3309     # ActiveIf constraint: CYGDBG_USE_TRACING
3310     #     CYGDBG_USE_TRACING == 0
3311     #   --> 0
3312
3313     # Flavor: bool
3314     # No user value, uncomment the following line to provide one.
3315     # user_value 1
3316     # value_source default
3317     # Default value: 1
3318 };
3319
3320 # <
3321 # Use function names
3322 # All trace and assert calls within eCos contain a
3323 # reference to the builtin macro '__PRETTY_FUNCTION__',
3324 # which evaluates to a string containing
3325 # the name of the current function.
3326 # This is useful when reading a trace log.
3327 # It is possible to suppress the use of the function name
3328 # by disabling this option.
3329 # This results in smaller code size, but there is less
3330 # human-readable information available in the trace output,
3331 # possibly only filenames and line numbers.
3332 #
3333 cdl_option CYGDBG_INFRA_DEBUG_FUNCTION_PSEUDOMACRO {
3334     # This option is not active
3335     # The parent CYGPKG_INFRA_DEBUG is disabled
3336
3337     # Flavor: bool
3338     # No user value, uncomment the following line to provide one.
3339     # user_value 1
3340     # value_source default
3341     # Default value: 1
3342 };
3343
3344 # <
3345 # Startup options
3346 # Some packages require a startup routine to be called.
3347 # This can be carried out by application code, by supplying
3348 # a routine called cyg_package_start() which calls the
3349 # appropriate package startup routine(s).
3350 # Alternatively, this routine can be constructed automatically
3351 # and configured to call the startup routines of your choice.
3352 #
3353 cdl_component CYGPKG_INFRA_STARTUP {
3354     # There is no associated value.
3355 };
3356
3357 # >
3358 # Start uITRON subsystem
3359 # Generate a call to initialize the
3360 # uITRON compatibility subsystem
3361 # within the system version of cyg_package_start().
3362 # This enables compatibility with uITRON.
3363 # You must configure uITRON with the correct tasks before
3364 # starting the uItron subsystem.
3365 # If this is disabled, and you want to use uITRON,
3366 # you must call cyg_uitron_start() from your own
3367 # cyg_package_start() or cyg_userstart().
3368 #
3369 cdl_option CYGSEM_START_UITRON_COMPATIBILITY {
3370     # This option is not active
3371     # ActiveIf constraint: CYGPKG_UITRON
3372     #     CYGPKG_UITRON (unknown) == 0
3373     #   --> 0
3374
3375     # Flavor: bool
3376     # No user value, uncomment the following line to provide one.
3377     # user_value 0
3378     # value_source default
3379     # Default value: 0
3380     # Requires: CYGPKG_UITRON
3381     #     CYGPKG_UITRON (unknown) == 0
3382     #   --> 0
3383 };
3384
3385 # <
3386 # Smaller slower memcpy()
3387 # Enabling this option causes the implementation of
3388 # the standard memcpy() routine to reduce code
3389 # size at the expense of execution speed. This
3390 # option is automatically enabled with the use of
3391 # the -Os option to the compiler. Also note that
3392 # the compiler will try to use its own builtin
3393 # version of memcpy() if possible, ignoring the
3394 # implementation in this package, unless given
3395 # the -fno-builtin compiler option.
3396 #
3397 cdl_option CYGIMP_INFRA_PREFER_SMALL_TO_FAST_MEMCPY {
3398     # Flavor: bool
3399     # No user value, uncomment the following line to provide one.
3400     # user_value 0
3401     # value_source default
3402     # Default value: 0
3403 };
3404
3405 # Smaller slower memset()
3406 # Enabling this option causes the implementation of
3407 # the standard memset() routine to reduce code
3408 # size at the expense of execution speed. This
3409 # option is automatically enabled with the use of
3410 # the -Os option to the compiler. Also note that
3411 # the compiler will try to use its own builtin
3412 # version of memset() if possible, ignoring the
3413 # implementation in this package, unless given
3414 # the -fno-builtin compiler option.
3415 #
3416 cdl_option CYGIMP_INFRA_PREFER_SMALL_TO_FAST_MEMSET {
3417     # Flavor: bool
3418     # No user value, uncomment the following line to provide one.
3419     # user_value 0
3420     # value_source default
3421     # Default value: 0
3422 };
3423
3424 # Provide empty C++ delete functions
3425 # To deal with virtual destructors, where the correct delete()
3426 # function must be called for the derived class in question, the
3427 # underlying delete is called when needed, from destructors.  This
3428 # is regardless of whether the destructor is called by delete itself.
3429 # So there is a reference to delete() from all destructors.  The
3430 # default builtin delete() attempts to call free() if there is
3431 # one defined.  So, if you have destructors, and you have free(),
3432 # as in malloc() and free(), any destructor counts as a reference
3433 # to free().  So the dynamic memory allocation code is linked
3434 # in regardless of whether it gets explicitly called. This
3435 # increases code and data size needlessly.
3436 # To defeat this undesirable behaviour, we define empty versions
3437 # of delete and delete.  But doing this prevents proper use
3438 # of dynamic memory in C++ programs via C++'s new and delete
3439 # operators.
3440 # Therefore, this option is provided
3441 # for explicitly disabling the provision of these empty functions,
3442 # so that new and delete can be used, if that is what is required.
3443 #
3444 cdl_option CYGFUN_INFRA_EMPTY_DELETE_FUNCTIONS {
3445     # Flavor: bool
3446     # No user value, uncomment the following line to provide one.
3447     # user_value 1
3448     # value_source default
3449     # Default value: 1
3450 };
3451
3452 # Provide dummy abort() function
3453 # This option controls the inclusion of a dummy abort() function.
3454 # Parts of the C and C++ compiler runtime systems contain references
3455 # to abort(), particulary in the C++ exception handling code. It is
3456 # not possible to eliminate these references, so this dummy function
3457 # in included to satisfy them. It is not expected that this function
3458 # will ever be called, so its current behaviour is to simply loop.
3459 #
3460 cdl_option CYGFUN_INFRA_DUMMY_ABORT {
3461     # Flavor: bool
3462     # No user value, uncomment the following line to provide one.
3463     # user_value 1
3464     # value_source default
3465     # Default value:  CYGINT_ISO_EXIT == 0 
3466     #     CYGINT_ISO_EXIT == 0
3467     #   --> 1
3468     # Requires: !CYGINT_ISO_EXIT
3469     #     CYGINT_ISO_EXIT == 0
3470     #   --> 1
3471 };
3472
3473 # Provide dummy strlen() function
3474 # This option controls the inclusion of a dummy strlen() function.
3475 # Parts of the C and C++ compiler runtime systems contain references
3476 # to strlen(), particulary in the C++ exception handling code. It is
3477 # not possible to eliminate these references, so this dummy function
3478 # in included to satisfy them. While it is not expected that this function
3479 # will ever be called, it is functional but uses the simplest, smallest
3480 # algorithm. There is a faster version of strlen() in the C library.
3481 #
3482 cdl_option CYGFUN_INFRA_DUMMY_STRLEN {
3483     # Flavor: bool
3484     # No user value, uncomment the following line to provide one.
3485     # user_value 0
3486     # value_source default
3487     # Default value:  CYGINT_ISO_STRING_STRFUNCS == 0 
3488     #     CYGINT_ISO_STRING_STRFUNCS == 1
3489     #   --> 0
3490     # Requires: !CYGINT_ISO_STRING_STRFUNCS
3491     #     CYGINT_ISO_STRING_STRFUNCS == 1
3492     #   --> 0
3493 };
3494
3495 # Make all compiler warnings show as errors
3496 # Enabling this option will cause all compiler warnings to show
3497 # as errors and bring the library build to a halt. This is used
3498 # to ensure that the code base is warning free, and thus ensure
3499 # that newly introduced warnings stand out and get fixed before
3500 # they show up as weird run-time behavior.
3501 #
3502 cdl_option CYGBLD_INFRA_CFLAGS_WARNINGS_AS_ERRORS {
3503     # Flavor: bool
3504     # No user value, uncomment the following line to provide one.
3505     # user_value 0
3506     # value_source default
3507     # Default value: 0
3508     # Requires:  is_substr(CYGBLD_GLOBAL_CFLAGS, " -Werror") 
3509     #     CYGBLD_GLOBAL_CFLAGS == "-Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -O2 -ffunction-sections -fdata-sections -fno-builtin -fno-exceptions -finit-priority -mapcs-frame"
3510     #   --> 0
3511 };
3512
3513 # Make compiler and assembler communicate by pipe
3514 # Enabling this option will cause the compiler to feed the
3515 # assembly output the the assembler via a pipe instead of
3516 # via a temporary file. This normally reduces the build
3517 # time.
3518 #
3519 cdl_option CYGBLD_INFRA_CFLAGS_PIPE {
3520     # Flavor: bool
3521     # No user value, uncomment the following line to provide one.
3522     # user_value 0
3523     # value_source default
3524     # Default value: 0
3525     # Requires:  is_substr(CYGBLD_GLOBAL_CFLAGS, " -pipe") 
3526     #     CYGBLD_GLOBAL_CFLAGS == "-Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -O2 -ffunction-sections -fdata-sections -fno-builtin -fno-exceptions -finit-priority -mapcs-frame"
3527     #   --> 0
3528 };
3529
3530 # Infra build options
3531 # Package specific build options including control over
3532 # compiler flags used only in building this package.
3533 #
3534 cdl_component CYGPKG_INFRA_OPTIONS {
3535     # There is no associated value.
3536 };
3537
3538 # >
3539 # Additional compiler flags
3540 # This option modifies the set of compiler flags for
3541 # building the eCos infra package. These flags are used
3542 # in addition to the set of global flags.
3543 #
3544 cdl_option CYGPKG_INFRA_CFLAGS_ADD {
3545     # Flavor: data
3546     # No user value, uncomment the following line to provide one.
3547     # user_value ""
3548     # value_source default
3549     # Default value: ""
3550 };
3551
3552 # Suppressed compiler flags
3553 # This option modifies the set of compiler flags for
3554 # building the eCos infra package. These flags are removed from
3555 # the set of global flags if present.
3556 #
3557 cdl_option CYGPKG_INFRA_CFLAGS_REMOVE {
3558     # Flavor: data
3559     # No user value, uncomment the following line to provide one.
3560     # user_value ""
3561     # value_source default
3562     # Default value: ""
3563 };
3564
3565 # Suppressed linker flags
3566 # This option modifies the set of linker flags for
3567 # building the eCos infra package tests. These flags are removed from
3568 # the set of global flags if present.
3569 #
3570 cdl_option CYGPKG_INFRA_LDFLAGS_REMOVE {
3571     # Flavor: data
3572     # No user value, uncomment the following line to provide one.
3573     # user_value -Wl,--gc-sections
3574     # value_source default
3575     # Default value: -Wl,--gc-sections
3576 };
3577
3578 # Additional linker flags
3579 # This option modifies the set of linker flags for
3580 # building the eCos infra package tests. These flags are added to
3581 # the set of global flags if present.
3582 #
3583 cdl_option CYGPKG_INFRA_LDFLAGS_ADD {
3584     # Flavor: data
3585     # No user value, uncomment the following line to provide one.
3586     # user_value -Wl,--fatal-warnings
3587     # value_source default
3588     # Default value: -Wl,--fatal-warnings
3589 };
3590
3591 # Infra package tests
3592 #
3593 cdl_option CYGPKG_INFRA_TESTS {
3594     # Calculated value:  "tests/cxxsupp" 
3595     # Flavor: data
3596     # Current_value: tests/cxxsupp
3597 };
3598
3599 # <
3600 # <
3601 # Redboot ROM monitor
3602 # doc: ref/redboot.html
3603 # This package supports the Redboot [stand-alone debug monitor]
3604 # using eCos as the underlying board support mechanism.
3605 #
3606 cdl_package CYGPKG_REDBOOT {
3607     # Packages cannot be added or removed, nor can their version be changed,
3608     # simply by editing their value. Instead the appropriate configuration
3609     # should be used to perform these actions.
3610
3611     # This value cannot be modified here.
3612     # Flavor: booldata
3613     # Current value: 1 current
3614
3615     # The following properties are affected by this value
3616     # component CYGPKG_REDBOOT_ARM_OPTIONS
3617     #     ActiveIf: CYGPKG_REDBOOT
3618     # component CYGPKG_REDBOOT_XSCALE_OPTIONS
3619     #     ActiveIf: CYGPKG_REDBOOT
3620     # component CYGPKG_REDBOOT_HAL_OPTIONS
3621     #     ActiveIf: CYGPKG_REDBOOT
3622     # option CYGSEM_IO_ETH_DRIVERS_WARN
3623     #     ActiveIf: CYGPKG_REDBOOT
3624 };
3625
3626 # >
3627 # Include support for ELF file format
3628 #
3629 cdl_option CYGSEM_REDBOOT_ELF {
3630     # Flavor: bool
3631     # No user value, uncomment the following line to provide one.
3632     # user_value 1
3633     # value_source default
3634     # Default value: 1
3635 };
3636
3637 # Methods of loading images using redboot
3638 #
3639 cdl_interface CYGINT_REDBOOT_LOAD_METHOD {
3640     # Implemented by CYGBLD_BUILD_REDBOOT_WITH_XYZMODEM, active, enabled
3641     # Implemented by CYGPKG_REDBOOT_NETWORKING, active, enabled
3642     # This value cannot be modified here.
3643     # Flavor: data
3644     # Current_value: 2
3645
3646     # The following properties are affected by this value
3647     # component CYGBLD_BUILD_REDBOOT
3648     #     Requires: CYGINT_REDBOOT_LOAD_METHOD
3649 };
3650
3651 # Build Redboot ROM ELF image
3652 # This option enables the building of the Redboot ELF image.
3653 # The image may require further relocation or symbol
3654 # stripping before being converted to a binary image.
3655 # This is handled by a rule in the target CDL.
3656 #
3657 cdl_component CYGBLD_BUILD_REDBOOT {
3658     # Flavor: bool
3659     user_value 1
3660     # value_source user
3661     # Default value: 0
3662     # Requires: CYGPKG_INFRA
3663     #     CYGPKG_INFRA == current
3664     #   --> 1
3665     # Requires: CYGPKG_ISOINFRA
3666     #     CYGPKG_ISOINFRA == current
3667     #   --> 1
3668     # Requires:  !CYGINT_HAL_DEBUG_GDB_STUBS || CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS 
3669     #     CYGINT_HAL_DEBUG_GDB_STUBS == 1
3670     #     CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS == 1
3671     #   --> 1
3672     # Requires:  !CYGINT_HAL_DEBUG_GDB_STUBS || CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT 
3673     #     CYGINT_HAL_DEBUG_GDB_STUBS == 1
3674     #     CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT == 1
3675     #   --> 1
3676     # Requires: ! CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT
3677     #     CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT == 0
3678     #   --> 1
3679     # Requires: ! CYGDBG_HAL_COMMON_INTERRUPTS_SAVE_MINIMUM_CONTEXT
3680     #     CYGDBG_HAL_COMMON_INTERRUPTS_SAVE_MINIMUM_CONTEXT == 0
3681     #   --> 1
3682     # Requires: ! CYGDBG_HAL_COMMON_CONTEXT_SAVE_MINIMUM
3683     #     CYGDBG_HAL_COMMON_CONTEXT_SAVE_MINIMUM == 0
3684     #   --> 1
3685     # Requires: CYGSEM_HAL_VIRTUAL_VECTOR_SUPPORT
3686     #     CYGSEM_HAL_VIRTUAL_VECTOR_SUPPORT == 1
3687     #   --> 1
3688     # Requires: CYGINT_ISO_STRING_MEMFUNCS
3689     #     CYGINT_ISO_STRING_MEMFUNCS == 1
3690     #   --> 1
3691     # Requires: CYGINT_ISO_STRING_STRFUNCS
3692     #     CYGINT_ISO_STRING_STRFUNCS == 1
3693     #   --> 1
3694     # Requires: CYGINT_REDBOOT_LOAD_METHOD
3695     #     CYGINT_REDBOOT_LOAD_METHOD == 2
3696     #   --> 1
3697
3698     # The following properties are affected by this value
3699     # option CYGBLD_BUILD_REDBOOT_BIN
3700     #     ActiveIf: CYGBLD_BUILD_REDBOOT
3701 };
3702
3703 # >
3704 # Threads debugging support
3705 # Enabling this option will include special code in the GDB stubs to
3706 # support debugging of threaded programs.  In the case of eCos programs,
3707 # this support allows GDB to have complete access to the eCos threads
3708 # in the program.
3709 #
3710 cdl_option CYGBLD_BUILD_REDBOOT_WITH_THREADS {
3711     # ActiveIf constraint:  CYG_HAL_STARTUP != "RAM" 
3712     #     CYG_HAL_STARTUP == ROM
3713     #   --> 1
3714
3715     # Flavor: bool
3716     # No user value, uncomment the following line to provide one.
3717     # user_value 0
3718     # value_source default
3719     # Default value: 0
3720     # Requires: CYGDBG_HAL_DEBUG_GDB_THREAD_SUPPORT
3721     #     CYGDBG_HAL_DEBUG_GDB_THREAD_SUPPORT == 1
3722     #   --> 1
3723 };
3724
3725 # Customized version string
3726 # Use this option to define a customized version "string" for
3727 # RedBoot.  Note: this value is only cosmetic, displayed by the
3728 # "version" command, but is useful for providing site specific
3729 # information about the RedBoot configuration.
3730 #
3731 cdl_option CYGDAT_REDBOOT_CUSTOM_VERSION {
3732     # Flavor: booldata
3733     user_value 1 3.4.1a
3734     # value_source user
3735     # Default value: 0 0
3736 };
3737
3738 # Enable command line editing
3739 # If this option is non-zero, RedBoot will remember the last N command
3740 # lines.  These lines may be reused.  Enabling this history will also
3741 # enable rudimentary editting of the lines themselves.
3742 #
3743 cdl_option CYGNUM_REDBOOT_CMD_LINE_EDITING {
3744     # Flavor: data
3745     # No user value, uncomment the following line to provide one.
3746     # user_value 16
3747     # value_source default
3748     # Default value: 16
3749 };
3750
3751 # Include support gzip/zlib decompression
3752 #
3753 cdl_option CYGBLD_BUILD_REDBOOT_WITH_ZLIB {
3754     # This option is not active
3755     # ActiveIf constraint: CYGPKG_COMPRESS_ZLIB
3756     #     CYGPKG_COMPRESS_ZLIB (unknown) == 0
3757     #   --> 0
3758
3759     # Flavor: bool
3760     # No user value, uncomment the following line to provide one.
3761     # user_value 1
3762     # value_source default
3763     # Default value: 1
3764
3765     # The following properties are affected by this value
3766     # component CYGOPT_REDBOOT_FIS_ZLIB_COMMON_BUFFER
3767     #     ActiveIf:  CYGBLD_BUILD_REDBOOT_WITH_ZLIB &&  CYGOPT_REDBOOT_FIS 
3768 };
3769
3770 # Include support for xyzModem downloads
3771 # doc: ref/download-command.html
3772 #
3773 cdl_option CYGBLD_BUILD_REDBOOT_WITH_XYZMODEM {
3774     # Flavor: bool
3775     # No user value, uncomment the following line to provide one.
3776     # user_value 1
3777     # value_source default
3778     # Default value: 1
3779 };
3780
3781 # Include MS Windows CE support
3782 # doc: ref/wince.html
3783 # This option enables MS Windows CE EShell support
3784 # and Windows CE .BIN images support
3785 #
3786 cdl_option CYGBLD_BUILD_REDBOOT_WITH_WINCE_SUPPORT {
3787     # Flavor: bool
3788     # No user value, uncomment the following line to provide one.
3789     # user_value 0
3790     # value_source default
3791     # Default value: 0
3792 };
3793
3794 # Include POSIX checksum command
3795 # doc: ref/cksum-command.html
3796 #
3797 cdl_option CYGBLD_BUILD_REDBOOT_WITH_CKSUM {
3798     # Flavor: bool
3799     # No user value, uncomment the following line to provide one.
3800     # user_value 1
3801     # value_source default
3802     # Default value: 1
3803 };
3804
3805 # Include memory fill command
3806 # doc: ref/mfill-command.html
3807 #
3808 cdl_option CYGBLD_BUILD_REDBOOT_WITH_MFILL {
3809     # Flavor: bool
3810     # No user value, uncomment the following line to provide one.
3811     # user_value 1
3812     # value_source default
3813     # Default value: 1
3814 };
3815
3816 # Include memory compare command
3817 # doc: ref/mcmp-command.html
3818 #
3819 cdl_option CYGBLD_BUILD_REDBOOT_WITH_MCMP {
3820     # Flavor: bool
3821     # No user value, uncomment the following line to provide one.
3822     # user_value 1
3823     # value_source default
3824     # Default value: 1
3825 };
3826
3827 # Include memory dump command
3828 # doc: ref/dump-command.html
3829 #
3830 cdl_option CYGBLD_BUILD_REDBOOT_WITH_DUMP {
3831     # Flavor: bool
3832     # No user value, uncomment the following line to provide one.
3833     # user_value 1
3834     # value_source default
3835     # Default value: 1
3836 };
3837
3838 # Include cache command
3839 # doc: ref/cache-command.html
3840 #
3841 cdl_option CYGBLD_BUILD_REDBOOT_WITH_CACHES {
3842     # Flavor: bool
3843     # No user value, uncomment the following line to provide one.
3844     # user_value 1
3845     # value_source default
3846     # Default value: 1
3847 };
3848
3849 # Include exec command
3850 # doc: ref/exec-command.html
3851 #
3852 cdl_option CYGBLD_BUILD_REDBOOT_WITH_EXEC {
3853     # Flavor: bool
3854     # No user value, uncomment the following line to provide one.
3855     # user_value 1
3856     # value_source default
3857     # Default value: 1
3858
3859     # The following properties are affected by this value
3860     # component CYGPKG_REDBOOT_ARM_LINUX_EXEC
3861     #     ActiveIf: CYGBLD_BUILD_REDBOOT_WITH_EXEC
3862 };
3863
3864 # Redboot Networking
3865 # This option includes networking support in RedBoot.
3866 #
3867 cdl_component CYGPKG_REDBOOT_NETWORKING {
3868     # ActiveIf constraint: CYGPKG_IO_ETH_DRIVERS
3869     #     CYGPKG_IO_ETH_DRIVERS == current
3870     #   --> 1
3871
3872     # Flavor: bool
3873     # No user value, uncomment the following line to provide one.
3874     # user_value 1
3875     # value_source default
3876     # Default value: 1
3877
3878     # The following properties are affected by this value
3879     # option CYGSEM_IO_ETH_DRIVERS_PASS_PACKETS
3880     #     DefaultValue:  0 != CYGPKG_REDBOOT_NETWORKING 
3881 };
3882
3883 # >
3884 # Print net debug information
3885 # This option is overriden by the configuration stored in flash.
3886 #
3887 cdl_option CYGDBG_REDBOOT_NET_DEBUG {
3888     # Flavor: bool
3889     # No user value, uncomment the following line to provide one.
3890     # user_value 0
3891     # value_source default
3892     # Default value: 0
3893 };
3894
3895 # Support HTTP for download
3896 # This option enables the use of the HTTP protocol for download
3897 #
3898 cdl_option CYGSEM_REDBOOT_NET_HTTP_DOWNLOAD {
3899     # Flavor: bool
3900     user_value 0
3901     # value_source user
3902     # Default value: 1
3903 };
3904
3905 # Default IP address
3906 # This IP address is the default used by RedBoot if a BOOTP/DHCP
3907 # server does not respond. The numbers should be separated by
3908 # *commas*, and not dots. If an IP address is configured into
3909 # the Flash configuration, that will be used in preference.
3910 #
3911 cdl_component CYGDAT_REDBOOT_DEFAULT_IP_ADDR {
3912     # Flavor: booldata
3913     # No user value, uncomment the following line to provide one.
3914     # user_value 0 0
3915     # value_source default
3916     # Default value: CYGSEM_REDBOOT_FLASH_CONFIG ? 0 :  "0, 0, 0, 0" 
3917     #     CYGSEM_REDBOOT_FLASH_CONFIG == 1
3918     #   --> 0 0
3919 };
3920
3921 # >
3922 # Do not try to use BOOTP
3923 # By default Redboot tries to use BOOTP to get an IP
3924 # address. If there's no BOOTP server on your network
3925 # use this option to avoid to wait until the
3926 # timeout. This option is overriden by the
3927 # configuration stored in flash.
3928 #
3929 cdl_option CYGSEM_REDBOOT_DEFAULT_NO_BOOTP {
3930     # This option is not active
3931     # The parent CYGDAT_REDBOOT_DEFAULT_IP_ADDR is disabled
3932
3933     # Flavor: bool
3934     # No user value, uncomment the following line to provide one.
3935     # user_value 0
3936     # value_source default
3937     # Default value: 0
3938 };
3939
3940 # <
3941 # Use DHCP to get IP information
3942 # Use DHCP protocol to obtain pertinent IP addresses, such 
3943 # as the client, server, gateway, etc.
3944 #
3945 cdl_component CYGSEM_REDBOOT_NETWORKING_DHCP {
3946     # Flavor: bool
3947     # No user value, uncomment the following line to provide one.
3948     # user_value 1
3949     # value_source default
3950     # Default value: 1
3951 };
3952
3953 # Use a gateway for non-local IP traffic
3954 # Enabling this option will allow the RedBoot networking
3955 # stack to use a [single] gateway to reach a non-local
3956 # IP address.  If disabled, RedBoot will only be able to
3957 # reach nodes on the same subnet.
3958 #
3959 cdl_component CYGSEM_REDBOOT_NETWORKING_USE_GATEWAY {
3960     # Flavor: bool
3961     # No user value, uncomment the following line to provide one.
3962     # user_value 1
3963     # value_source default
3964     # Default value: 1
3965 };
3966
3967 # >
3968 # Default gateway IP address
3969 # This IP address is the default used by RedBoot if a BOOTP/DHCP
3970 # server does not respond. The numbers should be separated by
3971 # *commas*, and not dots. If an IP address is configured into
3972 # the Flash configuration, that will be used in preference.
3973 #
3974 cdl_component CYGDAT_REDBOOT_DEFAULT_GATEWAY_IP_ADDR {
3975     # Flavor: booldata
3976     # No user value, uncomment the following line to provide one.
3977     # user_value 0 0
3978     # value_source default
3979     # Default value: CYGSEM_REDBOOT_FLASH_CONFIG ? 0 :  "0, 0, 0, 0" 
3980     #     CYGSEM_REDBOOT_FLASH_CONFIG == 1
3981     #   --> 0 0
3982 };
3983
3984 # Default IP address mask
3985 # This IP address mask is the default used by RedBoot if a BOOTP/DHCP
3986 # server does not respond. The numbers should be separated by
3987 # *commas*, and not dots. If an IP address is configured into
3988 # the Flash configuration, that will be used in preference.
3989 #
3990 cdl_component CYGDAT_REDBOOT_DEFAULT_IP_ADDR_MASK {
3991     # Flavor: booldata
3992     user_value 0 255,255,255,0
3993     # value_source user
3994     # Default value: CYGSEM_REDBOOT_FLASH_CONFIG ? 0 :  "255, 255, 255, 0" 
3995     #     CYGSEM_REDBOOT_FLASH_CONFIG == 1
3996     #   --> 0 0
3997 };
3998
3999 # <
4000 # TCP port to listen for incoming connections
4001 # RedBoot will 'listen' on this port for incoming TCP connections.
4002 # This allows outside connections to be made to the platform, either
4003 # for GDB or RedBoot commands.
4004 #
4005 cdl_option CYGNUM_REDBOOT_NETWORKING_TCP_PORT {
4006     # Flavor: data
4007     # No user value, uncomment the following line to provide one.
4008     # user_value 9000
4009     # value_source default
4010     # Default value: 9000
4011 };
4012
4013 # Number of [network] packet buffers
4014 # RedBoot may need to buffer network data to support various connections.
4015 # This option allows control over the number of such buffered packets,
4016 # and in turn, controls the amount of memory used by RedBoot (which
4017 # is not available to user applications).  Each packet buffer takes up
4018 # about 1514 bytes.  Note: there is little need to make this larger
4019 # than the default.
4020 #
4021 cdl_option CYGNUM_REDBOOT_NETWORKING_MAX_PKTBUF {
4022     # Flavor: data
4023     # No user value, uncomment the following line to provide one.
4024     # user_value 4
4025     # value_source default
4026     # Default value: 4
4027     # Legal values: 3 to 8
4028 };
4029
4030 # DNS support
4031 # When this option is enabled, RedBoot will be built with
4032 # support for DNS, allowing use of hostnames on the command
4033 # line.
4034 #
4035 cdl_component CYGPKG_REDBOOT_NETWORKING_DNS {
4036     # Flavor: bool
4037     user_value 0
4038     # value_source user
4039     # Default value: 1
4040     # Requires: CYGPKG_NS_DNS
4041     #     CYGPKG_NS_DNS == current
4042     #   --> 1
4043     # Requires: !CYGPKG_NS_DNS_BUILD
4044     #     CYGPKG_NS_DNS_BUILD == 0
4045     #   --> 1
4046 };
4047
4048 # >
4049 # Default DNS IP
4050 # This option sets the IP of the default DNS. The IP can be
4051 # changed at runtime as well.
4052 #
4053 cdl_option CYGPKG_REDBOOT_NETWORKING_DNS_IP {
4054     # This option is not active
4055     # The parent CYGPKG_REDBOOT_NETWORKING_DNS is disabled
4056     # ActiveIf constraint: !CYGSEM_REDBOOT_FLASH_CONFIG
4057     #     CYGSEM_REDBOOT_FLASH_CONFIG == 1
4058     #   --> 0
4059
4060     # Flavor: data
4061     # No user value, uncomment the following line to provide one.
4062     # user_value 0.0.0.0
4063     # value_source default
4064     # Default value: 0.0.0.0
4065 };
4066
4067 # Timeout in DNS lookup
4068 # This option sets the timeout used when looking up an
4069 # address via the DNS. Default is 10 seconds.
4070 #
4071 cdl_option CYGNUM_REDBOOT_NETWORKING_DNS_TIMEOUT {
4072     # This option is not active
4073     # The parent CYGPKG_REDBOOT_NETWORKING_DNS is disabled
4074
4075     # Flavor: data
4076     # No user value, uncomment the following line to provide one.
4077     # user_value 10
4078     # value_source default
4079     # Default value: 10
4080 };
4081
4082 # <
4083 # <
4084 # Allow RedBoot to use any I/O channel for its console.
4085 # If this option is enabled then RedBoot will attempt to use all
4086 # defined serial I/O channels for its console device.  Once input
4087 # arrives at one of these channels then the console will use only
4088 # that port.
4089 #
4090 cdl_option CYGPKG_REDBOOT_ANY_CONSOLE {
4091     # Flavor: bool
4092     user_value 0
4093     # value_source user
4094     # Default value: 1
4095 };
4096
4097 # Allow RedBoot to adjust the baud rate on the serial console.
4098 # If this option is enabled then RedBoot will support commands to set
4099 # and query the baud rate on the selected console.
4100 #
4101 cdl_option CYGSEM_REDBOOT_VARIABLE_BAUD_RATE {
4102     # ActiveIf constraint: CYGINT_HAL_VIRTUAL_VECTOR_COMM_BAUD_SUPPORT
4103     #     CYGINT_HAL_VIRTUAL_VECTOR_COMM_BAUD_SUPPORT == 1
4104     #   --> 1
4105
4106     # Flavor: bool
4107     # No user value, uncomment the following line to provide one.
4108     # user_value 1
4109     # value_source default
4110     # Default value: 1
4111 };
4112
4113 # Maximum command line length
4114 # This option allows control over how long the CLI command line
4115 # should be.  This space will be allocated statically
4116 # rather than from RedBoot's stack.
4117 #
4118 cdl_option CYGPKG_REDBOOT_MAX_CMD_LINE {
4119     # Flavor: data
4120     user_value 512
4121     # value_source user
4122     # Default value: 256
4123 };
4124
4125 # Command processing idle timeout (ms)
4126 # This option controls the timeout period before the
4127 # command processing is considered 'idle'.  Making this
4128 # number smaller will cause idle processing to take place
4129 # more often, etc.  The default value of 10ms is a reasonable
4130 # tradeoff between responsiveness and overhead.
4131 #
4132 cdl_option CYGNUM_REDBOOT_CLI_IDLE_TIMEOUT {
4133     # Flavor: data
4134     # No user value, uncomment the following line to provide one.
4135     # user_value 10
4136     # value_source default
4137     # Default value: 10
4138 };
4139
4140 # Size of zlib decompression buffer
4141 # This is the size of the buffer filled with incoming data
4142 # during load before calls are made to the decompressor
4143 # function. For ethernet downloads this can be made bigger
4144 # (at the cost of memory), but for serial downloads on slow
4145 # processors it may be necessary to reduce the size to
4146 # avoid serial overruns. zlib appears to bail out if less than
4147 # five bytes are available initially so this is the minimum.
4148 #
4149 cdl_option CYGNUM_REDBOOT_LOAD_ZLIB_BUFFER {
4150     # This option is not active
4151     # ActiveIf constraint: CYGPKG_COMPRESS_ZLIB
4152     #     CYGPKG_COMPRESS_ZLIB (unknown) == 0
4153     #   --> 0
4154
4155     # Flavor: data
4156     # No user value, uncomment the following line to provide one.
4157     # user_value 64
4158     # value_source default
4159     # Default value: 64
4160     # Legal values: 5 to 256
4161 };
4162
4163 # Validate RAM addresses during load
4164 # This option controls whether or not RedBoot will make sure that
4165 # memory being used by the "load" command is in fact in user RAM.
4166 # Leaving the option enabled makes for a safer environment, but this
4167 # check may not be valid on all platforms, thus the ability to
4168 # disable it.  ** Disable this only with great care **
4169 #
4170 cdl_option CYGSEM_REDBOOT_VALIDATE_USER_RAM_LOADS {
4171     # Flavor: bool
4172     # No user value, uncomment the following line to provide one.
4173     # user_value 1
4174     # value_source default
4175     # Default value: 1
4176 };
4177
4178 # Allow RedBoot to support FLASH programming
4179 # If this option is enabled then RedBoot will provide commands
4180 # to manage images in FLASH memory.  These images can be loaded
4181 # into memory for execution or executed in place.
4182 #
4183 cdl_component CYGPKG_REDBOOT_FLASH {
4184     # ActiveIf constraint: CYGHWR_IO_FLASH_DEVICE
4185     #     CYGHWR_IO_FLASH_DEVICE == 1
4186     #   --> 1
4187
4188     # Flavor: bool
4189     # No user value, uncomment the following line to provide one.
4190     # user_value 1
4191     # value_source default
4192     # Default value: 1
4193 };
4194
4195 # >
4196 # Minimum image size
4197 # This option controls the minimum length of images kept by
4198 # the FIS.  In particular, it should be large enough to hold
4199 # the RedBoot primary image itself, as well as be a natural
4200 # multiple of the FLASH erase block size.
4201 #
4202 cdl_option CYGBLD_REDBOOT_MIN_IMAGE_SIZE {
4203     # Flavor: data
4204     user_value 0x00040000
4205     # value_source user
4206     # Default value: 0x00020000
4207 };
4208
4209 # Offset from start of FLASH to RedBoot boot image
4210 # This option controls where the RedBoot boot image is located
4211 # relative to the start of FLASH.
4212 #
4213 cdl_option CYGBLD_REDBOOT_FLASH_BOOT_OFFSET {
4214     # Flavor: data
4215     # No user value, uncomment the following line to provide one.
4216     # user_value 0
4217     # value_source default
4218     # Default value: CYGNUM_REDBOOT_FLASH_RESERVED_BASE
4219     #     CYGNUM_REDBOOT_FLASH_RESERVED_BASE == 0
4220     #   --> 0
4221     # Requires:  CYGNUM_REDBOOT_FLASH_RESERVED_BASE <=  CYGBLD_REDBOOT_FLASH_BOOT_OFFSET 
4222     #     CYGNUM_REDBOOT_FLASH_RESERVED_BASE == 0
4223     #     CYGBLD_REDBOOT_FLASH_BOOT_OFFSET == 0
4224     #   --> 1
4225
4226     # The following properties are affected by this value
4227     # option CYGBLD_REDBOOT_FLASH_BOOT_OFFSET
4228     #     Requires:  CYGNUM_REDBOOT_FLASH_RESERVED_BASE <=  CYGBLD_REDBOOT_FLASH_BOOT_OFFSET 
4229     # option CYGNUM_REDBOOT_FIS_REDBOOT_POST_OFFSET
4230     #     Requires:  CYGNUM_REDBOOT_FIS_REDBOOT_POST_OFFSET >=  CYGBLD_REDBOOT_FLASH_BOOT_OFFSET 
4231 };
4232
4233 # Size of reserved area at start of FLASH
4234 # This option reserves an area at the start of FLASH where RedBoot
4235 # will never interfere; it is expected that this area contains
4236 # (non-RedBoot-based) POST code or some other boot monitor that
4237 # executes before RedBoot.
4238 #
4239 cdl_option CYGNUM_REDBOOT_FLASH_RESERVED_BASE {
4240     # Flavor: data
4241     # No user value, uncomment the following line to provide one.
4242     # user_value 0
4243     # value_source default
4244     # Default value: 0
4245
4246     # The following properties are affected by this value
4247     # option CYGBLD_REDBOOT_FLASH_BOOT_OFFSET
4248     #     DefaultValue: CYGNUM_REDBOOT_FLASH_RESERVED_BASE
4249     # option CYGBLD_REDBOOT_FLASH_BOOT_OFFSET
4250     #     Requires:  CYGNUM_REDBOOT_FLASH_RESERVED_BASE <=  CYGBLD_REDBOOT_FLASH_BOOT_OFFSET 
4251     # option CYGOPT_REDBOOT_FIS_RESERVED_BASE
4252     #     ActiveIf:  0 != CYGNUM_REDBOOT_FLASH_RESERVED_BASE 
4253 };
4254
4255 # RedBoot Flash Image System support
4256 # doc: ref/flash-image-system.html
4257 # This option enables the Flash Image System commands
4258 # and support within RedBoot.  If disabled, simple Flash
4259 # access commands such as "fis write" will still exist.
4260 # This option would be disabled for targets that need simple
4261 # FLASH manipulation, but do not have the need or space for
4262 # complete image management.
4263 #
4264 cdl_option CYGOPT_REDBOOT_FIS {
4265     # Flavor: bool
4266     # No user value, uncomment the following line to provide one.
4267     # user_value 1
4268     # value_source default
4269     # Default value: 1
4270
4271     # The following properties are affected by this value
4272     # component CYGPKG_REDBOOT_FIS_CONTENTS
4273     #     ActiveIf: CYGOPT_REDBOOT_FIS
4274     # option CYGSEM_REDBOOT_FLASH_COMBINED_FIS_AND_CONFIG
4275     #     ActiveIf: CYGOPT_REDBOOT_FIS
4276     # component CYGOPT_REDBOOT_FIS_ZLIB_COMMON_BUFFER
4277     #     ActiveIf:  CYGBLD_BUILD_REDBOOT_WITH_ZLIB &&  CYGOPT_REDBOOT_FIS 
4278 };
4279
4280 # Flash Image System default directory contents
4281 #
4282 cdl_component CYGPKG_REDBOOT_FIS_CONTENTS {
4283     # ActiveIf constraint: CYGOPT_REDBOOT_FIS
4284     #     CYGOPT_REDBOOT_FIS == 1
4285     #   --> 1
4286
4287     # Calculated value: 1
4288     # Flavor: bool
4289     # Current value: 1
4290 };
4291
4292 # >
4293 # Flash block containing the Directory
4294 # Which block of flash should hold the directory 
4295 # information. Positive numbers are absolute block numbers. 
4296 # Negative block numbers count backwards from the last block.
4297 # eg 2 means block 2, -2 means the last but one block.
4298 #
4299 cdl_option CYGNUM_REDBOOT_FIS_DIRECTORY_BLOCK {
4300     # Flavor: data
4301     # No user value, uncomment the following line to provide one.
4302     # user_value -1
4303     # value_source default
4304     # Default value: -1
4305 };
4306
4307 # Pseudo-file to describe reserved area
4308 # If an area of FLASH is reserved, it is informative to
4309 # have a fis entry describing it.  This option controls
4310 # creation of such an entry by default in the fis init
4311 # command.
4312 #
4313 cdl_option CYGOPT_REDBOOT_FIS_RESERVED_BASE {
4314     # This option is not active
4315     # ActiveIf constraint:  0 != CYGNUM_REDBOOT_FLASH_RESERVED_BASE 
4316     #     CYGNUM_REDBOOT_FLASH_RESERVED_BASE == 0
4317     #   --> 0
4318
4319     # Flavor: bool
4320     # No user value, uncomment the following line to provide one.
4321     # user_value 1
4322     # value_source default
4323     # Default value: 1
4324 };
4325
4326 # File to describe RedBoot boot image
4327 # Normally a ROM-startup RedBoot image is first in the
4328 # FLASH, and the system boots using that image.  This
4329 # option controls creation of an entry describing it in
4330 # the fis init command.  It might be disabled if a
4331 # platform has an immutable boot image of its own, where
4332 # we use a POST-startup RedBoot instead, which performs
4333 # less board initialization.
4334 #
4335 cdl_option CYGOPT_REDBOOT_FIS_REDBOOT {
4336     # Flavor: bool
4337     # No user value, uncomment the following line to provide one.
4338     # user_value 1
4339     # value_source default
4340     # Default value: 1
4341
4342     # The following properties are affected by this value
4343     # component CYGOPT_REDBOOT_FIS_REDBOOT_POST
4344     #     DefaultValue: !CYGOPT_REDBOOT_FIS_REDBOOT
4345 };
4346
4347 # File to describe RedBoot POST-compatible image
4348 # This option controls creation of an entry describing a
4349 # POST-startup RedBoot image in the fis init command.
4350 # Not all platforms support POST-startup.  A platform
4351 # might have both for testing purposes, where the
4352 # eventual user would substitute their own POST code for
4353 # the initial ROM-startup RedBoot, and then jump to the
4354 # POST-compatible RedBoot immediately following.
4355 #
4356 cdl_component CYGOPT_REDBOOT_FIS_REDBOOT_POST {
4357     # Flavor: bool
4358     # No user value, uncomment the following line to provide one.
4359     # user_value 0
4360     # value_source default
4361     # Default value: !CYGOPT_REDBOOT_FIS_REDBOOT
4362     #     CYGOPT_REDBOOT_FIS_REDBOOT == 1
4363     #   --> 0
4364 };
4365
4366 # >
4367 # Offset of POST image from FLASH start
4368 # This option specifies the offset for a POST image from
4369 # the start of FLASH.  If unset, then the fis entry
4370 # describing the POST image will be placed where
4371 # convenient.
4372 #
4373 cdl_option CYGNUM_REDBOOT_FIS_REDBOOT_POST_OFFSET {
4374     # This option is not active
4375     # The parent CYGOPT_REDBOOT_FIS_REDBOOT_POST is disabled
4376
4377     # Flavor: booldata
4378     # No user value, uncomment the following line to provide one.
4379     # user_value 0 0
4380     # value_source default
4381     # Default value: 0 0
4382     # Requires:  CYGNUM_REDBOOT_FIS_REDBOOT_POST_OFFSET >=  CYGBLD_REDBOOT_FLASH_BOOT_OFFSET 
4383     #     CYGNUM_REDBOOT_FIS_REDBOOT_POST_OFFSET == 0
4384     #     CYGBLD_REDBOOT_FLASH_BOOT_OFFSET == 0
4385     #   --> 1
4386
4387     # The following properties are affected by this value
4388     # option CYGNUM_REDBOOT_FIS_REDBOOT_POST_OFFSET
4389     #     Requires:  CYGNUM_REDBOOT_FIS_REDBOOT_POST_OFFSET >=  CYGBLD_REDBOOT_FLASH_BOOT_OFFSET 
4390 };
4391
4392 # <
4393 # File to describe RedBoot backup image
4394 # This option controls creation of an entry describing a
4395 # backup RedBoot image in the fis init command.
4396 # Conventionally a RAM-startup RedBoot image is kept
4397 # under this name for use in updating the ROM-based
4398 # RedBoot that boots the board.
4399 #
4400 cdl_option CYGOPT_REDBOOT_FIS_REDBOOT_BACKUP {
4401     # Flavor: bool
4402     # No user value, uncomment the following line to provide one.
4403     # user_value 0
4404     # value_source default
4405     # Default value: 0
4406 };
4407
4408 # Include ARM SIB ID in FIS
4409 # If set, this option will cause the last 5 words of
4410 # the FIS to include the special ID needed for the
4411 # flash to be recognized as a reserved area for RedBoot
4412 # by an ARM BootRom monitor.
4413 #
4414 cdl_option CYGOPT_REDBOOT_FIS_DIRECTORY_ARM_SIB_ID {
4415     # Flavor: bool
4416     # No user value, uncomment the following line to provide one.
4417     # user_value 0
4418     # value_source default
4419     # Default value: 0
4420 };
4421
4422 # Size of FIS directory entry
4423 # The FIS directory is limited to one single flash
4424 # sector. If your flash has tiny sectors, you may wish
4425 # to reduce this value in order to get more slots in
4426 # the FIS directory.
4427 #
4428 cdl_option CYGNUM_REDBOOT_FIS_DIRECTORY_ENTRY_SIZE {
4429     # Flavor: data
4430     # No user value, uncomment the following line to provide one.
4431     # user_value 256
4432     # value_source default
4433     # Default value: 256
4434 };
4435
4436 # <
4437 # Keep RedBoot configuration data in FLASH
4438 # When this option is enabled, RedBoot will keep configuration
4439 # data in a separate block of FLASH memory.  This data will
4440 # include such items as the node IP address or startup scripts.
4441 #
4442 cdl_component CYGSEM_REDBOOT_FLASH_CONFIG {
4443     # Flavor: bool
4444     # No user value, uncomment the following line to provide one.
4445     # user_value 1
4446     # value_source default
4447     # Default value: 1
4448
4449     # The following properties are affected by this value
4450     # component CYGDAT_REDBOOT_DEFAULT_IP_ADDR
4451     #     DefaultValue: CYGSEM_REDBOOT_FLASH_CONFIG ? 0 :  "0, 0, 0, 0" 
4452     # component CYGDAT_REDBOOT_DEFAULT_GATEWAY_IP_ADDR
4453     #     DefaultValue: CYGSEM_REDBOOT_FLASH_CONFIG ? 0 :  "0, 0, 0, 0" 
4454     # component CYGDAT_REDBOOT_DEFAULT_IP_ADDR_MASK
4455     #     DefaultValue: CYGSEM_REDBOOT_FLASH_CONFIG ? 0 :  "255, 255, 255, 0" 
4456     # option CYGPKG_REDBOOT_NETWORKING_DNS_IP
4457     #     ActiveIf: !CYGSEM_REDBOOT_FLASH_CONFIG
4458     # option CYGFUN_REDBOOT_BOOT_SCRIPT
4459     #     ActiveIf:  CYGDAT_REDBOOT_DEFAULT_BOOT_SCRIPT ||  CYGSEM_REDBOOT_FLASH_CONFIG 
4460 };
4461
4462 # >
4463 # Length of configuration data in FLASH
4464 # This option is used to control the amount of memory and FLASH
4465 # to be used for configuration options (persistent storage).
4466 #
4467 cdl_option CYGNUM_REDBOOT_FLASH_CONFIG_SIZE {
4468     # Flavor: data
4469     # No user value, uncomment the following line to provide one.
4470     # user_value 4096
4471     # value_source default
4472     # Default value: 4096
4473 };
4474
4475 # Merged config data and FIS directory
4476 # If this option is set, then the FIS directory and FLASH 
4477 # configuration database will be stored in the same physical
4478 # FLASH block.
4479 #
4480 cdl_option CYGSEM_REDBOOT_FLASH_COMBINED_FIS_AND_CONFIG {
4481     # ActiveIf constraint: CYGOPT_REDBOOT_FIS
4482     #     CYGOPT_REDBOOT_FIS == 1
4483     #   --> 1
4484
4485     # Flavor: bool
4486     # No user value, uncomment the following line to provide one.
4487     # user_value 0
4488     # value_source default
4489     # Default value: 0
4490 };
4491
4492 # Which block of flash to use
4493 # Which block of flash should hold the configuration 
4494 # information. Positive numbers are absolute block numbers. 
4495 # Negative block numbers count backwards from the last block.
4496 # eg 2 means block 2, -2 means the last but one block.
4497 #
4498 cdl_option CYGNUM_REDBOOT_FLASH_CONFIG_BLOCK {
4499     # Flavor: data
4500     # No user value, uncomment the following line to provide one.
4501     # user_value -2
4502     # value_source default
4503     # Default value: -2
4504 };
4505
4506 # Support simple macros/aliases in FLASH
4507 # This option is used to allow support for simple text-based
4508 # macros (aliases).  These aliases are kept in the FLASH
4509 # configuration data (persistent storage).
4510 #
4511 cdl_option CYGSEM_REDBOOT_FLASH_ALIASES {
4512     # Flavor: bool
4513     # No user value, uncomment the following line to provide one.
4514     # user_value 1
4515     # value_source default
4516     # Default value: 1
4517 };
4518
4519 # Length of strings in FLASH configuration data
4520 # This option is used to control the amount of memory and FLASH
4521 # to be used for string configuration options (persistent storage).
4522 #
4523 cdl_option CYGNUM_REDBOOT_FLASH_STRING_SIZE {
4524     # Flavor: data
4525     # No user value, uncomment the following line to provide one.
4526     # user_value 128
4527     # value_source default
4528     # Default value: 128
4529 };
4530
4531 # Length of configuration script(s) in FLASH
4532 # This option is used to control the amount of memory and FLASH
4533 # to be used for configuration options (persistent storage).
4534 #
4535 cdl_option CYGNUM_REDBOOT_FLASH_SCRIPT_SIZE {
4536     # Flavor: data
4537     # No user value, uncomment the following line to provide one.
4538     # user_value 512
4539     # value_source default
4540     # Default value: 512
4541 };
4542
4543 # Fallback to read-only FLASH configuration
4544 # This option will cause the configuration information to
4545 # revert to the readonly information stored in the FLASH.
4546 # The option only takes effect after 
4547 # 1) the config_ok flag has been set to be true,
4548 # indicating that at one time the copy in RAM was valid;
4549 # and
4550 # 2) the information in RAM has been verified to be invalid
4551 #
4552 cdl_option CYGSEM_REDBOOT_FLASH_CONFIG_READONLY_FALLBACK {
4553     # Flavor: bool
4554     # No user value, uncomment the following line to provide one.
4555     # user_value 1
4556     # value_source default
4557     # Default value: 1
4558 };
4559
4560 # <
4561 # Keep all RedBoot FLASH data blocks locked.
4562 # When this option is enabled, RedBoot will keep configuration
4563 # data and the FIS directory blocks implicitly locked.  While
4564 # this is somewhat safer, it does add overhead during updates.
4565 #
4566 cdl_option CYGSEM_REDBOOT_FLASH_LOCK_SPECIAL {
4567     # ActiveIf constraint:  CYGHWR_IO_FLASH_BLOCK_LOCKING != 0 
4568     #     CYGHWR_IO_FLASH_BLOCK_LOCKING == 1
4569     #   --> 1
4570
4571     # Flavor: bool
4572     # No user value, uncomment the following line to provide one.
4573     # user_value 1
4574     # value_source default
4575     # Default value: 1
4576 };
4577
4578 # Use CRC checksums on FIS images.
4579 # When this option is enabled, RedBoot will use CRC checksums
4580 # when reading and writing flash images.
4581 #
4582 cdl_option CYGSEM_REDBOOT_FIS_CRC_CHECK {
4583     # Flavor: bool
4584     # No user value, uncomment the following line to provide one.
4585     # user_value 1
4586     # value_source default
4587     # Default value: 1
4588 };
4589
4590 # ARM FLASH drivers support SIB flash block structure
4591 # This interface is implemented by a flash driver
4592 # to indicate that it supports the ARM SIB flash
4593 # block structure
4594 #
4595 cdl_interface CYGINT_REDBOOT_ARM_FLASH_SIB_SUPPORTED {
4596     # No options implement this inferface
4597     # ActiveIf constraint: CYGPKG_HAL_ARM
4598     #     CYGPKG_HAL_ARM == current
4599     #   --> 1
4600
4601     # This value cannot be modified here.
4602     # Flavor: data
4603     # Current_value: 0
4604
4605     # The following properties are affected by this value
4606     # option CYGHWR_REDBOOT_ARM_FLASH_SIB
4607     #     ActiveIf: CYGINT_REDBOOT_ARM_FLASH_SIB_SUPPORTED
4608 };
4609
4610 # Use ARM SIB flash block structure
4611 # This option is used to interpret ARM Flash System information
4612 # blocks.
4613 #
4614 cdl_option CYGHWR_REDBOOT_ARM_FLASH_SIB {
4615     # This option is not active
4616     # ActiveIf constraint: CYGINT_REDBOOT_ARM_FLASH_SIB_SUPPORTED
4617     #     CYGINT_REDBOOT_ARM_FLASH_SIB_SUPPORTED == 0
4618     #   --> 0
4619
4620     # Flavor: bool
4621     # No user value, uncomment the following line to provide one.
4622     # user_value 1
4623     # value_source default
4624     # Default value: 1
4625 };
4626
4627 # <
4628 # Allow RedBoot to support disks
4629 # If this option is enabled then RedBoot will provide commands
4630 # to load disk files.
4631 #
4632 cdl_component CYGPKG_REDBOOT_DISK {
4633     # ActiveIf constraint:  CYGINT_HAL_PLF_IF_IDE != 0 
4634     #     CYGINT_HAL_PLF_IF_IDE == 1
4635     #   --> 1
4636
4637     # Flavor: bool
4638     # No user value, uncomment the following line to provide one.
4639     # user_value 1
4640     # value_source default
4641     # Default value: 1
4642 };
4643
4644 # >
4645 # Maximum number of supported disks
4646 # This option controls the number of disks supported by RedBoot.
4647 #
4648 cdl_option CYGNUM_REDBOOT_MAX_DISKS {
4649     # Flavor: data
4650     # No user value, uncomment the following line to provide one.
4651     # user_value 4
4652     # value_source default
4653     # Default value: 4
4654 };
4655
4656 # Maximum number of partitions per disk
4657 # This option controls the maximum number of supported partitions per disk.
4658 #
4659 cdl_option CYGNUM_REDBOOT_MAX_PARTITIONS {
4660     # Flavor: data
4661     # No user value, uncomment the following line to provide one.
4662     # user_value 8
4663     # value_source default
4664     # Default value: 8
4665 };
4666
4667 # Support IDE disks.
4668 # When this option is enabled, RedBoot will support IDE disks.
4669 #
4670 cdl_component CYGSEM_REDBOOT_DISK_IDE {
4671     # Flavor: bool
4672     # No user value, uncomment the following line to provide one.
4673     # user_value 1
4674     # value_source default
4675     # Default value: 1
4676 };
4677
4678 # Support Linux second extended filesystems.
4679 # When this option is enabled, RedBoot will support IDE disks.
4680 #
4681 cdl_component CYGSEM_REDBOOT_DISK_EXT2FS {
4682     # Flavor: bool
4683     # No user value, uncomment the following line to provide one.
4684     # user_value 1
4685     # value_source default
4686     # Default value: 1
4687 };
4688
4689 # Support ISO9660 filesystems.
4690 # When this option is enabled, RedBoot will support ISO9660 filesystems.
4691 #
4692 cdl_component CYGSEM_REDBOOT_DISK_ISO9660 {
4693     # Calculated value: 0
4694     # Flavor: bool
4695     # Current value: 0
4696 };
4697
4698 # <
4699 # Boot scripting
4700 # doc: ref/persistent-state-flash.html
4701 # This contains options related to RedBoot's boot script
4702 # functionality.
4703 #
4704 cdl_component CYGPKG_REDBOOT_BOOT_SCRIPT {
4705     # There is no associated value.
4706 };
4707
4708 # >
4709 # Boot scripting enabled
4710 # This option controls whether RedBoot boot script
4711 # functionality is enabled.
4712 #
4713 cdl_option CYGFUN_REDBOOT_BOOT_SCRIPT {
4714     # ActiveIf constraint:  CYGDAT_REDBOOT_DEFAULT_BOOT_SCRIPT ||  CYGSEM_REDBOOT_FLASH_CONFIG 
4715     #     CYGDAT_REDBOOT_DEFAULT_BOOT_SCRIPT == 0
4716     #     CYGSEM_REDBOOT_FLASH_CONFIG == 1
4717     #   --> 1
4718
4719     # Calculated value: 1
4720     # Flavor: bool
4721     # Current value: 1
4722 };
4723
4724 # Use default RedBoot boot script
4725 # If enabled, this option will tell RedBoot to use the value of
4726 # this option as a default boot script.
4727 #
4728 cdl_option CYGDAT_REDBOOT_DEFAULT_BOOT_SCRIPT {
4729     # Flavor: booldata
4730     # No user value, uncomment the following line to provide one.
4731     # user_value 0 0
4732     # value_source default
4733     # Default value: 0 0
4734
4735     # The following properties are affected by this value
4736     # option CYGFUN_REDBOOT_BOOT_SCRIPT
4737     #     ActiveIf:  CYGDAT_REDBOOT_DEFAULT_BOOT_SCRIPT ||  CYGSEM_REDBOOT_FLASH_CONFIG 
4738 };
4739
4740 # Resolution (in ms) for script timeout value.
4741 # This option controls the resolution of the script timeout.
4742 # The value is specified in milliseconds (ms), thus to have the
4743 # script timeout be defined in terms of tenths of seconds, use 100.
4744 #
4745 cdl_option CYGNUM_REDBOOT_BOOT_SCRIPT_TIMEOUT_RESOLUTION {
4746     # Flavor: data
4747     # No user value, uncomment the following line to provide one.
4748     # user_value 10
4749     # value_source default
4750     # Default value: 10
4751 };
4752
4753 # Script default timeout value
4754 # This option is used to set the default timeout for startup
4755 # scripts, when they are enabled.
4756 #
4757 cdl_option CYGNUM_REDBOOT_BOOT_SCRIPT_DEFAULT_TIMEOUT {
4758     # Flavor: data
4759     # No user value, uncomment the following line to provide one.
4760     # user_value 100
4761     # value_source default
4762     # Default value: 100
4763 };
4764
4765 # <
4766 # Behave like a ROM monitor
4767 # Enabling this option will allow RedBoot to provide ROM monitor-style
4768 # services to programs which it executes.
4769 #
4770 cdl_option CYGPRI_REDBOOT_ROM_MONITOR {
4771     # ActiveIf constraint:  CYG_HAL_STARTUP == "ROM" || CYG_HAL_STARTUP == "ROMRAM" 
4772     #     CYG_HAL_STARTUP == ROM
4773     #     CYG_HAL_STARTUP == ROM
4774     #   --> 1
4775
4776     # Calculated value: 1
4777     # Flavor: bool
4778     # Current value: 1
4779     # Requires: CYGSEM_HAL_ROM_MONITOR
4780     #     CYGSEM_HAL_ROM_MONITOR == 1
4781     #   --> 1
4782 };
4783
4784 # Allow RedBoot to handle GNUPro application 'syscalls'.
4785 # If this option is enabled then RedBoot will install a syscall handler
4786 # to support debugging of applications based on GNUPro newlib/bsp.
4787 #
4788 cdl_component CYGSEM_REDBOOT_BSP_SYSCALLS {
4789     # Flavor: bool
4790     # No user value, uncomment the following line to provide one.
4791     # user_value 0
4792     # value_source default
4793     # Default value: 0
4794
4795     # The following properties are affected by this value
4796     # option CYGOPT_HAL_ARM_SYSCALL_GPROF_SUPPORT
4797     #     ActiveIf: CYGSEM_REDBOOT_BSP_SYSCALLS
4798     # option CYGPKG_HAL_GDB_FILEIO
4799     #     ActiveIf: CYGSEM_REDBOOT_BSP_SYSCALLS
4800 };
4801
4802 # >
4803 # Support additional syscalls for 'gprof' profiling
4804 # Support additional syscalls to support a periodic callback
4805 # function for histogram-style profiling, and an enquire/set
4806 # of the tick rate.
4807 # The application must use the GNUPro newlib facilities
4808 # to set this up.
4809 #
4810 cdl_option CYGSEM_REDBOOT_BSP_SYSCALLS_GPROF {
4811     # This option is not active
4812     # The parent CYGSEM_REDBOOT_BSP_SYSCALLS is disabled
4813     # ActiveIf constraint:  0 < CYGINT_REDBOOT_BSP_SYSCALLS_GPROF_SUPPORT 
4814     #     CYGINT_REDBOOT_BSP_SYSCALLS_GPROF_SUPPORT == 0
4815     #   --> 0
4816
4817     # Flavor: bool
4818     # No user value, uncomment the following line to provide one.
4819     # user_value 1
4820     # value_source default
4821     # Default value: 1
4822 };
4823
4824 # Does the HAL support 'gprof' profiling?
4825 #
4826 cdl_interface CYGINT_REDBOOT_BSP_SYSCALLS_GPROF_SUPPORT {
4827     # Implemented by CYGOPT_HAL_ARM_SYSCALL_GPROF_SUPPORT, inactive, enabled
4828     # This option is not active
4829     # The parent CYGSEM_REDBOOT_BSP_SYSCALLS is disabled
4830
4831     # This value cannot be modified here.
4832     # Flavor: data
4833     # Current_value: 0
4834
4835     # The following properties are affected by this value
4836     # option CYGSEM_REDBOOT_BSP_SYSCALLS_GPROF
4837     #     ActiveIf:  0 < CYGINT_REDBOOT_BSP_SYSCALLS_GPROF_SUPPORT 
4838 };
4839
4840 # <
4841 # Use a common buffer for Zlib and FIS
4842 # Use a common memory buffer for both the zlib workspace
4843 # and FIS directory operations. This can save a substantial
4844 # amount of RAM, especially when flash sectors are large.
4845 #
4846 cdl_component CYGOPT_REDBOOT_FIS_ZLIB_COMMON_BUFFER {
4847     # This option is not active
4848     # ActiveIf constraint:  CYGBLD_BUILD_REDBOOT_WITH_ZLIB &&  CYGOPT_REDBOOT_FIS 
4849     #     CYGBLD_BUILD_REDBOOT_WITH_ZLIB == 0
4850     #     CYGOPT_REDBOOT_FIS == 1
4851     #   --> 0
4852
4853     # Flavor: bool
4854     # No user value, uncomment the following line to provide one.
4855     # user_value 0
4856     # value_source default
4857     # Default value: 0
4858 };
4859
4860 # >
4861 # Size of Zlib/FIS common buffer
4862 # Size of common buffer to allocate. Must be at least the
4863 # size of one flash sector.
4864 #
4865 cdl_option CYGNUM_REDBOOT_FIS_ZLIB_COMMON_BUFFER_SIZE {
4866     # This option is not active
4867     # The parent CYGOPT_REDBOOT_FIS_ZLIB_COMMON_BUFFER is not active
4868     # The parent CYGOPT_REDBOOT_FIS_ZLIB_COMMON_BUFFER is disabled
4869
4870     # Flavor: data
4871     # No user value, uncomment the following line to provide one.
4872     # user_value 0x0000C000
4873     # value_source default
4874     # Default value: 0x0000C000
4875     # Legal values: 0x4000 to 0x80000000
4876 };
4877
4878 # <
4879 # <
4880 # Redboot for ARM options
4881 # This option lists the target's requirements for a valid Redboot
4882 # configuration.
4883 #
4884 cdl_component CYGPKG_REDBOOT_ARM_OPTIONS {
4885     # ActiveIf constraint: CYGPKG_REDBOOT
4886     #     CYGPKG_REDBOOT == current
4887     #   --> 1
4888
4889     # There is no associated value.
4890
4891     # The following properties are affected by this value
4892 };
4893
4894 # >
4895 # Provide the exec command in RedBoot
4896 # This option contains requirements for booting linux
4897 # from RedBoot. The component is enabled/disabled from
4898 # RedBoots CDL.
4899 #
4900 cdl_component CYGPKG_REDBOOT_ARM_LINUX_EXEC {
4901     # ActiveIf constraint: CYGBLD_BUILD_REDBOOT_WITH_EXEC
4902     #     CYGBLD_BUILD_REDBOOT_WITH_EXEC == 1
4903     #   --> 1
4904
4905     # There is no associated value.
4906 };
4907
4908 # >
4909 # Physical base address of linux kernel
4910 # This is the physical address of the base of the 
4911 # Linux kernel image.
4912 #
4913 cdl_option CYGHWR_REDBOOT_ARM_LINUX_EXEC_ADDRESS {
4914     # Flavor: data
4915     user_value 0xa0008000
4916     # value_source user
4917     # Default value: CYGHWR_REDBOOT_ARM_LINUX_EXEC_ADDRESS_DEFAULT
4918     #     CYGHWR_REDBOOT_ARM_LINUX_EXEC_ADDRESS_DEFAULT == 0xa0008000
4919     #   --> 0xa0008000
4920 };
4921
4922 # Default physical base address of linux kernel
4923 # This is the physical address of the base of the 
4924 # Linux kernel image. This option gets set by the 
4925 # platform CDL.
4926 #
4927 cdl_option CYGHWR_REDBOOT_ARM_LINUX_EXEC_ADDRESS_DEFAULT {
4928     # Flavor: data
4929     user_value 0xa0008000
4930     # value_source user
4931     # Default value: 0x00008000
4932
4933     # The following properties are affected by this value
4934     # option CYGHWR_REDBOOT_ARM_LINUX_EXEC_ADDRESS
4935     #     DefaultValue: CYGHWR_REDBOOT_ARM_LINUX_EXEC_ADDRESS_DEFAULT
4936 };
4937
4938 # Base address of linux kernel parameter tags
4939 # This is the base address of the area of memory used to
4940 # pass parameters to the Linux kernel. This should be chosen
4941 # to avoid overlap with the kernel and any ramdisk image.
4942 #
4943 cdl_option CYGHWR_REDBOOT_ARM_LINUX_TAGS_ADDRESS {
4944     # Flavor: data
4945     user_value 0xa0001000
4946     # value_source user
4947     # Default value: 0x00000100
4948 };
4949
4950 # <
4951 # <
4952 # Redboot for XScale options
4953 # This option lists the target's requirements for a valid Redboot
4954 # configuration.
4955 #
4956 cdl_component CYGPKG_REDBOOT_XSCALE_OPTIONS {
4957     # ActiveIf constraint: CYGPKG_REDBOOT
4958     #     CYGPKG_REDBOOT == current
4959     #   --> 1
4960
4961     # There is no associated value.
4962 };
4963
4964 # Redboot HAL options
4965 # This option lists the target's requirements for a valid Redboot
4966 # configuration.
4967 #
4968 cdl_component CYGPKG_REDBOOT_HAL_OPTIONS {
4969     # ActiveIf constraint: CYGPKG_REDBOOT
4970     #     CYGPKG_REDBOOT == current
4971     #   --> 1
4972
4973     # There is no associated value.
4974 };
4975
4976 # >
4977 # Build Redboot ROM binary image
4978 # This option enables the conversion of the Redboot ELF
4979 # image to a binary image suitable for ROM programming.
4980 #
4981 cdl_option CYGBLD_BUILD_REDBOOT_BIN {
4982     # ActiveIf constraint: CYGBLD_BUILD_REDBOOT
4983     #     CYGBLD_BUILD_REDBOOT == 1
4984     #   --> 1
4985
4986     # Flavor: bool
4987     # No user value, uncomment the following line to provide one.
4988     # user_value 1
4989     # value_source default
4990     # Default value: 1
4991 };
4992
4993 # <
4994 # <
4995 # ISO C and POSIX infrastructure
4996 # eCos supports implementations of ISO C libraries and POSIX
4997 # implementations. This package provides infrastructure used by
4998 # all such implementations.
4999 #
5000 cdl_package CYGPKG_ISOINFRA {
5001     # Packages cannot be added or removed, nor can their version be changed,
5002     # simply by editing their value. Instead the appropriate configuration
5003     # should be used to perform these actions.
5004
5005     # This value cannot be modified here.
5006     # Flavor: booldata
5007     # Current value: 1 current
5008
5009     # The following properties are affected by this value
5010     # package CYGPKG_IO_FLASH
5011     #     Requires: CYGPKG_ISOINFRA
5012     # component CYGBLD_BUILD_REDBOOT
5013     #     Requires: CYGPKG_ISOINFRA
5014     # package CYGPKG_LIBC_STRING
5015     #     Requires: CYGPKG_ISOINFRA
5016 };
5017
5018 # >
5019 # Startup and termination
5020 #
5021 cdl_component CYGPKG_ISO_STARTUP {
5022     # There is no associated value.
5023 };
5024
5025 # >
5026 # main() startup implementations
5027 # Implementations of this interface arrange for a user-supplied
5028 # main() to be called in an ISO compatible environment.
5029 #
5030 cdl_interface CYGINT_ISO_MAIN_STARTUP {
5031     # No options implement this inferface
5032     # This value cannot be modified here.
5033     # Flavor: data
5034     # Current_value: 0
5035     # Requires:  1 >= CYGINT_ISO_MAIN_STARTUP 
5036     #     CYGINT_ISO_MAIN_STARTUP == 0
5037     #   --> 1
5038
5039     # The following properties are affected by this value
5040     # interface CYGINT_ISO_MAIN_STARTUP
5041     #     Requires:  1 >= CYGINT_ISO_MAIN_STARTUP 
5042 };
5043
5044 # environ implementations
5045 # Implementations of this interface provide the environ
5046 # variable required by POSIX.
5047 #
5048 cdl_interface CYGINT_ISO_ENVIRON {
5049     # No options implement this inferface
5050     # This value cannot be modified here.
5051     # Flavor: data
5052     # Current_value: 0
5053     # Requires:  1 >= CYGINT_ISO_ENVIRON 
5054     #     CYGINT_ISO_ENVIRON == 0
5055     #   --> 1
5056
5057     # The following properties are affected by this value
5058     # interface CYGINT_ISO_ENVIRON
5059     #     Requires:  1 >= CYGINT_ISO_ENVIRON 
5060 };
5061
5062 # <
5063 # ctype.h functions
5064 #
5065 cdl_component CYGPKG_ISO_CTYPE_H {
5066     # There is no associated value.
5067 };
5068
5069 # >
5070 # Number of implementations of ctype functions
5071 #
5072 cdl_interface CYGINT_ISO_CTYPE {
5073     # No options implement this inferface
5074     # This value cannot be modified here.
5075     # Flavor: data
5076     # Current_value: 0
5077     # Requires:  1 >= CYGINT_ISO_CTYPE 
5078     #     CYGINT_ISO_CTYPE == 0
5079     #   --> 1
5080
5081     # The following properties are affected by this value
5082     # interface CYGINT_ISO_CTYPE
5083     #     Requires:  1 >= CYGINT_ISO_CTYPE 
5084     # option CYGFUN_LIBC_STRING_BSD_FUNCS
5085     #     Requires: CYGINT_ISO_CTYPE
5086     # option CYGPKG_NS_DNS_BUILD
5087     #     Requires: CYGINT_ISO_CTYPE
5088 };
5089
5090 # Ctype implementation header
5091 #
5092 cdl_option CYGBLD_ISO_CTYPE_HEADER {
5093     # Flavor: booldata
5094     # No user value, uncomment the following line to provide one.
5095     # user_value 0 0
5096     # value_source default
5097     # Default value: 0 0
5098 };
5099
5100 # <
5101 # Error handling
5102 #
5103 cdl_component CYGPKG_ISO_ERRNO {
5104     # There is no associated value.
5105 };
5106
5107 # >
5108 # Number of implementations of error codes
5109 #
5110 cdl_interface CYGINT_ISO_ERRNO_CODES {
5111     # No options implement this inferface
5112     # This value cannot be modified here.
5113     # Flavor: data
5114     # Current_value: 0
5115     # Requires:  1 >= CYGINT_ISO_ERRNO_CODES 
5116     #     CYGINT_ISO_ERRNO_CODES == 0
5117     #   --> 1
5118
5119     # The following properties are affected by this value
5120     # interface CYGINT_ISO_ERRNO_CODES
5121     #     Requires:  1 >= CYGINT_ISO_ERRNO_CODES 
5122 };
5123
5124 # Error codes implementation header
5125 #
5126 cdl_option CYGBLD_ISO_ERRNO_CODES_HEADER {
5127     # Flavor: booldata
5128     # No user value, uncomment the following line to provide one.
5129     # user_value 0 0
5130     # value_source default
5131     # Default value: 0 0
5132 };
5133
5134 # Number of implementations of errno variable
5135 #
5136 cdl_interface CYGINT_ISO_ERRNO {
5137     # No options implement this inferface
5138     # This value cannot be modified here.
5139     # Flavor: data
5140     # Current_value: 0
5141     # Requires:  1 >= CYGINT_ISO_ERRNO 
5142     #     CYGINT_ISO_ERRNO == 0
5143     #   --> 1
5144
5145     # The following properties are affected by this value
5146     # interface CYGINT_ISO_ERRNO
5147     #     Requires:  1 >= CYGINT_ISO_ERRNO 
5148 };
5149
5150 # errno variable implementation header
5151 #
5152 cdl_option CYGBLD_ISO_ERRNO_HEADER {
5153     # Flavor: booldata
5154     # No user value, uncomment the following line to provide one.
5155     # user_value 0 0
5156     # value_source default
5157     # Default value: 0 0
5158 };
5159
5160 # <
5161 # Locale-related functions
5162 #
5163 cdl_component CYGPKG_ISO_LOCALE {
5164     # There is no associated value.
5165 };
5166
5167 # >
5168 # Number of implementations of locale functions
5169 #
5170 cdl_interface CYGINT_ISO_LOCALE {
5171     # No options implement this inferface
5172     # This value cannot be modified here.
5173     # Flavor: data
5174     # Current_value: 0
5175     # Requires:  1 >= CYGINT_ISO_LOCALE 
5176     #     CYGINT_ISO_LOCALE == 0
5177     #   --> 1
5178
5179     # The following properties are affected by this value
5180     # interface CYGINT_ISO_LOCALE
5181     #     Requires:  1 >= CYGINT_ISO_LOCALE 
5182 };
5183
5184 # Locale implementation header
5185 #
5186 cdl_option CYGBLD_ISO_LOCALE_HEADER {
5187     # Flavor: booldata
5188     # No user value, uncomment the following line to provide one.
5189     # user_value 0 0
5190     # value_source default
5191     # Default value: 0 0
5192 };
5193
5194 # <
5195 # Standard I/O-related functionality
5196 #
5197 cdl_component CYGPKG_ISO_STDIO {
5198     # There is no associated value.
5199 };
5200
5201 # >
5202 # Number of implementations of stdio file types
5203 #
5204 cdl_interface CYGINT_ISO_STDIO_FILETYPES {
5205     # No options implement this inferface
5206     # This value cannot be modified here.
5207     # Flavor: booldata
5208     # Current value: 0 0
5209     # Requires:  1 >= CYGINT_ISO_STDIO_FILETYPES 
5210     #     CYGINT_ISO_STDIO_FILETYPES == 0
5211     #   --> 1
5212
5213     # The following properties are affected by this value
5214     # interface CYGINT_ISO_STDIO_FILETYPES
5215     #     Requires:  1 >= CYGINT_ISO_STDIO_FILETYPES 
5216 };
5217
5218 # Stdio file types implementation header
5219 #
5220 cdl_option CYGBLD_ISO_STDIO_FILETYPES_HEADER {
5221     # Flavor: booldata
5222     # No user value, uncomment the following line to provide one.
5223     # user_value 0 0
5224     # value_source default
5225     # Default value: 0 0
5226 };
5227
5228 # Stdio standard streams implementations
5229 #
5230 cdl_interface CYGINT_ISO_STDIO_STREAMS {
5231     # No options implement this inferface
5232     # This value cannot be modified here.
5233     # Flavor: booldata
5234     # Current value: 0 0
5235     # Requires:  1 >= CYGINT_ISO_STDIO_STREAMS 
5236     #     CYGINT_ISO_STDIO_STREAMS == 0
5237     #   --> 1
5238
5239     # The following properties are affected by this value
5240     # interface CYGINT_ISO_STDIO_STREAMS
5241     #     Requires:  1 >= CYGINT_ISO_STDIO_STREAMS 
5242 };
5243
5244 # Stdio standard streams implementation header
5245 # This header file must define stdin, stdout
5246 # and stderr.
5247 #
5248 cdl_option CYGBLD_ISO_STDIO_STREAMS_HEADER {
5249     # Flavor: booldata
5250     # No user value, uncomment the following line to provide one.
5251     # user_value 0 0
5252     # value_source default
5253     # Default value: 0 0
5254 };
5255
5256 # Number of implementations of stdio file operations
5257 #
5258 cdl_interface CYGINT_ISO_STDIO_FILEOPS {
5259     # No options implement this inferface
5260     # This value cannot be modified here.
5261     # Flavor: booldata
5262     # Current value: 0 0
5263     # Requires:  1 >= CYGINT_ISO_STDIO_FILEOPS 
5264     #     CYGINT_ISO_STDIO_FILEOPS == 0
5265     #   --> 1
5266
5267     # The following properties are affected by this value
5268     # interface CYGINT_ISO_STDIO_FILEOPS
5269     #     Requires:  1 >= CYGINT_ISO_STDIO_FILEOPS 
5270 };
5271
5272 # Stdio file operations implementation header
5273 # This header controls the file system operations on a file
5274 # such as remove(), rename(), tmpfile(), tmpnam() and associated
5275 # constants.
5276 #
5277 cdl_option CYGBLD_ISO_STDIO_FILEOPS_HEADER {
5278     # Flavor: booldata
5279     # No user value, uncomment the following line to provide one.
5280     # user_value 0 0
5281     # value_source default
5282     # Default value: 0 0
5283 };
5284
5285 # Number of implementations of stdio file access  functionals
5286 #
5287 cdl_interface CYGINT_ISO_STDIO_FILEACCESS {
5288     # No options implement this inferface
5289     # This value cannot be modified here.
5290     # Flavor: booldata
5291     # Current value: 0 0
5292     # Requires:  1 >= CYGINT_ISO_STDIO_FILEACCESS 
5293     #     CYGINT_ISO_STDIO_FILEACCESS == 0
5294     #   --> 1
5295
5296     # The following properties are affected by this value
5297     # interface CYGINT_ISO_STDIO_FILEACCESS
5298     #     Requires:  1 >= CYGINT_ISO_STDIO_FILEACCESS 
5299 };
5300
5301 # Stdio file access implementation header
5302 # This header controls the file access operations
5303 # such as fclose(), fflush(), fopen(), freopen(), setbuf(),
5304 # setvbuf(), and associated constants.
5305 #
5306 cdl_option CYGBLD_ISO_STDIO_FILEACCESS_HEADER {
5307     # Flavor: booldata
5308     # No user value, uncomment the following line to provide one.
5309     # user_value 0 0
5310     # value_source default
5311     # Default value: 0 0
5312 };
5313
5314 # Number of implementations of stdio formatted I/O
5315 #
5316 cdl_interface CYGINT_ISO_STDIO_FORMATTED_IO {
5317     # No options implement this inferface
5318     # This value cannot be modified here.
5319     # Flavor: booldata
5320     # Current value: 0 0
5321     # Requires:  1 >= CYGINT_ISO_STDIO_FORMATTED_IO 
5322     #     CYGINT_ISO_STDIO_FORMATTED_IO == 0
5323     #   --> 1
5324
5325     # The following properties are affected by this value
5326     # interface CYGINT_ISO_STDIO_FORMATTED_IO
5327     #     Requires:  1 >= CYGINT_ISO_STDIO_FORMATTED_IO 
5328 };
5329
5330 # Stdio formatted I/O implementation header
5331 #
5332 cdl_option CYGBLD_ISO_STDIO_FORMATTED_IO_HEADER {
5333     # Flavor: booldata
5334     # No user value, uncomment the following line to provide one.
5335     # user_value 0 0
5336     # value_source default
5337     # Default value: 0 0
5338 };
5339
5340 # Number of implementations of stdio character I/O
5341 #
5342 cdl_interface CYGINT_ISO_STDIO_CHAR_IO {
5343     # No options implement this inferface
5344     # This value cannot be modified here.
5345     # Flavor: booldata
5346     # Current value: 0 0
5347     # Requires:  1 >= CYGINT_ISO_STDIO_CHAR_IO 
5348     #     CYGINT_ISO_STDIO_CHAR_IO == 0
5349     #   --> 1
5350
5351     # The following properties are affected by this value
5352     # interface CYGINT_ISO_STDIO_CHAR_IO
5353     #     Requires:  1 >= CYGINT_ISO_STDIO_CHAR_IO 
5354 };
5355
5356 # Stdio character I/O implementation header
5357 #
5358 cdl_option CYGBLD_ISO_STDIO_CHAR_IO_HEADER {
5359     # Flavor: booldata
5360     # No user value, uncomment the following line to provide one.
5361     # user_value 0 0
5362     # value_source default
5363     # Default value: 0 0
5364 };
5365
5366 # Number of implementations of stdio direct I/O
5367 #
5368 cdl_interface CYGINT_ISO_STDIO_DIRECT_IO {
5369     # No options implement this inferface
5370     # This value cannot be modified here.
5371     # Flavor: booldata
5372     # Current value: 0 0
5373     # Requires:  1 >= CYGINT_ISO_STDIO_DIRECT_IO 
5374     #     CYGINT_ISO_STDIO_DIRECT_IO == 0
5375     #   --> 1
5376
5377     # The following properties are affected by this value
5378     # interface CYGINT_ISO_STDIO_DIRECT_IO
5379     #     Requires:  1 >= CYGINT_ISO_STDIO_DIRECT_IO 
5380 };
5381
5382 # Stdio direct I/O implementation header
5383 #
5384 cdl_option CYGBLD_ISO_STDIO_DIRECT_IO_HEADER {
5385     # Flavor: booldata
5386     # No user value, uncomment the following line to provide one.
5387     # user_value 0 0
5388     # value_source default
5389     # Default value: 0 0
5390 };
5391
5392 # Number of implementations of stdio file positioning
5393 #
5394 cdl_interface CYGINT_ISO_STDIO_FILEPOS {
5395     # No options implement this inferface
5396     # This value cannot be modified here.
5397     # Flavor: booldata
5398     # Current value: 0 0
5399     # Requires:  1 >= CYGINT_ISO_STDIO_FILEPOS 
5400     #     CYGINT_ISO_STDIO_FILEPOS == 0
5401     #   --> 1
5402
5403     # The following properties are affected by this value
5404     # interface CYGINT_ISO_STDIO_FILEPOS
5405     #     Requires:  1 >= CYGINT_ISO_STDIO_FILEPOS 
5406 };
5407
5408 # Stdio file positioning implementation header
5409 #
5410 cdl_option CYGBLD_ISO_STDIO_FILEPOS {
5411     # Flavor: booldata
5412     # No user value, uncomment the following line to provide one.
5413     # user_value 0 0
5414     # value_source default
5415     # Default value: 0 0
5416 };
5417
5418 # Number of implementations of stdio error handling
5419 #
5420 cdl_interface CYGINT_ISO_STDIO_ERROR {
5421     # No options implement this inferface
5422     # This value cannot be modified here.
5423     # Flavor: booldata
5424     # Current value: 0 0
5425     # Requires:  1 >= CYGINT_ISO_STDIO_ERROR 
5426     #     CYGINT_ISO_STDIO_ERROR == 0
5427     #   --> 1
5428
5429     # The following properties are affected by this value
5430     # interface CYGINT_ISO_STDIO_ERROR
5431     #     Requires:  1 >= CYGINT_ISO_STDIO_ERROR 
5432 };
5433
5434 # Stdio error handling implementation header
5435 #
5436 cdl_option CYGBLD_ISO_STDIO_ERROR_HEADER {
5437     # Flavor: booldata
5438     # No user value, uncomment the following line to provide one.
5439     # user_value 0 0
5440     # value_source default
5441     # Default value: 0 0
5442 };
5443
5444 # POSIX fd-related function implementations
5445 #
5446 cdl_interface CYGINT_ISO_STDIO_POSIX_FDFUNCS {
5447     # No options implement this inferface
5448     # This value cannot be modified here.
5449     # Flavor: booldata
5450     # Current value: 0 0
5451     # Requires:  1 >=  CYGINT_ISO_STDIO_POSIX_FDFUNCS 
5452     #     CYGINT_ISO_STDIO_POSIX_FDFUNCS == 0
5453     #   --> 1
5454
5455     # The following properties are affected by this value
5456     # interface CYGINT_ISO_STDIO_POSIX_FDFUNCS
5457     #     Requires:  1 >=  CYGINT_ISO_STDIO_POSIX_FDFUNCS 
5458 };
5459
5460 # POSIX fd-related function implementation header
5461 #
5462 cdl_option CYGBLD_ISO_STDIO_POSIX_FDFUNCS_HEADER {
5463     # Flavor: booldata
5464     # No user value, uncomment the following line to provide one.
5465     # user_value 0 0
5466     # value_source default
5467     # Default value: 0 0
5468 };
5469
5470 # <
5471 # Standard general utility functions
5472 #
5473 cdl_component CYGPKG_ISO_STDLIB {
5474     # There is no associated value.
5475 };
5476
5477 # >
5478 # String conversion function implementations
5479 #
5480 cdl_interface CYGINT_ISO_STDLIB_STRCONV {
5481     # No options implement this inferface
5482     # This value cannot be modified here.
5483     # Flavor: data
5484     # Current_value: 0
5485     # Requires:  1 >= CYGINT_ISO_STDLIB_STRCONV 
5486     #     CYGINT_ISO_STDLIB_STRCONV == 0
5487     #   --> 1
5488
5489     # The following properties are affected by this value
5490     # interface CYGINT_ISO_STDLIB_STRCONV
5491     #     Requires:  1 >= CYGINT_ISO_STDLIB_STRCONV 
5492 };
5493
5494 # String conversion function implementation header
5495 #
5496 cdl_option CYGBLD_ISO_STDLIB_STRCONV_HEADER {
5497     # Flavor: booldata
5498     # No user value, uncomment the following line to provide one.
5499     # user_value 0 0
5500     # value_source default
5501     # Default value: 0 0
5502 };
5503
5504 # String to FP conversion function implementations
5505 #
5506 cdl_interface CYGINT_ISO_STDLIB_STRCONV_FLOAT {
5507     # No options implement this inferface
5508     # This value cannot be modified here.
5509     # Flavor: data
5510     # Current_value: 0
5511     # Requires:  1 >= CYGINT_ISO_STDLIB_STRCONV_FLOAT 
5512     #     CYGINT_ISO_STDLIB_STRCONV_FLOAT == 0
5513     #   --> 1
5514
5515     # The following properties are affected by this value
5516     # interface CYGINT_ISO_STDLIB_STRCONV_FLOAT
5517     #     Requires:  1 >= CYGINT_ISO_STDLIB_STRCONV_FLOAT 
5518 };
5519
5520 # String to FP conversion function implementation header
5521 #
5522 cdl_option CYGBLD_ISO_STDLIB_STRCONV_FLOAT_HEADER {
5523     # Flavor: booldata
5524     # No user value, uncomment the following line to provide one.
5525     # user_value 0 0
5526     # value_source default
5527     # Default value: 0 0
5528 };
5529
5530 # Random number generator implementations
5531 #
5532 cdl_interface CYGINT_ISO_RAND {
5533     # No options implement this inferface
5534     # This value cannot be modified here.
5535     # Flavor: data
5536     # Current_value: 0
5537     # Requires:  1 >= CYGINT_ISO_RAND 
5538     #     CYGINT_ISO_RAND == 0
5539     #   --> 1
5540
5541     # The following properties are affected by this value
5542     # interface CYGINT_ISO_RAND
5543     #     Requires:  1 >= CYGINT_ISO_RAND 
5544 };
5545
5546 # Random number generator implementation header
5547 #
5548 cdl_option CYGBLD_ISO_RAND_HEADER {
5549     # Flavor: booldata
5550     # No user value, uncomment the following line to provide one.
5551     # user_value 0 0
5552     # value_source default
5553     # Default value: 0 0
5554 };
5555
5556 # Malloc implementations
5557 #
5558 cdl_interface CYGINT_ISO_MALLOC {
5559     # No options implement this inferface
5560     # This value cannot be modified here.
5561     # Flavor: data
5562     # Current_value: 0
5563     # Requires:  1 >= CYGINT_ISO_MALLOC 
5564     #     CYGINT_ISO_MALLOC == 0
5565     #   --> 1
5566
5567     # The following properties are affected by this value
5568     # interface CYGINT_ISO_MALLOC
5569     #     Requires:  1 >= CYGINT_ISO_MALLOC 
5570     # option CYGPKG_NS_DNS_BUILD
5571     #     Requires: CYGINT_ISO_MALLOC
5572 };
5573
5574 # Malloc implementation header
5575 #
5576 cdl_option CYGBLD_ISO_MALLOC_HEADER {
5577     # Flavor: booldata
5578     # No user value, uncomment the following line to provide one.
5579     # user_value 0 0
5580     # value_source default
5581     # Default value: 0 0
5582 };
5583
5584 # Mallinfo() implementations
5585 #
5586 cdl_interface CYGINT_ISO_MALLINFO {
5587     # No options implement this inferface
5588     # This value cannot be modified here.
5589     # Flavor: data
5590     # Current_value: 0
5591     # Requires:  1 >= CYGINT_ISO_MALLINFO 
5592     #     CYGINT_ISO_MALLINFO == 0
5593     #   --> 1
5594
5595     # The following properties are affected by this value
5596     # interface CYGINT_ISO_MALLINFO
5597     #     Requires:  1 >= CYGINT_ISO_MALLINFO 
5598 };
5599
5600 # Mallinfo() implementation header
5601 #
5602 cdl_option CYGBLD_ISO_MALLINFO_HEADER {
5603     # Flavor: booldata
5604     # No user value, uncomment the following line to provide one.
5605     # user_value 0 0
5606     # value_source default
5607     # Default value: 0 0
5608 };
5609
5610 # Program exit functionality implementations
5611 #
5612 cdl_interface CYGINT_ISO_EXIT {
5613     # No options implement this inferface
5614     # This value cannot be modified here.
5615     # Flavor: data
5616     # Current_value: 0
5617     # Requires:  1 >= CYGINT_ISO_EXIT 
5618     #     CYGINT_ISO_EXIT == 0
5619     #   --> 1
5620
5621     # The following properties are affected by this value
5622     # interface CYGINT_ISO_EXIT
5623     #     Requires:  1 >= CYGINT_ISO_EXIT 
5624     # option CYGFUN_INFRA_DUMMY_ABORT
5625     #     Requires: !CYGINT_ISO_EXIT
5626     # option CYGFUN_INFRA_DUMMY_ABORT
5627     #     DefaultValue:  CYGINT_ISO_EXIT == 0 
5628 };
5629
5630 # Program exit functionality implementation header
5631 #
5632 cdl_option CYGBLD_ISO_EXIT_HEADER {
5633     # Flavor: booldata
5634     # No user value, uncomment the following line to provide one.
5635     # user_value 0 0
5636     # value_source default
5637     # Default value: 0 0
5638 };
5639
5640 # Program environment implementations
5641 #
5642 cdl_interface CYGINT_ISO_STDLIB_ENVIRON {
5643     # No options implement this inferface
5644     # This value cannot be modified here.
5645     # Flavor: data
5646     # Current_value: 0
5647     # Requires:  1 >= CYGINT_ISO_STDLIB_ENVIRON 
5648     #     CYGINT_ISO_STDLIB_ENVIRON == 0
5649     #   --> 1
5650
5651     # The following properties are affected by this value
5652     # interface CYGINT_ISO_STDLIB_ENVIRON
5653     #     Requires:  1 >= CYGINT_ISO_STDLIB_ENVIRON 
5654 };
5655
5656 # Program environment implementation header
5657 #
5658 cdl_option CYGBLD_ISO_STDLIB_ENVIRON_HEADER {
5659     # Flavor: booldata
5660     # No user value, uncomment the following line to provide one.
5661     # user_value 0 0
5662     # value_source default
5663     # Default value: 0 0
5664 };
5665
5666 # system() implementations
5667 #
5668 cdl_interface CYGINT_ISO_STDLIB_SYSTEM {
5669     # No options implement this inferface
5670     # This value cannot be modified here.
5671     # Flavor: data
5672     # Current_value: 0
5673     # Requires:  1 >= CYGINT_ISO_STDLIB_SYSTEM 
5674     #     CYGINT_ISO_STDLIB_SYSTEM == 0
5675     #   --> 1
5676
5677     # The following properties are affected by this value
5678     # interface CYGINT_ISO_STDLIB_SYSTEM
5679     #     Requires:  1 >= CYGINT_ISO_STDLIB_SYSTEM 
5680 };
5681
5682 # system() implementation header
5683 #
5684 cdl_option CYGBLD_ISO_STDLIB_SYSTEM_HEADER {
5685     # Flavor: booldata
5686     # No user value, uncomment the following line to provide one.
5687     # user_value 0 0
5688     # value_source default
5689     # Default value: 0 0
5690 };
5691
5692 # bsearch() implementations
5693 #
5694 cdl_interface CYGINT_ISO_BSEARCH {
5695     # No options implement this inferface
5696     # This value cannot be modified here.
5697     # Flavor: data
5698     # Current_value: 0
5699     # Requires:  1 >= CYGINT_ISO_BSEARCH 
5700     #     CYGINT_ISO_BSEARCH == 0
5701     #   --> 1
5702
5703     # The following properties are affected by this value
5704     # interface CYGINT_ISO_BSEARCH
5705     #     Requires:  1 >= CYGINT_ISO_BSEARCH 
5706 };
5707
5708 # bsearch() implementation header
5709 #
5710 cdl_option CYGBLD_ISO_BSEARCH_HEADER {
5711     # Flavor: booldata
5712     # No user value, uncomment the following line to provide one.
5713     # user_value 0 0
5714     # value_source default
5715     # Default value: 0 0
5716 };
5717
5718 # qsort() implementations
5719 #
5720 cdl_interface CYGINT_ISO_QSORT {
5721     # No options implement this inferface
5722     # This value cannot be modified here.
5723     # Flavor: data
5724     # Current_value: 0
5725     # Requires:  1 >= CYGINT_ISO_STDLIB_QSORT 
5726     #     CYGINT_ISO_STDLIB_QSORT (unknown) == 0
5727     #   --> 1
5728 };
5729
5730 # qsort() implementation header
5731 #
5732 cdl_option CYGBLD_ISO_QSORT_HEADER {
5733     # Flavor: booldata
5734     # No user value, uncomment the following line to provide one.
5735     # user_value 0 0
5736     # value_source default
5737     # Default value: 0 0
5738 };
5739
5740 # abs()/labs() implementations
5741 #
5742 cdl_interface CYGINT_ISO_ABS {
5743     # No options implement this inferface
5744     # This value cannot be modified here.
5745     # Flavor: data
5746     # Current_value: 0
5747     # Requires:  1 >= CYGINT_ISO_STDLIB_ABS 
5748     #     CYGINT_ISO_STDLIB_ABS (unknown) == 0
5749     #   --> 1
5750 };
5751
5752 # abs()/labs() implementation header
5753 #
5754 cdl_option CYGBLD_ISO_STDLIB_ABS_HEADER {
5755     # Flavor: booldata
5756     # No user value, uncomment the following line to provide one.
5757     # user_value 0 0
5758     # value_source default
5759     # Default value: 0 0
5760 };
5761
5762 # div()/ldiv() implementations
5763 #
5764 cdl_interface CYGINT_ISO_DIV {
5765     # No options implement this inferface
5766     # This value cannot be modified here.
5767     # Flavor: data
5768     # Current_value: 0
5769     # Requires:  1 >= CYGINT_ISO_STDLIB_DIV 
5770     #     CYGINT_ISO_STDLIB_DIV (unknown) == 0
5771     #   --> 1
5772 };
5773
5774 # div()/ldiv() implementation header
5775 #
5776 cdl_option CYGBLD_ISO_STDLIB_DIV_HEADER {
5777     # Flavor: booldata
5778     # No user value, uncomment the following line to provide one.
5779     # user_value 0 0
5780     # value_source default
5781     # Default value: 0 0
5782 };
5783
5784 # Header defining the implementation's MB_CUR_MAX
5785 #
5786 cdl_option CYGBLD_ISO_STDLIB_MB_CUR_MAX_HEADER {
5787     # Flavor: booldata
5788     # No user value, uncomment the following line to provide one.
5789     # user_value 0 0
5790     # value_source default
5791     # Default value: 0 0
5792 };
5793
5794 # Multibyte character implementations
5795 #
5796 cdl_interface CYGINT_ISO_STDLIB_MULTIBYTE {
5797     # No options implement this inferface
5798     # This value cannot be modified here.
5799     # Flavor: data
5800     # Current_value: 0
5801     # Requires:  1 >= CYGINT_ISO_STDLIB_MULTIBYTE 
5802     #     CYGINT_ISO_STDLIB_MULTIBYTE == 0
5803     #   --> 1
5804
5805     # The following properties are affected by this value
5806     # interface CYGINT_ISO_STDLIB_MULTIBYTE
5807     #     Requires:  1 >= CYGINT_ISO_STDLIB_MULTIBYTE 
5808 };
5809
5810 # Multibyte character implementation header
5811 #
5812 cdl_option CYGBLD_ISO_STDLIB_MULTIBYTE_HEADER {
5813     # Flavor: booldata
5814     # No user value, uncomment the following line to provide one.
5815     # user_value 0 0
5816     # value_source default
5817     # Default value: 0 0
5818 };
5819
5820 # <
5821 # String functions
5822 #
5823 cdl_component CYGPKG_ISO_STRING {
5824     # There is no associated value.
5825 };
5826
5827 # >
5828 # Number of implementations of strerror() function
5829 #
5830 cdl_interface CYGINT_ISO_STRERROR {
5831     # No options implement this inferface
5832     # This value cannot be modified here.
5833     # Flavor: booldata
5834     # Current value: 0 0
5835     # Requires:  1 >= CYGINT_ISO_STRERROR 
5836     #     CYGINT_ISO_STRERROR == 0
5837     #   --> 1
5838
5839     # The following properties are affected by this value
5840     # interface CYGINT_ISO_STRERROR
5841     #     Requires:  1 >= CYGINT_ISO_STRERROR 
5842 };
5843
5844 # strerror() implementation header
5845 #
5846 cdl_option CYGBLD_ISO_STRERROR_HEADER {
5847     # Flavor: booldata
5848     # No user value, uncomment the following line to provide one.
5849     # user_value 0 0
5850     # value_source default
5851     # Default value: 0 0
5852 };
5853
5854 # memcpy() implementation header
5855 #
5856 cdl_option CYGBLD_ISO_MEMCPY_HEADER {
5857     # Flavor: booldata
5858     # No user value, uncomment the following line to provide one.
5859     # user_value 0 0
5860     # value_source default
5861     # Default value: 0 0
5862 };
5863
5864 # memset() implementation header
5865 #
5866 cdl_option CYGBLD_ISO_MEMSET_HEADER {
5867     # Flavor: booldata
5868     # No user value, uncomment the following line to provide one.
5869     # user_value 0 0
5870     # value_source default
5871     # Default value: 0 0
5872 };
5873
5874 # Number of implementations of strtok_r() function
5875 #
5876 cdl_interface CYGINT_ISO_STRTOK_R {
5877     # Implemented by CYGPKG_LIBC_STRING, active, enabled
5878     # This value cannot be modified here.
5879     # Flavor: booldata
5880     # Current value: 1 1
5881     # Requires:  1 >= CYGINT_ISO_STRTOK_R 
5882     #     CYGINT_ISO_STRTOK_R == 1
5883     #   --> 1
5884
5885     # The following properties are affected by this value
5886     # interface CYGINT_ISO_STRTOK_R
5887     #     Requires:  1 >= CYGINT_ISO_STRTOK_R 
5888 };
5889
5890 # strtok_r() implementation header
5891 #
5892 cdl_option CYGBLD_ISO_STRTOK_R_HEADER {
5893     # Flavor: booldata
5894     # No user value, uncomment the following line to provide one.
5895     # user_value 0 0
5896     # The inferred value should not be edited directly.
5897     inferred_value 1 <cyg/libc/string/string.h>
5898     # value_source inferred
5899     # Default value: 0 0
5900
5901     # The following properties are affected by this value
5902     # package CYGPKG_LIBC_STRING
5903     #     Requires:  CYGBLD_ISO_STRTOK_R_HEADER ==  "<cyg/libc/string/string.h>" 
5904 };
5905
5906 # Number of implementations of locale-specific string  functions
5907 # This covers locale-dependent string functions such as strcoll()
5908 # and strxfrm().
5909 #
5910 cdl_interface CYGINT_ISO_STRING_LOCALE_FUNCS {
5911     # Implemented by CYGPKG_LIBC_STRING, active, enabled
5912     # This value cannot be modified here.
5913     # Flavor: booldata
5914     # Current value: 1 1
5915     # Requires:  1 >= CYGINT_ISO_STRING_LOCALE_FUNCS 
5916     #     CYGINT_ISO_STRING_LOCALE_FUNCS == 1
5917     #   --> 1
5918
5919     # The following properties are affected by this value
5920     # interface CYGINT_ISO_STRING_LOCALE_FUNCS
5921     #     Requires:  1 >= CYGINT_ISO_STRING_LOCALE_FUNCS 
5922 };
5923
5924 # Locale-specific string functions' implementation  header
5925 # This covers locale-dependent string functions such as strcoll()
5926 # and strxfrm().
5927 #
5928 cdl_option CYGBLD_ISO_STRING_LOCALE_FUNCS_HEADER {
5929     # Flavor: booldata
5930     # No user value, uncomment the following line to provide one.
5931     # user_value 0 0
5932     # The inferred value should not be edited directly.
5933     inferred_value 1 <cyg/libc/string/string.h>
5934     # value_source inferred
5935     # Default value: 0 0
5936
5937     # The following properties are affected by this value
5938     # package CYGPKG_LIBC_STRING
5939     #     Requires:  CYGBLD_ISO_STRING_LOCALE_FUNCS_HEADER ==  "<cyg/libc/string/string.h>" 
5940 };
5941
5942 # Number of implementations of BSD string functions
5943 #
5944 cdl_interface CYGINT_ISO_STRING_BSD_FUNCS {
5945     # Implemented by CYGFUN_LIBC_STRING_BSD_FUNCS, active, disabled
5946     # This value cannot be modified here.
5947     # Flavor: booldata
5948     # Current value: 0 0
5949     # Requires:  1 >= CYGINT_ISO_STRING_BSD_FUNCS 
5950     #     CYGINT_ISO_STRING_BSD_FUNCS == 0
5951     #   --> 1
5952
5953     # The following properties are affected by this value
5954     # interface CYGINT_ISO_STRING_BSD_FUNCS
5955     #     Requires:  1 >= CYGINT_ISO_STRING_BSD_FUNCS 
5956 };
5957
5958 # BSD string functions' implementation header
5959 #
5960 cdl_option CYGBLD_ISO_STRING_BSD_FUNCS_HEADER {
5961     # Flavor: booldata
5962     # No user value, uncomment the following line to provide one.
5963     # user_value 0 0
5964     # The inferred value should not be edited directly.
5965     inferred_value 1 <cyg/libc/string/bsdstring.h>
5966     # value_source inferred
5967     # Default value: 0 0
5968
5969     # The following properties are affected by this value
5970     # option CYGFUN_LIBC_STRING_BSD_FUNCS
5971     #     Requires:  CYGBLD_ISO_STRING_BSD_FUNCS_HEADER ==  "<cyg/libc/string/bsdstring.h>" 
5972 };
5973
5974 # Number of implementations of other mem*() functions
5975 #
5976 cdl_interface CYGINT_ISO_STRING_MEMFUNCS {
5977     # Implemented by CYGPKG_LIBC_STRING, active, enabled
5978     # This value cannot be modified here.
5979     # Flavor: booldata
5980     # Current value: 1 1
5981     # Requires:  1 >= CYGINT_ISO_STRING_MEMFUNCS 
5982     #     CYGINT_ISO_STRING_MEMFUNCS == 1
5983     #   --> 1
5984
5985     # The following properties are affected by this value
5986     # interface CYGINT_ISO_STRING_MEMFUNCS
5987     #     Requires:  1 >= CYGINT_ISO_STRING_MEMFUNCS 
5988     # component CYGPKG_IO_ETH_DRIVERS_STAND_ALONE
5989     #     Requires: CYGINT_ISO_STRING_MEMFUNCS
5990     # component CYGBLD_BUILD_REDBOOT
5991     #     Requires: CYGINT_ISO_STRING_MEMFUNCS
5992 };
5993
5994 # Other mem*() functions' implementation header
5995 #
5996 cdl_option CYGBLD_ISO_STRING_MEMFUNCS_HEADER {
5997     # Flavor: booldata
5998     # No user value, uncomment the following line to provide one.
5999     # user_value 0 0
6000     # The inferred value should not be edited directly.
6001     inferred_value 1 <cyg/libc/string/string.h>
6002     # value_source inferred
6003     # Default value: 0 0
6004
6005     # The following properties are affected by this value
6006     # package CYGPKG_LIBC_STRING
6007     #     Requires:  CYGBLD_ISO_STRING_MEMFUNCS_HEADER ==  "<cyg/libc/string/string.h>" 
6008 };
6009
6010 # Number of implementations of other ISO C str*()  functions
6011 # This covers the other str*() functions defined by ISO C.
6012 #
6013 cdl_interface CYGINT_ISO_STRING_STRFUNCS {
6014     # Implemented by CYGPKG_LIBC_STRING, active, enabled
6015     # This value cannot be modified here.
6016     # Flavor: booldata
6017     # Current value: 1 1
6018     # Requires:  1 >= CYGINT_ISO_STRING_STRFUNCS 
6019     #     CYGINT_ISO_STRING_STRFUNCS == 1
6020     #   --> 1
6021
6022     # The following properties are affected by this value
6023     # interface CYGINT_ISO_STRING_STRFUNCS
6024     #     Requires:  1 >= CYGINT_ISO_STRING_STRFUNCS 
6025     # package CYGPKG_IO_FLASH
6026     #     Requires: CYGINT_ISO_STRING_STRFUNCS
6027     # component CYGPKG_IO_ETH_DRIVERS_NET
6028     #     Requires: CYGINT_ISO_STRING_STRFUNCS
6029     # option CYGFUN_INFRA_DUMMY_STRLEN
6030     #     Requires: !CYGINT_ISO_STRING_STRFUNCS
6031     # option CYGFUN_INFRA_DUMMY_STRLEN
6032     #     DefaultValue:  CYGINT_ISO_STRING_STRFUNCS == 0 
6033     # component CYGBLD_BUILD_REDBOOT
6034     #     Requires: CYGINT_ISO_STRING_STRFUNCS
6035     # option CYGPKG_NS_DNS_BUILD
6036     #     Requires: CYGINT_ISO_STRING_STRFUNCS
6037 };
6038
6039 # Other ISO C str*() functions' implementation  header
6040 # This covers the other str*() functions defined by ISO C.
6041 #
6042 cdl_option CYGBLD_ISO_STRING_STRFUNCS_HEADER {
6043     # Flavor: booldata
6044     # No user value, uncomment the following line to provide one.
6045     # user_value 0 0
6046     # The inferred value should not be edited directly.
6047     inferred_value 1 <cyg/libc/string/string.h>
6048     # value_source inferred
6049     # Default value: 0 0
6050
6051     # The following properties are affected by this value
6052     # package CYGPKG_LIBC_STRING
6053     #     Requires:  CYGBLD_ISO_STRING_STRFUNCS_HEADER ==  "<cyg/libc/string/string.h>" 
6054 };
6055
6056 # <
6057 # Clock and time functionality
6058 #
6059 cdl_component CYGPKG_ISO_TIME {
6060     # There is no associated value.
6061 };
6062
6063 # >
6064 # time_t implementation header
6065 #
6066 cdl_option CYGBLD_ISO_TIME_T_HEADER {
6067     # Flavor: booldata
6068     # No user value, uncomment the following line to provide one.
6069     # user_value 0 0
6070     # value_source default
6071     # Default value: 0 0
6072 };
6073
6074 # clock_t implementation header
6075 #
6076 cdl_option CYGBLD_ISO_CLOCK_T_HEADER {
6077     # Flavor: booldata
6078     # No user value, uncomment the following line to provide one.
6079     # user_value 0 0
6080     # value_source default
6081     # Default value: 0 0
6082 };
6083
6084 # struct timeval implementation header
6085 #
6086 cdl_option CYGBLD_ISO_STRUCTTIMEVAL_HEADER {
6087     # Flavor: booldata
6088     # No user value, uncomment the following line to provide one.
6089     # user_value 0 0
6090     # value_source default
6091     # Default value: 0 0
6092 };
6093
6094 # Number of implementations of POSIX timer types
6095 #
6096 cdl_interface CYGINT_ISO_POSIX_TIMER_TYPES {
6097     # No options implement this inferface
6098     # This value cannot be modified here.
6099     # Flavor: booldata
6100     # Current value: 0 0
6101     # Requires:  1 >= CYGINT_ISO_POSIX_TIMER_TYPES 
6102     #     CYGINT_ISO_POSIX_TIMER_TYPES == 0
6103     #   --> 1
6104
6105     # The following properties are affected by this value
6106     # interface CYGINT_ISO_POSIX_TIMER_TYPES
6107     #     Requires:  1 >= CYGINT_ISO_POSIX_TIMER_TYPES 
6108 };
6109
6110 # POSIX timer types implementation header
6111 #
6112 cdl_option CYGBLD_ISO_POSIX_TIMER_TYPES_HEADER {
6113     # Flavor: booldata
6114     # No user value, uncomment the following line to provide one.
6115     # user_value 0 0
6116     # value_source default
6117     # Default value: 0 0
6118 };
6119
6120 # Number of implementations of POSIX clock types
6121 #
6122 cdl_interface CYGINT_ISO_POSIX_CLOCK_TYPES {
6123     # No options implement this inferface
6124     # This value cannot be modified here.
6125     # Flavor: booldata
6126     # Current value: 0 0
6127     # Requires:  1 >= CYGINT_ISO_POSIX_CLOCK_TYPES 
6128     #     CYGINT_ISO_POSIX_CLOCK_TYPES == 0
6129     #   --> 1
6130
6131     # The following properties are affected by this value
6132     # interface CYGINT_ISO_POSIX_CLOCK_TYPES
6133     #     Requires:  1 >= CYGINT_ISO_POSIX_CLOCK_TYPES 
6134 };
6135
6136 # POSIX clock types implementation header
6137 #
6138 cdl_option CYGBLD_ISO_POSIX_CLOCK_TYPES_HEADER {
6139     # Flavor: booldata
6140     # No user value, uncomment the following line to provide one.
6141     # user_value 0 0
6142     # value_source default
6143     # Default value: 0 0
6144 };
6145
6146 # Number of implementations of ISO C types
6147 #
6148 cdl_interface CYGINT_ISO_C_TIME_TYPES {
6149     # No options implement this inferface
6150     # This value cannot be modified here.
6151     # Flavor: booldata
6152     # Current value: 0 0
6153     # Requires:  1 >= CYGINT_ISO_C_TIME_TYPES 
6154     #     CYGINT_ISO_C_TIME_TYPES == 0
6155     #   --> 1
6156
6157     # The following properties are affected by this value
6158     # interface CYGINT_ISO_C_TIME_TYPES
6159     #     Requires:  1 >= CYGINT_ISO_C_TIME_TYPES 
6160 };
6161
6162 # ISO C time types implementation header
6163 #
6164 cdl_option CYGBLD_ISO_C_TIME_TYPES_HEADER {
6165     # Flavor: booldata
6166     # No user value, uncomment the following line to provide one.
6167     # user_value 0 0
6168     # value_source default
6169     # Default value: 0 0
6170 };
6171
6172 # Number of implementations of POSIX timers
6173 #
6174 cdl_interface CYGINT_ISO_POSIX_TIMERS {
6175     # No options implement this inferface
6176     # This value cannot be modified here.
6177     # Flavor: booldata
6178     # Current value: 0 0
6179     # Requires:  1 >= CYGINT_ISO_POSIX_TIMERS 
6180     #     CYGINT_ISO_POSIX_TIMERS == 0
6181     #   --> 1
6182
6183     # The following properties are affected by this value
6184     # interface CYGINT_ISO_POSIX_TIMERS
6185     #     Requires:  1 >= CYGINT_ISO_POSIX_TIMERS 
6186 };
6187
6188 # POSIX timer implementation header
6189 #
6190 cdl_option CYGBLD_ISO_POSIX_TIMERS_HEADER {
6191     # Flavor: booldata
6192     # No user value, uncomment the following line to provide one.
6193     # user_value 0 0
6194     # value_source default
6195     # Default value: 0 0
6196 };
6197
6198 # Number of implementations of POSIX clocks
6199 #
6200 cdl_interface CYGINT_ISO_POSIX_CLOCKS {
6201     # No options implement this inferface
6202     # This value cannot be modified here.
6203     # Flavor: booldata
6204     # Current value: 0 0
6205     # Requires:  1 >= CYGINT_ISO_POSIX_CLOCKS 
6206     #     CYGINT_ISO_POSIX_CLOCKS == 0
6207     #   --> 1
6208
6209     # The following properties are affected by this value
6210     # interface CYGINT_ISO_POSIX_CLOCKS
6211     #     Requires:  1 >= CYGINT_ISO_POSIX_CLOCKS 
6212 };
6213
6214 # POSIX clocks implementation header
6215 #
6216 cdl_option CYGBLD_ISO_POSIX_CLOCKS_HEADER {
6217     # Flavor: booldata
6218     # No user value, uncomment the following line to provide one.
6219     # user_value 0 0
6220     # value_source default
6221     # Default value: 0 0
6222 };
6223
6224 # Number of implementations of ISO C clock functions
6225 #
6226 cdl_interface CYGINT_ISO_C_CLOCK_FUNCS {
6227     # No options implement this inferface
6228     # This value cannot be modified here.
6229     # Flavor: booldata
6230     # Current value: 0 0
6231     # Requires:  1 >= CYGINT_ISO_C_CLOCK_FUNCS 
6232     #     CYGINT_ISO_C_CLOCK_FUNCS == 0
6233     #   --> 1
6234
6235     # The following properties are affected by this value
6236     # interface CYGINT_ISO_C_CLOCK_FUNCS
6237     #     Requires:  1 >= CYGINT_ISO_C_CLOCK_FUNCS 
6238 };
6239
6240 # ISO C clock functions' implementation header
6241 #
6242 cdl_option CYGBLD_ISO_C_CLOCK_FUNCS_HEADER {
6243     # Flavor: booldata
6244     # No user value, uncomment the following line to provide one.
6245     # user_value 0 0
6246     # value_source default
6247     # Default value: 0 0
6248 };
6249
6250 # Number of implementations of tzset() function
6251 #
6252 cdl_interface CYGINT_ISO_TZSET {
6253     # No options implement this inferface
6254     # This value cannot be modified here.
6255     # Flavor: booldata
6256     # Current value: 0 0
6257     # Requires:  1 >= CYGINT_ISO_TZSET 
6258     #     CYGINT_ISO_TZSET == 0
6259     #   --> 1
6260
6261     # The following properties are affected by this value
6262     # interface CYGINT_ISO_TZSET
6263     #     Requires:  1 >= CYGINT_ISO_TZSET 
6264 };
6265
6266 # tzset() implementation header
6267 #
6268 cdl_option CYGBLD_ISO_TZSET_HEADER {
6269     # Flavor: booldata
6270     # No user value, uncomment the following line to provide one.
6271     # user_value 0 0
6272     # value_source default
6273     # Default value: 0 0
6274 };
6275
6276 # <
6277 # Signal functionality
6278 #
6279 cdl_component CYGPKG_ISO_SIGNAL {
6280     # There is no associated value.
6281 };
6282
6283 # >
6284 # Number of implementations of signal numbers
6285 #
6286 cdl_interface CYGINT_ISO_SIGNAL_NUMBERS {
6287     # No options implement this inferface
6288     # This value cannot be modified here.
6289     # Flavor: data
6290     # Current_value: 0
6291     # Requires:  1 >= CYGINT_ISO_SIGNAL_NUMBERS 
6292     #     CYGINT_ISO_SIGNAL_NUMBERS == 0
6293     #   --> 1
6294
6295     # The following properties are affected by this value
6296     # interface CYGINT_ISO_SIGNAL_NUMBERS
6297     #     Requires:  1 >= CYGINT_ISO_SIGNAL_NUMBERS 
6298 };
6299
6300 # Signal numbering implementation header
6301 # This header provides the mapping of signal
6302 # names (e.g. SIGBUS) to numbers.
6303 #
6304 cdl_option CYGBLD_ISO_SIGNAL_NUMBERS_HEADER {
6305     # Flavor: booldata
6306     # No user value, uncomment the following line to provide one.
6307     # user_value 0 0
6308     # value_source default
6309     # Default value: 0 0
6310 };
6311
6312 # Number of signal implementations
6313 #
6314 cdl_interface CYGINT_ISO_SIGNAL_IMPL {
6315     # No options implement this inferface
6316     # This value cannot be modified here.
6317     # Flavor: data
6318     # Current_value: 0
6319     # Requires:  1 >= CYGINT_ISO_SIGNAL_IMPL 
6320     #     CYGINT_ISO_SIGNAL_IMPL == 0
6321     #   --> 1
6322
6323     # The following properties are affected by this value
6324     # interface CYGINT_ISO_SIGNAL_IMPL
6325     #     Requires:  1 >= CYGINT_ISO_SIGNAL_IMPL 
6326 };
6327
6328 # Signals implementation header
6329 #
6330 cdl_option CYGBLD_ISO_SIGNAL_IMPL_HEADER {
6331     # Flavor: booldata
6332     # No user value, uncomment the following line to provide one.
6333     # user_value 0 0
6334     # value_source default
6335     # Default value: 0 0
6336 };
6337
6338 # POSIX real time signals feature test macro
6339 # This defines the POSIX feature test macro
6340 # that indicates that the POSIX real time signals
6341 # are present.
6342 #
6343 cdl_interface CYGINT_POSIX_REALTIME_SIGNALS {
6344     # No options implement this inferface
6345     # This value cannot be modified here.
6346     # Flavor: data
6347     # Current_value: 0
6348     # Requires:  1 >= CYGINT_POSIX_REALTIME_SIGNALS 
6349     #     CYGINT_POSIX_REALTIME_SIGNALS == 0
6350     #   --> 1
6351
6352     # The following properties are affected by this value
6353     # interface CYGINT_POSIX_REALTIME_SIGNALS
6354     #     Requires:  1 >= CYGINT_POSIX_REALTIME_SIGNALS 
6355 };
6356
6357 # <
6358 # Non-local jumps functionality
6359 #
6360 cdl_component CYGPKG_ISO_SETJMP {
6361     # There is no associated value.
6362 };
6363
6364 # >
6365 # setjmp() / longjmp() implementations
6366 #
6367 cdl_interface CYGINT_ISO_SETJMP {
6368     # No options implement this inferface
6369     # This value cannot be modified here.
6370     # Flavor: data
6371     # Current_value: 0
6372     # Requires:  1 >= CYGINT_ISO_SETJMP 
6373     #     CYGINT_ISO_SETJMP == 0
6374     #   --> 1
6375
6376     # The following properties are affected by this value
6377     # interface CYGINT_ISO_SETJMP
6378     #     Requires:  1 >= CYGINT_ISO_SETJMP 
6379 };
6380
6381 # setjmp() / longjmp() implementation header
6382 #
6383 cdl_option CYGBLD_ISO_SETJMP_HEADER {
6384     # Flavor: booldata
6385     # No user value, uncomment the following line to provide one.
6386     # user_value 0 0
6387     # value_source default
6388     # Default value: 0 0
6389 };
6390
6391 # sigsetjmp() / siglongjmp() implementations
6392 #
6393 cdl_interface CYGINT_ISO_SIGSETJMP {
6394     # No options implement this inferface
6395     # This value cannot be modified here.
6396     # Flavor: data
6397     # Current_value: 0
6398     # Requires:  1 >= CYGINT_ISO_SIGSETJMP 
6399     #     CYGINT_ISO_SIGSETJMP == 0
6400     #   --> 1
6401
6402     # The following properties are affected by this value
6403     # interface CYGINT_ISO_SIGSETJMP
6404     #     Requires:  1 >= CYGINT_ISO_SIGSETJMP 
6405 };
6406
6407 # sigsetjmp() / siglongjmp() implementation header
6408 #
6409 cdl_option CYGBLD_ISO_SIGSETJMP_HEADER {
6410     # Flavor: booldata
6411     # No user value, uncomment the following line to provide one.
6412     # user_value 0 0
6413     # value_source default
6414     # Default value: 0 0
6415 };
6416
6417 # <
6418 # Assertions implementation header
6419 #
6420 cdl_option CYGBLD_ISO_ASSERT_HEADER {
6421     # Flavor: booldata
6422     # No user value, uncomment the following line to provide one.
6423     # user_value 0 0
6424     # value_source default
6425     # Default value: 0 0
6426 };
6427
6428 # POSIX file control
6429 # This covers the POSIX file control definitions,
6430 # normally found in <fcntl.h>
6431 #
6432 cdl_component CYGPKG_ISO_POSIX_FCNTL {
6433     # There is no associated value.
6434 };
6435
6436 # >
6437 # POSIX open flags implementation header
6438 #
6439 cdl_option CYGBLD_ISO_OFLAG_HEADER {
6440     # Flavor: booldata
6441     # No user value, uncomment the following line to provide one.
6442     # user_value 0 0
6443     # value_source default
6444     # Default value: 0 0
6445 };
6446
6447 # POSIX fcntl() implementations
6448 #
6449 cdl_interface CYGINT_ISO_FCNTL {
6450     # No options implement this inferface
6451     # This value cannot be modified here.
6452     # Flavor: data
6453     # Current_value: 0
6454     # Requires:  1 >= CYGINT_ISO_FCNTL 
6455     #     CYGINT_ISO_FCNTL == 0
6456     #   --> 1
6457
6458     # The following properties are affected by this value
6459     # interface CYGINT_ISO_FCNTL
6460     #     Requires:  1 >= CYGINT_ISO_FCNTL 
6461 };
6462
6463 # POSIX fcntl() implementation header
6464 #
6465 cdl_option CYGBLD_ISO_FCNTL_HEADER {
6466     # Flavor: booldata
6467     # No user value, uncomment the following line to provide one.
6468     # user_value 0 0
6469     # value_source default
6470     # Default value: 0 0
6471 };
6472
6473 # POSIX file open implementations
6474 #
6475 cdl_interface CYGINT_ISO_OPEN {
6476     # No options implement this inferface
6477     # This value cannot be modified here.
6478     # Flavor: data
6479     # Current_value: 0
6480     # Requires:  1 >= CYGINT_ISO_OPEN 
6481     #     CYGINT_ISO_OPEN == 0
6482     #   --> 1
6483
6484     # The following properties are affected by this value
6485     # interface CYGINT_ISO_OPEN
6486     #     Requires:  1 >= CYGINT_ISO_OPEN 
6487 };
6488
6489 # POSIX file open implementation header
6490 #
6491 cdl_option CYGBLD_ISO_OPEN_HEADER {
6492     # Flavor: booldata
6493     # No user value, uncomment the following line to provide one.
6494     # user_value 0 0
6495     # value_source default
6496     # Default value: 0 0
6497 };
6498
6499 # <
6500 # <sys/stat.h> definitions implementation header
6501 #
6502 cdl_option CYGBLD_ISO_STAT_DEFS_HEADER {
6503     # Flavor: booldata
6504     # No user value, uncomment the following line to provide one.
6505     # user_value 0 0
6506     # value_source default
6507     # Default value: 0 0
6508 };
6509
6510 # POSIX directory reading implementation
6511 #
6512 cdl_interface CYGINT_ISO_DIRENT {
6513     # No options implement this inferface
6514     # This value cannot be modified here.
6515     # Flavor: data
6516     # Current_value: 0
6517     # Requires:  1 >= CYGINT_ISO_DIRENT 
6518     #     CYGINT_ISO_DIRENT == 0
6519     #   --> 1
6520
6521     # The following properties are affected by this value
6522     # interface CYGINT_ISO_DIRENT
6523     #     Requires:  1 >= CYGINT_ISO_DIRENT 
6524 };
6525
6526 # <dirent.h> definitions implementation header
6527 #
6528 cdl_option CYGBLD_ISO_DIRENT_HEADER {
6529     # Flavor: booldata
6530     # No user value, uncomment the following line to provide one.
6531     # user_value 0 0
6532     # value_source default
6533     # Default value: 0 0
6534 };
6535
6536 # POSIX <sys/types.h> contents
6537 # This covers the types required by POSIX to be in
6538 # <sys/types.h>
6539 #
6540 cdl_component CYGPKG_ISO_POSIX_TYPES {
6541     # There is no associated value.
6542 };
6543
6544 # >
6545 # POSIX thread types implementations
6546 #
6547 cdl_interface CYGINT_ISO_PTHREADTYPES {
6548     # No options implement this inferface
6549     # This value cannot be modified here.
6550     # Flavor: data
6551     # Current_value: 0
6552     # Requires:  1 >= CYGINT_ISO_PTHREADTYPES 
6553     #     CYGINT_ISO_PTHREADTYPES == 0
6554     #   --> 1
6555
6556     # The following properties are affected by this value
6557     # interface CYGINT_ISO_PTHREADTYPES
6558     #     Requires:  1 >= CYGINT_ISO_PTHREADTYPES 
6559     # interface CYGINT_ISO_PMUTEXTYPES
6560     #     Requires:  1 >= CYGINT_ISO_PTHREADTYPES 
6561 };
6562
6563 # POSIX thread types implementation header
6564 #
6565 cdl_option CYGBLD_ISO_PTHREADTYPES_HEADER {
6566     # Flavor: booldata
6567     # No user value, uncomment the following line to provide one.
6568     # user_value 0 0
6569     # value_source default
6570     # Default value: 0 0
6571 };
6572
6573 # POSIX mutex types implementations
6574 #
6575 cdl_interface CYGINT_ISO_PMUTEXTYPES {
6576     # No options implement this inferface
6577     # This value cannot be modified here.
6578     # Flavor: data
6579     # Current_value: 0
6580     # Requires:  1 >= CYGINT_ISO_PTHREADTYPES 
6581     #     CYGINT_ISO_PTHREADTYPES == 0
6582     #   --> 1
6583 };
6584
6585 # POSIX mutex types implementation header
6586 #
6587 cdl_option CYGBLD_ISO_PMUTEXTYPES_HEADER {
6588     # Flavor: booldata
6589     # No user value, uncomment the following line to provide one.
6590     # user_value 0 0
6591     # value_source default
6592     # Default value: 0 0
6593 };
6594
6595 # ssize_t implementation header
6596 #
6597 cdl_option CYGBLD_ISO_SSIZE_T_HEADER {
6598     # Flavor: booldata
6599     # No user value, uncomment the following line to provide one.
6600     # user_value 0 0
6601     # value_source default
6602     # Default value: 0 0
6603 };
6604
6605 # Filesystem types implementation header
6606 #
6607 cdl_option CYGBLD_ISO_FSTYPES_HEADER {
6608     # Flavor: booldata
6609     # No user value, uncomment the following line to provide one.
6610     # user_value 0 0
6611     # value_source default
6612     # Default value: 0 0
6613 };
6614
6615 # gid_t, pid_t, uid_t implementation header
6616 #
6617 cdl_option CYGBLD_ISO_SCHEDTYPES_HEADER {
6618     # Flavor: booldata
6619     # No user value, uncomment the following line to provide one.
6620     # user_value 0 0
6621     # value_source default
6622     # Default value: 0 0
6623 };
6624
6625 # <
6626 # Non-POSIX <sys/types.h> contents
6627 # This covers the extra types required by non-POSIX
6628 # packages to be in <sys/types.h>. These would normally
6629 # only be visible if _POSIX_SOURCE is not defined.
6630 #
6631 cdl_component CYGPKG_ISO_EXTRA_TYPES {
6632     # There is no associated value.
6633 };
6634
6635 # >
6636 # BSD compatible types
6637 #
6638 cdl_interface CYGINT_ISO_BSDTYPES {
6639     # No options implement this inferface
6640     # This value cannot be modified here.
6641     # Flavor: data
6642     # Current_value: 0
6643     # Requires:  1 >= CYGINT_ISO_BSDTYPES 
6644     #     CYGINT_ISO_BSDTYPES == 0
6645     #   --> 1
6646
6647     # The following properties are affected by this value
6648     # interface CYGINT_ISO_BSDTYPES
6649     #     Requires:  1 >= CYGINT_ISO_BSDTYPES 
6650 };
6651
6652 # BSD types header
6653 #
6654 cdl_option CYGBLD_ISO_BSDTYPES_HEADER {
6655     # Flavor: booldata
6656     # No user value, uncomment the following line to provide one.
6657     # user_value 0 0
6658     # value_source default
6659     # Default value: 0 0
6660 };
6661
6662 # <
6663 # Utsname structure
6664 #
6665 cdl_component CYGPKG_ISO_UTSNAME {
6666     # There is no associated value.
6667 };
6668
6669 # >
6670 # Utsname header
6671 #
6672 cdl_option CYGBLD_ISO_UTSNAME_HEADER {
6673     # Flavor: booldata
6674     # No user value, uncomment the following line to provide one.
6675     # user_value 0 0
6676     # value_source default
6677     # Default value: 0 0
6678 };
6679
6680 # <
6681 # POSIX scheduler
6682 #
6683 cdl_component CYGPKG_ISO_SCHED {
6684     # There is no associated value.
6685 };
6686
6687 # >
6688 # POSIX scheduler implementations
6689 #
6690 cdl_interface CYGINT_ISO_SCHED_IMPL {
6691     # No options implement this inferface
6692     # This value cannot be modified here.
6693     # Flavor: data
6694     # Current_value: 0
6695     # Requires:  1 >= CYGINT_ISO_SCHED_IMPL 
6696     #     CYGINT_ISO_SCHED_IMPL == 0
6697     #   --> 1
6698
6699     # The following properties are affected by this value
6700     # interface CYGINT_ISO_SCHED_IMPL
6701     #     Requires:  1 >= CYGINT_ISO_SCHED_IMPL 
6702 };
6703
6704 # POSIX scheduler implementation header
6705 #
6706 cdl_option CYGBLD_ISO_SCHED_IMPL_HEADER {
6707     # Flavor: booldata
6708     # No user value, uncomment the following line to provide one.
6709     # user_value 0 0
6710     # value_source default
6711     # Default value: 0 0
6712 };
6713
6714 # <
6715 # POSIX semaphores
6716 #
6717 cdl_component CYGPKG_ISO_SEMAPHORES {
6718     # There is no associated value.
6719 };
6720
6721 # >
6722 # POSIX semaphore implementations
6723 #
6724 cdl_interface CYGINT_ISO_SEMAPHORES {
6725     # No options implement this inferface
6726     # This value cannot be modified here.
6727     # Flavor: data
6728     # Current_value: 0
6729     # Requires:  1 >= CYGINT_ISO_SEMAPHORES 
6730     #     CYGINT_ISO_SEMAPHORES == 0
6731     #   --> 1
6732
6733     # The following properties are affected by this value
6734     # interface CYGINT_ISO_SEMAPHORES
6735     #     Requires:  1 >= CYGINT_ISO_SEMAPHORES 
6736 };
6737
6738 # POSIX semaphore implementation header
6739 #
6740 cdl_option CYGBLD_ISO_SEMAPHORES_HEADER {
6741     # Flavor: booldata
6742     # No user value, uncomment the following line to provide one.
6743     # user_value 0 0
6744     # value_source default
6745     # Default value: 0 0
6746 };
6747
6748 # <
6749 # POSIX message queues
6750 #
6751 cdl_component CYGPKG_ISO_MQUEUE {
6752     # There is no associated value.
6753 };
6754
6755 # >
6756 # Implementations
6757 #
6758 cdl_interface CYGINT_ISO_MQUEUE {
6759     # No options implement this inferface
6760     # This value cannot be modified here.
6761     # Flavor: data
6762     # Current_value: 0
6763     # Requires:  1 >= CYGINT_ISO_MQUEUE 
6764     #     CYGINT_ISO_MQUEUE == 0
6765     #   --> 1
6766
6767     # The following properties are affected by this value
6768     # interface CYGINT_ISO_MQUEUE
6769     #     Requires:  1 >= CYGINT_ISO_MQUEUE 
6770     # option CYGNUM_ISO_MQUEUE_OPEN_MAX
6771     #     ActiveIf: CYGINT_ISO_MQUEUE
6772     # option CYGNUM_ISO_MQUEUE_PRIO_MAX
6773     #     ActiveIf: CYGINT_ISO_MQUEUE
6774 };
6775
6776 # Implementation header
6777 #
6778 cdl_option CYGBLD_ISO_MQUEUE_HEADER {
6779     # Flavor: booldata
6780     # No user value, uncomment the following line to provide one.
6781     # user_value 0 0
6782     # value_source default
6783     # Default value: 0 0
6784 };
6785
6786 # Maximum number of open message queues
6787 #
6788 cdl_option CYGNUM_ISO_MQUEUE_OPEN_MAX {
6789     # This option is not active
6790     # ActiveIf constraint: CYGINT_ISO_MQUEUE
6791     #     CYGINT_ISO_MQUEUE == 0
6792     #   --> 0
6793
6794     # Flavor: booldata
6795     # No user value, uncomment the following line to provide one.
6796     # user_value 0 0
6797     # value_source default
6798     # Default value:  CYGNUM_POSIX_MQUEUE_OPEN_MAX > 0 ? CYGNUM_POSIX_MQUEUE_OPEN_MAX : 0 
6799     #     CYGNUM_POSIX_MQUEUE_OPEN_MAX (unknown) == 0
6800     #     CYGNUM_POSIX_MQUEUE_OPEN_MAX (unknown) == 0
6801     #   --> 0 0
6802 };
6803
6804 # Maximum number of message priorities
6805 #
6806 cdl_option CYGNUM_ISO_MQUEUE_PRIO_MAX {
6807     # This option is not active
6808     # ActiveIf constraint: CYGINT_ISO_MQUEUE
6809     #     CYGINT_ISO_MQUEUE == 0
6810     #   --> 0
6811
6812     # Flavor: booldata
6813     # No user value, uncomment the following line to provide one.
6814     # user_value 1 65535
6815     # value_source default
6816     # Default value: 1 65535
6817 };
6818
6819 # <
6820 # POSIX threads
6821 #
6822 cdl_component CYGPKG_ISO_PTHREAD {
6823     # There is no associated value.
6824 };
6825
6826 # >
6827 # POSIX pthread implementations
6828 #
6829 cdl_interface CYGINT_ISO_PTHREAD_IMPL {
6830     # No options implement this inferface
6831     # This value cannot be modified here.
6832     # Flavor: booldata
6833     # Current value: 0 0
6834     # Requires:  1 >= CYGINT_ISO_PTHREAD_IMPL 
6835     #     CYGINT_ISO_PTHREAD_IMPL == 0
6836     #   --> 1
6837
6838     # The following properties are affected by this value
6839     # interface CYGINT_ISO_PTHREAD_IMPL
6840     #     Requires:  1 >= CYGINT_ISO_PTHREAD_IMPL 
6841 };
6842
6843 # POSIX pthread implementation header
6844 #
6845 cdl_option CYGBLD_ISO_PTHREAD_IMPL_HEADER {
6846     # Flavor: booldata
6847     # No user value, uncomment the following line to provide one.
6848     # user_value 0 0
6849     # value_source default
6850     # Default value: 0 0
6851 };
6852
6853 # POSIX mutex/cond var implementations
6854 #
6855 cdl_interface CYGINT_ISO_PTHREAD_MUTEX {
6856     # No options implement this inferface
6857     # This value cannot be modified here.
6858     # Flavor: booldata
6859     # Current value: 0 0
6860     # Requires:  1 >= CYGINT_ISO_PTHREAD_MUTEX 
6861     #     CYGINT_ISO_PTHREAD_MUTEX == 0
6862     #   --> 1
6863
6864     # The following properties are affected by this value
6865     # interface CYGINT_ISO_PTHREAD_MUTEX
6866     #     Requires:  1 >= CYGINT_ISO_PTHREAD_MUTEX 
6867 };
6868
6869 # POSIX mutex/cond var implementation header
6870 #
6871 cdl_option CYGBLD_ISO_PTHREAD_MUTEX_HEADER {
6872     # Flavor: booldata
6873     # No user value, uncomment the following line to provide one.
6874     # user_value 0 0
6875     # value_source default
6876     # Default value: 0 0
6877 };
6878
6879 # <
6880 # Limits
6881 #
6882 cdl_component CYGPKG_ISO_LIMITS {
6883     # There is no associated value.
6884 };
6885
6886 # >
6887 # POSIX pthread limits implementations
6888 #
6889 cdl_interface CYGINT_ISO_POSIX_LIMITS {
6890     # No options implement this inferface
6891     # This value cannot be modified here.
6892     # Flavor: data
6893     # Current_value: 0
6894     # Requires:  1 >= CYGINT_ISO_POSIX_LIMITS 
6895     #     CYGINT_ISO_POSIX_LIMITS == 0
6896     #   --> 1
6897
6898     # The following properties are affected by this value
6899     # interface CYGINT_ISO_POSIX_LIMITS
6900     #     Requires:  1 >= CYGINT_ISO_POSIX_LIMITS 
6901 };
6902
6903 # POSIX pthread limits implementation header
6904 #
6905 cdl_option CYGBLD_ISO_POSIX_LIMITS_HEADER {
6906     # Flavor: booldata
6907     # No user value, uncomment the following line to provide one.
6908     # user_value 0 0
6909     # value_source default
6910     # Default value: 0 0
6911 };
6912
6913 # OPEN_MAX implementation header
6914 #
6915 cdl_option CYGBLD_ISO_OPEN_MAX_HEADER {
6916     # Flavor: booldata
6917     # No user value, uncomment the following line to provide one.
6918     # user_value 0 0
6919     # value_source default
6920     # Default value: 0 0
6921 };
6922
6923 # LINK_MAX implementation header
6924 #
6925 cdl_option CYGBLD_ISO_LINK_MAX_HEADER {
6926     # Flavor: booldata
6927     # No user value, uncomment the following line to provide one.
6928     # user_value 0 0
6929     # value_source default
6930     # Default value: 0 0
6931 };
6932
6933 # NAME_MAX implementation header
6934 #
6935 cdl_option CYGBLD_ISO_NAME_MAX_HEADER {
6936     # Flavor: booldata
6937     # No user value, uncomment the following line to provide one.
6938     # user_value 0 0
6939     # value_source default
6940     # Default value: 0 0
6941 };
6942
6943 # PATH_MAX implementation header
6944 #
6945 cdl_option CYGBLD_ISO_PATH_MAX_HEADER {
6946     # Flavor: booldata
6947     # No user value, uncomment the following line to provide one.
6948     # user_value 0 0
6949     # value_source default
6950     # Default value: 0 0
6951 };
6952
6953 # <
6954 # POSIX termios
6955 #
6956 cdl_component CYGPKG_ISO_TERMIOS {
6957     # There is no associated value.
6958 };
6959
6960 # >
6961 # POSIX termios implementations
6962 #
6963 cdl_interface CYGINT_ISO_TERMIOS {
6964     # No options implement this inferface
6965     # This value cannot be modified here.
6966     # Flavor: data
6967     # Current_value: 0
6968     # Requires:  1 >= CYGINT_ISO_TERMIOS 
6969     #     CYGINT_ISO_TERMIOS == 0
6970     #   --> 1
6971
6972     # The following properties are affected by this value
6973     # interface CYGINT_ISO_TERMIOS
6974     #     Requires:  1 >= CYGINT_ISO_TERMIOS 
6975 };
6976
6977 # POSIX termios implementation header
6978 #
6979 cdl_option CYGBLD_ISO_TERMIOS_HEADER {
6980     # Flavor: booldata
6981     # No user value, uncomment the following line to provide one.
6982     # user_value 0 0
6983     # value_source default
6984     # Default value: 0 0
6985 };
6986
6987 # <
6988 # Dynamic load API
6989 #
6990 cdl_component CYGPKG_ISO_DLFCN {
6991     # There is no associated value.
6992 };
6993
6994 # >
6995 # Dynamic load implementations
6996 #
6997 cdl_interface CYGINT_ISO_DLFCN {
6998     # No options implement this inferface
6999     # This value cannot be modified here.
7000     # Flavor: data
7001     # Current_value: 0
7002     # Requires:  1 >= CYGINT_ISO_DLFCN 
7003     #     CYGINT_ISO_DLFCN == 0
7004     #   --> 1
7005
7006     # The following properties are affected by this value
7007     # interface CYGINT_ISO_DLFCN
7008     #     Requires:  1 >= CYGINT_ISO_DLFCN 
7009 };
7010
7011 # Dynamic load implementation header
7012 #
7013 cdl_option CYGBLD_ISO_DLFCN_HEADER {
7014     # Flavor: booldata
7015     # No user value, uncomment the following line to provide one.
7016     # user_value 0 0
7017     # value_source default
7018     # Default value: 0 0
7019 };
7020
7021 # <
7022 # UNIX standard functions
7023 #
7024 cdl_component CYGPKG_ISO_UNISTD {
7025     # There is no associated value.
7026 };
7027
7028 # >
7029 # POSIX timer operations implementations
7030 #
7031 cdl_interface CYGINT_ISO_POSIX_TIMER_OPS {
7032     # No options implement this inferface
7033     # This value cannot be modified here.
7034     # Flavor: booldata
7035     # Current value: 0 0
7036     # Requires:  1 >= CYGINT_ISO_POSIX_TIMER_OPS 
7037     #     CYGINT_ISO_POSIX_TIMER_OPS == 0
7038     #   --> 1
7039
7040     # The following properties are affected by this value
7041     # interface CYGINT_ISO_POSIX_TIMER_OPS
7042     #     Requires:  1 >= CYGINT_ISO_POSIX_TIMER_OPS 
7043 };
7044
7045 # POSIX timer operations implementation header
7046 #
7047 cdl_option CYGBLD_ISO_POSIX_TIMER_OPS_HEADER {
7048     # Flavor: booldata
7049     # No user value, uncomment the following line to provide one.
7050     # user_value 0 0
7051     # value_source default
7052     # Default value: 0 0
7053 };
7054
7055 # POSIX sleep() implementations
7056 #
7057 cdl_interface CYGINT_ISO_POSIX_SLEEP {
7058     # No options implement this inferface
7059     # This value cannot be modified here.
7060     # Flavor: booldata
7061     # Current value: 0 0
7062     # Requires:  1 >= CYGINT_ISO_POSIX_SLEEP 
7063     #     CYGINT_ISO_POSIX_SLEEP == 0
7064     #   --> 1
7065
7066     # The following properties are affected by this value
7067     # interface CYGINT_ISO_POSIX_SLEEP
7068     #     Requires:  1 >= CYGINT_ISO_POSIX_SLEEP 
7069 };
7070
7071 # POSIX sleep() implementation header
7072 #
7073 cdl_option CYGBLD_ISO_POSIX_SLEEP_HEADER {
7074     # Flavor: booldata
7075     # No user value, uncomment the following line to provide one.
7076     # user_value 0 0
7077     # value_source default
7078     # Default value: 0 0
7079 };
7080
7081 # <
7082 # select()/poll() functions
7083 #
7084 cdl_component CYGPKG_ISO_SELECT {
7085     # There is no associated value.
7086 };
7087
7088 # >
7089 # select() implementations
7090 #
7091 cdl_interface CYGINT_ISO_SELECT {
7092     # No options implement this inferface
7093     # This value cannot be modified here.
7094     # Flavor: booldata
7095     # Current value: 0 0
7096     # Requires:  1 >= CYGINT_ISO_SELECT 
7097     #     CYGINT_ISO_SELECT == 0
7098     #   --> 1
7099
7100     # The following properties are affected by this value
7101     # interface CYGINT_ISO_SELECT
7102     #     Requires:  1 >= CYGINT_ISO_SELECT 
7103 };
7104
7105 # select() implementation header
7106 #
7107 cdl_option CYGBLD_ISO_SELECT_HEADER {
7108     # Flavor: booldata
7109     # No user value, uncomment the following line to provide one.
7110     # user_value 0 0
7111     # value_source default
7112     # Default value: 0 0
7113 };
7114
7115 # poll() implementations
7116 #
7117 cdl_interface CYGINT_ISO_POLL {
7118     # No options implement this inferface
7119     # This value cannot be modified here.
7120     # Flavor: booldata
7121     # Current value: 0 0
7122     # Requires:  1 >= CYGINT_ISO_POLL 
7123     #     CYGINT_ISO_POLL == 0
7124     #   --> 1
7125
7126     # The following properties are affected by this value
7127     # interface CYGINT_ISO_POLL
7128     #     Requires:  1 >= CYGINT_ISO_POLL 
7129 };
7130
7131 # poll() implementation header
7132 #
7133 cdl_option CYGBLD_ISO_POLL_HEADER {
7134     # Flavor: booldata
7135     # No user value, uncomment the following line to provide one.
7136     # user_value 0 0
7137     # value_source default
7138     # Default value: 0 0
7139 };
7140
7141 # <
7142 # NetDB utility functions
7143 #
7144 cdl_component CYGPKG_ISO_NETDB {
7145     # There is no associated value.
7146 };
7147
7148 # >
7149 # DNS implementations
7150 #
7151 cdl_interface CYGINT_ISO_DNS {
7152     # Implemented by CYGPKG_NS_DNS_BUILD, active, disabled
7153     # This value cannot be modified here.
7154     # Flavor: bool
7155     # Current value: 0
7156     # Requires:  1 >= CYGINT_ISO_DNS 
7157     #     CYGINT_ISO_DNS == 0
7158     #   --> 1
7159
7160     # The following properties are affected by this value
7161     # interface CYGINT_ISO_DNS
7162     #     Requires:  1 >= CYGINT_ISO_DNS 
7163 };
7164
7165 # DNS implementation header
7166 #
7167 cdl_option CYGBLD_ISO_DNS_HEADER {
7168     # Flavor: booldata
7169     # No user value, uncomment the following line to provide one.
7170     # user_value 0 0
7171     # The inferred value should not be edited directly.
7172     inferred_value 1 <cyg/ns/dns/dns.h>
7173     # value_source inferred
7174     # Default value: 0 0
7175
7176     # The following properties are affected by this value
7177     # option CYGPKG_NS_DNS_BUILD
7178     #     Requires:  CYGBLD_ISO_DNS_HEADER == "<cyg/ns/dns/dns.h>" 
7179 };
7180
7181 # Protocol network database implementations
7182 #
7183 cdl_interface CYGINT_ISO_NETDB_PROTO {
7184     # No options implement this inferface
7185     # This value cannot be modified here.
7186     # Flavor: bool
7187     # Current value: 0
7188     # Requires:  1 >= CYGINT_ISO_NETDB_PROTO 
7189     #     CYGINT_ISO_NETDB_PROTO == 0
7190     #   --> 1
7191
7192     # The following properties are affected by this value
7193     # interface CYGINT_ISO_NETDB_PROTO
7194     #     Requires:  1 >= CYGINT_ISO_NETDB_PROTO 
7195 };
7196
7197 # Protocol network database implementation header
7198 #
7199 cdl_option CYGBLD_ISO_NETDB_PROTO_HEADER {
7200     # Flavor: booldata
7201     # No user value, uncomment the following line to provide one.
7202     # user_value 0 0
7203     # value_source default
7204     # Default value: 0 0
7205 };
7206
7207 # Services network database implementations
7208 #
7209 cdl_interface CYGINT_ISO_NETDB_SERV {
7210     # No options implement this inferface
7211     # This value cannot be modified here.
7212     # Flavor: bool
7213     # Current value: 0
7214     # Requires:  1 >= CYGINT_ISO_NETDB_SERV 
7215     #     CYGINT_ISO_NETDB_SERV == 0
7216     #   --> 1
7217
7218     # The following properties are affected by this value
7219     # interface CYGINT_ISO_NETDB_SERV
7220     #     Requires:  1 >= CYGINT_ISO_NETDB_SERV 
7221 };
7222
7223 # Services network database implementation header
7224 #
7225 cdl_option CYGBLD_ISO_NETDB_SERV_HEADER {
7226     # Flavor: booldata
7227     # No user value, uncomment the following line to provide one.
7228     # user_value 0 0
7229     # value_source default
7230     # Default value: 0 0
7231 };
7232
7233 # <
7234 # Build options
7235 # Package specific build options including control over
7236 # compiler flags used only in building this package,
7237 # and details of which tests are built.
7238 #
7239 cdl_component CYGPKG_ISOINFRA_OPTIONS {
7240     # There is no associated value.
7241 };
7242
7243 # >
7244 # Additional compiler flags
7245 # This option modifies the set of compiler flags for
7246 # building the ISO C and POSIX infrastructure package.
7247 # These flags are used in addition to the set of global flags.
7248 #
7249 cdl_option CYGPKG_ISOINFRA_CFLAGS_ADD {
7250     # Flavor: data
7251     # No user value, uncomment the following line to provide one.
7252     # user_value ""
7253     # value_source default
7254     # Default value: ""
7255 };
7256
7257 # Suppressed compiler flags
7258 # This option modifies the set of compiler flags for
7259 # building the ISO C and POSIX infrastructure package.
7260 # These flags are removed from the set of global flags
7261 # if present.
7262 #
7263 cdl_option CYGPKG_ISOINFRA_CFLAGS_REMOVE {
7264     # Flavor: data
7265     # No user value, uncomment the following line to provide one.
7266     # user_value ""
7267     # value_source default
7268     # Default value: ""
7269 };
7270
7271 # <
7272 # <
7273 # DNS client
7274 # doc: ref/net-ns-dns.html
7275 #
7276 cdl_package CYGPKG_NS_DNS {
7277     # Packages cannot be added or removed, nor can their version be changed,
7278     # simply by editing their value. Instead the appropriate configuration
7279     # should be used to perform these actions.
7280
7281     # This value cannot be modified here.
7282     # Flavor: booldata
7283     # Current value: 1 current
7284
7285     # The following properties are affected by this value
7286     # component CYGPKG_REDBOOT_NETWORKING_DNS
7287     #     Requires: CYGPKG_NS_DNS
7288 };
7289
7290 # >
7291 # Build DNS NS client package
7292 #
7293 cdl_option CYGPKG_NS_DNS_BUILD {
7294     # Flavor: bool
7295     # No user value, uncomment the following line to provide one.
7296     # user_value 1
7297     # The inferred value should not be edited directly.
7298     inferred_value 0
7299     # value_source inferred
7300     # Default value: 1
7301     # Requires:  CYGBLD_ISO_DNS_HEADER == "<cyg/ns/dns/dns.h>" 
7302     #     CYGBLD_ISO_DNS_HEADER == <cyg/ns/dns/dns.h>
7303     #   --> 1
7304     # Requires: CYGPKG_NET
7305     #     CYGPKG_NET (unknown) == 0
7306     #   --> 0
7307     # Requires: CYGINT_ISO_CTYPE
7308     #     CYGINT_ISO_CTYPE == 0
7309     #   --> 0
7310     # Requires: CYGINT_ISO_MALLOC
7311     #     CYGINT_ISO_MALLOC == 0
7312     #   --> 0
7313     # Requires: CYGINT_ISO_STRING_STRFUNCS
7314     #     CYGINT_ISO_STRING_STRFUNCS == 1
7315     #   --> 1
7316     # Requires: CYGSEM_KERNEL_THREADS_DESTRUCTORS_PER_THREAD
7317     #     CYGSEM_KERNEL_THREADS_DESTRUCTORS_PER_THREAD (unknown) == 0
7318     #   --> 0
7319
7320     # The following properties are affected by this value
7321     # component CYGPKG_NS_DNS_DEFAULT
7322     #     ActiveIf: CYGPKG_NS_DNS_BUILD
7323     # component CYGPKG_NS_DNS_DOMAINNAME
7324     #     ActiveIf: CYGPKG_NS_DNS_BUILD
7325     # option CYGPKG_NS_DNS_TESTS
7326     #     ActiveIf: CYGPKG_NS_DNS_BUILD
7327     # component CYGPKG_REDBOOT_NETWORKING_DNS
7328     #     Requires: !CYGPKG_NS_DNS_BUILD
7329 };
7330
7331 # Provide a hard coded default server address
7332 # This option controls the use of a default, hard coded DNS 
7333 # server. When this is enabled, the IP address in the CDL 
7334 # option CYGDAT_NS_DNS_DEFAULT_SERVER is used in
7335 # init_all_network_interfaces() to start the resolver using 
7336 # the specified server. The DHCP client or user code may 
7337 # override this by restarting the resolver.
7338 #
7339 cdl_component CYGPKG_NS_DNS_DEFAULT {
7340     # This option is not active
7341     # ActiveIf constraint: CYGPKG_NS_DNS_BUILD
7342     #     CYGPKG_NS_DNS_BUILD == 0
7343     #   --> 0
7344
7345     # Flavor: bool
7346     # No user value, uncomment the following line to provide one.
7347     # user_value 0
7348     # value_source default
7349     # Default value: 0
7350 };
7351
7352 # >
7353 # IP address of the default DNS server
7354 #
7355 cdl_option CYGDAT_NS_DNS_DEFAULT_SERVER {
7356     # This option is not active
7357     # The parent CYGPKG_NS_DNS_DEFAULT is not active
7358     # The parent CYGPKG_NS_DNS_DEFAULT is disabled
7359
7360     # Flavor: data
7361     # No user value, uncomment the following line to provide one.
7362     # user_value 192.168.1.1
7363     # value_source default
7364     # Default value: 192.168.1.1
7365 };
7366
7367 # <
7368 # Provide a hard coded default domain name
7369 # This option controls the use of a default, hard coded
7370 # domain name to be used when querying a DNS server. When
7371 # this is enabled, the name in the CDL option
7372 # CYGDAT_NS_DNS_DOMAINNAME_NAME is used in
7373 # init_all_network_interfaces() to set the domain name as
7374 # accessed by getdomainname().
7375 #
7376 cdl_component CYGPKG_NS_DNS_DOMAINNAME {
7377     # This option is not active
7378     # ActiveIf constraint: CYGPKG_NS_DNS_BUILD
7379     #     CYGPKG_NS_DNS_BUILD == 0
7380     #   --> 0
7381
7382     # Flavor: bool
7383     # No user value, uncomment the following line to provide one.
7384     # user_value 0
7385     # value_source default
7386     # Default value: 0
7387 };
7388
7389 # >
7390 # Domain name for this device
7391 #
7392 cdl_option CYGDAT_NS_DNS_DOMAINNAME_NAME {
7393     # This option is not active
7394     # The parent CYGPKG_NS_DNS_DOMAINNAME is not active
7395     # The parent CYGPKG_NS_DNS_DOMAINNAME is disabled
7396
7397     # Flavor: data
7398     # No user value, uncomment the following line to provide one.
7399     # user_value default.domain.com
7400     # value_source default
7401     # Default value: default.domain.com
7402 };
7403
7404 # <
7405 # DNS support build options
7406 #
7407 cdl_component CYGPKG_NS_DNS_OPTIONS {
7408     # There is no associated value.
7409 };
7410
7411 # >
7412 # Additional compiler flags
7413 # This option modifies the set of compiler flags for
7414 # building the DNS package.
7415 # These flags are used in addition
7416 # to the set of global flags.
7417 #
7418 cdl_option CYGPKG_NS_DNS_CFLAGS_ADD {
7419     # Flavor: data
7420     # No user value, uncomment the following line to provide one.
7421     # user_value "-D_KERNEL -D__ECOS"
7422     # value_source default
7423     # Default value: "-D_KERNEL -D__ECOS"
7424 };
7425
7426 # Suppressed compiler flags
7427 # This option modifies the set of compiler flags for
7428 # building the DNS package. These flags are removed from
7429 # the set of global flags if present.
7430 #
7431 cdl_option CYGPKG_NS_DNS_CFLAGS_REMOVE {
7432     # Flavor: data
7433     # No user value, uncomment the following line to provide one.
7434     # user_value ""
7435     # value_source default
7436     # Default value: ""
7437 };
7438
7439 # <
7440 # Networking tests
7441 # This option specifies the set of tests for the DNS package.
7442 #
7443 cdl_option CYGPKG_NS_DNS_TESTS {
7444     # This option is not active
7445     # ActiveIf constraint: CYGPKG_NS_DNS_BUILD
7446     #     CYGPKG_NS_DNS_BUILD == 0
7447     #   --> 0
7448
7449     # Calculated value:  "tests/dns1 tests/dns2" 
7450     # Flavor: data
7451     # Current_value: tests/dns1 tests/dns2
7452 };
7453
7454 # <
7455 # Compute CRCs
7456 # doc: ref/services-crc.html
7457 # This package provides support for CRC calculation. Currently 
7458 # this is the POSIX 1003 defined CRC algorithm, a 32 CRC by 
7459 # Gary S. Brown, and a 16 bit CRC.
7460 #
7461 cdl_package CYGPKG_CRC {
7462     # Packages cannot be added or removed, nor can their version be changed,
7463     # simply by editing their value. Instead the appropriate configuration
7464     # should be used to perform these actions.
7465
7466     # This value cannot be modified here.
7467     # Flavor: booldata
7468     # Current value: 1 current
7469 };
7470
7471 # >
7472 # POSIX CRC tests
7473 #
7474 cdl_option CYGPKG_CRC_TESTS {
7475     # Calculated value:  "tests/crc_test" 
7476     # Flavor: data
7477     # Current_value: tests/crc_test
7478 };
7479
7480 # <
7481 # <
7482