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