]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - config/TX25-40x0.ecc
unified MX27, MX25, MX37 trees
[karo-tx-redboot.git] / config / TX25-40x0.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    tx25karo ;
31     template    redboot ;
32     package -hardware CYGPKG_HAL_ARM current ;
33     package -hardware CYGPKG_HAL_ARM_MX25 current ;
34     package -hardware CYGPKG_HAL_ARM_TX25KARO current ;
35     package -template CYGPKG_HAL current ;
36     package -template CYGPKG_INFRA current ;
37     package -template CYGPKG_REDBOOT current ;
38     package -template CYGPKG_ISOINFRA current ;
39     package -template CYGPKG_LIBC_STRING current ;
40     package -template CYGPKG_CRC current ;
41     package -hardware CYGPKG_IO_ETH_DRIVERS current ;
42     package -hardware CYGPKG_DEVS_ETH_ARM_TX25 current ;
43     package -hardware CYGPKG_DEVS_ETH_FEC current ;
44     package -hardware CYGPKG_COMPRESS_ZLIB current ;
45     package -hardware CYGPKG_IO_FLASH current ;
46     package -hardware CYGPKG_DEVS_FLASH_ONMXC current ;
47     package -template CYGPKG_MEMALLOC current ;
48     package -template CYGPKG_DEVS_ETH_PHY current ;
49     package -template CYGPKG_LIBC_I18N current ;
50     package -template CYGPKG_LIBC_STDLIB current ;
51     package -template CYGPKG_ERROR current ;
52 };
53
54 # ---- conflicts -------------------------------------------------------
55 # There are no conflicts.
56
57 # ---- contents --------------------------------------------------------
58 # >
59 # >
60 # Global build options
61 # Global build options including control over
62 # compiler flags, linker flags and choice of toolchain.
63 #
64 cdl_component CYGBLD_GLOBAL_OPTIONS {
65     # There is no associated value.
66
67     # The following properties are affected by this value
68 };
69
70 # >
71 # Global command prefix
72 # This option specifies the command prefix used when
73 # invoking the build tools.
74 #
75 cdl_option CYGBLD_GLOBAL_COMMAND_PREFIX {
76     # Flavor: data
77     # No user value, uncomment the following line to provide one.
78     # user_value arm-926ejs-linux-gnu
79     # value_source default
80     # Default value: arm-926ejs-linux-gnu
81 };
82
83 # Global compiler flags
84 # This option controls the global compiler flags which are used to
85 # compile all packages by default. Individual packages may define
86 # options which override these global flags.
87 #
88 cdl_option CYGBLD_GLOBAL_CFLAGS {
89     # Flavor: data
90     # No user value, uncomment the following line to provide one.
91     # user_value "-mcpu=arm9 -mabi=apcs-gnu -Wall -Wno-pointer-sign -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -O2 -ffunction-sections -fdata-sections -fno-exceptions -fvtable-gc -finit-priority -Werror -pipe"
92     # value_source default
93     # Default value: "-mcpu=arm9 -mabi=apcs-gnu -Wall -Wno-pointer-sign -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -O2 -ffunction-sections -fdata-sections -fno-exceptions -fvtable-gc -finit-priority -Werror -pipe"
94     # Requires: CYGBLD_INFRA_CFLAGS_WARNINGS_AS_ERRORS
95     #     CYGBLD_INFRA_CFLAGS_WARNINGS_AS_ERRORS == 1
96     #   --> 1
97
98     # The following properties are affected by this value
99     # option CYGBLD_INFRA_CFLAGS_WARNINGS_AS_ERRORS
100     #     Requires:  is_substr(CYGBLD_GLOBAL_CFLAGS, " -Werror") 
101     # option CYGBLD_INFRA_CFLAGS_PIPE
102     #     Requires:  is_substr(CYGBLD_GLOBAL_CFLAGS, " -pipe") 
103 };
104
105 # Global linker flags
106 # This option controls the global linker flags. Individual
107 # packages may define options which override these global flags.
108 #
109 cdl_option CYGBLD_GLOBAL_LDFLAGS {
110     # Flavor: data
111     # No user value, uncomment the following line to provide one.
112     # user_value "-Wl,--gc-sections -Wl,-static -O2 -nostdlib"
113     # value_source default
114     # Default value: "-Wl,--gc-sections -Wl,-static -O2 -nostdlib"
115 };
116
117 # Build common GDB stub ROM image
118 # Unless a target board has specific requirements to the
119 # stub implementation, it can use a simple common stub.
120 # This option, which gets enabled by platform HALs as
121 # appropriate, controls the building of the common stub.
122 #
123 cdl_option CYGBLD_BUILD_COMMON_GDB_STUBS {
124     # Flavor: bool
125     # No user value, uncomment the following line to provide one.
126     # user_value 0
127     # value_source default
128     # Default value: 0
129     # Requires: CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
130     #     CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS == 0
131     #   --> 0
132 };
133
134 # <
135 # ISO C library string functions
136 # doc: ref/libc.html
137 # This package provides string functions specified by the
138 # ISO C standard - ISO/IEC 9899:1990.
139 #
140 cdl_package CYGPKG_LIBC_STRING {
141     # Packages cannot be added or removed, nor can their version be changed,
142     # simply by editing their value. Instead the appropriate configuration
143     # should be used to perform these actions.
144
145     # This value cannot be modified here.
146     # Flavor: booldata
147     # Current value: 1 current
148     # Requires:  CYGBLD_ISO_STRING_LOCALE_FUNCS_HEADER ==  "<cyg/libc/string/string.h>" 
149     #     CYGBLD_ISO_STRING_LOCALE_FUNCS_HEADER == <cyg/libc/string/string.h>
150     #   --> 1
151     # Requires:  CYGBLD_ISO_STRING_MEMFUNCS_HEADER ==  "<cyg/libc/string/string.h>" 
152     #     CYGBLD_ISO_STRING_MEMFUNCS_HEADER == <cyg/libc/string/string.h>
153     #   --> 1
154     # Requires:  CYGBLD_ISO_STRING_STRFUNCS_HEADER ==  "<cyg/libc/string/string.h>" 
155     #     CYGBLD_ISO_STRING_STRFUNCS_HEADER == <cyg/libc/string/string.h>
156     #   --> 1
157     # Requires:  CYGBLD_ISO_STRTOK_R_HEADER ==  "<cyg/libc/string/string.h>" 
158     #     CYGBLD_ISO_STRTOK_R_HEADER == <cyg/libc/string/string.h>
159     #   --> 1
160     # Requires: CYGPKG_ISOINFRA
161     #     CYGPKG_ISOINFRA == current
162     #   --> 1
163 };
164
165 # >
166 # Inline versions of <string.h> functions
167 # This option chooses whether some of the
168 # particularly simple string functions from
169 # <string.h> are available as inline
170 # functions. This may improve performance, and as
171 # the functions are small, may even improve code
172 # size.
173 #
174 cdl_option CYGIMP_LIBC_STRING_INLINES {
175     # Flavor: bool
176     # No user value, uncomment the following line to provide one.
177     # user_value 1
178     # value_source default
179     # Default value: 1
180 };
181
182 # Optimize string functions for code size
183 # This option tries to reduce string function
184 # code size at the expense of execution speed. The
185 # same effect can be produced if the code is
186 # compiled with the -Os option to the compiler.
187 #
188 cdl_option CYGIMP_LIBC_STRING_PREFER_SMALL_TO_FAST {
189     # Flavor: bool
190     # No user value, uncomment the following line to provide one.
191     # user_value 0
192     # value_source default
193     # Default value: 0
194 };
195
196 # Provide BSD compatibility functions
197 # Enabling this option causes various compatibility functions
198 # commonly found in the BSD UNIX operating system to be included.
199 # These are functions such as bzero, bcmp, bcopy, bzero, strcasecmp,
200 # strncasecmp, index, rindex and swab.
201 #
202 cdl_option CYGFUN_LIBC_STRING_BSD_FUNCS {
203     # Flavor: bool
204     # No user value, uncomment the following line to provide one.
205     # user_value 1
206     # The inferred value should not be edited directly.
207     inferred_value 0
208     # value_source inferred
209     # Default value: 1
210     # Requires:  CYGBLD_ISO_STRING_BSD_FUNCS_HEADER ==  "<cyg/libc/string/bsdstring.h>" 
211     #     CYGBLD_ISO_STRING_BSD_FUNCS_HEADER == <cyg/libc/string/bsdstring.h>
212     #   --> 1
213     # Requires: CYGINT_ISO_CTYPE
214     #     CYGINT_ISO_CTYPE == 1
215     #   --> 1
216 };
217
218 # strtok
219 # These options control the behaviour of the
220 # strtok() and strtok_r() string tokenization
221 # functions.
222 #
223 cdl_component CYGPKG_LIBC_STRING_STRTOK {
224     # There is no associated value.
225 };
226
227 # >
228 # Per-thread strtok()
229 # This option controls whether the string function
230 # strtok() has its state recorded on a per-thread
231 # basis rather than global. If this option is
232 # disabled, some per-thread space can be saved.
233 # Note there is also a POSIX-standard strtok_r()
234 # function to achieve a similar effect with user
235 # support. Enabling this option will use one slot
236 # of kernel per-thread data. You should ensure you
237 # have enough slots configured for all your
238 # per-thread data.
239 #
240 cdl_option CYGSEM_LIBC_STRING_PER_THREAD_STRTOK {
241     # This option is not active
242     # ActiveIf constraint: CYGPKG_KERNEL
243     #     CYGPKG_KERNEL (unknown) == 0
244     #   --> 0
245
246     # Flavor: bool
247     # No user value, uncomment the following line to provide one.
248     # user_value 0
249     # value_source default
250     # Default value: CYGVAR_KERNEL_THREADS_DATA
251     #     CYGVAR_KERNEL_THREADS_DATA (unknown) == 0
252     #   --> 0
253     # Requires: CYGVAR_KERNEL_THREADS_DATA
254     #     CYGVAR_KERNEL_THREADS_DATA (unknown) == 0
255     #   --> 0
256 };
257
258 # Tracing level
259 # Trace verbosity level for debugging the <string.h>
260 # functions strtok() and strtok_r(). Increase this
261 # value to get additional trace output.
262 #
263 cdl_option CYGNUM_LIBC_STRING_STRTOK_TRACE_LEVEL {
264     # Flavor: data
265     # No user value, uncomment the following line to provide one.
266     # user_value 0
267     # value_source default
268     # Default value: 0
269     # Legal values: 0 to 1
270 };
271
272 # <
273 # strdup
274 # This option indicates whether strdup() is to be supported.
275 #
276 cdl_option CYGFUN_LIBC_STRING_STRDUP {
277     # ActiveIf constraint: CYGINT_ISO_MALLOC
278     #     CYGINT_ISO_MALLOC == 1
279     #   --> 1
280
281     # Calculated value: 1
282     # Flavor: bool
283     # Current value: 1
284 };
285
286 # C library string functions build options
287 # Package specific build options including control over
288 # compiler flags used only in building this package,
289 # and details of which tests are built.
290 #
291 cdl_component CYGPKG_LIBC_STRING_OPTIONS {
292     # There is no associated value.
293 };
294
295 # >
296 # Additional compiler flags
297 # This option modifies the set of compiler flags for
298 # building the C library. These flags are used in addition
299 # to the set of global flags.
300 #
301 cdl_option CYGPKG_LIBC_STRING_CFLAGS_ADD {
302     # Flavor: data
303     # No user value, uncomment the following line to provide one.
304     # user_value "-fno-rtti -Woverloaded-virtual"
305     # value_source default
306     # Default value: "-fno-rtti -Woverloaded-virtual"
307 };
308
309 # Suppressed compiler flags
310 # This option modifies the set of compiler flags for
311 # building the C library. These flags are removed from
312 # the set of global flags if present.
313 #
314 cdl_option CYGPKG_LIBC_STRING_CFLAGS_REMOVE {
315     # Flavor: data
316     # No user value, uncomment the following line to provide one.
317     # user_value -Wno-pointer-sign
318     # value_source default
319     # Default value: -Wno-pointer-sign
320 };
321
322 # C library string function tests
323 # This option specifies the set of tests for the C library
324 # string functions.
325 #
326 cdl_option CYGPKG_LIBC_STRING_TESTS {
327     # 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" 
328     # Flavor: data
329     # 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
330 };
331
332 # <
333 # <
334 # Common ethernet support
335 # doc: ref/io-eth-drv-generic.html
336 # Platform independent ethernet drivers
337 #
338 cdl_package CYGPKG_IO_ETH_DRIVERS {
339     # Packages cannot be added or removed, nor can their version be changed,
340     # simply by editing their value. Instead the appropriate configuration
341     # should be used to perform these actions.
342
343     # This value cannot be modified here.
344     # Flavor: booldata
345     # Current value: 1 current
346
347     # The following properties are affected by this value
348     # component CYGPKG_REDBOOT_NETWORKING
349     #     ActiveIf: CYGPKG_IO_ETH_DRIVERS
350     # package CYGPKG_DEVS_ETH_ARM_TX25
351     #     ActiveIf: CYGPKG_IO_ETH_DRIVERS
352     # package CYGPKG_DEVS_ETH_FEC
353     #     ActiveIf: CYGPKG_IO_ETH_DRIVERS
354     # package CYGPKG_DEVS_ETH_PHY
355     #     ActiveIf: CYGPKG_IO_ETH_DRIVERS
356 };
357
358 # >
359 # Network drivers
360 #
361 cdl_interface CYGHWR_NET_DRIVERS {
362     # Implemented by CYGPKG_DEVS_ETH_FEC, active, enabled
363     # This value cannot be modified here.
364     # Flavor: data
365     # Current_value: 1
366
367     # The following properties are affected by this value
368     # option CYGDAT_REDBOOT_DEFAULT_NETWORK_DEVICE
369     #     ActiveIf:  CYGHWR_NET_DRIVERS > 1 
370     # option CYGSEM_REDBOOT_NETWORK_INIT_ONE_DEVICE
371     #     ActiveIf:  CYGHWR_NET_DRIVERS > 1 
372 };
373
374 # Driver supports multicast addressing
375 # This interface defines whether or not a driver can handle
376 # requests for multicast addressing.
377 #
378 cdl_interface CYGINT_IO_ETH_MULTICAST {
379     # Implemented by CYGPKG_DEVS_ETH_FEC, active, enabled
380     # This value cannot be modified here.
381     # Flavor: data
382     # Current_value: 1
383
384     # The following properties are affected by this value
385 };
386
387 # Support printing driver debug information
388 # Selecting this option will include code to allow the driver to
389 # print lots of information on diagnostic output such as full
390 # packet dumps.
391 #
392 cdl_component CYGDBG_IO_ETH_DRIVERS_DEBUG {
393     # Flavor: bool
394     # No user value, uncomment the following line to provide one.
395     # user_value 1
396     # value_source default
397     # Default value: 1
398 };
399
400 # >
401 # Driver debug output verbosity
402 # The value of this option indicates the default verbosity
403 # level of debugging output. 0 means no debugging output
404 # is made by default. Higher values indicate higher verbosity.
405 # The verbosity level may also be changed at run time by
406 # changing the variable cyg_io_eth_net_debug.
407 #
408 cdl_option CYGDBG_IO_ETH_DRIVERS_DEBUG_VERBOSITY {
409     # Flavor: data
410     # No user value, uncomment the following line to provide one.
411     # user_value 0
412     # value_source default
413     # Default value: 0
414 };
415
416 # <
417 # Size of scatter-gather I/O lists
418 # A scatter-gather list is used to pass requests to/from
419 # the physical device driver.  This list can typically be
420 # small, as the data is normally already packed into reasonable
421 # chunks.
422 #
423 cdl_option CYGNUM_IO_ETH_DRIVERS_SG_LIST_SIZE {
424     # Flavor: data
425     # No user value, uncomment the following line to provide one.
426     # user_value 32
427     # value_source default
428     # Default value: 32
429 };
430
431 # Support for standard eCos TCP/IP stack.
432 #
433 cdl_component CYGPKG_IO_ETH_DRIVERS_NET {
434     # This option is not active
435     # ActiveIf constraint: CYGPKG_NET
436     #     CYGPKG_NET (unknown) == 0
437     #   --> 0
438
439     # Flavor: bool
440     # No user value, uncomment the following line to provide one.
441     # user_value 1
442     # value_source default
443     # Default value: 1
444     # Requires: CYGINT_ISO_STRING_STRFUNCS
445     #     CYGINT_ISO_STRING_STRFUNCS == 1
446     #   --> 1
447 };
448
449 # >
450 # Warn when there are no more mbufs
451 # Warnings about running out of mbufs are printed to the
452 # diagnostic output channel via diag_printf() if this option
453 # is enabled.  Mbufs are the network stack's basic dynamic
454 # memory objects that hold all packets in transit; running
455 # out is bad for performance but not fatal, not a crash.
456 # You might want to turn off the warnings to preserve realtime
457 # properties of the system even in extremis.
458 #
459 cdl_component CYGPKG_IO_ETH_DRIVERS_WARN_NO_MBUFS {
460     # This option is not active
461     # The parent CYGPKG_IO_ETH_DRIVERS_NET is not active
462
463     # Flavor: bool
464     # No user value, uncomment the following line to provide one.
465     # user_value 1
466     # value_source default
467     # Default value: 1
468 };
469
470 # Simulate network failures for testing
471 # This package contains a suite of simulated failure modes
472 # for the ethernet device layer, including dropping and/or
473 # corrupting received packets, dropping packets queued for
474 # transmission, and simulating a complete network break.
475 # It requires the kernel as a source of time information.
476 #
477 cdl_component CYGPKG_IO_ETH_DRIVERS_SIMULATED_FAILURES {
478     # This option is not active
479     # The parent CYGPKG_IO_ETH_DRIVERS_NET is not active
480
481     # Flavor: bool
482     # No user value, uncomment the following line to provide one.
483     # user_value 0
484     # value_source default
485     # Default value: 0
486 };
487
488 # >
489 # Drop incoming packets (percentage)
490 #
491 cdl_option CYGPKG_IO_ETH_DRIVERS_SIMULATE_DROP_RX {
492     # This option is not active
493     # The parent CYGPKG_IO_ETH_DRIVERS_SIMULATED_FAILURES is not active
494     # The parent CYGPKG_IO_ETH_DRIVERS_SIMULATED_FAILURES is disabled
495
496     # Flavor: booldata
497     # No user value, uncomment the following line to provide one.
498     # user_value 1 10
499     # value_source default
500     # Default value: 1 10
501     # Legal values: 10 50 80
502 };
503
504 # Corrupt incoming packets (percentage)
505 #
506 cdl_option CYGPKG_IO_ETH_DRIVERS_SIMULATE_CORRUPT_RX {
507     # This option is not active
508     # The parent CYGPKG_IO_ETH_DRIVERS_SIMULATED_FAILURES is not active
509     # The parent CYGPKG_IO_ETH_DRIVERS_SIMULATED_FAILURES is disabled
510
511     # Flavor: booldata
512     # No user value, uncomment the following line to provide one.
513     # user_value 1 10
514     # value_source default
515     # Default value: 1 10
516     # Legal values: 10 50 80
517 };
518
519 # Drop outgoing packets (percentage)
520 #
521 cdl_option CYGPKG_IO_ETH_DRIVERS_SIMULATE_DROP_TX {
522     # This option is not active
523     # The parent CYGPKG_IO_ETH_DRIVERS_SIMULATED_FAILURES is not active
524     # The parent CYGPKG_IO_ETH_DRIVERS_SIMULATED_FAILURES is disabled
525
526     # Flavor: booldata
527     # No user value, uncomment the following line to provide one.
528     # user_value 1 10
529     # value_source default
530     # Default value: 1 10
531     # Legal values: 10 50 80
532 };
533
534 # Simulate a line cut from time to time
535 # This option causes the system to drop all packets for a
536 # short random period (10s of seconds), and then act
537 # normally for up to 4 times that long.  This simulates your
538 # sysadmin fiddling with plugs in the network switch
539 # cupboard.
540 #
541 cdl_option CYGPKG_IO_ETH_DRIVERS_SIMULATE_LINE_CUT {
542     # This option is not active
543     # The parent CYGPKG_IO_ETH_DRIVERS_SIMULATED_FAILURES is not active
544     # The parent CYGPKG_IO_ETH_DRIVERS_SIMULATED_FAILURES is disabled
545
546     # Flavor: bool
547     # No user value, uncomment the following line to provide one.
548     # user_value 0
549     # value_source default
550     # Default value: 0
551 };
552
553 # <
554 # <
555 # Support for stand-alone network stack.
556 #
557 cdl_component CYGPKG_IO_ETH_DRIVERS_STAND_ALONE {
558     # ActiveIf constraint: !CYGPKG_NET
559     #     CYGPKG_NET (unknown) == 0
560     #   --> 1
561
562     # Flavor: bool
563     # No user value, uncomment the following line to provide one.
564     # user_value 1
565     # value_source default
566     # Default value: 1
567     # Requires: CYGINT_ISO_STRING_MEMFUNCS
568     #     CYGINT_ISO_STRING_MEMFUNCS == 1
569     #   --> 1
570 };
571
572 # >
573 # Pass packets to an alternate stack
574 # Define this to allow packets seen by this layer to be
575 # passed on to the previous logical layer, i.e. when
576 # stand-alone processing replaces system (eCos) processing.
577 #
578 cdl_option CYGSEM_IO_ETH_DRIVERS_PASS_PACKETS {
579     # Flavor: bool
580     # No user value, uncomment the following line to provide one.
581     # user_value 1
582     # value_source default
583     # Default value:  0 != CYGPKG_REDBOOT_NETWORKING 
584     #     CYGPKG_REDBOOT_NETWORKING == 1
585     #   --> 1
586 };
587
588 # Number of [network] buffers
589 # This option is used to allocate space to buffer incoming network
590 # packets.  These buffers are used to hold data until they can be
591 # logically processed by higher layers.
592 #
593 cdl_option CYGNUM_IO_ETH_DRIVERS_NUM_PKT {
594     # Flavor: data
595     # No user value, uncomment the following line to provide one.
596     # user_value 4
597     # value_source default
598     # Default value: 4
599     # Legal values: 2 to 32
600 };
601
602 # Show driver warnings
603 # Selecting this option will allows the stand-alone ethernet driver
604 # to display warnings on the system console when incoming network
605 # packets are being discarded due to lack of buffer space.
606 #
607 cdl_option CYGSEM_IO_ETH_DRIVERS_WARN {
608     # ActiveIf constraint: CYGPKG_REDBOOT
609     #     CYGPKG_REDBOOT == current
610     #   --> 1
611
612     # Flavor: bool
613     # No user value, uncomment the following line to provide one.
614     # user_value 0
615     # value_source default
616     # Default value: 0
617 };
618
619 # <
620 # Support for lwIP network stack.
621 #
622 cdl_component CYGPKG_IO_ETH_DRIVERS_LWIP {
623     # This option is not active
624     # ActiveIf constraint: CYGPKG_NET_LWIP
625     #     CYGPKG_NET_LWIP (unknown) == 0
626     #   --> 0
627
628     # Flavor: bool
629     # No user value, uncomment the following line to provide one.
630     # user_value 1
631     # value_source default
632     # Default value: 1
633     # Requires: !CYGPKG_NET
634     #     CYGPKG_NET (unknown) == 0
635     #   --> 1
636 };
637
638 # Interrupt support required
639 # This interface is used to indicate to the low
640 # level device drivers that interrupt driven operation
641 # is required by higher layers.
642 #
643 cdl_interface CYGINT_IO_ETH_INT_SUPPORT_REQUIRED {
644     # Implemented by CYGPKG_IO_ETH_DRIVERS_NET, inactive, enabled
645     # Implemented by CYGPKG_IO_ETH_DRIVERS_LWIP, inactive, enabled
646     # This value cannot be modified here.
647     # Flavor: booldata
648     # Current value: 0 0
649
650     # The following properties are affected by this value
651 };
652
653 # Common ethernet support build options
654 #
655 cdl_component CYGPKG_IO_ETH_DRIVERS_OPTIONS {
656     # There is no associated value.
657 };
658
659 # >
660 # Additional compiler flags
661 # This option modifies the set of compiler flags for
662 # building the common ethernet support package. These flags are used in addition
663 # to the set of global flags.
664 #
665 cdl_option CYGPKG_IO_ETH_DRIVERS_CFLAGS_ADD {
666     # Flavor: data
667     # No user value, uncomment the following line to provide one.
668     # user_value "-D_KERNEL -D__ECOS"
669     # value_source default
670     # Default value: "-D_KERNEL -D__ECOS"
671 };
672
673 # <
674 # Ethernet driver for Ka-Ro electronics TX25 processor module
675 #
676 cdl_package CYGPKG_DEVS_ETH_ARM_TX25 {
677     # Packages cannot be added or removed, nor can their version be changed,
678     # simply by editing their value. Instead the appropriate configuration
679     # should be used to perform these actions.
680
681     # ActiveIf constraint: CYGPKG_IO_ETH_DRIVERS
682     #     CYGPKG_IO_ETH_DRIVERS == current
683     #   --> 1
684
685     # This value cannot be modified here.
686     # Flavor: booldata
687     # Current value: 1 current
688 };
689
690 # >
691 # FEC ethernet driver required
692 #
693 cdl_interface CYGINT_DEVS_ETH_FEC_REQUIRED {
694     # Implemented by CYGPKG_DEVS_ETH_ARM_MXCBOARD_ETH0, active, enabled
695     # This value cannot be modified here.
696     # Flavor: data
697     # Current_value: 1
698
699     # The following properties are affected by this value
700     # package CYGPKG_DEVS_ETH_FEC
701     #     ActiveIf: CYGINT_DEVS_ETH_FEC_REQUIRED
702 };
703
704 # Ka-Ro TX25 ethernet port driver
705 # This option includes the ethernet device driver for the
706 # MXC Board port.
707 #
708 cdl_component CYGPKG_DEVS_ETH_ARM_MXCBOARD_ETH0 {
709     # Flavor: bool
710     # No user value, uncomment the following line to provide one.
711     # user_value 1
712     # value_source default
713     # Default value: 1
714     # Requires: CYGSEM_REDBOOT_PLF_ESA_VALIDATE
715     #     CYGSEM_REDBOOT_PLF_ESA_VALIDATE == 1
716     #   --> 1
717     # Requires: CYGHWR_DEVS_ETH_PHY_LAN8700
718     #     CYGHWR_DEVS_ETH_PHY_LAN8700 == 1
719     #   --> 1
720 };
721
722 # >
723 # Device name for the ETH0 ethernet driver
724 # This option sets the name of the ethernet device.
725 #
726 cdl_option CYGDAT_DEVS_ETH_ARM_MXCBOARD_ETH0_NAME {
727     # Flavor: data
728     # No user value, uncomment the following line to provide one.
729     # user_value "\"eth0\""
730     # value_source default
731     # Default value: "\"eth0\""
732 };
733
734 # OUI part of MAC address
735 # This option sets OUI part (manufacturer ID) of the MAC address
736 # for validation.
737 #
738 cdl_option CYGDAT_DEVS_ETH_ARM_TX25KARO_OUI {
739     # ActiveIf constraint: CYGSEM_REDBOOT_PLF_ESA_VALIDATE
740     #     CYGSEM_REDBOOT_PLF_ESA_VALIDATE == 1
741     #   --> 1
742
743     # Flavor: data
744     # No user value, uncomment the following line to provide one.
745     # user_value "{ 0x00, 0x0c, 0xc6 }"
746     # value_source default
747     # Default value: "{ 0x00, 0x0c, 0xc6 }"
748 };
749
750 # <
751 # <
752 # Driver for fast ethernet controller.
753 # Driver for fast ethernet controller.
754 #
755 cdl_package CYGPKG_DEVS_ETH_FEC {
756     # Packages cannot be added or removed, nor can their version be changed,
757     # simply by editing their value. Instead the appropriate configuration
758     # should be used to perform these actions.
759
760     # ActiveIf constraint: CYGPKG_IO_ETH_DRIVERS
761     #     CYGPKG_IO_ETH_DRIVERS == current
762     #   --> 1
763     # ActiveIf constraint: CYGINT_DEVS_ETH_FEC_REQUIRED
764     #     CYGINT_DEVS_ETH_FEC_REQUIRED == 1
765     #   --> 1
766
767     # This value cannot be modified here.
768     # Flavor: booldata
769     # Current value: 1 current
770 };
771
772 # >
773 # MXC FEC ethernet driver build options
774 #
775 cdl_component CYGPKG_DEVS_ETH_FEC_OPTIONS {
776     # There is no associated value.
777 };
778
779 # >
780 # Additional compiler flags
781 # This option modifies the set of compiler flags for
782 # building the Cirrus Logic ethernet driver package.
783 # These flags are used in addition
784 # to the set of global flags.
785 #
786 cdl_option CYGPKG_DEVS_ETH_FEC_CFLAGS_ADD {
787     # Flavor: data
788     # No user value, uncomment the following line to provide one.
789     # user_value "-D_KERNEL -D__ECOS"
790     # value_source default
791     # Default value: "-D_KERNEL -D__ECOS"
792 };
793
794 # <
795 # <
796 # Ethernet transceiver (PHY) support
797 # API for ethernet PHY devices
798 #
799 cdl_package CYGPKG_DEVS_ETH_PHY {
800     # Packages cannot be added or removed, nor can their version be changed,
801     # simply by editing their value. Instead the appropriate configuration
802     # should be used to perform these actions.
803
804     # ActiveIf constraint: CYGPKG_IO_ETH_DRIVERS
805     #     CYGPKG_IO_ETH_DRIVERS == current
806     #   --> 1
807
808     # This value cannot be modified here.
809     # Flavor: booldata
810     # Current value: 1 current
811     # Requires: CYGSEM_HAL_VIRTUAL_VECTOR_SUPPORT
812     #     CYGSEM_HAL_VIRTUAL_VECTOR_SUPPORT == 1
813     #   --> 1
814 };
815
816 # >
817 # Enable driver debugging
818 # Enables the diagnostic debug messages on the
819 # console device.
820 #
821 cdl_option CYGDBG_DEVS_ETH_PHY {
822     # Flavor: bool
823     # No user value, uncomment the following line to provide one.
824     # user_value 0
825     # value_source default
826     # Default value: 0
827 };
828
829 # Time period (seconds) to wait for auto-negotiation
830 # The length of time to wait for auto-negotiation to complete
831 # before giving up and declaring the link dead/missing.
832 #
833 cdl_option CYGINT_DEVS_ETH_PHY_AUTO_NEGOTIATION_TIME {
834     # Flavor: data
835     # No user value, uncomment the following line to provide one.
836     # user_value 5
837     # value_source default
838     # Default value: 5
839 };
840
841 # NSDP83847
842 # Include support for National Semiconductor DP83847 DsPHYTER II
843 #
844 cdl_option CYGHWR_DEVS_ETH_PHY_DP83847 {
845     # Flavor: bool
846     # No user value, uncomment the following line to provide one.
847     # user_value 0
848     # value_source default
849     # Default value: 0
850 };
851
852 # AMD 79C874
853 # Include support for AMD 79C874 NetPHY
854 #
855 cdl_option CYGHWR_DEVS_ETH_PHY_AM79C874 {
856     # Flavor: bool
857     # No user value, uncomment the following line to provide one.
858     # user_value 0
859     # value_source default
860     # Default value: 0
861 };
862
863 # Intel LXT972
864 # Include support for Intel LXT972xxx PHY
865 #
866 cdl_option CYGHWR_DEVS_ETH_PHY_INLXT972 {
867     # Flavor: bool
868     # No user value, uncomment the following line to provide one.
869     # user_value 0
870     # value_source default
871     # Default value: 0
872 };
873
874 # ICS 1890
875 # Include support for ICS 1890 PHY
876 #
877 cdl_option CYGHWR_DEVS_ETH_PHY_ICS1890 {
878     # Flavor: bool
879     # No user value, uncomment the following line to provide one.
880     # user_value 0
881     # value_source default
882     # Default value: 0
883 };
884
885 # ICS 1892
886 # Include support for ICS 1892 PHY
887 #
888 cdl_option CYGHWR_DEVS_ETH_PHY_ICS1892 {
889     # Flavor: bool
890     # No user value, uncomment the following line to provide one.
891     # user_value 0
892     # value_source default
893     # Default value: 0
894 };
895
896 # ICS 1893
897 # Include support for ICS 1893 and 1893AF PHY
898 #
899 cdl_option CYGHWR_DEVS_ETH_PHY_ICS1893 {
900     # Flavor: bool
901     # No user value, uncomment the following line to provide one.
902     # user_value 0
903     # value_source default
904     # Default value: 0
905 };
906
907 # Davicom DM9161A
908 # Include support for the Davicom DM9161A PHY
909 #
910 cdl_option CYGHWR_DEVS_ETH_PHY_DM9161A {
911     # Flavor: bool
912     # No user value, uncomment the following line to provide one.
913     # user_value 0
914     # value_source default
915     # Default value: 0
916 };
917
918 # Micrel KS8721
919 # Include support for the Micrel KS8721 PHY
920 #
921 cdl_option CYGHWR_DEVS_ETH_PHY_KS8721 {
922     # Flavor: bool
923     # No user value, uncomment the following line to provide one.
924     # user_value 0
925     # value_source default
926     # Default value: 0
927 };
928
929 # SMSC LAN8700
930 # Include support for SMSC LAN8700 NetPHY
931 #
932 cdl_option CYGHWR_DEVS_ETH_PHY_LAN8700 {
933     # Flavor: bool
934     # No user value, uncomment the following line to provide one.
935     # user_value 0
936     # The inferred value should not be edited directly.
937     inferred_value 1
938     # value_source inferred
939     # Default value: 0
940
941     # The following properties are affected by this value
942     # component CYGPKG_DEVS_ETH_ARM_MXCBOARD_ETH0
943     #     Requires: CYGHWR_DEVS_ETH_PHY_LAN8700
944 };
945
946 # <
947 # <
948 # ISO C library internationalization functions
949 # doc: ref/libc.html
950 # This package provides internationalization functions specified by the
951 # ISO C standard - ISO/IEC 9899:1990. These include locale-related
952 # functionality and <ctype.h> functionality.
953 #
954 cdl_package CYGPKG_LIBC_I18N {
955     # Packages cannot be added or removed, nor can their version be changed,
956     # simply by editing their value. Instead the appropriate configuration
957     # should be used to perform these actions.
958
959     # This value cannot be modified here.
960     # Flavor: booldata
961     # Current value: 1 current
962     # Requires: CYGPKG_ISOINFRA
963     #     CYGPKG_ISOINFRA == current
964     #   --> 1
965 };
966
967 # >
968 # Supported locales
969 # These options determine which locales other than the "C" locale
970 # are supported and hence contribute to the size of the executable.
971 #
972 cdl_component CYGPKG_LIBC_I18N_LOCALES {
973     # There is no associated value.
974 };
975
976 # >
977 # Support for multiple locales required
978 #
979 cdl_interface CYGINT_LIBC_I18N_MB_REQUIRED {
980     # Implemented by CYGFUN_LIBC_I18N_LOCALE_C_SJIS, active, disabled
981     # Implemented by CYGFUN_LIBC_I18N_LOCALE_C_JIS, active, disabled
982     # Implemented by CYGFUN_LIBC_I18N_LOCALE_C_EUCJP, active, disabled
983     # This value cannot be modified here.
984     # Flavor: booldata
985     # Current value: 0 0
986     # Requires:  CYGBLD_ISO_STDLIB_MB_CUR_MAX_HEADER ==  "<cyg/libc/i18n/mb.h>" 
987     #     CYGBLD_ISO_STDLIB_MB_CUR_MAX_HEADER == 0
988     #   --> 0
989
990     # The following properties are affected by this value
991 };
992
993 # C-SJIS locale support
994 # This option controls if the "C-SJIS" locale will be
995 # supported by setlocale().  The locale is a hybrid locale
996 # that is mostly the "C" locale with Japanese SJIS multibyte
997 # support added.
998 #
999 cdl_option CYGFUN_LIBC_I18N_LOCALE_C_SJIS {
1000     # Flavor: bool
1001     # No user value, uncomment the following line to provide one.
1002     # user_value 0
1003     # value_source default
1004     # Default value: 0
1005
1006     # The following properties are affected by this value
1007     # option CYGNUM_LIBC_I18N_MAX_LOCALE_NAME_SIZE
1008     #     LegalValues:  (CYGFUN_LIBC_I18N_LOCALE_C_EUCJP ? 8 :  (CYGFUN_LIBC_I18N_LOCALE_C_SJIS ? 7 :   (CYGFUN_LIBC_I18N_LOCALE_C_JIS ? 6 : 2))) to 0x7fffffff 
1009     # option CYGNUM_LIBC_I18N_MAX_LOCALE_NAME_SIZE
1010     #     DefaultValue:  (CYGFUN_LIBC_I18N_LOCALE_C_EUCJP ? 8 :  (CYGFUN_LIBC_I18N_LOCALE_C_SJIS ? 7 :   (CYGFUN_LIBC_I18N_LOCALE_C_JIS ? 6 : 2)))  
1011 };
1012
1013 # C-JIS locale support
1014 # This option controls if the "C-JIS" locale will be
1015 # supported by setlocale().  The locale is a hybrid locale
1016 # that is mostly the "C" locale with Japanese JIS multibyte
1017 # support added.
1018 #
1019 cdl_option CYGFUN_LIBC_I18N_LOCALE_C_JIS {
1020     # Flavor: bool
1021     # No user value, uncomment the following line to provide one.
1022     # user_value 0
1023     # value_source default
1024     # Default value: 0
1025
1026     # The following properties are affected by this value
1027     # option CYGNUM_LIBC_I18N_MAX_LOCALE_NAME_SIZE
1028     #     LegalValues:  (CYGFUN_LIBC_I18N_LOCALE_C_EUCJP ? 8 :  (CYGFUN_LIBC_I18N_LOCALE_C_SJIS ? 7 :   (CYGFUN_LIBC_I18N_LOCALE_C_JIS ? 6 : 2))) to 0x7fffffff 
1029     # option CYGNUM_LIBC_I18N_MAX_LOCALE_NAME_SIZE
1030     #     DefaultValue:  (CYGFUN_LIBC_I18N_LOCALE_C_EUCJP ? 8 :  (CYGFUN_LIBC_I18N_LOCALE_C_SJIS ? 7 :   (CYGFUN_LIBC_I18N_LOCALE_C_JIS ? 6 : 2)))  
1031 };
1032
1033 # C-EUCJP locale support
1034 # This option controls if the "C-EUCJP" locale will be
1035 # supported by setlocale().  The locale is a hybrid locale
1036 # that is mostly the "C" locale with Japanese EUCJP multibyte
1037 # support added.
1038 #
1039 cdl_option CYGFUN_LIBC_I18N_LOCALE_C_EUCJP {
1040     # Flavor: bool
1041     # No user value, uncomment the following line to provide one.
1042     # user_value 0
1043     # value_source default
1044     # Default value: 0
1045
1046     # The following properties are affected by this value
1047     # option CYGNUM_LIBC_I18N_MAX_LOCALE_NAME_SIZE
1048     #     LegalValues:  (CYGFUN_LIBC_I18N_LOCALE_C_EUCJP ? 8 :  (CYGFUN_LIBC_I18N_LOCALE_C_SJIS ? 7 :   (CYGFUN_LIBC_I18N_LOCALE_C_JIS ? 6 : 2))) to 0x7fffffff 
1049     # option CYGNUM_LIBC_I18N_MAX_LOCALE_NAME_SIZE
1050     #     DefaultValue:  (CYGFUN_LIBC_I18N_LOCALE_C_EUCJP ? 8 :  (CYGFUN_LIBC_I18N_LOCALE_C_SJIS ? 7 :   (CYGFUN_LIBC_I18N_LOCALE_C_JIS ? 6 : 2)))  
1051 };
1052
1053 # <
1054 # Newlib's ctype implementation
1055 # This option enables the implementation of the ctype functions
1056 # that comes with newlib. It is table driven and therefore
1057 # exhibits different performance characteristics. It also offers
1058 # a limited amount of binary compatibility
1059 # with newlib so that programs linked against newlib ctype/locale
1060 # do not need to be recompiled when linked with eCos.
1061 #
1062 cdl_option CYGPKG_LIBC_I18N_NEWLIB_CTYPE {
1063     # Flavor: bool
1064     # No user value, uncomment the following line to provide one.
1065     # user_value 0
1066     # value_source default
1067     # Default value: 0
1068     # Requires:  CYGBLD_ISO_CTYPE_HEADER ==  "<cyg/libc/i18n/newlibctype.h>" 
1069     #     CYGBLD_ISO_CTYPE_HEADER == <cyg/libc/i18n/ctype.inl>
1070     #   --> 0
1071 };
1072
1073 # Per-thread multibyte state
1074 # This option controls whether the multibyte character
1075 # handling functions mblen(), mbtowc(), and wctomb(),
1076 # have their state recorded on a per-thread
1077 # basis rather than global. If this option is
1078 # disabled, some per-thread space can be saved.
1079 # Enabling this option will use three slots
1080 # of kernel per-thread data. You should ensure you
1081 # have enough slots configured for all your
1082 # per-thread data.
1083 #
1084 cdl_option CYGSEM_LIBC_I18N_PER_THREAD_MB {
1085     # This option is not active
1086     # ActiveIf constraint: CYGPKG_KERNEL
1087     #     CYGPKG_KERNEL (unknown) == 0
1088     #   --> 0
1089
1090     # Flavor: bool
1091     # No user value, uncomment the following line to provide one.
1092     # user_value 0
1093     # value_source default
1094     # Default value:  CYGVAR_KERNEL_THREADS_DATA != 0 
1095     #     CYGVAR_KERNEL_THREADS_DATA (unknown) == 0
1096     #   --> 0
1097     # Requires: CYGVAR_KERNEL_THREADS_DATA
1098     #     CYGVAR_KERNEL_THREADS_DATA (unknown) == 0
1099     #   --> 0
1100 };
1101
1102 # Size of locale name strings
1103 # This option controls the maximum size of
1104 # locale names and is used, among other things
1105 # to instantiate a static string used
1106 # as a return value from the
1107 # setlocale() function. When requesting the
1108 # current locale settings with LC_ALL, a string
1109 # must be constructed to contain this data, rather
1110 # than just returning a constant string. This
1111 # string data is stored in the static string.
1112 # This depends on the length of locale names,
1113 # hence this option. If just the C locale is
1114 # present, this option can be set as low as 2.
1115 #
1116 cdl_option CYGNUM_LIBC_I18N_MAX_LOCALE_NAME_SIZE {
1117     # Flavor: data
1118     # No user value, uncomment the following line to provide one.
1119     # user_value 2
1120     # value_source default
1121     # Default value:  (CYGFUN_LIBC_I18N_LOCALE_C_EUCJP ? 8 :  (CYGFUN_LIBC_I18N_LOCALE_C_SJIS ? 7 :   (CYGFUN_LIBC_I18N_LOCALE_C_JIS ? 6 : 2)))  
1122     #     CYGFUN_LIBC_I18N_LOCALE_C_EUCJP == 0
1123     #     CYGFUN_LIBC_I18N_LOCALE_C_SJIS == 0
1124     #     CYGFUN_LIBC_I18N_LOCALE_C_JIS == 0
1125     #   --> 2
1126     # Legal values:  (CYGFUN_LIBC_I18N_LOCALE_C_EUCJP ? 8 :  (CYGFUN_LIBC_I18N_LOCALE_C_SJIS ? 7 :   (CYGFUN_LIBC_I18N_LOCALE_C_JIS ? 6 : 2))) to 0x7fffffff 
1127     #     CYGFUN_LIBC_I18N_LOCALE_C_EUCJP == 0
1128     #     CYGFUN_LIBC_I18N_LOCALE_C_SJIS == 0
1129     #     CYGFUN_LIBC_I18N_LOCALE_C_JIS == 0
1130 };
1131
1132 # Inline versions of <ctype.h> functions
1133 # This option chooses whether the simple character
1134 # classification and conversion functions (e.g.
1135 # isupper(), isalpha(), toupper(), etc.)
1136 # from <ctype.h> are available as inline
1137 # functions. This may improve performance and as
1138 # the functions are small, may even improve code
1139 # size.
1140 #
1141 cdl_option CYGIMP_LIBC_I18N_CTYPE_INLINES {
1142     # Flavor: bool
1143     # No user value, uncomment the following line to provide one.
1144     # user_value 1
1145     # value_source default
1146     # Default value: 1
1147     # Requires:  CYGBLD_ISO_CTYPE_HEADER ==  "<cyg/libc/i18n/ctype.inl>" 
1148     #     CYGBLD_ISO_CTYPE_HEADER == <cyg/libc/i18n/ctype.inl>
1149     #   --> 1
1150 };
1151
1152 # C library i18n functions build options
1153 # Package specific build options including control over
1154 # compiler flags used only in building this package,
1155 # and details of which tests are built.
1156 #
1157 cdl_component CYGPKG_LIBC_I18N_OPTIONS {
1158     # There is no associated value.
1159 };
1160
1161 # >
1162 # Additional compiler flags
1163 # This option modifies the set of compiler flags for
1164 # building the C library. These flags are used in addition
1165 # to the set of global flags.
1166 #
1167 cdl_option CYGPKG_LIBC_I18N_CFLAGS_ADD {
1168     # Flavor: data
1169     # No user value, uncomment the following line to provide one.
1170     # user_value "-fno-rtti -Woverloaded-virtual"
1171     # value_source default
1172     # Default value: "-fno-rtti -Woverloaded-virtual"
1173 };
1174
1175 # Suppressed compiler flags
1176 # This option modifies the set of compiler flags for
1177 # building the C library. These flags are removed from
1178 # the set of global flags if present.
1179 #
1180 cdl_option CYGPKG_LIBC_I18N_CFLAGS_REMOVE {
1181     # Flavor: data
1182     # No user value, uncomment the following line to provide one.
1183     # user_value -Wno-pointer-sign
1184     # value_source default
1185     # Default value: -Wno-pointer-sign
1186 };
1187
1188 # C library i18n function tests
1189 # This option specifies the set of tests for the C library
1190 # i18n functions.
1191 #
1192 cdl_option CYGPKG_LIBC_I18N_TESTS {
1193     # Calculated value:  "tests/ctype tests/setlocale tests/i18nmb" 
1194     # Flavor: data
1195     # Current_value: tests/ctype tests/setlocale tests/i18nmb
1196 };
1197
1198 # <
1199 # <
1200 # ISO C library general utility functions
1201 # doc: ref/libc.html
1202 # This package provides general utility functions in <stdlib.h>
1203 # as specified by the ISO C standard - ISO/IEC 9899:1990.
1204 #
1205 cdl_package CYGPKG_LIBC_STDLIB {
1206     # Packages cannot be added or removed, nor can their version be changed,
1207     # simply by editing their value. Instead the appropriate configuration
1208     # should be used to perform these actions.
1209
1210     # This value cannot be modified here.
1211     # Flavor: booldata
1212     # Current value: 1 current
1213     # Requires: CYGPKG_ISOINFRA
1214     #     CYGPKG_ISOINFRA == current
1215     #   --> 1
1216     # Requires: CYGINT_ISO_CTYPE
1217     #     CYGINT_ISO_CTYPE == 1
1218     #   --> 1
1219     # Requires: CYGINT_ISO_STRING_STRFUNCS
1220     #     CYGINT_ISO_STRING_STRFUNCS == 1
1221     #   --> 1
1222 };
1223
1224 # >
1225 # Inline versions of <stdlib.h> functions
1226 # This option chooses whether some of the
1227 # particularly simple standard utility functions
1228 # from <stdlib.h> are available as inline
1229 # functions. This may improve performance, and as
1230 # the functions are small, may even improve code
1231 # size.
1232 #
1233 cdl_component CYGIMP_LIBC_STDLIB_INLINES {
1234     # There is no associated value.
1235 };
1236
1237 # >
1238 # abs() / labs()
1239 #
1240 cdl_option CYGIMP_LIBC_STDLIB_INLINE_ABS {
1241     # Flavor: bool
1242     # No user value, uncomment the following line to provide one.
1243     # user_value 1
1244     # value_source default
1245     # Default value: 1
1246     # Requires:  CYGBLD_ISO_STDLIB_ABS_HEADER ==  "<cyg/libc/stdlib/abs.inl>" 
1247     #     CYGBLD_ISO_STDLIB_ABS_HEADER == <cyg/libc/stdlib/abs.inl>
1248     #   --> 1
1249 };
1250
1251 # div() / ldiv()
1252 #
1253 cdl_option CYGIMP_LIBC_STDLIB_INLINE_DIV {
1254     # Flavor: bool
1255     # No user value, uncomment the following line to provide one.
1256     # user_value 1
1257     # value_source default
1258     # Default value: 1
1259     # Requires:  CYGBLD_ISO_STDLIB_DIV_HEADER ==  "<cyg/libc/stdlib/div.inl>" 
1260     #     CYGBLD_ISO_STDLIB_DIV_HEADER == <cyg/libc/stdlib/div.inl>
1261     #   --> 1
1262 };
1263
1264 # atof() / atoi() / atol()
1265 #
1266 cdl_option CYGIMP_LIBC_STDLIB_INLINE_ATOX {
1267     # Flavor: bool
1268     # No user value, uncomment the following line to provide one.
1269     # user_value 1
1270     # value_source default
1271     # Default value: 1
1272     # Requires:  CYGBLD_ISO_STDLIB_STRCONV_HEADER ==  "<cyg/libc/stdlib/atox.inl>" 
1273     #     CYGBLD_ISO_STDLIB_STRCONV_HEADER == <cyg/libc/stdlib/atox.inl>
1274     #   --> 1
1275 };
1276
1277 # <
1278 # Random number generation
1279 # These options control the behaviour of the
1280 # functions rand(), srand() and rand_r()
1281 #
1282 cdl_component CYGPKG_LIBC_RAND {
1283     # There is no associated value.
1284 };
1285
1286 # >
1287 # Per-thread random seed
1288 # doc: ref/libc-thread-safety.html
1289 # This option controls whether the pseudo-random
1290 # number generation functions rand() and srand()
1291 # have their state recorded on a per-thread
1292 # basis rather than global. If this option is
1293 # disabled, some per-thread space can be saved.
1294 # Note there is also a POSIX-standard rand_r()
1295 # function to achieve a similar effect with user
1296 # support. Enabling this option will use one slot
1297 # of kernel per-thread data. You should ensure you
1298 # have enough slots configured for all your
1299 # per-thread data.
1300 #
1301 cdl_option CYGSEM_LIBC_PER_THREAD_RAND {
1302     # Flavor: bool
1303     # No user value, uncomment the following line to provide one.
1304     # user_value 0
1305     # value_source default
1306     # Default value: 0
1307     # Requires: CYGVAR_KERNEL_THREADS_DATA
1308     #     CYGVAR_KERNEL_THREADS_DATA (unknown) == 0
1309     #   --> 0
1310 };
1311
1312 # Random number seed
1313 # This selects the initial random number seed for
1314 # rand()'s pseudo-random number generator. For
1315 # strict ISO standard compliance, this should be 1,
1316 # as per section 7.10.2.2 of the standard.
1317 #
1318 cdl_option CYGNUM_LIBC_RAND_SEED {
1319     # Flavor: data
1320     # No user value, uncomment the following line to provide one.
1321     # user_value 1
1322     # value_source default
1323     # Default value: 1
1324     # Legal values: 0 to 0x7fffffff
1325 };
1326
1327 # Tracing level
1328 # Trace verbosity level for debugging the rand(),
1329 # srand() and rand_r() functions. Increase this
1330 # value to get additional trace output.
1331 #
1332 cdl_option CYGNUM_LIBC_RAND_TRACE_LEVEL {
1333     # Flavor: data
1334     # No user value, uncomment the following line to provide one.
1335     # user_value 0
1336     # value_source default
1337     # Default value: 0
1338     # Legal values: 0 to 1
1339 };
1340
1341 # Simplest implementation
1342 # This provides a very simple implementation of rand()
1343 # that does not perform well with randomness in the
1344 # lower significant bits. However it is exceptionally
1345 # fast. It uses the sample algorithm from the ISO C
1346 # standard itself.
1347 #
1348 cdl_option CYGIMP_LIBC_RAND_SIMPLEST {
1349     # Flavor: bool
1350     # No user value, uncomment the following line to provide one.
1351     # user_value 0
1352     # value_source default
1353     # Default value: 0
1354 };
1355
1356 # Simple implementation #1
1357 # This provides a very simple implementation of rand()
1358 # based on the simplest implementation above. However
1359 # it does try to work around the lack of randomness
1360 # in the lower significant bits, at the expense of a
1361 # little speed.
1362 #
1363 cdl_option CYGIMP_LIBC_RAND_SIMPLE1 {
1364     # Flavor: bool
1365     user_value 0
1366     # value_source user
1367     # Default value: 1
1368 };
1369
1370 # Knuth implementation #1
1371 # This implements a slightly more complex algorithm
1372 # published in Donald E. Knuth's Art of Computer
1373 # Programming Vol.2 section 3.6 (p.185 in the 3rd ed.).
1374 # This produces better random numbers than the
1375 # simplest approach but is slower.
1376 #
1377 cdl_option CYGIMP_LIBC_RAND_KNUTH1 {
1378     # Flavor: bool
1379     user_value 1
1380     # value_source user
1381     # Default value: 0
1382 };
1383
1384 # <
1385 # Provides strtod()
1386 # This option allows use of the utility function
1387 # strtod() (and consequently atof()) to convert
1388 # from string to double precision floating point
1389 # numbers. Disabling this option removes the
1390 # dependency on the math library package.
1391 #
1392 cdl_option CYGFUN_LIBC_strtod {
1393     # Flavor: bool
1394     # No user value, uncomment the following line to provide one.
1395     # user_value 0
1396     # value_source default
1397     # Default value:  0 != CYGPKG_LIBM 
1398     #     CYGPKG_LIBM (unknown) == 0
1399     #   --> 0
1400     # Requires: CYGPKG_LIBM
1401     #     CYGPKG_LIBM (unknown) == 0
1402     #   --> 0
1403 };
1404
1405 # Provides long long conversion functions
1406 # Enabling this option will provide support for the strtoll(),
1407 # strtoull() and atoll() conversion functions, which are
1408 # the long long variants of the standard versions of these
1409 # functions. Supporting this requires extra code and compile
1410 # time.
1411 #
1412 cdl_option CYGFUN_LIBC_STDLIB_CONV_LONGLONG {
1413     # Flavor: bool
1414     user_value 0
1415     # value_source user
1416     # Default value: 1
1417 };
1418
1419 # bsearch() tracing level
1420 # Trace verbosity level for debugging the <stdlib.h>
1421 # binary search function bsearch(). Increase this
1422 # value to get additional trace output.
1423 #
1424 cdl_option CYGNUM_LIBC_BSEARCH_TRACE_LEVEL {
1425     # Flavor: data
1426     # No user value, uncomment the following line to provide one.
1427     # user_value 0
1428     # value_source default
1429     # Default value: 0
1430     # Legal values: 0 to 1
1431 };
1432
1433 # qsort() tracing level
1434 # Trace verbosity level for debugging the <stdlib.h>
1435 # quicksort function qsort(). Increase this value
1436 # to get additional trace output.
1437 #
1438 cdl_option CYGNUM_LIBC_QSORT_TRACE_LEVEL {
1439     # Flavor: data
1440     # No user value, uncomment the following line to provide one.
1441     # user_value 0
1442     # value_source default
1443     # Default value: 0
1444     # Legal values: 0 to 1
1445 };
1446
1447 # C library stdlib build options
1448 # Package specific build options including control over
1449 # compiler flags used only in building this package,
1450 # and details of which tests are built.
1451 #
1452 cdl_component CYGPKG_LIBC_STDLIB_OPTIONS {
1453     # There is no associated value.
1454 };
1455
1456 # >
1457 # Additional compiler flags
1458 # This option modifies the set of compiler flags for
1459 # building this package. These flags are used in addition
1460 # to the set of global flags.
1461 #
1462 cdl_option CYGPKG_LIBC_STDLIB_CFLAGS_ADD {
1463     # Flavor: data
1464     # No user value, uncomment the following line to provide one.
1465     # user_value "-fno-rtti -Woverloaded-virtual"
1466     # value_source default
1467     # Default value: "-fno-rtti -Woverloaded-virtual"
1468 };
1469
1470 # Suppressed compiler flags
1471 # This option modifies the set of compiler flags for
1472 # building this package. These flags are removed from
1473 # the set of global flags if present.
1474 #
1475 cdl_option CYGPKG_LIBC_STDLIB_CFLAGS_REMOVE {
1476     # Flavor: data
1477     # No user value, uncomment the following line to provide one.
1478     # user_value -Wno-pointer-sign
1479     # value_source default
1480     # Default value: -Wno-pointer-sign
1481 };
1482
1483 # C library stdlib tests
1484 # This option specifies the set of tests for this package.
1485 #
1486 cdl_option CYGPKG_LIBC_STDLIB_TESTS {
1487     # Calculated value:  "tests/abs tests/atoi tests/atol tests/bsearch tests/div tests/getenv tests/labs tests/ldiv tests/qsort tests/rand1 tests/rand2 tests/rand3 tests/rand4 tests/srand tests/strtol tests/strtoul" 
1488     # Flavor: data
1489     # Current_value: tests/abs tests/atoi tests/atol tests/bsearch tests/div tests/getenv tests/labs tests/ldiv tests/qsort tests/rand1 tests/rand2 tests/rand3 tests/rand4 tests/srand tests/strtol tests/strtoul
1490 };
1491
1492 # <
1493 # <
1494 # <
1495 # eCos HAL
1496 # doc: ref/the-ecos-hardware-abstraction-layer.html
1497 # The eCos HAL package provide a porting layer for
1498 # higher-level parts of the system such as the kernel and the
1499 # C library. Each installation should have HAL packages for
1500 # one or more architectures, and for each architecture there
1501 # may be one or more supported platforms. It is necessary to
1502 # select one target architecture and one platform for that
1503 # architecture. There are also a number of configuration
1504 # options that are common to all HAL packages.
1505 #
1506 cdl_package CYGPKG_HAL {
1507     # Packages cannot be added or removed, nor can their version be changed,
1508     # simply by editing their value. Instead the appropriate configuration
1509     # should be used to perform these actions.
1510
1511     # This value cannot be modified here.
1512     # Flavor: booldata
1513     # Current value: 1 current
1514     # Requires: CYGPKG_INFRA
1515     #     CYGPKG_INFRA == current
1516     #   --> 1
1517
1518     # The following properties are affected by this value
1519 };
1520
1521 # >
1522 # Platform-independent HAL options
1523 # A number of configuration options are common to most or all
1524 # HAL packages, for example options controlling how much state
1525 # should be saved during a context switch. The implementations
1526 # of these options will vary from architecture to architecture.
1527 #
1528 cdl_component CYGPKG_HAL_COMMON {
1529     # There is no associated value.
1530 };
1531
1532 # >
1533 # Provide eCos kernel support
1534 # The HAL can be configured to either support the full eCos
1535 # kernel, or to support only very simple applications which do
1536 # not require a full kernel. If kernel support is not required
1537 # then some of the startup, exception, and interrupt handling
1538 # code can be eliminated.
1539 #
1540 cdl_option CYGFUN_HAL_COMMON_KERNEL_SUPPORT {
1541     # Flavor: bool
1542     # No user value, uncomment the following line to provide one.
1543     # user_value 0
1544     # value_source default
1545     # Default value: CYGPKG_KERNEL
1546     #     CYGPKG_KERNEL (unknown) == 0
1547     #   --> 0
1548     # Requires: CYGPKG_KERNEL
1549     #     CYGPKG_KERNEL (unknown) == 0
1550     #   --> 0
1551 };
1552
1553 # HAL exception support
1554 # When a processor exception occurs, for example an attempt to
1555 # execute an illegal instruction or to perform a divide by
1556 # zero, this exception may be handled in a number of different
1557 # ways. If the target system has gdb support then typically
1558 # the exception will be handled by gdb code. Otherwise if the
1559 # HAL exception support is enabled then the HAL will invoke a
1560 # routine deliver_exception(). Typically this routine will be
1561 # provided by the eCos kernel, but it is possible for
1562 # application code to provide its own implementation. If the
1563 # HAL exception support is not enabled and a processor
1564 # exception occurs then the behaviour of the system is
1565 # undefined.
1566 #
1567 cdl_option CYGPKG_HAL_EXCEPTIONS {
1568     # Flavor: bool
1569     # No user value, uncomment the following line to provide one.
1570     # user_value 0
1571     # value_source default
1572     # Default value: CYGPKG_KERNEL_EXCEPTIONS
1573     #     CYGPKG_KERNEL_EXCEPTIONS (unknown) == 0
1574     #   --> 0
1575     # Requires: CYGPKG_KERNEL_EXCEPTIONS
1576     #     CYGPKG_KERNEL_EXCEPTIONS (unknown) == 0
1577     #   --> 0
1578 };
1579
1580 # Stop calling constructors early
1581 # This option supports environments where some constructors
1582 # must be run in the context of a thread rather than at
1583 # simple system startup time. A boolean flag named
1584 # cyg_hal_stop_constructors is set to 1 when constructors
1585 # should no longer be invoked. It is up to some other
1586 # package to deal with the rest of the constructors.
1587 # In the current version this is only possible with the
1588 # C library.
1589 #
1590 cdl_option CYGSEM_HAL_STOP_CONSTRUCTORS_ON_FLAG {
1591     # Flavor: bool
1592     # No user value, uncomment the following line to provide one.
1593     # user_value 0
1594     # value_source default
1595     # Default value: 0
1596     # Requires: CYGSEM_LIBC_INVOKE_DEFAULT_STATIC_CONSTRUCTORS
1597     #     CYGSEM_LIBC_INVOKE_DEFAULT_STATIC_CONSTRUCTORS (unknown) == 0
1598     #   --> 0
1599 };
1600
1601 # HAL uses the MMU and allows for CDL manipulation of it's use
1602 #
1603 cdl_interface CYGINT_HAL_SUPPORTS_MMU_TABLES {
1604     # No options implement this inferface
1605     # This value cannot be modified here.
1606     # Flavor: data
1607     # Current_value: 0
1608
1609     # The following properties are affected by this value
1610     # option CYGSEM_HAL_INSTALL_MMU_TABLES
1611     #     ActiveIf: CYGINT_HAL_SUPPORTS_MMU_TABLES
1612 };
1613
1614 # Install MMU tables.
1615 # This option controls whether this application installs
1616 # its own Memory Management Unit (MMU) tables, or relies on the
1617 # existing environment to run.
1618 #
1619 cdl_option CYGSEM_HAL_INSTALL_MMU_TABLES {
1620     # This option is not active
1621     # ActiveIf constraint: CYGINT_HAL_SUPPORTS_MMU_TABLES
1622     #     CYGINT_HAL_SUPPORTS_MMU_TABLES == 0
1623     #   --> 0
1624
1625     # Flavor: bool
1626     # No user value, uncomment the following line to provide one.
1627     # user_value 1
1628     # value_source default
1629     # Default value:  CYG_HAL_STARTUP != "RAM" 
1630     #     CYG_HAL_STARTUP == ROMRAM
1631     #   --> 1
1632
1633     # The following properties are affected by this value
1634     # option CYGSEM_HAL_STATIC_MMU_TABLES
1635     #     Requires: CYGSEM_HAL_INSTALL_MMU_TABLES
1636 };
1637
1638 # Use static MMU tables.
1639 # This option defines an environment where any Memory
1640 # Management Unit (MMU) tables are constant.  Normally used by ROM
1641 # based environments, this provides a way to save RAM usage which
1642 # would otherwise be required for these tables.
1643 #
1644 cdl_option CYGSEM_HAL_STATIC_MMU_TABLES {
1645     # Flavor: bool
1646     # No user value, uncomment the following line to provide one.
1647     # user_value 0
1648     # value_source default
1649     # Default value: 0
1650     # Requires: CYGSEM_HAL_INSTALL_MMU_TABLES
1651     #     CYGSEM_HAL_INSTALL_MMU_TABLES == 0
1652     #   --> 0
1653 };
1654
1655 # Route diagnostic output to debug channel
1656 # If not inheriting the console setup from the ROM monitor,
1657 # it is possible to redirect diagnostic output to the debug
1658 # channel by enabling this option. Depending on the debugger
1659 # used it may also be necessary to select a mangler for the
1660 # output to be displayed by the debugger.
1661 #
1662 cdl_component CYGDBG_HAL_DIAG_TO_DEBUG_CHAN {
1663     # ActiveIf constraint: !CYGSEM_HAL_VIRTUAL_VECTOR_INHERIT_CONSOLE
1664     #     CYGSEM_HAL_VIRTUAL_VECTOR_INHERIT_CONSOLE == 0
1665     #   --> 1
1666     # ActiveIf constraint:  CYGPKG_HAL_ARM || CYGPKG_HAL_POWERPC_MPC8xx  || CYGPKG_HAL_V85X_V850 || CYGSEM_HAL_VIRTUAL_VECTOR_DIAG 
1667     #     CYGPKG_HAL_ARM == current
1668     #     CYGPKG_HAL_POWERPC_MPC8xx (unknown) == 0
1669     #     CYGPKG_HAL_V85X_V850 (unknown) == 0
1670     #     CYGSEM_HAL_VIRTUAL_VECTOR_DIAG == 1
1671     #   --> 1
1672
1673     # Flavor: bool
1674     # No user value, uncomment the following line to provide one.
1675     # user_value 0
1676     # value_source default
1677     # Default value:  (CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS  || CYG_HAL_STARTUP == "RAM") ? 1 : 0
1678     #     CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS == 0
1679     #     CYG_HAL_STARTUP == ROMRAM
1680     #   --> 0
1681
1682     # The following properties are affected by this value
1683     # option CYGPRI_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_CONFIGURABLE
1684     #     Calculated:  !CYGSEM_HAL_VIRTUAL_VECTOR_INHERIT_CONSOLE  && !CYGDBG_HAL_DIAG_TO_DEBUG_CHAN 
1685 };
1686
1687 # >
1688 # Mangler used on diag output
1689 # It is sometimes necessary to mangle (encode) the
1690 # diag ASCII text output in order for it to show up at the
1691 # other end. In particular, GDB may silently ignore raw
1692 # ASCII text.
1693 #
1694 cdl_option CYGSEM_HAL_DIAG_MANGLER {
1695     # This option is not active
1696     # The parent CYGDBG_HAL_DIAG_TO_DEBUG_CHAN is disabled
1697
1698     # Flavor: data
1699     # No user value, uncomment the following line to provide one.
1700     # user_value GDB
1701     # value_source default
1702     # Default value: GDB
1703     # Legal values: "GDB" "None"
1704 };
1705
1706 # <
1707 # <
1708 # HAL interrupt handling
1709 # A number of configuration options related to interrupt
1710 # handling are common to most or all HAL packages, even though
1711 # the implementations will vary from architecture to
1712 # architecture.
1713 #
1714 cdl_component CYGPKG_HAL_COMMON_INTERRUPTS {
1715     # There is no associated value.
1716 };
1717
1718 # >
1719 # Use separate stack for interrupts
1720 # When an interrupt occurs this interrupt can be handled either
1721 # on the current stack or on a separate stack maintained by the
1722 # HAL. Using a separate stack requires a small number of extra
1723 # instructions in the interrupt handling code, but it has the
1724 # advantage that it is no longer necessary to allow extra space
1725 # in every thread stack for the interrupt handlers. The amount
1726 # of extra space required depends on the interrupt handlers
1727 # that are being used.
1728 #
1729 cdl_option CYGIMP_HAL_COMMON_INTERRUPTS_USE_INTERRUPT_STACK {
1730     # Flavor: bool
1731     # No user value, uncomment the following line to provide one.
1732     # user_value 1
1733     # The inferred value should not be edited directly.
1734     inferred_value 0
1735     # value_source inferred
1736     # Default value: 1
1737
1738     # The following properties are affected by this value
1739     # package CYGPKG_REDBOOT
1740     #     Requires:  CYGIMP_HAL_COMMON_INTERRUPTS_USE_INTERRUPT_STACK == 0 
1741 };
1742
1743 # Interrupt stack size
1744 # This configuration option specifies the stack size in bytes
1745 # for the interrupt stack. Typically this should be a multiple
1746 # of 16, but the exact requirements will vary from architecture
1747 # to architecture. The interrupt stack serves two separate
1748 # purposes. It is used as the stack during system
1749 # initialization. In addition, if the interrupt system is
1750 # configured to use a separate stack then all interrupts will
1751 # be processed on this stack. The exact memory requirements
1752 # will vary from application to application, and will depend
1753 # heavily on whether or not other interrupt-related options,
1754 # for example nested interrupts, are enabled. On most targets,
1755 # in a configuration with no kernel this stack will also be
1756 # the stack used to invoke the application, and must obviously
1757 # be appropriately large in that case.
1758 #
1759 cdl_option CYGNUM_HAL_COMMON_INTERRUPTS_STACK_SIZE {
1760     # Flavor: data
1761     # No user value, uncomment the following line to provide one.
1762     # user_value 32768
1763     # value_source default
1764     # Default value:  CYGPKG_KERNEL ? 4096 : 32768 
1765     #     CYGPKG_KERNEL (unknown) == 0
1766     #   --> 32768
1767     # Legal values: 128 to 1048576
1768 };
1769
1770 # Allow nested interrupts
1771 # When an interrupt occurs the HAL interrupt handling code can
1772 # either leave interrupts disabled for the duration of the
1773 # interrupt handling code, or by doing some extra work it can
1774 # reenable interrupts before invoking the interrupt handler and
1775 # thus allow nested interrupts to happen. If all the interrupt
1776 # handlers being used are small and do not involve any loops
1777 # then it is usually better to disallow nested interrupts.
1778 # However if any of the interrupt handlers are more complicated
1779 # than nested interrupts will usually be required.
1780 #
1781 cdl_option CYGSEM_HAL_COMMON_INTERRUPTS_ALLOW_NESTING {
1782     # Flavor: bool
1783     # No user value, uncomment the following line to provide one.
1784     # user_value 0
1785     # value_source default
1786     # Default value: 0
1787 };
1788
1789 # Save minimum context on interrupt
1790 # The HAL interrupt handling code can exploit the calling conventions
1791 # defined for a given architecture to reduce the amount of state
1792 # that has to be saved. Generally this improves performance and
1793 # reduces code size. However it can make source-level debugging
1794 # more difficult.
1795 #
1796 cdl_option CYGDBG_HAL_COMMON_INTERRUPTS_SAVE_MINIMUM_CONTEXT {
1797     # Flavor: bool
1798     # No user value, uncomment the following line to provide one.
1799     # user_value 1
1800     # The inferred value should not be edited directly.
1801     inferred_value 0
1802     # value_source inferred
1803     # Default value: 1
1804
1805     # The following properties are affected by this value
1806     # option CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
1807     #     Requires: ! CYGDBG_HAL_COMMON_INTERRUPTS_SAVE_MINIMUM_CONTEXT
1808     # component CYGBLD_BUILD_REDBOOT
1809     #     Requires: ! CYGDBG_HAL_COMMON_INTERRUPTS_SAVE_MINIMUM_CONTEXT
1810 };
1811
1812 # Chain all interrupts together
1813 # Interrupts can be attached to vectors either singly, or be
1814 # chained together. The latter is necessary if there is no way
1815 # of discovering which device has interrupted without
1816 # inspecting the device itself. It can also reduce the amount
1817 # of RAM needed for interrupt decoding tables and code.
1818 #
1819 cdl_option CYGIMP_HAL_COMMON_INTERRUPTS_CHAIN {
1820     # Flavor: bool
1821     # No user value, uncomment the following line to provide one.
1822     # user_value 0
1823     # value_source default
1824     # Default value: 0
1825 };
1826
1827 # Ignore spurious [fleeting] interrupts
1828 # On some hardware, interrupt sources may not be de-bounced or
1829 # de-glitched.  Rather than try to handle these interrupts (no
1830 # handling may be possible), this option allows the HAL to simply
1831 # ignore them.  In most cases, if the interrupt is real it will
1832 # reoccur in a detectable form.
1833 #
1834 cdl_option CYGIMP_HAL_COMMON_INTERRUPTS_IGNORE_SPURIOUS {
1835     # Flavor: bool
1836     # No user value, uncomment the following line to provide one.
1837     # user_value 0
1838     # value_source default
1839     # Default value: 0
1840 };
1841
1842 # <
1843 # HAL context switch support
1844 # A number of configuration options related to thread contexts
1845 # are common to most or all HAL packages, even though the
1846 # implementations will vary from architecture to architecture.
1847 #
1848 cdl_component CYGPKG_HAL_COMMON_CONTEXT {
1849     # There is no associated value.
1850
1851     # The following properties are affected by this value
1852 };
1853
1854 # >
1855 # Use minimum thread context
1856 # The thread context switch code can exploit the calling
1857 # conventions defined for a given architecture to reduce the
1858 # amount of state that has to be saved during a context
1859 # switch. Generally this improves performance and reduces
1860 # code size. However it can make source-level debugging more
1861 # difficult.
1862 #
1863 cdl_option CYGDBG_HAL_COMMON_CONTEXT_SAVE_MINIMUM {
1864     # Flavor: bool
1865     # No user value, uncomment the following line to provide one.
1866     # user_value 1
1867     # The inferred value should not be edited directly.
1868     inferred_value 0
1869     # value_source inferred
1870     # Default value: 1
1871
1872     # The following properties are affected by this value
1873     # option CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
1874     #     Requires: ! CYGDBG_HAL_COMMON_CONTEXT_SAVE_MINIMUM
1875     # component CYGBLD_BUILD_REDBOOT
1876     #     Requires: ! CYGDBG_HAL_COMMON_CONTEXT_SAVE_MINIMUM
1877 };
1878
1879 # <
1880 # Explicit control over cache behaviour
1881 # These options let the default behaviour of the caches 
1882 # be easily configurable.
1883 #
1884 cdl_component CYGPKG_HAL_CACHE_CONTROL {
1885     # There is no associated value.
1886 };
1887
1888 # >
1889 # Enable DATA cache on startup
1890 # Enabling this option will cause the data cache to be enabled
1891 # as soon as practicable when eCos starts up.  One would choose
1892 # to disable this if the data cache cannot safely be turned on,
1893 # such as a case where the cache(s) require additional platform
1894 # specific setup.
1895 #
1896 cdl_component CYGSEM_HAL_ENABLE_DCACHE_ON_STARTUP {
1897     # Flavor: bool
1898     # No user value, uncomment the following line to provide one.
1899     # user_value 1
1900     # value_source default
1901     # Default value: 1
1902 };
1903
1904 # >
1905 # DATA cache mode on startup
1906 # This option controls the mode the cache will be set to
1907 # when enabled on startup.
1908 #
1909 cdl_option CYGSEM_HAL_DCACHE_STARTUP_MODE {
1910     # Flavor: data
1911     # No user value, uncomment the following line to provide one.
1912     # user_value COPYBACK
1913     # value_source default
1914     # Default value: COPYBACK
1915     # Legal values:  "COPYBACK" "WRITETHRU" 
1916 };
1917
1918 # <
1919 # Enable INSTRUCTION cache on startup
1920 # Enabling this option will cause the instruction cache to be enabled
1921 # as soon as practicable when eCos starts up.  One would choose
1922 # to disable this if the instruction cache cannot safely be turned on,
1923 # such as a case where the cache(s) require additional platform
1924 # specific setup.
1925 #
1926 cdl_option CYGSEM_HAL_ENABLE_ICACHE_ON_STARTUP {
1927     # Flavor: bool
1928     # No user value, uncomment the following line to provide one.
1929     # user_value 1
1930     # value_source default
1931     # Default value: 1
1932 };
1933
1934 # <
1935 # Source-level debugging support
1936 # If the source level debugger gdb is to be used for debugging
1937 # application code then it may be necessary to configure in support
1938 # for this in the HAL.
1939 #
1940 cdl_component CYGPKG_HAL_DEBUG {
1941     # There is no associated value.
1942 };
1943
1944 # >
1945 # Support for GDB stubs
1946 # The HAL implements GDB stubs for the target.
1947 #
1948 cdl_interface CYGINT_HAL_DEBUG_GDB_STUBS {
1949     # Implemented by CYGPKG_HAL_ARM_TX25KARO, active, enabled
1950     # This value cannot be modified here.
1951     # Flavor: data
1952     # Current_value: 1
1953
1954     # The following properties are affected by this value
1955     # option CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
1956     #     ActiveIf: CYGINT_HAL_DEBUG_GDB_STUBS
1957     # option CYGBLD_BUILD_REDBOOT_WITH_GDB
1958     #     ActiveIf: CYGINT_HAL_DEBUG_GDB_STUBS
1959 };
1960
1961 # Include GDB stubs in HAL
1962 # This option causes a set of GDB stubs to be included into the
1963 # system. On some target systems the GDB support will be
1964 # provided by other means, for example by a ROM monitor. On
1965 # other targets, especially when building a ROM-booting system,
1966 # the necessary support has to go into the target library
1967 # itself. When GDB stubs are include in a configuration, HAL
1968 # serial drivers must also be included.
1969 #
1970 cdl_option CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS {
1971     # ActiveIf constraint: CYGINT_HAL_DEBUG_GDB_STUBS
1972     #     CYGINT_HAL_DEBUG_GDB_STUBS == 1
1973     #   --> 1
1974
1975     # Flavor: bool
1976     # No user value, uncomment the following line to provide one.
1977     # user_value 0
1978     # The inferred value should not be edited directly.
1979     inferred_value 0
1980     # value_source inferred
1981     # Default value: 0
1982     # Requires: ! CYGSEM_HAL_USE_ROM_MONITOR
1983     #     CYGSEM_HAL_USE_ROM_MONITOR == 0
1984     #   --> 1
1985     # Requires: ! CYGDBG_HAL_COMMON_INTERRUPTS_SAVE_MINIMUM_CONTEXT
1986     #     CYGDBG_HAL_COMMON_INTERRUPTS_SAVE_MINIMUM_CONTEXT == 0
1987     #   --> 1
1988     # Requires: ! CYGDBG_HAL_COMMON_CONTEXT_SAVE_MINIMUM
1989     #     CYGDBG_HAL_COMMON_CONTEXT_SAVE_MINIMUM == 0
1990     #   --> 1
1991     # Requires:  !CYGSEM_HAL_VIRTUAL_VECTOR_DIAG  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS 
1992     #     CYGSEM_HAL_VIRTUAL_VECTOR_DIAG == 1
1993     #     CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS == 1
1994     #   --> 1
1995
1996     # The following properties are affected by this value
1997     # component CYGDBG_HAL_DIAG_TO_DEBUG_CHAN
1998     #     DefaultValue:  (CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS  || CYG_HAL_STARTUP == "RAM") ? 1 : 0
1999     # option CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT
2000     #     Requires: CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
2001     # option CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT
2002     #     DefaultValue: CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
2003     # option CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT
2004     #     ActiveIf:  CYGSEM_HAL_USE_ROM_MONITOR || CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS 
2005     # option CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT
2006     #     DefaultValue:  !CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS 
2007     # option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS
2008     #     DefaultValue:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS 
2009     # option CYGBLD_BUILD_COMMON_GDB_STUBS
2010     #     Requires: CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
2011     # option CYGPKG_HAL_GDB_FILEIO
2012     #     Requires: CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
2013     # option CYGHWR_HAL_ARM_DUMP_EXCEPTIONS
2014     #     Requires: !CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
2015     # option CYGHWR_HAL_ARM_ICE_THREAD_SUPPORT
2016     #     Requires: CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
2017     # option CYGBLD_BUILD_REDBOOT_WITH_GDB
2018     #     Requires: CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
2019 };
2020
2021 # Support for external break support in GDB stubs
2022 # The HAL implements external break (or asynchronous interrupt)
2023 # in the GDB stubs for the target.
2024 #
2025 cdl_interface CYGINT_HAL_DEBUG_GDB_STUBS_BREAK {
2026     # Implemented by CYGPKG_HAL_ARM_TX25KARO, active, enabled
2027     # This value cannot be modified here.
2028     # Flavor: data
2029     # Current_value: 1
2030
2031     # The following properties are affected by this value
2032     # option CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT
2033     #     ActiveIf: CYGINT_HAL_DEBUG_GDB_STUBS_BREAK
2034 };
2035
2036 # Include GDB external break support for stubs
2037 # This option causes the GDB stub to add a serial interrupt handler
2038 # which will listen for GDB break packets. This lets you stop the
2039 # target asynchronously when using GDB, usually by hitting Control+C
2040 # or pressing the STOP button. This option differs from
2041 # CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT in that it is used when
2042 # GDB stubs are present.
2043 #
2044 cdl_option CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT {
2045     # ActiveIf constraint: CYGINT_HAL_DEBUG_GDB_STUBS_BREAK
2046     #     CYGINT_HAL_DEBUG_GDB_STUBS_BREAK == 1
2047     #   --> 1
2048
2049     # Flavor: bool
2050     # No user value, uncomment the following line to provide one.
2051     # user_value 0
2052     # value_source default
2053     # Default value: CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
2054     #     CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS == 0
2055     #   --> 0
2056     # Requires: CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
2057     #     CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS == 0
2058     #   --> 0
2059
2060     # The following properties are affected by this value
2061     # option CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT
2062     #     Requires: !CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT
2063     # option CYGOPT_HAL_ARM_SYSCALL_GPROF_SUPPORT
2064     #     ActiveIf:  CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT || CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT 
2065     # option CYGBLD_BUILD_REDBOOT_WITH_GDB
2066     #     Requires: CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT
2067 };
2068
2069 # Platform does not support CTRLC
2070 #
2071 cdl_interface CYGINT_HAL_DEBUG_GDB_CTRLC_UNSUPPORTED {
2072     # No options implement this inferface
2073     # This value cannot be modified here.
2074     # Flavor: data
2075     # Current_value: 0
2076
2077     # The following properties are affected by this value
2078     # option CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT
2079     #     ActiveIf:  CYGINT_HAL_DEBUG_GDB_CTRLC_UNSUPPORTED == 0 
2080 };
2081
2082 # Include GDB external break support when no stubs
2083 # This option adds an interrupt handler for the GDB serial line
2084 # which will listen for GDB break packets. This lets you stop the
2085 # target asynchronously when using GDB, usually by hitting Control+C
2086 # or pressing the STOP button. This option differs from
2087 # CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT in that it is used when the GDB
2088 # stubs are NOT present.
2089 #
2090 cdl_option CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT {
2091     # This option is not active
2092     # ActiveIf constraint:  CYGSEM_HAL_USE_ROM_MONITOR || CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS 
2093     #     CYGSEM_HAL_USE_ROM_MONITOR == 0
2094     #     CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS == 0
2095     #   --> 0
2096     # ActiveIf constraint:  CYGINT_HAL_DEBUG_GDB_CTRLC_UNSUPPORTED == 0 
2097     #     CYGINT_HAL_DEBUG_GDB_CTRLC_UNSUPPORTED == 0
2098     #   --> 1
2099
2100     # Flavor: bool
2101     # No user value, uncomment the following line to provide one.
2102     # user_value 1
2103     # value_source default
2104     # Default value:  !CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS 
2105     #     CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS == 0
2106     #   --> 1
2107     # Requires: !CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT
2108     #     CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT == 0
2109     #   --> 1
2110
2111     # The following properties are affected by this value
2112     # option CYGOPT_HAL_ARM_SYSCALL_GPROF_SUPPORT
2113     #     ActiveIf:  CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT || CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT 
2114     # component CYGBLD_BUILD_REDBOOT
2115     #     Requires: ! CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT
2116 };
2117
2118 # Include GDB multi-threading debug support
2119 # This option enables some extra HAL code which is needed
2120 # to support multi-threaded source level debugging.
2121 #
2122 cdl_option CYGDBG_HAL_DEBUG_GDB_THREAD_SUPPORT {
2123     # ActiveIf constraint:  CYGSEM_HAL_ROM_MONITOR || CYGDBG_KERNEL_DEBUG_GDB_THREAD_SUPPORT 
2124     #     CYGSEM_HAL_ROM_MONITOR == 1
2125     #     CYGDBG_KERNEL_DEBUG_GDB_THREAD_SUPPORT (unknown) == 0
2126     #   --> 1
2127
2128     # Flavor: bool
2129     # No user value, uncomment the following line to provide one.
2130     # user_value 1
2131     # value_source default
2132     # Default value: 1
2133
2134     # The following properties are affected by this value
2135     # option CYGHWR_HAL_ARM_ICE_THREAD_SUPPORT
2136     #     Requires: CYGDBG_HAL_DEBUG_GDB_THREAD_SUPPORT
2137     # option CYGBLD_BUILD_REDBOOT_WITH_THREADS
2138     #     Requires: CYGDBG_HAL_DEBUG_GDB_THREAD_SUPPORT
2139 };
2140
2141 # Number of times to retry sending a $O packet
2142 # This option controls the number of attempts that eCos programs
2143 # will make to send a $O packet to a host GDB process.  If it is
2144 # set non-zero, then the target process will attempt to resend the
2145 # $O packet data up to this number of retries.  Caution: use of
2146 # this option is not recommended as it can thoroughly confuse the
2147 # host GDB process.
2148 #
2149 cdl_option CYGNUM_HAL_DEBUG_GDB_PROTOCOL_RETRIES {
2150     # Flavor: data
2151     # No user value, uncomment the following line to provide one.
2152     # user_value 0
2153     # value_source default
2154     # Default value: 0
2155 };
2156
2157 # Timeout period for GDB packets
2158 # This option controls the time (in milliseconds) that eCos programs
2159 # will wait for a response when sending packets to a host GDB process.
2160 # If this time elapses, then the packet will be resent, up to some
2161 # maximum number of times (CYGNUM_HAL_DEBUG_GDB_PROTOCOL_RETRIES).
2162 #
2163 cdl_option CYGNUM_HAL_DEBUG_GDB_PROTOCOL_TIMEOUT {
2164     # Flavor: data
2165     # No user value, uncomment the following line to provide one.
2166     # user_value 500
2167     # value_source default
2168     # Default value: 500
2169 };
2170
2171 # Location of CRC32 table
2172 # The stubs use a 1 kilobyte CRC table that can either be pregenerated
2173 # and placed in ROM, or generated at runtime in RAM. Depending on
2174 # your memory constraints, one of these options may be better.
2175 #
2176 cdl_option CYGDBG_HAL_CRCTABLE_LOCATION {
2177     # Flavor: data
2178     # No user value, uncomment the following line to provide one.
2179     # user_value RAM
2180     # value_source default
2181     # Default value: RAM
2182     # Legal values: "ROM" "RAM"
2183 };
2184
2185 # <
2186 # ROM monitor support
2187 # Support for ROM monitors can be built in to your application. 
2188 # It may also be relevant to build your application as a ROM monitor
2189 # itself. Such options are contained here if relevant for your chosen
2190 # platform. The options and ROM monitors available to choose are
2191 # platform-dependent.
2192 #
2193 cdl_component CYGPKG_HAL_ROM_MONITOR {
2194     # There is no associated value.
2195
2196     # The following properties are affected by this value
2197 };
2198
2199 # >
2200 # Target has virtual vector support
2201 #
2202 cdl_interface CYGINT_HAL_VIRTUAL_VECTOR_SUPPORT {
2203     # Implemented by CYGPKG_HAL_ARM_TX25KARO, active, enabled
2204     # This value cannot be modified here.
2205     # Flavor: data
2206     # Current_value: 1
2207
2208     # The following properties are affected by this value
2209     # component CYGSEM_HAL_VIRTUAL_VECTOR_SUPPORT
2210     #     ActiveIf: CYGINT_HAL_VIRTUAL_VECTOR_SUPPORT
2211 };
2212
2213 # Target supports baud rate control via vectors
2214 # Whether this target supports the __COMMCTL_GETBAUD
2215 # and __COMMCTL_SETBAUD virtual vector comm control operations.
2216 #
2217 cdl_interface CYGINT_HAL_VIRTUAL_VECTOR_COMM_BAUD_SUPPORT {
2218     # Implemented by CYGPKG_HAL_ARM_MX25, active, enabled
2219     # This value cannot be modified here.
2220     # Flavor: data
2221     # Current_value: 1
2222
2223     # The following properties are affected by this value
2224     # option CYGSEM_REDBOOT_VARIABLE_BAUD_RATE
2225     #     ActiveIf: CYGINT_HAL_VIRTUAL_VECTOR_COMM_BAUD_SUPPORT
2226 };
2227
2228 # Enable use of virtual vector calling interface
2229 # Virtual vector support allows the HAL to let the ROM
2230 # monitor handle certain operations. The virtual vector table
2231 # defines a calling interface between applications running in
2232 # RAM and the ROM monitor.
2233 #
2234 cdl_component CYGSEM_HAL_VIRTUAL_VECTOR_SUPPORT {
2235     # ActiveIf constraint: CYGINT_HAL_VIRTUAL_VECTOR_SUPPORT
2236     #     CYGINT_HAL_VIRTUAL_VECTOR_SUPPORT == 1
2237     #   --> 1
2238
2239     # Calculated value: 1
2240     # Flavor: bool
2241     # Current value: 1
2242
2243     # The following properties are affected by this value
2244     # component CYGBLD_BUILD_REDBOOT
2245     #     Requires: CYGSEM_HAL_VIRTUAL_VECTOR_SUPPORT
2246     # package CYGPKG_DEVS_ETH_PHY
2247     #     Requires: CYGSEM_HAL_VIRTUAL_VECTOR_SUPPORT
2248 };
2249
2250 # >
2251 # Inherit console settings from ROM monitor
2252 # When this option is set, the application will inherit
2253 # the console as set up by the ROM monitor. This means
2254 # that the application will use whatever channel and
2255 # mangling style was used by the ROM monitor when
2256 # the application was launched.
2257 #
2258 cdl_option CYGSEM_HAL_VIRTUAL_VECTOR_INHERIT_CONSOLE {
2259     # This option is not active
2260     # ActiveIf constraint: CYGSEM_HAL_USE_ROM_MONITOR
2261     #     CYGSEM_HAL_USE_ROM_MONITOR == 0
2262     #   --> 0
2263
2264     # Flavor: bool
2265     # No user value, uncomment the following line to provide one.
2266     # user_value 0
2267     # value_source default
2268     # Default value:  !CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS 
2269     #     CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS == 1
2270     #   --> 0
2271
2272     # The following properties are affected by this value
2273     # component CYGDBG_HAL_DIAG_TO_DEBUG_CHAN
2274     #     ActiveIf: !CYGSEM_HAL_VIRTUAL_VECTOR_INHERIT_CONSOLE
2275     # option CYGPRI_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_CONFIGURABLE
2276     #     Calculated:  !CYGSEM_HAL_VIRTUAL_VECTOR_INHERIT_CONSOLE  && !CYGDBG_HAL_DIAG_TO_DEBUG_CHAN 
2277 };
2278
2279 # Debug channel is configurable
2280 # This option is a configuration hint - it is enabled
2281 # when the HAL initialization code will make use
2282 # of the debug channel configuration option.
2283 #
2284 cdl_option CYGPRI_HAL_VIRTUAL_VECTOR_DEBUG_CHANNEL_CONFIGURABLE {
2285     # Calculated value:  CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS 
2286     #     CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS == 1
2287     # Flavor: bool
2288     # Current value: 1
2289
2290     # The following properties are affected by this value
2291     # option CYGNUM_HAL_VIRTUAL_VECTOR_DEBUG_CHANNEL
2292     #     ActiveIf: CYGPRI_HAL_VIRTUAL_VECTOR_DEBUG_CHANNEL_CONFIGURABLE
2293 };
2294
2295 # Console channel is configurable
2296 # This option is a configuration hint - it is enabled
2297 # when the HAL initialization code will make use
2298 # of the console channel configuration option.
2299 #
2300 cdl_option CYGPRI_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_CONFIGURABLE {
2301     # Calculated value:  !CYGSEM_HAL_VIRTUAL_VECTOR_INHERIT_CONSOLE  && !CYGDBG_HAL_DIAG_TO_DEBUG_CHAN 
2302     #     CYGSEM_HAL_VIRTUAL_VECTOR_INHERIT_CONSOLE == 0
2303     #     CYGDBG_HAL_DIAG_TO_DEBUG_CHAN == 0
2304     # Flavor: bool
2305     # Current value: 1
2306
2307     # The following properties are affected by this value
2308     # option CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL
2309     #     ActiveIf: CYGPRI_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_CONFIGURABLE
2310 };
2311
2312 # Initialize whole of virtual vector table
2313 # This option will cause the whole of the virtual
2314 # vector table to be initialized with dummy values on
2315 # startup. When this option is enabled, all the
2316 # options below must also be enabled - or the
2317 # table would be empty when the application
2318 # launches.
2319 # On targets where older ROM monitors without
2320 # virtual vector support may still be in use, it is
2321 # necessary for RAM applictions to initialize the
2322 # table (since all HAL diagnostics and debug IO
2323 # happens via the table).
2324 #
2325 cdl_option CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE {
2326     # Flavor: bool
2327     # No user value, uncomment the following line to provide one.
2328     # user_value 1
2329     # value_source default
2330     # Default value:  CYG_HAL_STARTUP != "RAM" || !CYGSEM_HAL_USE_ROM_MONITOR 
2331     #     CYG_HAL_STARTUP == ROMRAM
2332     #     CYGSEM_HAL_USE_ROM_MONITOR == 0
2333     #   --> 1
2334     # Requires: CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_RESET
2335     #     CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_RESET == 1
2336     #   --> 1
2337     # Requires: CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DELAY_US
2338     #     CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DELAY_US == 1
2339     #   --> 1
2340     # Requires: CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_CACHE
2341     #     CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_CACHE == 1
2342     #   --> 1
2343     # Requires: CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DATA
2344     #     CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DATA == 1
2345     #   --> 1
2346     # Requires: CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS
2347     #     CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS == 1
2348     #   --> 1
2349
2350     # The following properties are affected by this value
2351     # option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT
2352     #     ActiveIf: !CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE
2353     # option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_RESET
2354     #     DefaultValue:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT 
2355     # option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_VERSION
2356     #     DefaultValue:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE 
2357     # option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DELAY_US
2358     #     DefaultValue:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT 
2359     # option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_CACHE
2360     #     DefaultValue:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT 
2361     # option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DATA
2362     #     DefaultValue:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT 
2363     # option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS
2364     #     DefaultValue:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS 
2365 };
2366
2367 # Claim virtual vector table entries by default
2368 # By default most virtual vectors will be claimed by
2369 # RAM startup configurations, meaning that the RAM
2370 # application will provide the services. The
2371 # exception is COMMS support (HAL
2372 # diagnostics/debugging IO) which is left in the
2373 # control of the ROM monitor.
2374 # The reasoning behind this is to get as much of the
2375 # code exercised during regular development so it
2376 # is known to be working the few times a new ROM
2377 # monitor or a ROM production configuration is used
2378 # - COMMS are excluded only by necessity in order to
2379 # avoid breaking an existing debugger connections
2380 # (there may be ways around this).
2381 # For production RAM configurations this option can
2382 # be switched off, causing the appliction to rely on
2383 # the ROM monitor for these services, thus
2384 # saving some space.
2385 # Individual vectors may also be left unclaimed,
2386 # controlled by the below options (meaning that the
2387 # associated service provided by the ROM monitor
2388 # will be used).
2389 #
2390 cdl_option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT {
2391     # This option is not active
2392     # ActiveIf constraint: !CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE
2393     #     CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE == 1
2394     #   --> 0
2395
2396     # Flavor: bool
2397     # No user value, uncomment the following line to provide one.
2398     # user_value 1
2399     # value_source default
2400     # Default value: 1
2401
2402     # The following properties are affected by this value
2403     # option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_RESET
2404     #     DefaultValue:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT 
2405     # option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DELAY_US
2406     #     DefaultValue:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT 
2407     # option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_CACHE
2408     #     DefaultValue:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT 
2409     # option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DATA
2410     #     DefaultValue:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT 
2411 };
2412
2413 # Claim reset virtual vectors
2414 # This option will cause the reset and kill_by_reset
2415 # virtual vectors to be claimed.
2416 #
2417 cdl_option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_RESET {
2418     # Flavor: bool
2419     # No user value, uncomment the following line to provide one.
2420     # user_value 1
2421     # value_source default
2422     # Default value:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT 
2423     #     CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE == 1
2424     #     CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT == 0
2425     #   --> 1
2426
2427     # The following properties are affected by this value
2428     # option CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE
2429     #     Requires: CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_RESET
2430 };
2431
2432 # Claim version virtual vectors
2433 # This option will cause the version
2434 # virtual vectors to be claimed.
2435 #
2436 cdl_option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_VERSION {
2437     # Flavor: bool
2438     # No user value, uncomment the following line to provide one.
2439     # user_value 1
2440     # value_source default
2441     # Default value:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE 
2442     #     CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE == 1
2443     #   --> 1
2444 };
2445
2446 # Claim delay_us virtual vector
2447 # This option will cause the delay_us
2448 # virtual vector to be claimed.
2449 #
2450 cdl_option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DELAY_US {
2451     # Flavor: bool
2452     # No user value, uncomment the following line to provide one.
2453     # user_value 1
2454     # value_source default
2455     # Default value:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT 
2456     #     CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE == 1
2457     #     CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT == 0
2458     #   --> 1
2459
2460     # The following properties are affected by this value
2461     # option CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE
2462     #     Requires: CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DELAY_US
2463 };
2464
2465 # Claim cache virtual vectors
2466 # This option will cause the cache virtual vectors
2467 # to be claimed.
2468 #
2469 cdl_option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_CACHE {
2470     # Flavor: bool
2471     # No user value, uncomment the following line to provide one.
2472     # user_value 1
2473     # value_source default
2474     # Default value:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT 
2475     #     CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE == 1
2476     #     CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT == 0
2477     #   --> 1
2478
2479     # The following properties are affected by this value
2480     # option CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE
2481     #     Requires: CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_CACHE
2482 };
2483
2484 # Claim data virtual vectors
2485 # This option will cause the data virtual vectors
2486 # to be claimed. At present there is only one, used
2487 # by the RedBoot ethernet driver to share diag output.
2488 #
2489 cdl_option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DATA {
2490     # Flavor: bool
2491     # No user value, uncomment the following line to provide one.
2492     # user_value 1
2493     # value_source default
2494     # Default value:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT 
2495     #     CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE == 1
2496     #     CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT == 0
2497     #   --> 1
2498
2499     # The following properties are affected by this value
2500     # option CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE
2501     #     Requires: CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DATA
2502 };
2503
2504 # Claim comms virtual vectors
2505 # This option will cause the communication tables
2506 # that are part of the virtual vectors mechanism to
2507 # be claimed. Note that doing this may cause an
2508 # existing ROM monitor communication connection to
2509 # be closed. For this reason, the option is disabled
2510 # per default for normal application
2511 # configurations.
2512 #
2513 cdl_option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS {
2514     # Flavor: bool
2515     # No user value, uncomment the following line to provide one.
2516     # user_value 1
2517     # value_source default
2518     # Default value:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS 
2519     #     CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE == 1
2520     #     CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS == 0
2521     #   --> 1
2522
2523     # The following properties are affected by this value
2524     # option CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
2525     #     Requires:  !CYGSEM_HAL_VIRTUAL_VECTOR_DIAG  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS 
2526     # option CYGSEM_HAL_VIRTUAL_VECTOR_INHERIT_CONSOLE
2527     #     DefaultValue:  !CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS 
2528     # option CYGPRI_HAL_VIRTUAL_VECTOR_DEBUG_CHANNEL_CONFIGURABLE
2529     #     Calculated:  CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS 
2530     # option CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE
2531     #     Requires: CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS
2532 };
2533
2534 # Do diagnostic IO via virtual vector table
2535 # All HAL IO happens via the virtual vector table / comm
2536 # tables when those tables are supported by the HAL.
2537 # If so desired, the low-level IO functions can
2538 # still be provided by the RAM application by
2539 # enabling the CLAIM_COMMS option.
2540 #
2541 cdl_option CYGSEM_HAL_VIRTUAL_VECTOR_DIAG {
2542     # Calculated value: 1
2543     # Flavor: bool
2544     # Current value: 1
2545
2546     # The following properties are affected by this value
2547     # component CYGDBG_HAL_DIAG_TO_DEBUG_CHAN
2548     #     ActiveIf:  CYGPKG_HAL_ARM || CYGPKG_HAL_POWERPC_MPC8xx  || CYGPKG_HAL_V85X_V850 || CYGSEM_HAL_VIRTUAL_VECTOR_DIAG 
2549     # option CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
2550     #     Requires:  !CYGSEM_HAL_VIRTUAL_VECTOR_DIAG  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS 
2551 };
2552
2553 # <
2554 # Behave as a ROM monitor
2555 # Enable this option if this program is to be used as a ROM monitor,
2556 # i.e. applications will be loaded into RAM on the TX25 module, and this
2557 # ROM monitor may process exceptions or interrupts generated from the
2558 # application. This enables features such as utilizing a separate
2559 # interrupt stack when exceptions are generated.
2560 #
2561 cdl_option CYGSEM_HAL_ROM_MONITOR {
2562     # Flavor: bool
2563     # No user value, uncomment the following line to provide one.
2564     # user_value 0
2565     # The inferred value should not be edited directly.
2566     inferred_value 1
2567     # value_source inferred
2568     # Default value: 0
2569     # Requires:  CYG_HAL_STARTUP == "ROM" || CYG_HAL_STARTUP == "ROMRAM" 
2570     #     CYG_HAL_STARTUP == ROMRAM
2571     #     CYG_HAL_STARTUP == ROMRAM
2572     #   --> 1
2573
2574     # The following properties are affected by this value
2575     # option CYGBLD_ARM_ENABLE_THUMB_INTERWORK
2576     #     DefaultValue:  (CYGHWR_THUMB || CYGSEM_HAL_ROM_MONITOR) 
2577     # option CYGDBG_HAL_DEBUG_GDB_THREAD_SUPPORT
2578     #     ActiveIf:  CYGSEM_HAL_ROM_MONITOR || CYGDBG_KERNEL_DEBUG_GDB_THREAD_SUPPORT 
2579     # option CYGPRI_REDBOOT_ROM_MONITOR
2580     #     Requires: CYGSEM_HAL_ROM_MONITOR
2581 };
2582
2583 # Work with a ROM monitor
2584 # Support can be enabled for different varieties of ROM monitor.
2585 # This support changes various eCos semantics such as the encoding
2586 # of diagnostic output, or the overriding of hardware interrupt
2587 # vectors.
2588 # Firstly there is "Generic" support which prevents the HAL
2589 # from overriding the hardware vectors that it does not use, to
2590 # instead allow an installed ROM monitor to handle them. This is
2591 # the most basic support which is likely to be common to most
2592 # implementations of ROM monitor.
2593 # "GDB_stubs" provides support when GDB stubs are included in
2594 # the ROM monitor or boot ROM.
2595 #
2596 cdl_option CYGSEM_HAL_USE_ROM_MONITOR {
2597     # Flavor: booldata
2598     # No user value, uncomment the following line to provide one.
2599     # user_value 0 0
2600     # value_source default
2601     # Default value:  CYG_HAL_STARTUP == "RAM" ? "GDB_stubs" : 0 
2602     #     CYG_HAL_STARTUP == ROMRAM
2603     #   --> 0 0
2604     # Legal values:  "Generic" "GDB_stubs" 
2605     # Requires:  CYG_HAL_STARTUP == "RAM" 
2606     #     CYG_HAL_STARTUP == ROMRAM
2607     #   --> 0
2608
2609     # The following properties are affected by this value
2610     # option CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
2611     #     Requires: ! CYGSEM_HAL_USE_ROM_MONITOR
2612     # option CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT
2613     #     ActiveIf:  CYGSEM_HAL_USE_ROM_MONITOR || CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS 
2614     # option CYGSEM_HAL_VIRTUAL_VECTOR_INHERIT_CONSOLE
2615     #     ActiveIf: CYGSEM_HAL_USE_ROM_MONITOR
2616     # option CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE
2617     #     DefaultValue:  CYG_HAL_STARTUP != "RAM" || !CYGSEM_HAL_USE_ROM_MONITOR 
2618 };
2619
2620 # <
2621 # Platform defined I/O channels.
2622 # Platforms which provide additional I/O channels can implement
2623 # this interface, indicating that the function plf_if_init()
2624 # needs to be called.
2625 #
2626 cdl_interface CYGINT_HAL_PLF_IF_INIT {
2627     # No options implement this inferface
2628     # This value cannot be modified here.
2629     # Flavor: data
2630     # Current_value: 0
2631 };
2632
2633 # Platform IDE I/O support.
2634 # Platforms which provide IDE controllers can implement
2635 # this interface, indicating that IDE I/O macros are
2636 # available.
2637 #
2638 cdl_interface CYGINT_HAL_PLF_IF_IDE {
2639     # No options implement this inferface
2640     # This value cannot be modified here.
2641     # Flavor: data
2642     # Current_value: 0
2643
2644     # The following properties are affected by this value
2645     # component CYGSEM_REDBOOT_DISK_IDE
2646     #     ActiveIf:  CYGINT_HAL_PLF_IF_IDE != 0 
2647 };
2648
2649 # File I/O operations via GDB
2650 # This option enables support for various file I/O
2651 # operations using the GDB remote protocol to communicate
2652 # with GDB. The operations are then performed on the
2653 # debugging host by proxy. These operations are only
2654 # currently available by using a system call interface
2655 # to RedBoot. This may change in the future.
2656 #
2657 cdl_option CYGPKG_HAL_GDB_FILEIO {
2658     # This option is not active
2659     # ActiveIf constraint: CYGSEM_REDBOOT_BSP_SYSCALLS
2660     #     CYGSEM_REDBOOT_BSP_SYSCALLS == 0
2661     #   --> 0
2662
2663     # Flavor: bool
2664     # No user value, uncomment the following line to provide one.
2665     # user_value 0
2666     # value_source default
2667     # Default value: 0
2668     # Requires: CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
2669     #     CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS == 0
2670     #   --> 0
2671 };
2672
2673 # Build Compiler sanity checking tests
2674 # Enabling this option causes compiler tests to be built.
2675 #
2676 cdl_option CYGPKG_HAL_BUILD_COMPILER_TESTS {
2677     # Flavor: bool
2678     # No user value, uncomment the following line to provide one.
2679     # user_value 0
2680     # value_source default
2681     # Default value: 0
2682
2683     # The following properties are affected by this value
2684     # component CYGPKG_HAL_TESTS
2685     #     Calculated:   "tests/context tests/basic"
2686     #                           . ((!CYGINT_HAL_TESTS_NO_CACHES) ? " tests/cache" : "")
2687     #                           . ((CYGPKG_HAL_BUILD_COMPILER_TESTS) ? " tests/cpp1 tests/vaargs" : "")
2688     #                           . ((!CYGVAR_KERNEL_COUNTERS_CLOCK) ?   " tests/intr" : "") 
2689 };
2690
2691 # Common HAL tests
2692 # This option specifies the set of tests for the common HAL.
2693 #
2694 cdl_component CYGPKG_HAL_TESTS {
2695     # Calculated value:   "tests/context tests/basic"
2696     #                           . ((!CYGINT_HAL_TESTS_NO_CACHES) ? " tests/cache" : "")
2697     #                           . ((CYGPKG_HAL_BUILD_COMPILER_TESTS) ? " tests/cpp1 tests/vaargs" : "")
2698     #                           . ((!CYGVAR_KERNEL_COUNTERS_CLOCK) ?   " tests/intr" : "") 
2699     #     CYGINT_HAL_TESTS_NO_CACHES == 0
2700     #     CYGPKG_HAL_BUILD_COMPILER_TESTS == 0
2701     #     CYGVAR_KERNEL_COUNTERS_CLOCK (unknown) == 0
2702     # Flavor: data
2703     # Current_value: tests/context tests/basic tests/cache tests/intr
2704 };
2705
2706 # >
2707 # Interface for cache presence
2708 # Some architectures and/or platforms do not have caches. By
2709 # implementing this interface, these can disable the various
2710 # cache-related tests.
2711 #
2712 cdl_interface CYGINT_HAL_TESTS_NO_CACHES {
2713     # No options implement this inferface
2714     # This value cannot be modified here.
2715     # Flavor: booldata
2716     # Current value: 0 0
2717
2718     # The following properties are affected by this value
2719     # component CYGPKG_HAL_TESTS
2720     #     Calculated:   "tests/context tests/basic"
2721     #                           . ((!CYGINT_HAL_TESTS_NO_CACHES) ? " tests/cache" : "")
2722     #                           . ((CYGPKG_HAL_BUILD_COMPILER_TESTS) ? " tests/cpp1 tests/vaargs" : "")
2723     #                           . ((!CYGVAR_KERNEL_COUNTERS_CLOCK) ?   " tests/intr" : "") 
2724 };
2725
2726 # <
2727 # ARM architecture
2728 # The ARM architecture HAL package provides generic
2729 # support for this processor architecture. It is also
2730 # necessary to select a specific target platform HAL
2731 # package.
2732 #
2733 cdl_package CYGPKG_HAL_ARM {
2734     # Packages cannot be added or removed, nor can their version be changed,
2735     # simply by editing their value. Instead the appropriate configuration
2736     # should be used to perform these actions.
2737
2738     # This value cannot be modified here.
2739     # Flavor: booldata
2740     # Current value: 1 current
2741
2742     # The following properties are affected by this value
2743     # component CYGDBG_HAL_DIAG_TO_DEBUG_CHAN
2744     #     ActiveIf:  CYGPKG_HAL_ARM || CYGPKG_HAL_POWERPC_MPC8xx  || CYGPKG_HAL_V85X_V850 || CYGSEM_HAL_VIRTUAL_VECTOR_DIAG 
2745     # interface CYGINT_REDBOOT_ARM_FLASH_SIB_SUPPORTED
2746     #     ActiveIf: CYGPKG_HAL_ARM
2747 };
2748
2749 # >
2750 # The CPU architecture supports THUMB mode
2751 #
2752 cdl_interface CYGINT_HAL_ARM_THUMB_ARCH {
2753     # No options implement this inferface
2754     # This value cannot be modified here.
2755     # Flavor: data
2756     # Current_value: 0
2757
2758     # The following properties are affected by this value
2759     # option CYGHWR_THUMB
2760     #     ActiveIf:  CYGINT_HAL_ARM_THUMB_ARCH != 0 
2761     # option CYGBLD_ARM_ENABLE_THUMB_INTERWORK
2762     #     ActiveIf:  CYGINT_HAL_ARM_THUMB_ARCH != 0 
2763 };
2764
2765 # Enable Thumb instruction set
2766 # Enable use of the Thumb instruction set.
2767 #
2768 cdl_option CYGHWR_THUMB {
2769     # This option is not active
2770     # ActiveIf constraint:  CYGINT_HAL_ARM_THUMB_ARCH != 0 
2771     #     CYGINT_HAL_ARM_THUMB_ARCH == 0
2772     #   --> 0
2773
2774     # Flavor: bool
2775     # No user value, uncomment the following line to provide one.
2776     # user_value 0
2777     # value_source default
2778     # Default value: 0
2779
2780     # The following properties are affected by this value
2781     # option CYGBLD_ARM_ENABLE_THUMB_INTERWORK
2782     #     DefaultValue:  (CYGHWR_THUMB || CYGSEM_HAL_ROM_MONITOR) 
2783 };
2784
2785 # Enable Thumb interworking compiler option
2786 # This option controls the use of -mthumb-interwork in the
2787 # compiler flags. It defaults enabled in Thumb or ROM monitor
2788 # configurations, but can be overridden for reduced memory
2789 # footprint where interworking is not a requirement.
2790 #
2791 cdl_option CYGBLD_ARM_ENABLE_THUMB_INTERWORK {
2792     # This option is not active
2793     # ActiveIf constraint:  CYGINT_HAL_ARM_THUMB_ARCH != 0 
2794     #     CYGINT_HAL_ARM_THUMB_ARCH == 0
2795     #   --> 0
2796
2797     # Flavor: bool
2798     # No user value, uncomment the following line to provide one.
2799     # user_value 1
2800     # value_source default
2801     # Default value:  (CYGHWR_THUMB || CYGSEM_HAL_ROM_MONITOR) 
2802     #     CYGHWR_THUMB == 0
2803     #     CYGSEM_HAL_ROM_MONITOR == 1
2804     #   --> 1
2805 };
2806
2807 # The platform and architecture supports Big Endian operation
2808 #
2809 cdl_interface CYGINT_HAL_ARM_BIGENDIAN {
2810     # No options implement this inferface
2811     # This value cannot be modified here.
2812     # Flavor: data
2813     # Current_value: 0
2814
2815     # The following properties are affected by this value
2816     # option CYGHWR_HAL_ARM_BIGENDIAN
2817     #     ActiveIf:  CYGINT_HAL_ARM_BIGENDIAN != 0 
2818 };
2819
2820 # Use big-endian mode
2821 # Use the CPU in big-endian mode.
2822 #
2823 cdl_option CYGHWR_HAL_ARM_BIGENDIAN {
2824     # This option is not active
2825     # ActiveIf constraint:  CYGINT_HAL_ARM_BIGENDIAN != 0 
2826     #     CYGINT_HAL_ARM_BIGENDIAN == 0
2827     #   --> 0
2828
2829     # Flavor: bool
2830     # No user value, uncomment the following line to provide one.
2831     # user_value 0
2832     # value_source default
2833     # Default value: 0
2834 };
2835
2836 # The platform uses a processor with an ARM7 core
2837 #
2838 cdl_interface CYGINT_HAL_ARM_ARCH_ARM7 {
2839     # No options implement this inferface
2840     # This value cannot be modified here.
2841     # Flavor: data
2842     # Current_value: 0
2843
2844     # The following properties are affected by this value
2845     # option CYGHWR_HAL_ARM_CPU_FAMILY
2846     #     LegalValues:  (CYGINT_HAL_ARM_ARCH_ARM7 != 0) ? "ARM7" : ""
2847     #                             (CYGINT_HAL_ARM_ARCH_ARM9 != 0) ? "ARM9" : ""
2848     #                             (CYGINT_HAL_ARM_ARCH_STRONGARM != 0) ? "StrongARM" : ""
2849     #                             (CYGINT_HAL_ARM_ARCH_XSCALE != 0) ? "XScale" : ""
2850     #                             "" 
2851     # option CYGHWR_HAL_ARM_CPU_FAMILY
2852     #     DefaultValue:  (CYGINT_HAL_ARM_ARCH_ARM7 != 0) ? "ARM7" : 
2853     #                              (CYGINT_HAL_ARM_ARCH_ARM9 != 0) ? "ARM9" : 
2854     #                              (CYGINT_HAL_ARM_ARCH_STRONGARM != 0) ? "StrongARM" : 
2855     #                              (CYGINT_HAL_ARM_ARCH_XSCALE != 0) ? "XScale" :
2856     #                              "unknown" 
2857 };
2858
2859 # The platform uses a processor with an ARM9 core
2860 #
2861 cdl_interface CYGINT_HAL_ARM_ARCH_ARM9 {
2862     # Implemented by CYGPKG_HAL_ARM_MX25, active, enabled
2863     # This value cannot be modified here.
2864     # Flavor: data
2865     # Current_value: 1
2866
2867     # The following properties are affected by this value
2868     # option CYGHWR_HAL_ARM_CPU_FAMILY
2869     #     LegalValues:  (CYGINT_HAL_ARM_ARCH_ARM7 != 0) ? "ARM7" : ""
2870     #                             (CYGINT_HAL_ARM_ARCH_ARM9 != 0) ? "ARM9" : ""
2871     #                             (CYGINT_HAL_ARM_ARCH_STRONGARM != 0) ? "StrongARM" : ""
2872     #                             (CYGINT_HAL_ARM_ARCH_XSCALE != 0) ? "XScale" : ""
2873     #                             "" 
2874     # option CYGHWR_HAL_ARM_CPU_FAMILY
2875     #     DefaultValue:  (CYGINT_HAL_ARM_ARCH_ARM7 != 0) ? "ARM7" : 
2876     #                              (CYGINT_HAL_ARM_ARCH_ARM9 != 0) ? "ARM9" : 
2877     #                              (CYGINT_HAL_ARM_ARCH_STRONGARM != 0) ? "StrongARM" : 
2878     #                              (CYGINT_HAL_ARM_ARCH_XSCALE != 0) ? "XScale" :
2879     #                              "unknown" 
2880 };
2881
2882 # The platform uses a processor with a StrongARM core
2883 #
2884 cdl_interface CYGINT_HAL_ARM_ARCH_STRONGARM {
2885     # No options implement this inferface
2886     # This value cannot be modified here.
2887     # Flavor: data
2888     # Current_value: 0
2889
2890     # The following properties are affected by this value
2891     # option CYGHWR_HAL_ARM_CPU_FAMILY
2892     #     LegalValues:  (CYGINT_HAL_ARM_ARCH_ARM7 != 0) ? "ARM7" : ""
2893     #                             (CYGINT_HAL_ARM_ARCH_ARM9 != 0) ? "ARM9" : ""
2894     #                             (CYGINT_HAL_ARM_ARCH_STRONGARM != 0) ? "StrongARM" : ""
2895     #                             (CYGINT_HAL_ARM_ARCH_XSCALE != 0) ? "XScale" : ""
2896     #                             "" 
2897     # option CYGHWR_HAL_ARM_CPU_FAMILY
2898     #     DefaultValue:  (CYGINT_HAL_ARM_ARCH_ARM7 != 0) ? "ARM7" : 
2899     #                              (CYGINT_HAL_ARM_ARCH_ARM9 != 0) ? "ARM9" : 
2900     #                              (CYGINT_HAL_ARM_ARCH_STRONGARM != 0) ? "StrongARM" : 
2901     #                              (CYGINT_HAL_ARM_ARCH_XSCALE != 0) ? "XScale" :
2902     #                              "unknown" 
2903 };
2904
2905 # The platform uses a processor with a XScale core
2906 #
2907 cdl_interface CYGINT_HAL_ARM_ARCH_XSCALE {
2908     # No options implement this inferface
2909     # This value cannot be modified here.
2910     # Flavor: data
2911     # Current_value: 0
2912
2913     # The following properties are affected by this value
2914     # option CYGHWR_HAL_ARM_CPU_FAMILY
2915     #     LegalValues:  (CYGINT_HAL_ARM_ARCH_ARM7 != 0) ? "ARM7" : ""
2916     #                             (CYGINT_HAL_ARM_ARCH_ARM9 != 0) ? "ARM9" : ""
2917     #                             (CYGINT_HAL_ARM_ARCH_STRONGARM != 0) ? "StrongARM" : ""
2918     #                             (CYGINT_HAL_ARM_ARCH_XSCALE != 0) ? "XScale" : ""
2919     #                             "" 
2920     # option CYGHWR_HAL_ARM_CPU_FAMILY
2921     #     DefaultValue:  (CYGINT_HAL_ARM_ARCH_ARM7 != 0) ? "ARM7" : 
2922     #                              (CYGINT_HAL_ARM_ARCH_ARM9 != 0) ? "ARM9" : 
2923     #                              (CYGINT_HAL_ARM_ARCH_STRONGARM != 0) ? "StrongARM" : 
2924     #                              (CYGINT_HAL_ARM_ARCH_XSCALE != 0) ? "XScale" :
2925     #                              "unknown" 
2926 };
2927
2928 # ARM CPU family
2929 # It is possible to optimize code for different
2930 # ARM CPU families. This option selects which CPU to
2931 # optimize for on boards that support multiple CPU types.
2932 #
2933 cdl_option CYGHWR_HAL_ARM_CPU_FAMILY {
2934     # Flavor: data
2935     # No user value, uncomment the following line to provide one.
2936     # user_value ARM9
2937     # value_source default
2938     # Default value:  (CYGINT_HAL_ARM_ARCH_ARM7 != 0) ? "ARM7" : 
2939     #                              (CYGINT_HAL_ARM_ARCH_ARM9 != 0) ? "ARM9" : 
2940     #                              (CYGINT_HAL_ARM_ARCH_STRONGARM != 0) ? "StrongARM" : 
2941     #                              (CYGINT_HAL_ARM_ARCH_XSCALE != 0) ? "XScale" :
2942     #                              "unknown" 
2943     #     CYGINT_HAL_ARM_ARCH_ARM7 == 0
2944     #     CYGINT_HAL_ARM_ARCH_ARM9 == 1
2945     #     CYGINT_HAL_ARM_ARCH_STRONGARM == 0
2946     #     CYGINT_HAL_ARM_ARCH_XSCALE == 0
2947     #   --> ARM9
2948     # Legal values:  (CYGINT_HAL_ARM_ARCH_ARM7 != 0) ? "ARM7" : ""
2949     #                             (CYGINT_HAL_ARM_ARCH_ARM9 != 0) ? "ARM9" : ""
2950     #                             (CYGINT_HAL_ARM_ARCH_STRONGARM != 0) ? "StrongARM" : ""
2951     #                             (CYGINT_HAL_ARM_ARCH_XSCALE != 0) ? "XScale" : ""
2952     #                             "" 
2953     #     CYGINT_HAL_ARM_ARCH_ARM7 == 0
2954     #     CYGINT_HAL_ARM_ARCH_ARM9 == 1
2955     #     CYGINT_HAL_ARM_ARCH_STRONGARM == 0
2956     #     CYGINT_HAL_ARM_ARCH_XSCALE == 0
2957 };
2958
2959 # Provide diagnostic dump for exceptions
2960 # Print messages about hardware exceptions, including
2961 # raw exception frame dump and register contents.
2962 #
2963 cdl_option CYGHWR_HAL_ARM_DUMP_EXCEPTIONS {
2964     # Flavor: bool
2965     # No user value, uncomment the following line to provide one.
2966     # user_value 0
2967     # value_source default
2968     # Default value: 0
2969     # Requires: !CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
2970     #     CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS == 0
2971     #   --> 1
2972 };
2973
2974 # Process all exceptions with the eCos application
2975 # Normal RAM-based programs which do not include GDB stubs 
2976 # defer processing of the illegal instruction exception to GDB.
2977 # Setting this options allows the program to explicitly handle
2978 # the illegal instruction exception itself.  Note: this will
2979 # prevent the use of GDB to debug the application as breakpoints
2980 # will no longer work.
2981 #
2982 cdl_option CYGIMP_HAL_PROCESS_ALL_EXCEPTIONS {
2983     # Flavor: bool
2984     # No user value, uncomment the following line to provide one.
2985     # user_value 0
2986     # value_source default
2987     # Default value: 0
2988 };
2989
2990 # Support GDB thread operations via ICE/Multi-ICE
2991 # Allow GDB to get thread information via the ICE/Multi-ICE
2992 # connection.
2993 #
2994 cdl_option CYGHWR_HAL_ARM_ICE_THREAD_SUPPORT {
2995     # Flavor: bool
2996     # No user value, uncomment the following line to provide one.
2997     # user_value 0
2998     # value_source default
2999     # Default value: 0
3000     # Requires: CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
3001     #     CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS == 0
3002     #   --> 0
3003     # Requires: CYGDBG_HAL_DEBUG_GDB_THREAD_SUPPORT
3004     #     CYGDBG_HAL_DEBUG_GDB_THREAD_SUPPORT == 1
3005     #   --> 1
3006     # Requires: CYGDBG_KERNEL_DEBUG_GDB_THREAD_SUPPORT
3007     #     CYGDBG_KERNEL_DEBUG_GDB_THREAD_SUPPORT (unknown) == 0
3008     #   --> 0
3009 };
3010
3011 # Support for 'gprof' callbacks
3012 # The ARM HAL provides the macro for 'gprof' callbacks from RedBoot
3013 # to acquire the interrupt-context PC and SP, when this option is
3014 # active.
3015 #
3016 cdl_option CYGOPT_HAL_ARM_SYSCALL_GPROF_SUPPORT {
3017     # This option is not active
3018     # ActiveIf constraint: CYGSEM_REDBOOT_BSP_SYSCALLS
3019     #     CYGSEM_REDBOOT_BSP_SYSCALLS == 0
3020     #   --> 0
3021     # ActiveIf constraint:  CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT || CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT 
3022     #     CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT == 0
3023     #     CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT == 0
3024     #   --> 0
3025
3026     # Calculated value: 1
3027     # Flavor: bool
3028     # Current value: 1
3029 };
3030
3031 # Accept exceptions and irq's occurring in user mode
3032 # For standalone Redboot based programs running in user mode.
3033 #
3034 cdl_option CYGOPT_HAL_ARM_WITH_USER_MODE {
3035     # Flavor: bool
3036     # No user value, uncomment the following line to provide one.
3037     # user_value 0
3038     # value_source default
3039     # Default value: 0
3040 };
3041
3042 # Preserve svc spsr before returning to svc mode
3043 # This option secures exception and breakpoint processing
3044 # triggered during execution of application specific SWI
3045 # handlers.
3046 #
3047 cdl_option CYGOPT_HAL_ARM_PRESERVE_SVC_SPSR {
3048     # Flavor: bool
3049     # No user value, uncomment the following line to provide one.
3050     # user_value 0
3051     # value_source default
3052     # Default value: 0
3053 };
3054
3055 # Linker script
3056 #
3057 cdl_option CYGBLD_LINKER_SCRIPT {
3058     # Calculated value:  "src/arm.ld" 
3059     # Flavor: data
3060     # Current_value: src/arm.ld
3061 };
3062
3063 # Implementations of hal_arm_mem_real_region_top()
3064 #
3065 cdl_interface CYGINT_HAL_ARM_MEM_REAL_REGION_TOP {
3066     # No options implement this inferface
3067     # This value cannot be modified here.
3068     # Flavor: data
3069     # Current_value: 0
3070 };
3071
3072 # Freescale SoC architecture
3073 # This HAL variant package provides generic
3074 # support for the Freescale SoC. It is also
3075 # necessary to select a specific target platform HAL
3076 # package.
3077 #
3078 cdl_package CYGPKG_HAL_ARM_MX25 {
3079     # Packages cannot be added or removed, nor can their version be changed,
3080     # simply by editing their value. Instead the appropriate configuration
3081     # should be used to perform these actions.
3082
3083     # This value cannot be modified here.
3084     # Flavor: booldata
3085     # Current value: 1 current
3086
3087     # The following properties are affected by this value
3088 };
3089
3090 # >
3091 # mDDR/DDR2 support
3092 # When this option is enabled, it indicates support
3093 # for Mobile DDR on the MX25 3stack CPU board.  mDDR
3094 # was used on TO1.0 boards.  Subsequent boards use
3095 # DDR2 memory.
3096 #
3097 cdl_option CYGHWR_MX25_MDDR {
3098     # Flavor: bool
3099     # No user value, uncomment the following line to provide one.
3100     # user_value 0
3101     # value_source default
3102     # Default value: 0
3103 };
3104
3105 # Processor clock rate
3106 # The processor can run at various frequencies.
3107 # These values are expressed in KHz.  Note that there are
3108 # several steppings of the rate to run at different
3109 # maximum frequencies.  Check the specs to make sure that your
3110 # particular processor can run at the rate you select here.
3111 #
3112 cdl_option CYGHWR_HAL_ARM_SOC_PROCESSOR_CLOCK {
3113     # This option is not active
3114     # ActiveIf constraint:  CYG_HAL_STARTUP == "ROM" 
3115     #     CYG_HAL_STARTUP == ROMRAM
3116     #   --> 0
3117
3118     # Flavor: data
3119     # No user value, uncomment the following line to provide one.
3120     # user_value 150000
3121     # value_source default
3122     # Default value:  CYGHWR_HAL_ARM_SOC_PROCESSOR_CLOCK_OVERRIDE_DEFAULT ?
3123     #                             CYGHWR_HAL_ARM_SOC_PROCESSOR_CLOCK_OVERRIDE_DEFAULT : 150000
3124     #     CYGHWR_HAL_ARM_SOC_PROCESSOR_CLOCK_OVERRIDE_DEFAULT (unknown) == 0
3125     #     CYGHWR_HAL_ARM_SOC_PROCESSOR_CLOCK_OVERRIDE_DEFAULT (unknown) == 0
3126     #   --> 150000
3127     # Legal values: 150000 200000
3128 };
3129
3130 # Real-time clock constants
3131 #
3132 cdl_component CYGNUM_HAL_RTC_CONSTANTS {
3133     # There is no associated value.
3134 };
3135
3136 # >
3137 # Real-time clock numerator
3138 #
3139 cdl_option CYGNUM_HAL_RTC_NUMERATOR {
3140     # Calculated value: 1000000000
3141     # Flavor: data
3142     # Current_value: 1000000000
3143 };
3144
3145 # Real-time clock denominator
3146 # This option selects the heartbeat rate for the real-time clock.
3147 # The rate is specified in ticks per second.  Change this value
3148 # with caution - too high and your system will become saturated
3149 # just handling clock interrupts, too low and some operations
3150 # such as thread scheduling may become sluggish.
3151 #
3152 cdl_option CYGNUM_HAL_RTC_DENOMINATOR {
3153     # Flavor: data
3154     # No user value, uncomment the following line to provide one.
3155     # user_value 100
3156     # value_source default
3157     # Default value: 100
3158
3159     # The following properties are affected by this value
3160     # option CYGNUM_HAL_RTC_PERIOD
3161     #     Calculated: (3686400/CYGNUM_HAL_RTC_DENOMINATOR)
3162 };
3163
3164 # Real-time clock period
3165 #
3166 cdl_option CYGNUM_HAL_RTC_PERIOD {
3167     # Calculated value: (3686400/CYGNUM_HAL_RTC_DENOMINATOR)
3168     #     CYGNUM_HAL_RTC_DENOMINATOR == 100
3169     # Flavor: data
3170     # Current_value: 36864
3171 };
3172
3173 # <
3174 # UART1 available as diagnostic/debug channel
3175 # The chip has multiple serial channels which may be
3176 # used for different things on different platforms.  This
3177 # interface allows a platform to indicate that the specified
3178 # serial port can be used as a diagnostic and/or debug channel.
3179 #
3180 cdl_interface CYGHWR_HAL_ARM_SOC_UART1 {
3181     # Implemented by CYGPKG_HAL_ARM_TX25KARO, active, enabled
3182     # This value cannot be modified here.
3183     # Flavor: data
3184     # Current_value: 1
3185
3186     # The following properties are affected by this value
3187 };
3188
3189 # UART2 available as diagnostic/debug channel
3190 # The chip has multiple serial channels which may be
3191 # used for different things on different platforms.  This
3192 # interface allows a platform to indicate that the specified
3193 # serial port can be used as a diagnostic and/or debug channel.
3194 #
3195 cdl_interface CYGHWR_HAL_ARM_SOC_UART2 {
3196     # Implemented by CYGPKG_HAL_ARM_TX25KARO, active, enabled
3197     # This value cannot be modified here.
3198     # Flavor: data
3199     # Current_value: 1
3200
3201     # The following properties are affected by this value
3202 };
3203
3204 # UART3 available as diagnostic/debug channel
3205 # The chip has multiple serial channels which may be
3206 # used for different things on different platforms.  This
3207 # interface allows a platform to indicate that the specified
3208 # serial port can be used as a diagnostic and/or debug channel.
3209 #
3210 cdl_interface CYGHWR_HAL_ARM_SOC_UART3 {
3211     # Implemented by CYGPKG_HAL_ARM_TX25KARO, active, enabled
3212     # This value cannot be modified here.
3213     # Flavor: data
3214     # Current_value: 1
3215
3216     # The following properties are affected by this value
3217 };
3218
3219 # UART4 available as diagnostic/debug channel
3220 # The chip has multiple serial channels which may be
3221 # used for different things on different platforms.  This
3222 # interface allows a platform to indicate that the specified
3223 # serial port can be used as a diagnostic and/or debug channel.
3224 #
3225 cdl_interface CYGHWR_HAL_ARM_SOC_UART4 {
3226     # Implemented by CYGPKG_HAL_ARM_TX25KARO, active, enabled
3227     # This value cannot be modified here.
3228     # Flavor: data
3229     # Current_value: 1
3230
3231     # The following properties are affected by this value
3232 };
3233
3234 # UART5 available as diagnostic/debug channel
3235 # The chip has multiple serial channels which may be
3236 # used for different things on different platforms.  This
3237 # interface allows a platform to indicate that the specified
3238 # serial port can be used as a diagnostic and/or debug channel.
3239 #
3240 cdl_interface CYGHWR_HAL_ARM_SOC_UART5 {
3241     # No options implement this inferface
3242     # This value cannot be modified here.
3243     # Flavor: data
3244     # Current_value: 0
3245 };
3246
3247 # Ka-Ro TX25 module
3248 # This HAL platform package provides generic
3249 # support for the Ka-Ro electronics TX25 module.
3250 #
3251 cdl_package CYGPKG_HAL_ARM_TX25KARO {
3252     # Packages cannot be added or removed, nor can their version be changed,
3253     # simply by editing their value. Instead the appropriate configuration
3254     # should be used to perform these actions.
3255
3256     # This value cannot be modified here.
3257     # Flavor: booldata
3258     # Current value: 1 current
3259     # Requires: CYGINT_ISO_CTYPE
3260     #     CYGINT_ISO_CTYPE == 1
3261     #   --> 1
3262     # Requires: CYGBLD_BUILD_REDBOOT == 1
3263     #     CYGBLD_BUILD_REDBOOT == 1
3264     #   --> 1
3265 };
3266
3267 # >
3268 # Startup type
3269 # The only startup type allowed is ROMRAM, since this will allow
3270 # the program to exist in ROM, but be copied to RAM during startup
3271 # which is required to boot from NAND flash.
3272 #
3273 cdl_component CYG_HAL_STARTUP {
3274     # Flavor: data
3275     # No user value, uncomment the following line to provide one.
3276     # user_value ROMRAM
3277     # value_source default
3278     # Default value: ROMRAM
3279     # Legal values:  "ROMRAM" 
3280
3281     # The following properties are affected by this value
3282     # option CYGSEM_HAL_ROM_MONITOR
3283     #     Requires:  CYG_HAL_STARTUP == "ROM" || CYG_HAL_STARTUP == "ROMRAM" 
3284     # option CYGSEM_HAL_ROM_MONITOR
3285     #     Requires:  CYG_HAL_STARTUP == "ROM" || CYG_HAL_STARTUP == "ROMRAM" 
3286     # option CYGSEM_HAL_USE_ROM_MONITOR
3287     #     DefaultValue:  CYG_HAL_STARTUP == "RAM" ? "GDB_stubs" : 0 
3288     # option CYGSEM_HAL_USE_ROM_MONITOR
3289     #     Requires:  CYG_HAL_STARTUP == "RAM" 
3290     # option CYGHWR_HAL_ARM_SOC_PROCESSOR_CLOCK
3291     #     ActiveIf:  CYG_HAL_STARTUP == "ROM" 
3292     # option CYGSEM_HAL_INSTALL_MMU_TABLES
3293     #     DefaultValue:  CYG_HAL_STARTUP != "RAM" 
3294     # component CYGDBG_HAL_DIAG_TO_DEBUG_CHAN
3295     #     DefaultValue:  (CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS  || CYG_HAL_STARTUP == "RAM") ? 1 : 0
3296     # option CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE
3297     #     DefaultValue:  CYG_HAL_STARTUP != "RAM" || !CYGSEM_HAL_USE_ROM_MONITOR 
3298     # option CYGBLD_BUILD_REDBOOT_WITH_THREADS
3299     #     ActiveIf:  CYG_HAL_STARTUP != "RAM" 
3300     # option CYGPRI_REDBOOT_ROM_MONITOR
3301     #     ActiveIf:  CYG_HAL_STARTUP == "ROM" ||  CYG_HAL_STARTUP == "ROMRAM" 
3302     # option CYGPRI_REDBOOT_ROM_MONITOR
3303     #     ActiveIf:  CYG_HAL_STARTUP == "ROM" ||  CYG_HAL_STARTUP == "ROMRAM" 
3304 };
3305
3306 # Diagnostic serial port baud rate
3307 # This option selects the baud rate used for the console port.
3308 # Note: this should match the value chosen for the GDB port if the
3309 # console and GDB port are the same.
3310 #
3311 cdl_option CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_BAUD {
3312     # Flavor: data
3313     # No user value, uncomment the following line to provide one.
3314     # user_value 115200
3315     # value_source default
3316     # Default value: 115200
3317     # Legal values: 9600 19200 38400 57600 115200
3318 };
3319
3320 # GDB serial port baud rate
3321 # This option selects the baud rate used for the GDB port.
3322 # Note: this should match the value chosen for the console port if the
3323 # console and GDB port are the same.
3324 #
3325 cdl_option CYGNUM_HAL_VIRTUAL_VECTOR_DEBUG_CHANNEL_BAUD {
3326     # Flavor: data
3327     # No user value, uncomment the following line to provide one.
3328     # user_value 115200
3329     # value_source default
3330     # Default value: 115200
3331     # Legal values: 9600 19200 38400 57600 115200
3332 };
3333
3334 # Number of communication channels on the TX25
3335 #
3336 cdl_option CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS {
3337     # Calculated value: 3
3338     # Flavor: data
3339     # Current_value: 3
3340
3341     # The following properties are affected by this value
3342     # option CYGNUM_HAL_VIRTUAL_VECTOR_DEBUG_CHANNEL
3343     #     LegalValues: 0 to CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS-1
3344     # option CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_DEFAULT
3345     #     LegalValues: 0 to CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS-1
3346     # option CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL
3347     #     LegalValues: 0 to CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS-1
3348 };
3349
3350 # Debug serial port
3351 # The TX25 provides access to three serial ports. This option
3352 # chooses which port will be used to connect to a host
3353 # running GDB.
3354 #
3355 cdl_option CYGNUM_HAL_VIRTUAL_VECTOR_DEBUG_CHANNEL {
3356     # ActiveIf constraint: CYGPRI_HAL_VIRTUAL_VECTOR_DEBUG_CHANNEL_CONFIGURABLE
3357     #     CYGPRI_HAL_VIRTUAL_VECTOR_DEBUG_CHANNEL_CONFIGURABLE == 1
3358     #   --> 1
3359
3360     # Flavor: data
3361     # No user value, uncomment the following line to provide one.
3362     # user_value 0
3363     # value_source default
3364     # Default value: 0
3365     # Legal values: 0 to CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS-1
3366     #     CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS == 3
3367 };
3368
3369 # Default console channel.
3370 #
3371 cdl_option CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_DEFAULT {
3372     # Calculated value: 0
3373     # Flavor: data
3374     # Current_value: 0
3375     # Legal values: 0 to CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS-1
3376     #     CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS == 3
3377
3378     # The following properties are affected by this value
3379     # option CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL
3380     #     DefaultValue: CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_DEFAULT
3381 };
3382
3383 # Console serial port
3384 # The TX25 provides access to three serial ports. This option
3385 # chooses which port will be used for console output.
3386 #
3387 cdl_option CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL {
3388     # ActiveIf constraint: CYGPRI_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_CONFIGURABLE
3389     #     CYGPRI_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_CONFIGURABLE == 1
3390     #   --> 1
3391
3392     # Flavor: data
3393     # No user value, uncomment the following line to provide one.
3394     # user_value 0
3395     # value_source default
3396     # Default value: CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_DEFAULT
3397     #     CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_DEFAULT == 0
3398     #   --> 0
3399     # Legal values: 0 to CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS-1
3400     #     CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS == 3
3401 };
3402
3403 # Ka-Ro electronics TX25 module build options
3404 # Package specific build options including control over
3405 # compiler flags used only in building this package,
3406 # and details of which tests are built.
3407 #
3408 cdl_component CYGPKG_HAL_ARM_TX25_OPTIONS {
3409     # There is no associated value.
3410     # Requires:  CYGBLD_REDBOOT_FLASH_BOOT_OFFSET == 0 
3411     #     CYGBLD_REDBOOT_FLASH_BOOT_OFFSET == 0
3412     #   --> 1
3413 };
3414
3415 # >
3416 # SDRAM size
3417 # This option specifies the SDRAM size of the TX25 module.
3418 #
3419 cdl_option CYGNUM_HAL_ARM_TX25_SDRAM_SIZE {
3420     # Flavor: data
3421     # No user value, uncomment the following line to provide one.
3422     # user_value 0x04000000
3423     # value_source default
3424     # Default value: 0x04000000
3425     # Legal values:  0x02000000 0x04000000 0x08000000 
3426 };
3427
3428 # Enable low level debugging with LED
3429 # This option enables low level debugging by blink codes
3430 # of the LED on STK5.
3431 #
3432 cdl_option CYGOPT_HAL_ARM_TX25_DEBUG {
3433     # Flavor: bool
3434     # No user value, uncomment the following line to provide one.
3435     # user_value 0
3436     # value_source default
3437     # Default value:  false 
3438     #     false (unknown) == 0
3439     #   --> 0
3440 };
3441
3442 # Additional compiler flags
3443 # This option modifies the set of compiler flags for
3444 # building the TX25 HAL. These flags are used in addition
3445 # to the set of global flags.
3446 #
3447 cdl_option CYGPKG_HAL_ARM_TX25_CFLAGS_ADD {
3448     # Flavor: data
3449     # No user value, uncomment the following line to provide one.
3450     # user_value ""
3451     # value_source default
3452     # Default value: ""
3453 };
3454
3455 # Suppressed compiler flags
3456 # This option modifies the set of compiler flags for
3457 # building the TX25 HAL. These flags are removed from
3458 # the set of global flags if present.
3459 #
3460 cdl_option CYGPKG_HAL_ARM_TX25_CFLAGS_REMOVE {
3461     # Flavor: data
3462     # No user value, uncomment the following line to provide one.
3463     # user_value ""
3464     # value_source default
3465     # Default value: ""
3466 };
3467
3468 # <
3469 # Memory layout
3470 #
3471 cdl_component CYGHWR_MEMORY_LAYOUT {
3472     # Calculated value:  "arm_tx25_romram" 
3473     # Flavor: data
3474     # Current_value: arm_tx25_romram
3475 };
3476
3477 # >
3478 # Memory layout linker script fragment
3479 #
3480 cdl_option CYGHWR_MEMORY_LAYOUT_LDI {
3481     # Calculated value:  "<pkgconf/mlt_arm_tx25_romram.ldi>" 
3482     # Flavor: data
3483     # Current_value: <pkgconf/mlt_arm_tx25_romram.ldi>
3484 };
3485
3486 # Memory layout header file
3487 #
3488 cdl_option CYGHWR_MEMORY_LAYOUT_H {
3489     # Calculated value:  "<pkgconf/mlt_arm_tx25_romram.h>" 
3490     # Flavor: data
3491     # Current_value: <pkgconf/mlt_arm_tx25_romram.h>
3492 };
3493
3494 # <
3495 # <
3496 # <
3497 # <
3498 # <
3499 # Infrastructure
3500 # Common types and useful macros.
3501 # Tracing and assertion facilities.
3502 # Package startup options.
3503 #
3504 cdl_package CYGPKG_INFRA {
3505     # Packages cannot be added or removed, nor can their version be changed,
3506     # simply by editing their value. Instead the appropriate configuration
3507     # should be used to perform these actions.
3508
3509     # This value cannot be modified here.
3510     # Flavor: booldata
3511     # Current value: 1 current
3512
3513     # The following properties are affected by this value
3514     # package CYGPKG_HAL
3515     #     Requires: CYGPKG_INFRA
3516     # component CYGBLD_BUILD_REDBOOT
3517     #     Requires: CYGPKG_INFRA
3518 };
3519
3520 # >
3521 # Asserts & Tracing
3522 # The eCos source code contains a significant amount of
3523 # internal debugging support, in the form of assertions and
3524 # tracing.
3525 # Assertions check at runtime that various conditions are as
3526 # expected; if not, execution is halted.
3527 # Tracing takes the form of text messages that are output
3528 # whenever certain events occur, or whenever functions are
3529 # called or return.
3530 # The most important property of these checks and messages is
3531 # that they are not required for the program to run.
3532 # It is prudent to develop software with assertions enabled,
3533 # but disable them when making a product release, thus
3534 # removing the overhead of that checking.
3535 # It is possible to enable assertions and tracing
3536 # independently.
3537 # There are also options controlling the exact behaviour of
3538 # the assertion and tracing facilities, thus giving users
3539 # finer control over the code and data size requirements.
3540 #
3541 cdl_component CYGPKG_INFRA_DEBUG {
3542     # Flavor: bool
3543     # No user value, uncomment the following line to provide one.
3544     # user_value 0
3545     # value_source default
3546     # Default value: 0
3547
3548     # The following properties are affected by this value
3549     # option CYGNUM_INFRA_EMPTY_DELETE_THRESHOLD
3550     #     ActiveIf: CYGPKG_INFRA_DEBUG
3551 };
3552
3553 # >
3554 # Use asserts
3555 # If this option is defined, asserts in the code are tested.
3556 # Assert functions (CYG_ASSERT()) are defined in
3557 # 'include/cyg/infra/cyg_ass.h' within the 'install' tree.
3558 # If it is not defined, these result in no additional
3559 # object code and no checking of the asserted conditions.
3560 #
3561 cdl_component CYGDBG_USE_ASSERTS {
3562     # This option is not active
3563     # The parent CYGPKG_INFRA_DEBUG is disabled
3564
3565     # Flavor: bool
3566     # No user value, uncomment the following line to provide one.
3567     # user_value 1
3568     # value_source default
3569     # Default value: 1
3570     # Requires:  1 == CYGINT_INFRA_DEBUG_TRACE_IMPL 
3571     #     CYGINT_INFRA_DEBUG_TRACE_IMPL == 0
3572     #   --> 0
3573
3574     # The following properties are affected by this value
3575     # option CYGDBG_MEMALLOC_ALLOCATOR_DLMALLOC_DEBUG
3576     #     Requires: CYGDBG_USE_ASSERTS
3577     # option CYGDBG_MEMALLOC_ALLOCATOR_DLMALLOC_DEBUG
3578     #     DefaultValue:  0 != CYGDBG_USE_ASSERTS 
3579 };
3580
3581 # >
3582 # Preconditions
3583 # This option allows individual control of preconditions.
3584 # A precondition is one type of assert, which it is
3585 # useful to control separately from more general asserts.
3586 # The function is CYG_PRECONDITION(condition,msg).
3587 #
3588 cdl_option CYGDBG_INFRA_DEBUG_PRECONDITIONS {
3589     # This option is not active
3590     # The parent CYGDBG_USE_ASSERTS is not active
3591
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 # Postconditions
3600 # This option allows individual control of postconditions.
3601 # A postcondition is one type of assert, which it is
3602 # useful to control separately from more general asserts.
3603 # The function is CYG_POSTCONDITION(condition,msg).
3604 #
3605 cdl_option CYGDBG_INFRA_DEBUG_POSTCONDITIONS {
3606     # This option is not active
3607     # The parent CYGDBG_USE_ASSERTS is not active
3608
3609     # Flavor: bool
3610     # No user value, uncomment the following line to provide one.
3611     # user_value 1
3612     # value_source default
3613     # Default value: 1
3614 };
3615
3616 # Loop invariants
3617 # This option allows individual control of loop invariants.
3618 # A loop invariant is one type of assert, which it is
3619 # useful to control separately from more general asserts,
3620 # particularly since a loop invariant is typically evaluated
3621 # a great many times when used correctly.
3622 # The function is CYG_LOOP_INVARIANT(condition,msg).
3623 #
3624 cdl_option CYGDBG_INFRA_DEBUG_LOOP_INVARIANTS {
3625     # This option is not active
3626     # The parent CYGDBG_USE_ASSERTS is not active
3627
3628     # Flavor: bool
3629     # No user value, uncomment the following line to provide one.
3630     # user_value 1
3631     # value_source default
3632     # Default value: 1
3633 };
3634
3635 # Use assert text
3636 # All assertions within eCos contain a text message
3637 # which should give some information about the condition
3638 # being tested.
3639 # These text messages will end up being embedded in the
3640 # application image and hence there is a significant penalty
3641 # in terms of image size.
3642 # It is possible to suppress the use of these messages by
3643 # disabling this option.
3644 # This results in smaller code size, but there is less
3645 # human-readable information if an assertion actually gets
3646 # triggered.
3647 #
3648 cdl_option CYGDBG_INFRA_DEBUG_ASSERT_MESSAGE {
3649     # This option is not active
3650     # The parent CYGDBG_USE_ASSERTS is not active
3651
3652     # Flavor: bool
3653     # No user value, uncomment the following line to provide one.
3654     # user_value 1
3655     # value_source default
3656     # Default value: 1
3657 };
3658
3659 # <
3660 # Use tracing
3661 # If this option is defined, tracing operations
3662 # result in output or logging, depending on other options.
3663 # This may have adverse effects on performance, if the time
3664 # taken to output message overwhelms the available CPU
3665 # power or output bandwidth.
3666 # Trace functions (CYG_TRACE()) are defined in
3667 # 'include/cyg/infra/cyg_trac.h' within the 'install' tree.
3668 # If it is not defined, these result in no additional
3669 # object code and no trace information.
3670 #
3671 cdl_component CYGDBG_USE_TRACING {
3672     # This option is not active
3673     # The parent CYGPKG_INFRA_DEBUG is disabled
3674
3675     # Flavor: bool
3676     # No user value, uncomment the following line to provide one.
3677     # user_value 0
3678     # value_source default
3679     # Default value: 0
3680     # Requires:  1 == CYGINT_INFRA_DEBUG_TRACE_IMPL 
3681     #     CYGINT_INFRA_DEBUG_TRACE_IMPL == 0
3682     #   --> 0
3683
3684     # The following properties are affected by this value
3685     # option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_SIZE
3686     #     ActiveIf: CYGDBG_USE_TRACING
3687     # option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_WRAP
3688     #     ActiveIf: CYGDBG_USE_TRACING
3689     # option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_HALT
3690     #     ActiveIf: CYGDBG_USE_TRACING
3691     # option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_PRINT
3692     #     ActiveIf: CYGDBG_USE_TRACING
3693     # option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_PRINT_ON_ASSERT
3694     #     ActiveIf: CYGDBG_USE_TRACING
3695 };
3696
3697 # >
3698 # Trace function reports
3699 # This option allows individual control of
3700 # function entry/exit tracing, independent of
3701 # more general tracing output.
3702 # This may be useful to remove clutter from a
3703 # trace log.
3704 #
3705 cdl_option CYGDBG_INFRA_DEBUG_FUNCTION_REPORTS {
3706     # This option is not active
3707     # The parent CYGDBG_USE_TRACING is not active
3708     # The parent CYGDBG_USE_TRACING is disabled
3709
3710     # Flavor: bool
3711     # No user value, uncomment the following line to provide one.
3712     # user_value 1
3713     # value_source default
3714     # Default value: 1
3715 };
3716
3717 # Use trace text
3718 # All trace calls within eCos contain a text message
3719 # which should give some information about the circumstances.
3720 # These text messages will end up being embedded in the
3721 # application image and hence there is a significant penalty
3722 # in terms of image size.
3723 # It is possible to suppress the use of these messages by
3724 # disabling this option.
3725 # This results in smaller code size, but there is less
3726 # human-readable information available in the trace output,
3727 # possibly only filenames and line numbers.
3728 #
3729 cdl_option CYGDBG_INFRA_DEBUG_TRACE_MESSAGE {
3730     # This option is not active
3731     # The parent CYGDBG_USE_TRACING is not active
3732     # The parent CYGDBG_USE_TRACING is disabled
3733
3734     # Flavor: bool
3735     # No user value, uncomment the following line to provide one.
3736     # user_value 1
3737     # value_source default
3738     # Default value: 1
3739 };
3740
3741 # <
3742 # Trace output implementations
3743 #
3744 cdl_interface CYGINT_INFRA_DEBUG_TRACE_IMPL {
3745     # Implemented by CYGDBG_INFRA_DEBUG_TRACE_ASSERT_NULL, inactive, disabled
3746     # Implemented by CYGDBG_INFRA_DEBUG_TRACE_ASSERT_SIMPLE, inactive, disabled
3747     # Implemented by CYGDBG_INFRA_DEBUG_TRACE_ASSERT_FANCY, inactive, disabled
3748     # Implemented by CYGDBG_INFRA_DEBUG_TRACE_ASSERT_BUFFER, inactive, enabled
3749     # This option is not active
3750     # The parent CYGPKG_INFRA_DEBUG is disabled
3751
3752     # This value cannot be modified here.
3753     # Flavor: data
3754     # Current_value: 0
3755
3756     # The following properties are affected by this value
3757     # component CYGDBG_USE_ASSERTS
3758     #     Requires:  1 == CYGINT_INFRA_DEBUG_TRACE_IMPL 
3759     # component CYGDBG_USE_TRACING
3760     #     Requires:  1 == CYGINT_INFRA_DEBUG_TRACE_IMPL 
3761 };
3762
3763 # Null output
3764 # A null output module which is useful when
3765 # debugging interactively; the output routines
3766 # can be breakpointed rather than have them actually
3767 # 'print' something.
3768 #
3769 cdl_option CYGDBG_INFRA_DEBUG_TRACE_ASSERT_NULL {
3770     # This option is not active
3771     # The parent CYGPKG_INFRA_DEBUG is disabled
3772
3773     # Flavor: bool
3774     # No user value, uncomment the following line to provide one.
3775     # user_value 0
3776     # value_source default
3777     # Default value: 0
3778 };
3779
3780 # Simple output
3781 # An output module which produces simple output
3782 # from tracing and assertion events.
3783 #
3784 cdl_option CYGDBG_INFRA_DEBUG_TRACE_ASSERT_SIMPLE {
3785     # This option is not active
3786     # The parent CYGPKG_INFRA_DEBUG is disabled
3787
3788     # Flavor: bool
3789     # No user value, uncomment the following line to provide one.
3790     # user_value 0
3791     # value_source default
3792     # Default value: 0
3793 };
3794
3795 # Fancy output
3796 # An output module which produces fancy output
3797 # from tracing and assertion events.
3798 #
3799 cdl_option CYGDBG_INFRA_DEBUG_TRACE_ASSERT_FANCY {
3800     # This option is not active
3801     # The parent CYGPKG_INFRA_DEBUG is disabled
3802
3803     # Flavor: bool
3804     # No user value, uncomment the following line to provide one.
3805     # user_value 0
3806     # value_source default
3807     # Default value: 0
3808 };
3809
3810 # Buffered tracing
3811 # An output module which buffers output
3812 # from tracing and assertion events. The stored
3813 # messages are output when an assert fires, or
3814 # CYG_TRACE_PRINT() (defined in <cyg/infra/cyg_trac.h>)
3815 # is called.
3816 # Of course, there will only be stored messages
3817 # if tracing per se (CYGDBG_USE_TRACING)
3818 # is enabled above.
3819 #
3820 cdl_component CYGDBG_INFRA_DEBUG_TRACE_ASSERT_BUFFER {
3821     # This option is not active
3822     # The parent CYGPKG_INFRA_DEBUG is disabled
3823
3824     # Flavor: bool
3825     # No user value, uncomment the following line to provide one.
3826     # user_value 1
3827     # value_source default
3828     # Default value: 1
3829 };
3830
3831 # >
3832 # Trace buffer size
3833 # The size of the trace buffer. This counts the number
3834 # of trace records stored. When the buffer fills it
3835 # either wraps, stops recording, or generates output.
3836 #
3837 cdl_option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_SIZE {
3838     # This option is not active
3839     # The parent CYGDBG_INFRA_DEBUG_TRACE_ASSERT_BUFFER is not active
3840     # ActiveIf constraint: CYGDBG_USE_TRACING
3841     #     CYGDBG_USE_TRACING == 0
3842     #   --> 0
3843
3844     # Flavor: data
3845     # No user value, uncomment the following line to provide one.
3846     # user_value 32
3847     # value_source default
3848     # Default value: 32
3849     # Legal values: 5 to 65535
3850 };
3851
3852 # Wrap trace buffer when full
3853 # When the trace buffer has filled with records it
3854 # starts again at the beginning. Hence only the last
3855 # CYGDBG_INFRA_DEBUG_TRACE_BUFFER_SIZE messages will
3856 # be recorded.
3857 #
3858 cdl_option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_WRAP {
3859     # This option is not active
3860     # The parent CYGDBG_INFRA_DEBUG_TRACE_ASSERT_BUFFER is not active
3861     # ActiveIf constraint: CYGDBG_USE_TRACING
3862     #     CYGDBG_USE_TRACING == 0
3863     #   --> 0
3864
3865     # Flavor: bool
3866     # No user value, uncomment the following line to provide one.
3867     # user_value 1
3868     # value_source default
3869     # Default value: 1
3870 };
3871
3872 # Halt trace buffer when full
3873 # When the trace buffer has filled with records it
3874 # stops recording. Hence only the first
3875 # CYGDBG_INFRA_DEBUG_TRACE_BUFFER_SIZE messages will
3876 # be recorded.
3877 #
3878 cdl_option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_HALT {
3879     # This option is not active
3880     # The parent CYGDBG_INFRA_DEBUG_TRACE_ASSERT_BUFFER is not active
3881     # ActiveIf constraint: CYGDBG_USE_TRACING
3882     #     CYGDBG_USE_TRACING == 0
3883     #   --> 0
3884
3885     # Flavor: bool
3886     # No user value, uncomment the following line to provide one.
3887     # user_value 0
3888     # value_source default
3889     # Default value: 0
3890 };
3891
3892 # Print trace buffer when full
3893 # When the trace buffer has filled with records it
3894 # prints the contents of the buffer. The buffer is then
3895 # emptied and the system continues.
3896 #
3897 cdl_option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_PRINT {
3898     # This option is not active
3899     # The parent CYGDBG_INFRA_DEBUG_TRACE_ASSERT_BUFFER is not active
3900     # ActiveIf constraint: CYGDBG_USE_TRACING
3901     #     CYGDBG_USE_TRACING == 0
3902     #   --> 0
3903
3904     # Flavor: bool
3905     # No user value, uncomment the following line to provide one.
3906     # user_value 0
3907     # value_source default
3908     # Default value: 0
3909 };
3910
3911 # Print trace buffer on assert fail
3912 # When an assertion fails the trace buffer will be 
3913 # printed to the default diagnostic device.
3914 #
3915 cdl_option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_PRINT_ON_ASSERT {
3916     # This option is not active
3917     # The parent CYGDBG_INFRA_DEBUG_TRACE_ASSERT_BUFFER is not active
3918     # ActiveIf constraint: CYGDBG_USE_TRACING
3919     #     CYGDBG_USE_TRACING == 0
3920     #   --> 0
3921
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 # Use function names
3931 # All trace and assert calls within eCos contain a
3932 # reference to the builtin macro '__PRETTY_FUNCTION__',
3933 # which evaluates to a string containing
3934 # the name of the current function.
3935 # This is useful when reading a trace log.
3936 # It is possible to suppress the use of the function name
3937 # by disabling this option.
3938 # This results in smaller code size, but there is less
3939 # human-readable information available in the trace output,
3940 # possibly only filenames and line numbers.
3941 #
3942 cdl_option CYGDBG_INFRA_DEBUG_FUNCTION_PSEUDOMACRO {
3943     # This option is not active
3944     # The parent CYGPKG_INFRA_DEBUG is disabled
3945
3946     # Flavor: bool
3947     # No user value, uncomment the following line to provide one.
3948     # user_value 1
3949     # value_source default
3950     # Default value: 1
3951 };
3952
3953 # <
3954 # Startup options
3955 # Some packages require a startup routine to be called.
3956 # This can be carried out by application code, by supplying
3957 # a routine called cyg_package_start() which calls the
3958 # appropriate package startup routine(s).
3959 # Alternatively, this routine can be constructed automatically
3960 # and configured to call the startup routines of your choice.
3961 #
3962 cdl_component CYGPKG_INFRA_STARTUP {
3963     # There is no associated value.
3964 };
3965
3966 # >
3967 # Start uITRON subsystem
3968 # Generate a call to initialize the
3969 # uITRON compatibility subsystem
3970 # within the system version of cyg_package_start().
3971 # This enables compatibility with uITRON.
3972 # You must configure uITRON with the correct tasks before
3973 # starting the uItron subsystem.
3974 # If this is disabled, and you want to use uITRON,
3975 # you must call cyg_uitron_start() from your own
3976 # cyg_package_start() or cyg_userstart().
3977 #
3978 cdl_option CYGSEM_START_UITRON_COMPATIBILITY {
3979     # This option is not active
3980     # ActiveIf constraint: CYGPKG_UITRON
3981     #     CYGPKG_UITRON (unknown) == 0
3982     #   --> 0
3983
3984     # Flavor: bool
3985     # No user value, uncomment the following line to provide one.
3986     # user_value 0
3987     # value_source default
3988     # Default value: 0
3989     # Requires: CYGPKG_UITRON
3990     #     CYGPKG_UITRON (unknown) == 0
3991     #   --> 0
3992 };
3993
3994 # <
3995 # Smaller slower memcpy()
3996 # Enabling this option causes the implementation of
3997 # the standard memcpy() routine to reduce code
3998 # size at the expense of execution speed. This
3999 # option is automatically enabled with the use of
4000 # the -Os option to the compiler. Also note that
4001 # the compiler will try to use its own builtin
4002 # version of memcpy() if possible, ignoring the
4003 # implementation in this package, unless given
4004 # the -fno-builtin compiler option.
4005 #
4006 cdl_option CYGIMP_INFRA_PREFER_SMALL_TO_FAST_MEMCPY {
4007     # Flavor: bool
4008     # No user value, uncomment the following line to provide one.
4009     # user_value 0
4010     # value_source default
4011     # Default value: 0
4012 };
4013
4014 # Smaller slower memset()
4015 # Enabling this option causes the implementation of
4016 # the standard memset() routine to reduce code
4017 # size at the expense of execution speed. This
4018 # option is automatically enabled with the use of
4019 # the -Os option to the compiler. Also note that
4020 # the compiler will try to use its own builtin
4021 # version of memset() if possible, ignoring the
4022 # implementation in this package, unless given
4023 # the -fno-builtin compiler option.
4024 #
4025 cdl_option CYGIMP_INFRA_PREFER_SMALL_TO_FAST_MEMSET {
4026     # Flavor: bool
4027     # No user value, uncomment the following line to provide one.
4028     # user_value 0
4029     # value_source default
4030     # Default value: 0
4031 };
4032
4033 # Provide empty C++ delete functions
4034 # To deal with virtual destructors, where the correct delete()
4035 # function must be called for the derived class in question, the
4036 # underlying delete is called when needed, from destructors.  This
4037 # is regardless of whether the destructor is called by delete itself.
4038 # So there is a reference to delete() from all destructors.  The
4039 # default builtin delete() attempts to call free() if there is
4040 # one defined.  So, if you have destructors, and you have free(),
4041 # as in malloc() and free(), any destructor counts as a reference
4042 # to free().  So the dynamic memory allocation code is linked
4043 # in regardless of whether it gets explicitly called. This
4044 # increases code and data size needlessly.
4045 # To defeat this undesirable behaviour, we define empty versions
4046 # of delete and delete.  But doing this prevents proper use
4047 # of dynamic memory in C++ programs via C++'s new and delete
4048 # operators.
4049 # Therefore, this option is provided
4050 # for explicitly disabling the provision of these empty functions,
4051 # so that new and delete can be used, if that is what is required.
4052 #
4053 cdl_option CYGFUN_INFRA_EMPTY_DELETE_FUNCTIONS {
4054     # Flavor: bool
4055     # No user value, uncomment the following line to provide one.
4056     # user_value 1
4057     # value_source default
4058     # Default value: 1
4059 };
4060
4061 # Threshold for valid number of delete calls
4062 # Some users don't know about the empty delete function and then
4063 # wonder why their C++ classes are leaking memory. If
4064 # INFRA_DEBUG is enabled we keep a counter for the number of
4065 # times delete is called. If it goes above this threshold we throw
4066 # an assertion failure. This should point heavy users of
4067 # delete in the right direction without upsetting those who want
4068 # an empty delete function. 
4069 #
4070 cdl_option CYGNUM_INFRA_EMPTY_DELETE_THRESHOLD {
4071     # This option is not active
4072     # ActiveIf constraint: CYGPKG_INFRA_DEBUG
4073     #     CYGPKG_INFRA_DEBUG == 0
4074     #   --> 0
4075
4076     # Flavor: data
4077     # No user value, uncomment the following line to provide one.
4078     # user_value 100
4079     # value_source default
4080     # Default value: 100
4081 };
4082
4083 # Provide dummy abort() function
4084 # This option controls the inclusion of a dummy abort() function.
4085 # Parts of the C and C++ compiler runtime systems contain references
4086 # to abort(), particulary in the C++ exception handling code. It is
4087 # not possible to eliminate these references, so this dummy function
4088 # in included to satisfy them. It is not expected that this function
4089 # will ever be called, so its current behaviour is to simply loop.
4090 #
4091 cdl_option CYGFUN_INFRA_DUMMY_ABORT {
4092     # Flavor: bool
4093     # No user value, uncomment the following line to provide one.
4094     # user_value 1
4095     # value_source default
4096     # Default value:  CYGINT_ISO_EXIT == 0 
4097     #     CYGINT_ISO_EXIT == 0
4098     #   --> 1
4099     # Requires: !CYGINT_ISO_EXIT
4100     #     CYGINT_ISO_EXIT == 0
4101     #   --> 1
4102 };
4103
4104 # Reset platform at end of test case execution
4105 # If this option is set then test case programs will reset the platform
4106 # when they terminate, as opposed to the default which is to just hang
4107 # in a loop.
4108 #
4109 cdl_option CYGSEM_INFRA_RESET_ON_TEST_EXIT {
4110     # Flavor: bool
4111     # No user value, uncomment the following line to provide one.
4112     # user_value 0
4113     # value_source default
4114     # Default value: 0
4115 };
4116
4117 # Provide dummy strlen() function
4118 # This option controls the inclusion of a dummy strlen() function.
4119 # Parts of the C and C++ compiler runtime systems contain references
4120 # to strlen(), particulary in the C++ exception handling code. It is
4121 # not possible to eliminate these references, so this dummy function
4122 # in included to satisfy them. While it is not expected that this function
4123 # will ever be called, it is functional but uses the simplest, smallest
4124 # algorithm. There is a faster version of strlen() in the C library.
4125 #
4126 cdl_option CYGFUN_INFRA_DUMMY_STRLEN {
4127     # Flavor: bool
4128     # No user value, uncomment the following line to provide one.
4129     # user_value 0
4130     # value_source default
4131     # Default value:  CYGINT_ISO_STRING_STRFUNCS == 0 
4132     #     CYGINT_ISO_STRING_STRFUNCS == 1
4133     #   --> 0
4134     # Requires: !CYGINT_ISO_STRING_STRFUNCS
4135     #     CYGINT_ISO_STRING_STRFUNCS == 1
4136     #   --> 0
4137 };
4138
4139 # Make all compiler warnings show as errors
4140 # Enabling this option will cause all compiler warnings to show
4141 # as errors and bring the library build to a halt. This is used
4142 # to ensure that the code base is warning free, and thus ensure
4143 # that newly introduced warnings stand out and get fixed before
4144 # they show up as weird run-time behavior.
4145 #
4146 cdl_option CYGBLD_INFRA_CFLAGS_WARNINGS_AS_ERRORS {
4147     # Flavor: bool
4148     user_value 1
4149     # value_source user
4150     # Default value: 0
4151     # Requires:  is_substr(CYGBLD_GLOBAL_CFLAGS, " -Werror") 
4152     #     CYGBLD_GLOBAL_CFLAGS == "-mcpu=arm9 -mabi=apcs-gnu -Wall -Wno-pointer-sign -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -O2 -ffunction-sections -fdata-sections -fno-exceptions -fvtable-gc -finit-priority -Werror -pipe"
4153     #   --> 1
4154
4155     # The following properties are affected by this value
4156     # option CYGBLD_GLOBAL_CFLAGS
4157     #     Requires: CYGBLD_INFRA_CFLAGS_WARNINGS_AS_ERRORS
4158 };
4159
4160 # Make compiler and assembler communicate by pipe
4161 # Enabling this option will cause the compiler to feed the
4162 # assembly output the the assembler via a pipe instead of
4163 # via a temporary file. This normally reduces the build
4164 # time.
4165 #
4166 cdl_option CYGBLD_INFRA_CFLAGS_PIPE {
4167     # Flavor: bool
4168     user_value 1
4169     # value_source user
4170     # Default value: 0
4171     # Requires:  is_substr(CYGBLD_GLOBAL_CFLAGS, " -pipe") 
4172     #     CYGBLD_GLOBAL_CFLAGS == "-mcpu=arm9 -mabi=apcs-gnu -Wall -Wno-pointer-sign -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -O2 -ffunction-sections -fdata-sections -fno-exceptions -fvtable-gc -finit-priority -Werror -pipe"
4173     #   --> 1
4174 };
4175
4176 # Infra build options
4177 # Package specific build options including control over
4178 # compiler flags used only in building this package.
4179 #
4180 cdl_component CYGPKG_INFRA_OPTIONS {
4181     # There is no associated value.
4182 };
4183
4184 # >
4185 # Additional compiler flags
4186 # This option modifies the set of compiler flags for
4187 # building the eCos infra package. These flags are used
4188 # in addition to the set of global flags.
4189 #
4190 cdl_option CYGPKG_INFRA_CFLAGS_ADD {
4191     # Flavor: data
4192     # No user value, uncomment the following line to provide one.
4193     # user_value "-fno-rtti -Woverloaded-virtual"
4194     # value_source default
4195     # Default value: "-fno-rtti -Woverloaded-virtual"
4196 };
4197
4198 # Suppressed compiler flags
4199 # This option modifies the set of compiler flags for
4200 # building the eCos infra package. These flags are removed from
4201 # the set of global flags if present.
4202 #
4203 cdl_option CYGPKG_INFRA_CFLAGS_REMOVE {
4204     # Flavor: data
4205     # No user value, uncomment the following line to provide one.
4206     # user_value -Wno-pointer-sign
4207     # value_source default
4208     # Default value: -Wno-pointer-sign
4209 };
4210
4211 # Suppressed linker flags
4212 # This option modifies the set of linker flags for
4213 # building the eCos infra package tests. These flags are removed from
4214 # the set of global flags if present.
4215 #
4216 cdl_option CYGPKG_INFRA_LDFLAGS_REMOVE {
4217     # Flavor: data
4218     # No user value, uncomment the following line to provide one.
4219     # user_value -Wl,--gc-sections
4220     # value_source default
4221     # Default value: -Wl,--gc-sections
4222 };
4223
4224 # Additional linker flags
4225 # This option modifies the set of linker flags for
4226 # building the eCos infra package tests. These flags are added to
4227 # the set of global flags if present.
4228 #
4229 cdl_option CYGPKG_INFRA_LDFLAGS_ADD {
4230     # Flavor: data
4231     # No user value, uncomment the following line to provide one.
4232     # user_value -Wl,--fatal-warnings
4233     # value_source default
4234     # Default value: -Wl,--fatal-warnings
4235 };
4236
4237 # Infra package tests
4238 #
4239 cdl_component CYGPKG_INFRA_TESTS {
4240     # Calculated value:  "tests/cxxsupp tests/diag_sprintf1 tests/diag_sprintf2" 
4241     # Flavor: data
4242     # Current_value: tests/cxxsupp tests/diag_sprintf1 tests/diag_sprintf2
4243 };
4244
4245 # >
4246 # Number of times a test runs
4247 # This option controls the number of times tests will execute their
4248 # basic function.  Not all tests will honor this setting, but those
4249 # that do will execute the test N times before terminating.  A value
4250 # less than 0 indicates to run forever.
4251 #
4252 cdl_option CYGNUM_TESTS_RUN_COUNT {
4253     # Flavor: data
4254     # No user value, uncomment the following line to provide one.
4255     # user_value 1
4256     # value_source default
4257     # Default value: 1
4258 };
4259
4260 # <
4261 # <
4262 # <
4263 # Redboot ROM monitor
4264 # doc: ref/redboot.html
4265 # This package supports the Redboot [stand-alone debug monitor]
4266 # using eCos as the underlying board support mechanism.
4267 #
4268 cdl_package CYGPKG_REDBOOT {
4269     # Packages cannot be added or removed, nor can their version be changed,
4270     # simply by editing their value. Instead the appropriate configuration
4271     # should be used to perform these actions.
4272
4273     # This value cannot be modified here.
4274     # Flavor: booldata
4275     # Current value: 1 current
4276     # Requires:  CYGIMP_HAL_COMMON_INTERRUPTS_USE_INTERRUPT_STACK == 0 
4277     #     CYGIMP_HAL_COMMON_INTERRUPTS_USE_INTERRUPT_STACK == 0
4278     #   --> 1
4279
4280     # The following properties are affected by this value
4281     # component CYGPKG_REDBOOT_ARM_OPTIONS
4282     #     ActiveIf: CYGPKG_REDBOOT
4283     # component CYGPKG_REDBOOT_HAL_OPTIONS
4284     #     ActiveIf: CYGPKG_REDBOOT
4285     # component CYGPKG_REDBOOT_HAL_TX25_OPTIONS
4286     #     ActiveIf: CYGPKG_REDBOOT
4287     # option CYGSEM_IO_ETH_DRIVERS_WARN
4288     #     ActiveIf: CYGPKG_REDBOOT
4289 };
4290
4291 # >
4292 # Include support for ELF file format
4293 #
4294 cdl_component CYGSEM_REDBOOT_ELF {
4295     # Flavor: bool
4296     # No user value, uncomment the following line to provide one.
4297     # user_value 1
4298     # value_source default
4299     # Default value: 1
4300 };
4301
4302 # >
4303 # Use the virtual address in the ELF headers
4304 # The ELF headers contain both a virtual and a physical address
4305 # for where code/data should be loaded. By default the physical
4306 # address is used but sometimes it is necassary to use the
4307 # virtual address because of bugy toolchains
4308 #
4309 cdl_option CYGOPT_REDBOOT_ELF_VIRTUAL_ADDRESS {
4310     # Flavor: bool
4311     # No user value, uncomment the following line to provide one.
4312     # user_value 0
4313     # value_source default
4314     # Default value: 0
4315 };
4316
4317 # <
4318 # Methods of loading images using redboot
4319 #
4320 cdl_interface CYGINT_REDBOOT_LOAD_METHOD {
4321     # Implemented by CYGBLD_BUILD_REDBOOT_WITH_XYZMODEM, active, enabled
4322     # Implemented by CYGPKG_REDBOOT_NETWORKING, active, enabled
4323     # This value cannot be modified here.
4324     # Flavor: data
4325     # Current_value: 2
4326
4327     # The following properties are affected by this value
4328     # component CYGBLD_BUILD_REDBOOT
4329     #     Requires: CYGINT_REDBOOT_LOAD_METHOD
4330 };
4331
4332 # Build Redboot ROM ELF image
4333 # This option enables the building of the Redboot ELF image.
4334 # The image may require further relocation or symbol
4335 # stripping before being converted to a binary image.
4336 # This is handled by a rule in the target CDL.
4337 #
4338 cdl_component CYGBLD_BUILD_REDBOOT {
4339     # Flavor: bool
4340     # No user value, uncomment the following line to provide one.
4341     # user_value 0
4342     # The inferred value should not be edited directly.
4343     inferred_value 1
4344     # value_source inferred
4345     # Default value: 0
4346     # Requires: CYGPKG_INFRA
4347     #     CYGPKG_INFRA == current
4348     #   --> 1
4349     # Requires: CYGPKG_ISOINFRA
4350     #     CYGPKG_ISOINFRA == current
4351     #   --> 1
4352     # Requires: ! CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT
4353     #     CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT == 0
4354     #   --> 1
4355     # Requires: ! CYGDBG_HAL_COMMON_INTERRUPTS_SAVE_MINIMUM_CONTEXT
4356     #     CYGDBG_HAL_COMMON_INTERRUPTS_SAVE_MINIMUM_CONTEXT == 0
4357     #   --> 1
4358     # Requires: ! CYGDBG_HAL_COMMON_CONTEXT_SAVE_MINIMUM
4359     #     CYGDBG_HAL_COMMON_CONTEXT_SAVE_MINIMUM == 0
4360     #   --> 1
4361     # Requires: CYGSEM_HAL_VIRTUAL_VECTOR_SUPPORT
4362     #     CYGSEM_HAL_VIRTUAL_VECTOR_SUPPORT == 1
4363     #   --> 1
4364     # Requires: CYGINT_ISO_STRING_MEMFUNCS
4365     #     CYGINT_ISO_STRING_MEMFUNCS == 1
4366     #   --> 1
4367     # Requires: CYGINT_ISO_STRING_STRFUNCS
4368     #     CYGINT_ISO_STRING_STRFUNCS == 1
4369     #   --> 1
4370     # Requires: CYGINT_REDBOOT_LOAD_METHOD
4371     #     CYGINT_REDBOOT_LOAD_METHOD == 2
4372     #   --> 1
4373
4374     # The following properties are affected by this value
4375     # package CYGPKG_HAL_ARM_TX25KARO
4376     #     Requires: CYGBLD_BUILD_REDBOOT == 1
4377     # option CYGBLD_BUILD_REDBOOT_BIN
4378     #     ActiveIf: CYGBLD_BUILD_REDBOOT
4379 };
4380
4381 # >
4382 # Include GDB support in RedBoot
4383 # RedBoot normally includes support for the GDB debugging
4384 # protocols. This option allows this to be disabled which
4385 # may yield a substantial savings in terms of code and memory 
4386 # usage by RedBoot.
4387 #
4388 cdl_option CYGBLD_BUILD_REDBOOT_WITH_GDB {
4389     # ActiveIf constraint: CYGINT_HAL_DEBUG_GDB_STUBS
4390     #     CYGINT_HAL_DEBUG_GDB_STUBS == 1
4391     #   --> 1
4392
4393     # Flavor: bool
4394     # No user value, uncomment the following line to provide one.
4395     # user_value 1
4396     # The inferred value should not be edited directly.
4397     inferred_value 0
4398     # value_source inferred
4399     # Default value: 1
4400     # Requires: CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
4401     #     CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS == 0
4402     #   --> 0
4403     # Requires: CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT
4404     #     CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT == 0
4405     #   --> 0
4406 };
4407
4408 # Threads debugging support
4409 # Enabling this option will include special code in the
4410 # GDB stubs to support debugging of threaded programs.  In
4411 # the case of eCos programs, this support allows GDB to
4412 # have complete access to the eCos threads in the
4413 # program.
4414 #
4415 cdl_option CYGBLD_BUILD_REDBOOT_WITH_THREADS {
4416     # ActiveIf constraint:  CYG_HAL_STARTUP != "RAM" 
4417     #     CYG_HAL_STARTUP == ROMRAM
4418     #   --> 1
4419
4420     # Flavor: bool
4421     # No user value, uncomment the following line to provide one.
4422     # user_value 0
4423     # value_source default
4424     # Default value: 0
4425     # Requires: CYGDBG_HAL_DEBUG_GDB_THREAD_SUPPORT
4426     #     CYGDBG_HAL_DEBUG_GDB_THREAD_SUPPORT == 1
4427     #   --> 1
4428 };
4429
4430 # Customized version string
4431 # Use this option to define a customized version "string" for
4432 # RedBoot.  Note: this value is only cosmetic, displayed by the
4433 # "version" command, but is useful for providing site specific
4434 # information about the RedBoot configuration.
4435 #
4436 cdl_option CYGDAT_REDBOOT_CUSTOM_VERSION {
4437     # Flavor: booldata
4438     # No user value, uncomment the following line to provide one.
4439     # user_value 0 0
4440     # The inferred value should not be edited directly.
4441     inferred_value 1 "Ka-Ro 2009-06-10"
4442     # value_source inferred
4443     # Default value: 0 0
4444 };
4445
4446 # Enable command line editing
4447 # If this option is non-zero, RedBoot will remember the
4448 # last N command lines.  These lines may be reused.
4449 # Enabling this history will also enable rudimentary
4450 # editting of the lines themselves.
4451 #
4452 cdl_option CYGNUM_REDBOOT_CMD_LINE_EDITING {
4453     # Flavor: data
4454     # No user value, uncomment the following line to provide one.
4455     # user_value 16
4456     # value_source default
4457     # Default value: 16
4458
4459     # The following properties are affected by this value
4460     # option CYGSEM_REDBOOT_CMD_LINE_ANSI_SEQUENCES
4461     #     ActiveIf: CYGNUM_REDBOOT_CMD_LINE_EDITING != 0
4462     # option CYGBLD_REDBOOT_CMD_LINE_HISTORY
4463     #     Requires:  CYGNUM_REDBOOT_CMD_LINE_EDITING > 0 
4464 };
4465
4466 # Enable command line editing using ANSI arrows, etc
4467 # If this option is enabled, RedBoot will accept standard ANSI key
4468 # sequences for cursor movement (along with the emacs style keys).
4469 #
4470 cdl_option CYGSEM_REDBOOT_CMD_LINE_ANSI_SEQUENCES {
4471     # ActiveIf constraint: CYGNUM_REDBOOT_CMD_LINE_EDITING != 0
4472     #     CYGNUM_REDBOOT_CMD_LINE_EDITING == 16
4473     #   --> 1
4474
4475     # Flavor: bool
4476     # No user value, uncomment the following line to provide one.
4477     # user_value 1
4478     # value_source default
4479     # Default value: 1
4480 };
4481
4482 # Enable history command and expansion
4483 # Enabling this option will allow RedBoot to provide a
4484 # history command to list previous commands. Also enables
4485 # history expansion via '!'  character similar to bash
4486 # shell.
4487 #
4488 cdl_option CYGBLD_REDBOOT_CMD_LINE_HISTORY {
4489     # Flavor: bool
4490     # No user value, uncomment the following line to provide one.
4491     # user_value 1
4492     # value_source default
4493     # Default value: 1
4494     # Requires:  CYGNUM_REDBOOT_CMD_LINE_EDITING > 0 
4495     #     CYGNUM_REDBOOT_CMD_LINE_EDITING == 16
4496     #   --> 1
4497 };
4498
4499 # Number of unique RAM segments on platform
4500 # Change this option to be the number of memory segments which are
4501 # supported by the platform.  If the value is greater than 1, then
4502 # a platform specific function must provide information about the
4503 # additional segments.
4504 #
4505 cdl_option CYGBLD_REDBOOT_MAX_MEM_SEGMENTS {
4506     # Flavor: data
4507     # No user value, uncomment the following line to provide one.
4508     # user_value 1
4509     # value_source default
4510     # Default value: 1
4511 };
4512
4513 # Include support gzip/zlib decompression
4514 #
4515 cdl_component CYGBLD_BUILD_REDBOOT_WITH_ZLIB {
4516     # ActiveIf constraint: CYGPKG_COMPRESS_ZLIB
4517     #     CYGPKG_COMPRESS_ZLIB == current
4518     #   --> 1
4519
4520     # Flavor: bool
4521     # No user value, uncomment the following line to provide one.
4522     # user_value 1
4523     # value_source default
4524     # Default value: 1
4525
4526     # The following properties are affected by this value
4527     # component CYGOPT_REDBOOT_FIS_ZLIB_COMMON_BUFFER
4528     #     ActiveIf:  CYGBLD_BUILD_REDBOOT_WITH_ZLIB &&  CYGOPT_REDBOOT_FIS 
4529 };
4530
4531 # >
4532 # Size of zlib decompression buffer
4533 # This is the size of the buffer filled with incoming data
4534 # during load before calls are made to the decompressor
4535 # function. For ethernet downloads this can be made bigger
4536 # (at the cost of memory), but for serial downloads on slow
4537 # processors it may be necessary to reduce the size to
4538 # avoid serial overruns. zlib appears to bail out if less 
4539 # than five bytes are available initially so this is the 
4540 # minimum.
4541 #
4542 cdl_option CYGNUM_REDBOOT_LOAD_ZLIB_BUFFER {
4543     # Flavor: data
4544     # No user value, uncomment the following line to provide one.
4545     # user_value 64
4546     # value_source default
4547     # Default value: 64
4548     # Legal values: 5 to 256
4549 };
4550
4551 # Support compression of Flash images
4552 # This CDL indicates whether flash images can
4553 # be decompressed from gzip/zlib format into RAM.
4554 #
4555 cdl_option CYGPRI_REDBOOT_ZLIB_FLASH {
4556     # ActiveIf constraint: CYGPKG_REDBOOT_FLASH
4557     #     CYGPKG_REDBOOT_FLASH == 1
4558     #   --> 1
4559     # ActiveIf constraint:  (!CYGSEM_IO_FLASH_READ_INDIRECT) || CYGPRI_REDBOOT_ZLIB_FLASH_FORCE 
4560     #     CYGSEM_IO_FLASH_READ_INDIRECT == 1
4561     #     CYGPRI_REDBOOT_ZLIB_FLASH_FORCE == 1
4562     #   --> 1
4563
4564     # Calculated value: 1
4565     # Flavor: bool
4566     # Current value: 1
4567 };
4568
4569 # Include GZIP uncompress command
4570 # Enable this option to include a 'gunzip' command 
4571 # to uncompress GZIP compressed data.
4572 #
4573 cdl_option CYGBLD_BUILD_REDBOOT_WITH_GUNZIP {
4574     # Flavor: bool
4575     # No user value, uncomment the following line to provide one.
4576     # user_value 0
4577     # value_source default
4578     # Default value: 0
4579 };
4580
4581 # Turn on CYGPRI_REDBOOT_ZLIB_FLASH
4582 # Force CYGPRI_REDBOOT_ZLIB_FLASH to be chosen
4583 #
4584 cdl_option CYGPRI_REDBOOT_ZLIB_FLASH_FORCE {
4585     # Flavor: bool
4586     # No user value, uncomment the following line to provide one.
4587     # user_value 0
4588     # The inferred value should not be edited directly.
4589     inferred_value 1
4590     # value_source inferred
4591     # Default value: 0
4592
4593     # The following properties are affected by this value
4594     # option CYGPRI_REDBOOT_ZLIB_FLASH
4595     #     ActiveIf:  (!CYGSEM_IO_FLASH_READ_INDIRECT) || CYGPRI_REDBOOT_ZLIB_FLASH_FORCE 
4596 };
4597
4598 # <
4599 # Include support for xyzModem downloads
4600 # doc: ref/download-command.html
4601 #
4602 cdl_option CYGBLD_BUILD_REDBOOT_WITH_XYZMODEM {
4603     # Flavor: bool
4604     # No user value, uncomment the following line to provide one.
4605     # user_value 1
4606     # value_source default
4607     # Default value: 1
4608 };
4609
4610 # Allow the load-command write into Flash.
4611 # Write images direct to Flash via the load command.
4612 # We assume anything which is invalid RAM is flash, hence
4613 # the requires statement
4614 #
4615 cdl_option CYGBLD_REDBOOT_LOAD_INTO_FLASH {
4616     # ActiveIf constraint: CYGPKG_REDBOOT_FLASH
4617     #     CYGPKG_REDBOOT_FLASH == 1
4618     #   --> 1
4619
4620     # Flavor: bool
4621     # No user value, uncomment the following line to provide one.
4622     # user_value 0
4623     # value_source default
4624     # Default value: 0
4625     # Requires: CYGSEM_REDBOOT_VALIDATE_USER_RAM_LOADS
4626     #     CYGSEM_REDBOOT_VALIDATE_USER_RAM_LOADS == 1
4627     #   --> 1
4628 };
4629
4630 # Include MS Windows CE support
4631 # doc: ref/wince.html
4632 # This option enables MS Windows CE EShell support
4633 # and Windows CE .BIN images support
4634 #
4635 cdl_option CYGBLD_BUILD_REDBOOT_WITH_WINCE_SUPPORT {
4636     # Flavor: bool
4637     user_value 1
4638     # value_source user
4639     # Default value: 0
4640 };
4641
4642 # Include support for MXC USB downloads
4643 #
4644 cdl_option CYGBLD_BUILD_REDBOOT_WITH_MXCUSB {
4645     # Flavor: bool
4646     # No user value, uncomment the following line to provide one.
4647     # user_value 0
4648     # value_source default
4649     # Default value: 0
4650 };
4651
4652 # Include support for i.MX USB OTG downloads
4653 #
4654 cdl_option CYGBLD_BUILD_REDBOOT_WITH_IMXOTG {
4655     # Flavor: bool
4656     # No user value, uncomment the following line to provide one.
4657     # user_value 0
4658     # value_source default
4659     # Default value: 0
4660 };
4661
4662 # Include POSIX checksum command
4663 # doc: ref/cksum-command.html
4664 #
4665 cdl_option CYGBLD_BUILD_REDBOOT_WITH_CKSUM {
4666     # Flavor: bool
4667     # No user value, uncomment the following line to provide one.
4668     # user_value 1
4669     # value_source default
4670     # Default value: 1
4671 };
4672
4673 # Include memory fill command
4674 # doc: ref/mfill-command.html
4675 #
4676 cdl_option CYGBLD_BUILD_REDBOOT_WITH_MFILL {
4677     # Flavor: bool
4678     # No user value, uncomment the following line to provide one.
4679     # user_value 1
4680     # value_source default
4681     # Default value: 1
4682 };
4683
4684 # Include memory compare command
4685 # doc: ref/mcmp-command.html
4686 #
4687 cdl_option CYGBLD_BUILD_REDBOOT_WITH_MCMP {
4688     # Flavor: bool
4689     # No user value, uncomment the following line to provide one.
4690     # user_value 1
4691     # value_source default
4692     # Default value: 1
4693 };
4694
4695 # Include memory copy command
4696 # doc: ref/mcopy-command.html
4697 #
4698 cdl_option CYGBLD_BUILD_REDBOOT_WITH_MCOPY {
4699     # Flavor: bool
4700     # No user value, uncomment the following line to provide one.
4701     # user_value 1
4702     # value_source default
4703     # Default value: 1
4704 };
4705
4706 # Include memory dump command
4707 # doc: ref/dump-command.html
4708 #
4709 cdl_option CYGBLD_BUILD_REDBOOT_WITH_DUMP {
4710     # Flavor: bool
4711     # No user value, uncomment the following line to provide one.
4712     # user_value 1
4713     # value_source default
4714     # Default value: 1
4715 };
4716
4717 # Include cache command
4718 # doc: ref/cache-command.html
4719 #
4720 cdl_option CYGBLD_BUILD_REDBOOT_WITH_CACHES {
4721     # Flavor: bool
4722     # No user value, uncomment the following line to provide one.
4723     # user_value 1
4724     # value_source default
4725     # Default value: 1
4726 };
4727
4728 # Include exec command
4729 # doc: ref/exec-command.html
4730 #
4731 cdl_option CYGBLD_BUILD_REDBOOT_WITH_EXEC {
4732     # Flavor: bool
4733     # No user value, uncomment the following line to provide one.
4734     # user_value 1
4735     # value_source default
4736     # Default value: 1
4737
4738     # The following properties are affected by this value
4739     # component CYGPKG_REDBOOT_ARM_LINUX_EXEC
4740     #     ActiveIf: CYGBLD_BUILD_REDBOOT_WITH_EXEC
4741 };
4742
4743 # Include I/O Memory commands 'iopeek' and 'iopoke'
4744 #
4745 cdl_option CYGBLD_BUILD_REDBOOT_WITH_IOMEM {
4746     # Flavor: bool
4747     # No user value, uncomment the following line to provide one.
4748     # user_value 0
4749     # value_source default
4750     # Default value: 0
4751 };
4752
4753 # Granularity of timer/ticks
4754 # This option controls the granularity of the timers.
4755 # Faster CPUs can afford higher granularity (lower values)
4756 # which should give higher network performance since the stack
4757 # is purely polled.
4758 #
4759 cdl_option CYGDBG_REDBOOT_TICK_GRANULARITY {
4760     # Flavor: data
4761     # No user value, uncomment the following line to provide one.
4762     # user_value 250
4763     # value_source default
4764     # Default value: 250
4765     # Legal values:  10 25 50 100 250 500 1000 
4766 };
4767
4768 # Redboot Networking
4769 # This option includes networking support in RedBoot.
4770 #
4771 cdl_component CYGPKG_REDBOOT_NETWORKING {
4772     # ActiveIf constraint: CYGPKG_IO_ETH_DRIVERS
4773     #     CYGPKG_IO_ETH_DRIVERS == current
4774     #   --> 1
4775
4776     # Flavor: bool
4777     # No user value, uncomment the following line to provide one.
4778     # user_value 1
4779     # value_source default
4780     # Default value: 1
4781
4782     # The following properties are affected by this value
4783     # option CYGSEM_IO_ETH_DRIVERS_PASS_PACKETS
4784     #     DefaultValue:  0 != CYGPKG_REDBOOT_NETWORKING 
4785 };
4786
4787 # >
4788 # Print net debug information
4789 # This option is overriden by the configuration stored 
4790 # in flash.
4791 #
4792 cdl_option CYGDBG_REDBOOT_NET_DEBUG {
4793     # Flavor: bool
4794     # No user value, uncomment the following line to provide one.
4795     # user_value 0
4796     # value_source default
4797     # Default value: 0
4798 };
4799
4800 # Support TFTP for download
4801 # This option enables the use of the TFTP protocol for 
4802 # download
4803 #
4804 cdl_option CYGSEM_REDBOOT_NET_TFTP_DOWNLOAD {
4805     # Flavor: bool
4806     # No user value, uncomment the following line to provide one.
4807     # user_value 1
4808     # value_source default
4809     # Default value: 1
4810 };
4811
4812 # Support HTTP for download
4813 # This option enables the use of the HTTP protocol for 
4814 # download
4815 #
4816 cdl_option CYGSEM_REDBOOT_NET_HTTP_DOWNLOAD {
4817     # Flavor: bool
4818     user_value 0
4819     # value_source user
4820     # Default value: 1
4821 };
4822
4823 # Default IP address
4824 # This IP address is the default used by RedBoot if
4825 # a BOOTP/DHCP server does not respond. The numbers
4826 # should be separated by *commas*, and not dots. If
4827 # an IP address is configured into the Flash
4828 # configuration, that will be used in preference.
4829 #
4830 cdl_component CYGDAT_REDBOOT_DEFAULT_IP_ADDR {
4831     # Flavor: booldata
4832     # No user value, uncomment the following line to provide one.
4833     # user_value 0 0
4834     # value_source default
4835     # Default value: CYGSEM_REDBOOT_FLASH_CONFIG ? 0 :  "0, 0, 0, 0" 
4836     #     CYGSEM_REDBOOT_FLASH_CONFIG == 1
4837     #   --> 0 0
4838 };
4839
4840 # >
4841 # Do not try to use BOOTP
4842 # By default Redboot tries to use BOOTP to get an IP
4843 # address. If there's no BOOTP server on your network
4844 # use this option to avoid to wait until the
4845 # timeout. This option is overriden by the
4846 # configuration stored in flash.
4847 #
4848 cdl_option CYGSEM_REDBOOT_DEFAULT_NO_BOOTP {
4849     # This option is not active
4850     # The parent CYGDAT_REDBOOT_DEFAULT_IP_ADDR is disabled
4851
4852     # Flavor: bool
4853     # No user value, uncomment the following line to provide one.
4854     # user_value 0
4855     # value_source default
4856     # Default value: 0
4857 };
4858
4859 # Default bootp server
4860 # This IP address is the default server
4861 # address used by RedBoot if a BOOTP/DHCP
4862 # server does not respond. The numbers should
4863 # be separated by *commas*, and not dots. If
4864 # an IP address is configured into the Flash
4865 # configuration, that will be used in
4866 # preference.
4867 #
4868 cdl_option CYGDAT_REDBOOT_DEFAULT_BOOTP_SERVER_IP_ADDR {
4869     # This option is not active
4870     # The parent CYGDAT_REDBOOT_DEFAULT_IP_ADDR is disabled
4871
4872     # Flavor: booldata
4873     # No user value, uncomment the following line to provide one.
4874     # user_value 0 0
4875     # value_source default
4876     # Default value: CYGSEM_REDBOOT_FLASH_CONFIG ? 0 :  "0, 0, 0, 0" 
4877     #     CYGSEM_REDBOOT_FLASH_CONFIG == 1
4878     #   --> 0 0
4879 };
4880
4881 # <
4882 # Use DHCP to get IP information
4883 # Use DHCP protocol to obtain pertinent IP addresses, such 
4884 # as the client, server, gateway, etc.
4885 #
4886 cdl_component CYGSEM_REDBOOT_NETWORKING_DHCP {
4887     # Flavor: bool
4888     # No user value, uncomment the following line to provide one.
4889     # user_value 1
4890     # value_source default
4891     # Default value: 1
4892
4893     # The following properties are affected by this value
4894     # component CYGSEM_REDBOOT_NETWORKING_USE_GATEWAY
4895     #     Requires: CYGSEM_REDBOOT_NETWORKING_DHCP
4896 };
4897
4898 # Use a gateway for non-local IP traffic
4899 # Enabling this option will allow the RedBoot networking
4900 # stack to use a [single] gateway to reach a non-local
4901 # IP address.  If disabled, RedBoot will only be able to
4902 # reach nodes on the same subnet.
4903 #
4904 cdl_component CYGSEM_REDBOOT_NETWORKING_USE_GATEWAY {
4905     # Flavor: bool
4906     # No user value, uncomment the following line to provide one.
4907     # user_value 1
4908     # value_source default
4909     # Default value: 1
4910     # Requires: CYGSEM_REDBOOT_NETWORKING_DHCP
4911     #     CYGSEM_REDBOOT_NETWORKING_DHCP == 1
4912     #   --> 1
4913 };
4914
4915 # >
4916 # Default gateway IP address
4917 # This IP address is the default used by RedBoot
4918 # if a BOOTP/DHCP server does not respond. The
4919 # numbers should be separated by *commas*, and
4920 # not dots. If an IP address is configured into
4921 # the Flash configuration, that will be used in
4922 # preference.
4923 #
4924 cdl_component CYGDAT_REDBOOT_DEFAULT_GATEWAY_IP_ADDR {
4925     # Flavor: booldata
4926     # No user value, uncomment the following line to provide one.
4927     # user_value 0 0
4928     # value_source default
4929     # Default value: CYGSEM_REDBOOT_FLASH_CONFIG ? 0 :  "0, 0, 0, 0" 
4930     #     CYGSEM_REDBOOT_FLASH_CONFIG == 1
4931     #   --> 0 0
4932 };
4933
4934 # Default IP address mask
4935 # This IP address mask is the default used by
4936 # RedBoot if a BOOTP/DHCP server does not
4937 # respond. The numbers should be separated by
4938 # *commas*, and not dots. If an IP address is
4939 # configured into the Flash configuration, that
4940 # will be used in preference.
4941 #
4942 cdl_component CYGDAT_REDBOOT_DEFAULT_IP_ADDR_MASK {
4943     # Flavor: booldata
4944     # No user value, uncomment the following line to provide one.
4945     # user_value 0 0
4946     # value_source default
4947     # Default value: CYGSEM_REDBOOT_FLASH_CONFIG ? 0 :  "255, 255, 255, 0" 
4948     #     CYGSEM_REDBOOT_FLASH_CONFIG == 1
4949     #   --> 0 0
4950 };
4951
4952 # <
4953 # TCP port to listen for incoming connections
4954 # RedBoot will 'listen' on this port for incoming TCP 
4955 # connections. This allows outside connections to be made 
4956 # to the platform, either for GDB or RedBoot commands.
4957 #
4958 cdl_option CYGNUM_REDBOOT_NETWORKING_TCP_PORT {
4959     # Flavor: data
4960     # No user value, uncomment the following line to provide one.
4961     # user_value 9000
4962     # value_source default
4963     # Default value: 9000
4964 };
4965
4966 # Number of [network] packet buffers
4967 # RedBoot may need to buffer network data to support
4968 # various connections.  This option allows control
4969 # over the number of such buffered packets, and in
4970 # turn, controls the amount of memory used by RedBoot
4971 # (which is not available to user applications).
4972 # Each packet buffer takes up about 1514 bytes.
4973 # Note: there is little need to make this larger than
4974 # the default.
4975 #
4976 cdl_option CYGNUM_REDBOOT_NETWORKING_MAX_PKTBUF {
4977     # Flavor: data
4978     # No user value, uncomment the following line to provide one.
4979     # user_value 4
4980     # value_source default
4981     # Default value: 4
4982     # Legal values: 3 to 8
4983 };
4984
4985 # DNS support
4986 # When this option is enabled, RedBoot will be built with
4987 # support for DNS, allowing use of hostnames on the command
4988 # line.
4989 #
4990 cdl_component CYGPKG_REDBOOT_NETWORKING_DNS {
4991     # This option is not active
4992     # ActiveIf constraint: CYGPKG_NS_DNS
4993     #     CYGPKG_NS_DNS (unknown) == 0
4994     #   --> 0
4995
4996     # Flavor: bool
4997     # No user value, uncomment the following line to provide one.
4998     # user_value 1
4999     # value_source default
5000     # Default value: 1
5001     # Requires: !CYGPKG_NS_DNS_BUILD
5002     #     CYGPKG_NS_DNS_BUILD (unknown) == 0
5003     #   --> 1
5004 };
5005
5006 # >
5007 # Default DNS IP
5008 # This option sets the IP of the default DNS. The IP can be
5009 # changed at runtime as well.
5010 #
5011 cdl_option CYGPKG_REDBOOT_NETWORKING_DNS_IP {
5012     # This option is not active
5013     # The parent CYGPKG_REDBOOT_NETWORKING_DNS is not active
5014     # ActiveIf constraint: !CYGSEM_REDBOOT_FLASH_CONFIG
5015     #     CYGSEM_REDBOOT_FLASH_CONFIG == 1
5016     #   --> 0
5017
5018     # Flavor: data
5019     # No user value, uncomment the following line to provide one.
5020     # user_value 0.0.0.0
5021     # value_source default
5022     # Default value: 0.0.0.0
5023 };
5024
5025 # Timeout in DNS lookup
5026 # This option sets the timeout used when looking up an
5027 # address via the DNS. Default is 10 seconds.
5028 #
5029 cdl_option CYGNUM_REDBOOT_NETWORKING_DNS_TIMEOUT {
5030     # This option is not active
5031     # The parent CYGPKG_REDBOOT_NETWORKING_DNS is not active
5032
5033     # Flavor: data
5034     # No user value, uncomment the following line to provide one.
5035     # user_value 10
5036     # value_source default
5037     # Default value: 10
5038 };
5039
5040 # Support the use of a domain name
5041 # This option controls if Redboot supports domain
5042 # names when performing DNS lookups
5043 #
5044 cdl_component CYGPKG_REDBOOT_NETWORKING_DNS_WITH_DOMAIN {
5045     # This option is not active
5046     # The parent CYGPKG_REDBOOT_NETWORKING_DNS is not active
5047
5048     # Flavor: bool
5049     # No user value, uncomment the following line to provide one.
5050     # user_value 0
5051     # value_source default
5052     # Default value: 0
5053 };
5054
5055 # >
5056 # Default DNS domain
5057 # This option sets the default DNS domain name.
5058 # This value will be overwritten by the value in
5059 # flash or a domain returned by DHCP
5060 #
5061 cdl_option CYGPKG_REDBOOT_NETWORKING_DNS_DEFAULT_DOMAIN {
5062     # This option is not active
5063     # The parent CYGPKG_REDBOOT_NETWORKING_DNS_WITH_DOMAIN is not active
5064     # The parent CYGPKG_REDBOOT_NETWORKING_DNS_WITH_DOMAIN is disabled
5065
5066     # Flavor: booldata
5067     # No user value, uncomment the following line to provide one.
5068     # user_value 0 0
5069     # value_source default
5070     # Default value: 0 0
5071 };
5072
5073 # Get DNS domain from Flash
5074 # This option enables getting the domain name 
5075 # from the flash configuration. This can later be 
5076 # overwritten by a value learnt from DHCP
5077 #
5078 cdl_option CYGPKG_REDBOOT_NETWORKING_DNS_FCONFIG_DOMAIN {
5079     # This option is not active
5080     # The parent CYGPKG_REDBOOT_NETWORKING_DNS_WITH_DOMAIN is not active
5081     # The parent CYGPKG_REDBOOT_NETWORKING_DNS_WITH_DOMAIN is disabled
5082     # ActiveIf constraint: CYGSEM_REDBOOT_FLASH_CONFIG
5083     #     CYGSEM_REDBOOT_FLASH_CONFIG == 1
5084     #   --> 1
5085
5086     # Flavor: bool
5087     # No user value, uncomment the following line to provide one.
5088     # user_value 0
5089     # value_source default
5090     # Default value: 0
5091 };
5092
5093 # Use DNS domain from DHCP
5094 # This option enables the use of the domain name
5095 # returned by DHCP.
5096 #
5097 cdl_option CYGPKG_REDBOOT_NETWORKING_DNS_DHCP_DOMAIN {
5098     # This option is not active
5099     # The parent CYGPKG_REDBOOT_NETWORKING_DNS_WITH_DOMAIN is not active
5100     # The parent CYGPKG_REDBOOT_NETWORKING_DNS_WITH_DOMAIN is disabled
5101
5102     # Flavor: bool
5103     # No user value, uncomment the following line to provide one.
5104     # user_value 0
5105     # value_source default
5106     # Default value: 0
5107 };
5108
5109 # BOOTP/DHCP DNS domain buffer size
5110 # This options sets the size of the static
5111 # buffer used by BOOTP/DHCP to store the DNS
5112 # domain name. The domain name will not be
5113 # set if the buffer is too small to hold it.
5114 #
5115 cdl_option CYGNUM_REDBOOT_NETWORK_DNS_DOMAIN_BUFSIZE {
5116     # This option is not active
5117     # The parent CYGPKG_REDBOOT_NETWORKING_DNS_WITH_DOMAIN is not active
5118     # The parent CYGPKG_REDBOOT_NETWORKING_DNS_WITH_DOMAIN is disabled
5119
5120     # Flavor: data
5121     # No user value, uncomment the following line to provide one.
5122     # user_value 32
5123     # value_source default
5124     # Default value: 32
5125 };
5126
5127 # <
5128 # <
5129 # Default network device driver
5130 # This is the name of the default network device to use.
5131 #
5132 cdl_option CYGDAT_REDBOOT_DEFAULT_NETWORK_DEVICE {
5133     # This option is not active
5134     # ActiveIf constraint:  CYGHWR_NET_DRIVERS > 1 
5135     #     CYGHWR_NET_DRIVERS == 1
5136     #   --> 0
5137
5138     # Flavor: data
5139     # No user value, uncomment the following line to provide one.
5140     # user_value "\"\""
5141     # value_source default
5142     # Default value: "\"\""
5143 };
5144
5145 # Initialize only one net device
5146 # This option tells RedBoot to stop initializing network
5147 # devices when it finds the first device which is
5148 # successfully initialized. The default behavior causes
5149 # all network devices to be initialized.
5150 #
5151 cdl_option CYGSEM_REDBOOT_NETWORK_INIT_ONE_DEVICE {
5152     # This option is not active
5153     # ActiveIf constraint:  CYGHWR_NET_DRIVERS > 1 
5154     #     CYGHWR_NET_DRIVERS == 1
5155     #   --> 0
5156
5157     # Flavor: bool
5158     # No user value, uncomment the following line to provide one.
5159     # user_value 0
5160     # value_source default
5161     # Default value: 0
5162 };
5163
5164 # <
5165 # Let RedBoot use any I/O channel for its console.
5166 # If this option is enabled then RedBoot will attempt to use all
5167 # defined serial I/O channels for its console device.  Once input
5168 # arrives at one of these channels then the console will use only
5169 # that port.
5170 #
5171 cdl_option CYGPKG_REDBOOT_ANY_CONSOLE {
5172     # Flavor: bool
5173     # No user value, uncomment the following line to provide one.
5174     # user_value 1
5175     # The inferred value should not be edited directly.
5176     inferred_value 0
5177     # value_source inferred
5178     # Default value: 1
5179 };
5180
5181 # Let RedBoot adjust the baud rate of the serial console.
5182 # If this option is enabled then RedBoot will support commands 
5183 # to set and query the baud rate on the selected console.
5184 #
5185 cdl_option CYGSEM_REDBOOT_VARIABLE_BAUD_RATE {
5186     # ActiveIf constraint: CYGINT_HAL_VIRTUAL_VECTOR_COMM_BAUD_SUPPORT
5187     #     CYGINT_HAL_VIRTUAL_VECTOR_COMM_BAUD_SUPPORT == 1
5188     #   --> 1
5189
5190     # Flavor: bool
5191     # No user value, uncomment the following line to provide one.
5192     # user_value 1
5193     # value_source default
5194     # Default value: 1
5195 };
5196
5197 # Run a platform specific startup function.
5198 # If this option is enabled then RedBoot will execute a platform
5199 # specific startup function before entering into its command line
5200 # processing.  This allows the platform to perform any special
5201 # setups before RedBoot actually starts running.  Note: the entire
5202 # RedBoot environment will already be initialized at this point.
5203 #
5204 cdl_option CYGSEM_REDBOOT_PLF_STARTUP {
5205     # Flavor: bool
5206     # No user value, uncomment the following line to provide one.
5207     # user_value 0
5208     # value_source default
5209     # Default value: 0
5210 };
5211
5212 # Run a platform specific ESA validation function.
5213 # If this option is enabled then RedBoot will execute a platform
5214 # specific function to validate an ethernet ESA.  This would be
5215 # useful if the address must conform to standards set by the
5216 # hardware manufacturer, etc.
5217 #
5218 cdl_option CYGSEM_REDBOOT_PLF_ESA_VALIDATE {
5219     # Flavor: bool
5220     # No user value, uncomment the following line to provide one.
5221     # user_value 0
5222     # The inferred value should not be edited directly.
5223     inferred_value 1
5224     # value_source inferred
5225     # Default value: 0
5226
5227     # The following properties are affected by this value
5228     # component CYGPKG_DEVS_ETH_ARM_MXCBOARD_ETH0
5229     #     Requires: CYGSEM_REDBOOT_PLF_ESA_VALIDATE
5230     # option CYGDAT_DEVS_ETH_ARM_TX25KARO_OUI
5231     #     ActiveIf: CYGSEM_REDBOOT_PLF_ESA_VALIDATE
5232 };
5233
5234 # Maximum command line length
5235 # This option allows control over how long the CLI command line
5236 # should be.  This space will be allocated statically
5237 # rather than from RedBoot's stack.
5238 #
5239 cdl_option CYGPKG_REDBOOT_MAX_CMD_LINE {
5240     # Flavor: data
5241     # No user value, uncomment the following line to provide one.
5242     # user_value 256
5243     # The inferred value should not be edited directly.
5244     inferred_value 1024
5245     # value_source inferred
5246     # Default value: 256
5247 };
5248
5249 # Command processing idle timeout (ms)
5250 # This option controls the timeout period before the
5251 # command processing is considered 'idle'.  Making this
5252 # number smaller will cause idle processing to take place
5253 # more often, etc.  The default value of 10ms is a reasonable
5254 # tradeoff between responsiveness and overhead.
5255 #
5256 cdl_option CYGNUM_REDBOOT_CLI_IDLE_TIMEOUT {
5257     # Flavor: data
5258     # No user value, uncomment the following line to provide one.
5259     # user_value 10
5260     # value_source default
5261     # Default value: 10
5262 };
5263
5264 # Validate RAM addresses during load
5265 # This option controls whether or not RedBoot will make
5266 # sure that memory being used by the "load" command is
5267 # in fact in user RAM.  Leaving the option enabled makes
5268 # for a safer environment, but this check may not be valid
5269 # on all platforms, thus the ability to disable it.  
5270 # ** Disable this only with great care **
5271 #
5272 cdl_option CYGSEM_REDBOOT_VALIDATE_USER_RAM_LOADS {
5273     # Flavor: bool
5274     # No user value, uncomment the following line to provide one.
5275     # user_value 1
5276     # value_source default
5277     # Default value: 1
5278
5279     # The following properties are affected by this value
5280     # option CYGBLD_REDBOOT_LOAD_INTO_FLASH
5281     #     Requires: CYGSEM_REDBOOT_VALIDATE_USER_RAM_LOADS
5282 };
5283
5284 # Allow RedBoot to support FLASH programming
5285 # If this option is enabled then RedBoot will provide commands
5286 # to manage images in FLASH memory.  These images can be loaded
5287 # into memory for execution or executed in place.
5288 #
5289 cdl_component CYGPKG_REDBOOT_FLASH {
5290     # ActiveIf constraint: CYGHWR_IO_FLASH_DEVICE
5291     #     CYGHWR_IO_FLASH_DEVICE == 1
5292     #   --> 1
5293
5294     # Flavor: bool
5295     # No user value, uncomment the following line to provide one.
5296     # user_value 1
5297     # value_source default
5298     # Default value: 1
5299
5300     # The following properties are affected by this value
5301     # option CYGPRI_REDBOOT_ZLIB_FLASH
5302     #     ActiveIf: CYGPKG_REDBOOT_FLASH
5303     # option CYGBLD_REDBOOT_LOAD_INTO_FLASH
5304     #     ActiveIf: CYGPKG_REDBOOT_FLASH
5305 };
5306
5307 # >
5308 # Byte order used to store info in flash.
5309 # This option controls the byte ordering used to store
5310 # the FIS directory info and flash config info.
5311 #
5312 cdl_option CYGOPT_REDBOOT_FLASH_BYTEORDER {
5313     # Flavor: data
5314     # No user value, uncomment the following line to provide one.
5315     # user_value NATURAL
5316     # value_source default
5317     # Default value: NATURAL
5318     # Legal values: "NATURAL" "MSBFIRST" "LSBFIRST" 
5319 };
5320
5321 # RedBoot Flash Image System support
5322 # doc: ref/flash-image-system.html
5323 # This option enables the Flash Image System commands
5324 # and support within RedBoot.  If disabled, simple Flash
5325 # access commands such as "fis write" will still exist.
5326 # This option would be disabled for targets that need simple
5327 # FLASH manipulation, but do not have the need or space for
5328 # complete image management.
5329 #
5330 cdl_option CYGOPT_REDBOOT_FIS {
5331     # Flavor: bool
5332     # No user value, uncomment the following line to provide one.
5333     # user_value 1
5334     # value_source default
5335     # Default value: 1
5336
5337     # The following properties are affected by this value
5338     # component CYGPKG_REDBOOT_FIS_CONTENTS
5339     #     ActiveIf: CYGOPT_REDBOOT_FIS
5340     # option CYGSEM_REDBOOT_FLASH_COMBINED_FIS_AND_CONFIG
5341     #     ActiveIf:  CYGOPT_REDBOOT_FIS &&  (CYGHWR_REDBOOT_FLASH_CONFIG_MEDIA == "FLASH") 
5342     # component CYGOPT_REDBOOT_FIS_ZLIB_COMMON_BUFFER
5343     #     ActiveIf:  CYGBLD_BUILD_REDBOOT_WITH_ZLIB &&  CYGOPT_REDBOOT_FIS 
5344 };
5345
5346 # Max number of chunks of free space to manage
5347 # If this option is defined then "fis free" will
5348 # rely on the FIS directory to determine what space is
5349 # free within the FLASH.  This option controls the
5350 # maximum number of free segment which can be handled
5351 # (typically this number is small).  If this option is
5352 # not enabled, the the archaic behaviour of actually
5353 # scanning the FLASH for erased sectors (unreliable)
5354 # will be used to determine what's free and what's
5355 # not.
5356 #
5357 cdl_option CYGDAT_REDBOOT_FIS_MAX_FREE_CHUNKS {
5358     # Flavor: booldata
5359     # No user value, uncomment the following line to provide one.
5360     # user_value 1 32
5361     # value_source default
5362     # Default value: 1 32
5363 };
5364
5365 # Flash Image System default directory contents
5366 #
5367 cdl_component CYGPKG_REDBOOT_FIS_CONTENTS {
5368     # ActiveIf constraint: CYGOPT_REDBOOT_FIS
5369     #     CYGOPT_REDBOOT_FIS == 1
5370     #   --> 1
5371
5372     # Calculated value: 1
5373     # Flavor: bool
5374     # Current value: 1
5375 };
5376
5377 # >
5378 # Flash block containing the Directory
5379 # Which block of flash should hold the directory
5380 # information. Positive numbers are absolute block
5381 # numbers.  Negative block numbers count backwards
5382 # from the last block.  eg 2 means block 2, -2
5383 # means the last but one block.
5384 #
5385 cdl_option CYGNUM_REDBOOT_FIS_DIRECTORY_BLOCK {
5386     # Flavor: data
5387     # No user value, uncomment the following line to provide one.
5388     # user_value -1
5389     # value_source default
5390     # Default value: -1
5391
5392     # The following properties are affected by this value
5393     # option CYGNUM_REDBOOT_FIS_REDUNDANT_DIRECTORY_BLOCK
5394     #     Requires:  CYGNUM_REDBOOT_FIS_REDUNDANT_DIRECTORY_BLOCK !=
5395     #                                        CYGNUM_REDBOOT_FIS_DIRECTORY_BLOCK 
5396 };
5397
5398 # Redundant Flash Image System Directory Support
5399 # This option enables the use of a redundant FIS
5400 # directory within RedBoot.  If enabled a flash block
5401 # will be reserved for a second copy of the fis
5402 # directory. Doing this allow for power failure safe
5403 # updates of the directory by the application.
5404 #
5405 cdl_component CYGOPT_REDBOOT_REDUNDANT_FIS {
5406     # Flavor: bool
5407     # No user value, uncomment the following line to provide one.
5408     # user_value 0
5409     # value_source default
5410     # Default value: 0
5411     # Requires:  0 == CYGSEM_REDBOOT_FLASH_COMBINED_FIS_AND_CONFIG 
5412     #     CYGSEM_REDBOOT_FLASH_COMBINED_FIS_AND_CONFIG == 1
5413     #   --> 0
5414 };
5415
5416 # >
5417 # Flash block containing the backup Directory
5418 # Which block of flash should hold the redundant
5419 # directory information. Positive numbers are
5420 # absolute block numbers. Negative block numbers
5421 # count backwards from the last block. eg 2 means
5422 # block 2, -2 means the last but one block.
5423 #
5424 cdl_option CYGNUM_REDBOOT_FIS_REDUNDANT_DIRECTORY_BLOCK {
5425     # This option is not active
5426     # The parent CYGOPT_REDBOOT_REDUNDANT_FIS is disabled
5427
5428     # Flavor: data
5429     # No user value, uncomment the following line to provide one.
5430     # user_value -3
5431     # value_source default
5432     # Default value: -3
5433     # Requires:  CYGNUM_REDBOOT_FIS_REDUNDANT_DIRECTORY_BLOCK !=
5434     #                                        CYGNUM_REDBOOT_FIS_DIRECTORY_BLOCK 
5435     #     CYGNUM_REDBOOT_FIS_REDUNDANT_DIRECTORY_BLOCK == 0
5436     #     CYGNUM_REDBOOT_FIS_DIRECTORY_BLOCK == -1
5437     #   --> 1
5438
5439     # The following properties are affected by this value
5440     # option CYGNUM_REDBOOT_FIS_REDUNDANT_DIRECTORY_BLOCK
5441     #     Requires:  CYGNUM_REDBOOT_FIS_REDUNDANT_DIRECTORY_BLOCK !=
5442     #                                        CYGNUM_REDBOOT_FIS_DIRECTORY_BLOCK 
5443 };
5444
5445 # <
5446 # Pseudo-file to describe reserved area
5447 # If an area of FLASH is reserved, it is informative to
5448 # have a fis entry describing it.  This option controls
5449 # creation of such an entry by default in the fis init
5450 # command.
5451 #
5452 cdl_option CYGOPT_REDBOOT_FIS_RESERVED_BASE {
5453     # This option is not active
5454     # ActiveIf constraint:  0 != CYGNUM_REDBOOT_FLASH_RESERVED_BASE 
5455     #     CYGNUM_REDBOOT_FLASH_RESERVED_BASE == 0
5456     #   --> 0
5457
5458     # Flavor: bool
5459     # No user value, uncomment the following line to provide one.
5460     # user_value 1
5461     # value_source default
5462     # Default value: 1
5463 };
5464
5465 # File to describe RedBoot boot image
5466 # Normally a ROM-startup RedBoot image is first in the
5467 # FLASH, and the system boots using that image.  This
5468 # option controls creation of an entry describing it in
5469 # the fis init command.  It might be disabled if a
5470 # platform has an immutable boot image of its own, where
5471 # we use a POST-startup RedBoot instead, which performs
5472 # less board initialization.
5473 #
5474 cdl_option CYGOPT_REDBOOT_FIS_REDBOOT {
5475     # Flavor: bool
5476     # No user value, uncomment the following line to provide one.
5477     # user_value 1
5478     # value_source default
5479     # Default value: 1
5480
5481     # The following properties are affected by this value
5482     # component CYGOPT_REDBOOT_FIS_REDBOOT_POST
5483     #     DefaultValue: !CYGOPT_REDBOOT_FIS_REDBOOT
5484     # option CYGBLD_REDBOOT_MIN_IMAGE_SIZE
5485     #     DefaultValue:  CYGOPT_REDBOOT_FIS_REDBOOT ? 0x20000 : 0 
5486 };
5487
5488 # File to describe RedBoot POST-compatible image
5489 # This option controls creation of an entry describing a
5490 # POST-startup RedBoot image in the fis init command.
5491 # Not all platforms support POST-startup.  A platform
5492 # might have both for testing purposes, where the
5493 # eventual user would substitute their own POST code for
5494 # the initial ROM-startup RedBoot, and then jump to the
5495 # POST-compatible RedBoot immediately following.
5496 #
5497 cdl_component CYGOPT_REDBOOT_FIS_REDBOOT_POST {
5498     # Flavor: bool
5499     # No user value, uncomment the following line to provide one.
5500     # user_value 0
5501     # value_source default
5502     # Default value: !CYGOPT_REDBOOT_FIS_REDBOOT
5503     #     CYGOPT_REDBOOT_FIS_REDBOOT == 1
5504     #   --> 0
5505 };
5506
5507 # >
5508 # Offset of POST image from FLASH start
5509 # This option specifies the offset for a POST image from
5510 # the start of FLASH.  If unset, then the fis entry
5511 # describing the POST image will be placed where
5512 # convenient.
5513 #
5514 cdl_option CYGNUM_REDBOOT_FIS_REDBOOT_POST_OFFSET {
5515     # This option is not active
5516     # The parent CYGOPT_REDBOOT_FIS_REDBOOT_POST is disabled
5517
5518     # Flavor: booldata
5519     # No user value, uncomment the following line to provide one.
5520     # user_value 0 0
5521     # value_source default
5522     # Default value: 0 0
5523     # Requires:  CYGNUM_REDBOOT_FIS_REDBOOT_POST_OFFSET >=  CYGBLD_REDBOOT_FLASH_BOOT_OFFSET 
5524     #     CYGNUM_REDBOOT_FIS_REDBOOT_POST_OFFSET == 0
5525     #     CYGBLD_REDBOOT_FLASH_BOOT_OFFSET == 0
5526     #   --> 1
5527
5528     # The following properties are affected by this value
5529     # option CYGNUM_REDBOOT_FIS_REDBOOT_POST_OFFSET
5530     #     Requires:  CYGNUM_REDBOOT_FIS_REDBOOT_POST_OFFSET >=  CYGBLD_REDBOOT_FLASH_BOOT_OFFSET 
5531 };
5532
5533 # <
5534 # File to describe RedBoot backup image
5535 # This option controls creation of an entry describing a
5536 # backup RedBoot image in the fis init command.
5537 # Conventionally a RAM-startup RedBoot image is kept
5538 # under this name for use in updating the ROM-based
5539 # RedBoot that boots the board.
5540 #
5541 cdl_option CYGOPT_REDBOOT_FIS_REDBOOT_BACKUP {
5542     # Flavor: bool
5543     # No user value, uncomment the following line to provide one.
5544     # user_value 0
5545     # value_source default
5546     # Default value: 0
5547 };
5548
5549 # Include ARM SIB ID in FIS
5550 # If set, this option will cause the last 5 words of
5551 # the FIS to include the special ID needed for the
5552 # flash to be recognized as a reserved area for RedBoot
5553 # by an ARM BootRom monitor.
5554 #
5555 cdl_option CYGOPT_REDBOOT_FIS_DIRECTORY_ARM_SIB_ID {
5556     # Flavor: bool
5557     # No user value, uncomment the following line to provide one.
5558     # user_value 0
5559     # value_source default
5560     # Default value: 0
5561 };
5562
5563 # Size of FIS directory entry
5564 # The FIS directory is limited to one single flash
5565 # sector. If your flash has tiny sectors, you may wish
5566 # to reduce this value in order to get more slots in
5567 # the FIS directory.
5568 #
5569 cdl_option CYGNUM_REDBOOT_FIS_DIRECTORY_ENTRY_SIZE {
5570     # Flavor: data
5571     # No user value, uncomment the following line to provide one.
5572     # user_value 256
5573     # value_source default
5574     # Default value: 256
5575 };
5576
5577 # Number of FIS directory entries
5578 # The FIS directory normally occupies a single flash
5579 # sector. Adjusting this value can allow for more than
5580 # one flash sector to be used, which is useful if your
5581 # sectors are very small.
5582 #
5583 cdl_option CYGNUM_REDBOOT_FIS_DIRECTORY_ENTRY_COUNT {
5584     # Flavor: data
5585     # No user value, uncomment the following line to provide one.
5586     # user_value 8
5587     # value_source default
5588     # Default value: 8
5589 };
5590
5591 # Maximum RedBoot image size
5592 # This option controls the maximum length reserved
5593 # for the RedBoot boot image in the FIS table.
5594 # This should be a multiple of the flash's erase
5595 # block size.
5596 #
5597 cdl_option CYGBLD_REDBOOT_MIN_IMAGE_SIZE {
5598     # Flavor: data
5599     # No user value, uncomment the following line to provide one.
5600     # user_value 0x00020000
5601     # The inferred value should not be edited directly.
5602     inferred_value 0x00040000
5603     # value_source inferred
5604     # Default value:  CYGOPT_REDBOOT_FIS_REDBOOT ? 0x20000 : 0 
5605     #     CYGOPT_REDBOOT_FIS_REDBOOT == 1
5606     #   --> 0x00020000
5607 };
5608
5609 # Offset from start of FLASH to RedBoot boot image
5610 # This option controls where the RedBoot boot image is 
5611 # located relative to the start of FLASH.
5612 #
5613 cdl_option CYGBLD_REDBOOT_FLASH_BOOT_OFFSET {
5614     # Flavor: data
5615     # No user value, uncomment the following line to provide one.
5616     # user_value 0
5617     # value_source default
5618     # Default value: CYGNUM_REDBOOT_FLASH_RESERVED_BASE
5619     #     CYGNUM_REDBOOT_FLASH_RESERVED_BASE == 0
5620     #   --> 0
5621     # Requires:  CYGNUM_REDBOOT_FLASH_RESERVED_BASE <=  CYGBLD_REDBOOT_FLASH_BOOT_OFFSET 
5622     #     CYGNUM_REDBOOT_FLASH_RESERVED_BASE == 0
5623     #     CYGBLD_REDBOOT_FLASH_BOOT_OFFSET == 0
5624     #   --> 1
5625
5626     # The following properties are affected by this value
5627     # option CYGNUM_REDBOOT_FIS_REDBOOT_POST_OFFSET
5628     #     Requires:  CYGNUM_REDBOOT_FIS_REDBOOT_POST_OFFSET >=  CYGBLD_REDBOOT_FLASH_BOOT_OFFSET 
5629     # option CYGBLD_REDBOOT_FLASH_BOOT_OFFSET
5630     #     Requires:  CYGNUM_REDBOOT_FLASH_RESERVED_BASE <=  CYGBLD_REDBOOT_FLASH_BOOT_OFFSET 
5631     # component CYGPKG_HAL_ARM_TX25_OPTIONS
5632     #     Requires:  CYGBLD_REDBOOT_FLASH_BOOT_OFFSET == 0 
5633 };
5634
5635 # Size of reserved area at start of FLASH
5636 # This option reserves an area at the start of
5637 # FLASH where RedBoot will never interfere; it is
5638 # expected that this area contains
5639 # (non-RedBoot-based) POST code or some other boot
5640 # monitor that executes before RedBoot.
5641 #
5642 cdl_option CYGNUM_REDBOOT_FLASH_RESERVED_BASE {
5643     # Flavor: data
5644     # No user value, uncomment the following line to provide one.
5645     # user_value 0
5646     # value_source default
5647     # Default value: 0
5648
5649     # The following properties are affected by this value
5650     # option CYGOPT_REDBOOT_FIS_RESERVED_BASE
5651     #     ActiveIf:  0 != CYGNUM_REDBOOT_FLASH_RESERVED_BASE 
5652     # option CYGBLD_REDBOOT_FLASH_BOOT_OFFSET
5653     #     DefaultValue: CYGNUM_REDBOOT_FLASH_RESERVED_BASE
5654     # option CYGBLD_REDBOOT_FLASH_BOOT_OFFSET
5655     #     Requires:  CYGNUM_REDBOOT_FLASH_RESERVED_BASE <=  CYGBLD_REDBOOT_FLASH_BOOT_OFFSET 
5656 };
5657
5658 # <
5659 # Keep all RedBoot FLASH data blocks locked.
5660 # When this option is enabled, RedBoot will keep configuration
5661 # data and the FIS directory blocks implicitly locked.  While
5662 # this is somewhat safer, it does add overhead during updates.
5663 #
5664 cdl_option CYGSEM_REDBOOT_FLASH_LOCK_SPECIAL {
5665     # This option is not active
5666     # ActiveIf constraint:  CYGHWR_IO_FLASH_BLOCK_LOCKING != 0 
5667     #     CYGHWR_IO_FLASH_BLOCK_LOCKING == 0
5668     #   --> 0
5669
5670     # Flavor: bool
5671     # No user value, uncomment the following line to provide one.
5672     # user_value 1
5673     # value_source default
5674     # Default value: 1
5675 };
5676
5677 # Use CRC checksums on FIS images.
5678 # When this option is enabled, RedBoot will use CRC checksums
5679 # when reading and writing flash images.
5680 #
5681 cdl_option CYGSEM_REDBOOT_FIS_CRC_CHECK {
5682     # Flavor: bool
5683     # No user value, uncomment the following line to provide one.
5684     # user_value 1
5685     # value_source default
5686     # Default value: 1
5687 };
5688
5689 # ARM FLASH drivers support SIB flash block structure
5690 # This interface is implemented by a flash driver
5691 # to indicate that it supports the ARM SIB flash
5692 # block structure
5693 #
5694 cdl_interface CYGINT_REDBOOT_ARM_FLASH_SIB_SUPPORTED {
5695     # No options implement this inferface
5696     # ActiveIf constraint: CYGPKG_HAL_ARM
5697     #     CYGPKG_HAL_ARM == current
5698     #   --> 1
5699
5700     # This value cannot be modified here.
5701     # Flavor: data
5702     # Current_value: 0
5703
5704     # The following properties are affected by this value
5705     # option CYGHWR_REDBOOT_ARM_FLASH_SIB
5706     #     ActiveIf: CYGINT_REDBOOT_ARM_FLASH_SIB_SUPPORTED
5707 };
5708
5709 # Use ARM SIB flash block structure
5710 # This option is used to interpret ARM Flash System 
5711 # information blocks.
5712 #
5713 cdl_option CYGHWR_REDBOOT_ARM_FLASH_SIB {
5714     # This option is not active
5715     # ActiveIf constraint: CYGINT_REDBOOT_ARM_FLASH_SIB_SUPPORTED
5716     #     CYGINT_REDBOOT_ARM_FLASH_SIB_SUPPORTED == 0
5717     #   --> 0
5718
5719     # Flavor: bool
5720     # No user value, uncomment the following line to provide one.
5721     # user_value 1
5722     # value_source default
5723     # Default value: 1
5724 };
5725
5726 # <
5727 # Keep RedBoot configuration data in FLASH
5728 # When this option is enabled, RedBoot will keep configuration
5729 # data in a separate block of FLASH memory.  This data will
5730 # include such items as the node IP address or startup scripts.
5731 #
5732 cdl_component CYGSEM_REDBOOT_FLASH_CONFIG {
5733     # Flavor: bool
5734     # No user value, uncomment the following line to provide one.
5735     # user_value 1
5736     # value_source default
5737     # Default value:  CYGPKG_IO_FLASH != 0 
5738     #     CYGPKG_IO_FLASH == current
5739     #   --> 1
5740
5741     # The following properties are affected by this value
5742     # component CYGDAT_REDBOOT_DEFAULT_IP_ADDR
5743     #     DefaultValue: CYGSEM_REDBOOT_FLASH_CONFIG ? 0 :  "0, 0, 0, 0" 
5744     # option CYGDAT_REDBOOT_DEFAULT_BOOTP_SERVER_IP_ADDR
5745     #     DefaultValue: CYGSEM_REDBOOT_FLASH_CONFIG ? 0 :  "0, 0, 0, 0" 
5746     # component CYGDAT_REDBOOT_DEFAULT_GATEWAY_IP_ADDR
5747     #     DefaultValue: CYGSEM_REDBOOT_FLASH_CONFIG ? 0 :  "0, 0, 0, 0" 
5748     # component CYGDAT_REDBOOT_DEFAULT_IP_ADDR_MASK
5749     #     DefaultValue: CYGSEM_REDBOOT_FLASH_CONFIG ? 0 :  "255, 255, 255, 0" 
5750     # option CYGPKG_REDBOOT_NETWORKING_DNS_IP
5751     #     ActiveIf: !CYGSEM_REDBOOT_FLASH_CONFIG
5752     # option CYGPKG_REDBOOT_NETWORKING_DNS_FCONFIG_DOMAIN
5753     #     ActiveIf: CYGSEM_REDBOOT_FLASH_CONFIG
5754     # option CYGFUN_REDBOOT_BOOT_SCRIPT
5755     #     ActiveIf:  CYGDAT_REDBOOT_DEFAULT_BOOT_SCRIPT ||  CYGSEM_REDBOOT_FLASH_CONFIG 
5756 };
5757
5758 # >
5759 # Length of configuration data in FLASH
5760 # This option is used to control the amount of memory and FLASH
5761 # to be used for configuration options (persistent storage).
5762 #
5763 cdl_option CYGNUM_REDBOOT_FLASH_CONFIG_SIZE {
5764     # Flavor: data
5765     # No user value, uncomment the following line to provide one.
5766     # user_value 4096
5767     # value_source default
5768     # Default value: 4096
5769 };
5770
5771 # Style of media used for persistent data storage
5772 # Persistent data storage can either be held in 'norma' FLASH
5773 # or some other device (represented by the 'EEPROM' choice).
5774 # The different styles utilize different access methods.
5775 #
5776 cdl_option CYGHWR_REDBOOT_FLASH_CONFIG_MEDIA {
5777     # Flavor: data
5778     # No user value, uncomment the following line to provide one.
5779     # user_value FLASH
5780     # value_source default
5781     # Default value: FLASH
5782     # Legal values:  "FLASH" "EEPROM" 
5783
5784     # The following properties are affected by this value
5785     # option CYGSEM_REDBOOT_FLASH_COMBINED_FIS_AND_CONFIG
5786     #     ActiveIf:  CYGOPT_REDBOOT_FIS &&  (CYGHWR_REDBOOT_FLASH_CONFIG_MEDIA == "FLASH") 
5787     # option CYGSEM_REDBOOT_FLASH_CONFIG_READONLY_FALLBACK
5788     #     DefaultValue:  (CYGHWR_REDBOOT_FLASH_CONFIG_MEDIA == "FLASH") 
5789 };
5790
5791 # Merged config data and FIS directory
5792 # If this option is set, then the FIS directory and FLASH 
5793 # configuration database will be stored in the same physical
5794 # FLASH block.
5795 #
5796 cdl_option CYGSEM_REDBOOT_FLASH_COMBINED_FIS_AND_CONFIG {
5797     # ActiveIf constraint:  CYGOPT_REDBOOT_FIS &&  (CYGHWR_REDBOOT_FLASH_CONFIG_MEDIA == "FLASH") 
5798     #     CYGOPT_REDBOOT_FIS == 1
5799     #     CYGHWR_REDBOOT_FLASH_CONFIG_MEDIA == FLASH
5800     #   --> 1
5801
5802     # Flavor: bool
5803     # No user value, uncomment the following line to provide one.
5804     # user_value 1
5805     # value_source default
5806     # Default value: 1
5807
5808     # The following properties are affected by this value
5809     # component CYGOPT_REDBOOT_REDUNDANT_FIS
5810     #     Requires:  0 == CYGSEM_REDBOOT_FLASH_COMBINED_FIS_AND_CONFIG 
5811 };
5812
5813 # Which block of flash to use
5814 # Which block of flash should hold the configuration 
5815 # information. Positive numbers are absolute block numbers. 
5816 # Negative block numbers count backwards from the last block.
5817 # eg 2 means block 2, -2 means the last but one block.
5818 #
5819 cdl_option CYGNUM_REDBOOT_FLASH_CONFIG_BLOCK {
5820     # Flavor: data
5821     # No user value, uncomment the following line to provide one.
5822     # user_value -2
5823     # value_source default
5824     # Default value: -2
5825 };
5826
5827 # Support simple macros/aliases in FLASH
5828 # This option is used to allow support for simple text-based
5829 # macros (aliases).  These aliases are kept in the FLASH
5830 # configuration data (persistent storage).
5831 #
5832 cdl_option CYGSEM_REDBOOT_FLASH_ALIASES {
5833     # Flavor: bool
5834     # No user value, uncomment the following line to provide one.
5835     # user_value 1
5836     # value_source default
5837     # Default value: 1
5838 };
5839
5840 # Length of strings in FLASH configuration data
5841 # This option is used to control the amount of memory
5842 # and FLASH to be used for string configuration
5843 # options (persistent storage).
5844 #
5845 cdl_option CYGNUM_REDBOOT_FLASH_STRING_SIZE {
5846     # Flavor: data
5847     # No user value, uncomment the following line to provide one.
5848     # user_value 128
5849     # value_source default
5850     # Default value: 128
5851 };
5852
5853 # Length of configuration script(s) in FLASH
5854 # This option is used to control the amount of memory and 
5855 # FLASH to be used for configuration options (persistent 
5856 # storage).
5857 #
5858 cdl_option CYGNUM_REDBOOT_FLASH_SCRIPT_SIZE {
5859     # Flavor: data
5860     # No user value, uncomment the following line to provide one.
5861     # user_value 512
5862     # The inferred value should not be edited directly.
5863     inferred_value 2048
5864     # value_source inferred
5865     # Default value: 512
5866 };
5867
5868 # Fallback to read-only FLASH configuration
5869 # This option will cause the configuration information to
5870 # revert to the readonly information stored in the FLASH.
5871 # The option only takes effect after 
5872 # 1) the config_ok flag has been set to be true,
5873 # indicating that at one time the copy in RAM was valid;
5874 # and
5875 # 2) the information in RAM has been verified to be invalid
5876 #
5877 cdl_option CYGSEM_REDBOOT_FLASH_CONFIG_READONLY_FALLBACK {
5878     # Flavor: bool
5879     # No user value, uncomment the following line to provide one.
5880     # user_value 1
5881     # value_source default
5882     # Default value:  (CYGHWR_REDBOOT_FLASH_CONFIG_MEDIA == "FLASH") 
5883     #     CYGHWR_REDBOOT_FLASH_CONFIG_MEDIA == FLASH
5884     #   --> 1
5885 };
5886
5887 # <
5888 # Allow RedBoot to support fileio
5889 # If this option is enabled then RedBoot will provide commands
5890 # to load files from fileio file systems such as JFFS2.
5891 #
5892 cdl_component CYGPKG_REDBOOT_FILEIO {
5893     # This option is not active
5894     # ActiveIf constraint: CYGPKG_IO_FILEIO
5895     #     CYGPKG_IO_FILEIO (unknown) == 0
5896     #   --> 0
5897
5898     # Flavor: bool
5899     # No user value, uncomment the following line to provide one.
5900     # user_value 1
5901     # value_source default
5902     # Default value: 1
5903
5904     # The following properties are affected by this value
5905     # option CYGNUM_REDBOOT_GETC_BUFFER
5906     #     DefaultValue:  CYGPKG_REDBOOT_FILEIO ? 4096 : 256 
5907 };
5908
5909 # >
5910 # Include an ls command
5911 # If this option is enabled a simple ls command will be
5912 # included in redboot so the contents of a directory
5913 # can be listed
5914 #
5915 cdl_option CYGBLD_REDBOOT_FILEIO_WITH_LS {
5916     # This option is not active
5917     # The parent CYGPKG_REDBOOT_FILEIO is not active
5918
5919     # Flavor: bool
5920     # No user value, uncomment the following line to provide one.
5921     # user_value 1
5922     # value_source default
5923     # Default value: 1
5924 };
5925
5926 # <
5927 # Allow RedBoot to support disks
5928 # If this option is enabled then RedBoot will provide commands
5929 # to load disk files.
5930 #
5931 cdl_component CYGPKG_REDBOOT_DISK {
5932     # Flavor: bool
5933     user_value 0
5934     # value_source user
5935     # Default value: 1
5936 };
5937
5938 # >
5939 # Include Redboot commands for disk access
5940 #
5941 cdl_option CYGSEM_REDBOOT_DISK {
5942     # This option is not active
5943     # The parent CYGPKG_REDBOOT_DISK is disabled
5944
5945     # Flavor: bool
5946     # No user value, uncomment the following line to provide one.
5947     # user_value 0
5948     # value_source default
5949     # Default value:  CYGINT_REDBOOT_DISK_DRIVERS != 0 
5950     #     CYGINT_REDBOOT_DISK_DRIVERS == 0
5951     #   --> 0
5952 };
5953
5954 # Hardware drivers for disk-type devices
5955 #
5956 cdl_interface CYGINT_REDBOOT_DISK_DRIVERS {
5957     # Implemented by CYGSEM_REDBOOT_DISK_IDE, inactive, enabled
5958     # This option is not active
5959     # The parent CYGPKG_REDBOOT_DISK is disabled
5960
5961     # This value cannot be modified here.
5962     # Flavor: data
5963     # Current_value: 0
5964
5965     # The following properties are affected by this value
5966     # option CYGSEM_REDBOOT_DISK
5967     #     DefaultValue:  CYGINT_REDBOOT_DISK_DRIVERS != 0 
5968 };
5969
5970 # Maximum number of supported disks
5971 # This option controls the number of disks supported by 
5972 # RedBoot.
5973 #
5974 cdl_option CYGNUM_REDBOOT_MAX_DISKS {
5975     # This option is not active
5976     # The parent CYGPKG_REDBOOT_DISK is disabled
5977
5978     # Flavor: data
5979     # No user value, uncomment the following line to provide one.
5980     # user_value 4
5981     # value_source default
5982     # Default value: 4
5983 };
5984
5985 # Maximum number of partitions per disk
5986 # This option controls the maximum number of supported 
5987 # partitions per disk.
5988 #
5989 cdl_option CYGNUM_REDBOOT_MAX_PARTITIONS {
5990     # This option is not active
5991     # The parent CYGPKG_REDBOOT_DISK is disabled
5992
5993     # Flavor: data
5994     # No user value, uncomment the following line to provide one.
5995     # user_value 8
5996     # value_source default
5997     # Default value: 8
5998 };
5999
6000 # Support IDE disks.
6001 # When this option is enabled, RedBoot will support IDE disks.
6002 #
6003 cdl_component CYGSEM_REDBOOT_DISK_IDE {
6004     # This option is not active
6005     # The parent CYGPKG_REDBOOT_DISK is disabled
6006     # ActiveIf constraint:  CYGINT_HAL_PLF_IF_IDE != 0 
6007     #     CYGINT_HAL_PLF_IF_IDE == 0
6008     #   --> 0
6009
6010     # Flavor: bool
6011     # No user value, uncomment the following line to provide one.
6012     # user_value 1
6013     # value_source default
6014     # Default value: 1
6015 };
6016
6017 # >
6018 # Work with VMware virtual disks
6019 # This option controls the disk driver behavior at 
6020 # ide-init
6021 #
6022 cdl_option CYGSEM_REDBOOT_DISK_IDE_VMWARE {
6023     # This option is not active
6024     # The parent CYGSEM_REDBOOT_DISK_IDE is not active
6025
6026     # Flavor: bool
6027     # No user value, uncomment the following line to provide one.
6028     # user_value 0
6029     # value_source default
6030     # Default value: 0
6031 };
6032
6033 # <
6034 # Support Linux second extended filesystems.
6035 # When this option is enabled, RedBoot will support EXT2 
6036 # filesystems.
6037 #
6038 cdl_component CYGSEM_REDBOOT_DISK_EXT2FS {
6039     # This option is not active
6040     # The parent CYGPKG_REDBOOT_DISK is disabled
6041
6042     # Flavor: bool
6043     # No user value, uncomment the following line to provide one.
6044     # user_value 1
6045     # value_source default
6046     # Default value: 1
6047 };
6048
6049 # Support ISO9660 filesystems.
6050 # When this option is enabled, RedBoot will support ISO9660 
6051 # filesystems.
6052 #
6053 cdl_component CYGSEM_REDBOOT_DISK_ISO9660 {
6054     # This option is not active
6055     # The parent CYGPKG_REDBOOT_DISK is disabled
6056
6057     # Calculated value: 0
6058     # Flavor: bool
6059     # Current value: 0
6060 };
6061
6062 # <
6063 # Boot scripting
6064 # doc: ref/persistent-state-flash.html
6065 # This contains options related to RedBoot's boot script
6066 # functionality.
6067 #
6068 cdl_component CYGPKG_REDBOOT_BOOT_SCRIPT {
6069     # There is no associated value.
6070 };
6071
6072 # >
6073 # Boot scripting enabled
6074 # This option controls whether RedBoot boot script
6075 # functionality is enabled.
6076 #
6077 cdl_option CYGFUN_REDBOOT_BOOT_SCRIPT {
6078     # ActiveIf constraint:  CYGDAT_REDBOOT_DEFAULT_BOOT_SCRIPT ||  CYGSEM_REDBOOT_FLASH_CONFIG 
6079     #     CYGDAT_REDBOOT_DEFAULT_BOOT_SCRIPT == 0
6080     #     CYGSEM_REDBOOT_FLASH_CONFIG == 1
6081     #   --> 1
6082
6083     # Calculated value: 1
6084     # Flavor: bool
6085     # Current value: 1
6086 };
6087
6088 # Use default RedBoot boot script
6089 # If enabled, this option will tell RedBoot to use the 
6090 # value of this option as a default boot script.
6091 #
6092 cdl_option CYGDAT_REDBOOT_DEFAULT_BOOT_SCRIPT {
6093     # Flavor: booldata
6094     # No user value, uncomment the following line to provide one.
6095     # user_value 0 0
6096     # value_source default
6097     # Default value: 0 0
6098
6099     # The following properties are affected by this value
6100     # option CYGFUN_REDBOOT_BOOT_SCRIPT
6101     #     ActiveIf:  CYGDAT_REDBOOT_DEFAULT_BOOT_SCRIPT ||  CYGSEM_REDBOOT_FLASH_CONFIG 
6102 };
6103
6104 # Resolution (in ms) for script timeout value.
6105 # This option controls the resolution of the script
6106 # timeout.  The value is specified in milliseconds
6107 # (ms), thus to have the script timeout be defined in
6108 # terms of tenths of seconds, use 100.
6109 #
6110 cdl_option CYGNUM_REDBOOT_BOOT_SCRIPT_TIMEOUT_RESOLUTION {
6111     # Flavor: data
6112     # No user value, uncomment the following line to provide one.
6113     # user_value 1000
6114     # The inferred value should not be edited directly.
6115     inferred_value 10
6116     # value_source inferred
6117     # Default value: 1000
6118 };
6119
6120 # Script default timeout value
6121 # This option is used to set the default timeout for startup
6122 # scripts, when they are enabled.
6123 #
6124 cdl_option CYGNUM_REDBOOT_BOOT_SCRIPT_DEFAULT_TIMEOUT {
6125     # Flavor: data
6126     # No user value, uncomment the following line to provide one.
6127     # user_value 10
6128     # The inferred value should not be edited directly.
6129     inferred_value 1
6130     # value_source inferred
6131     # Default value: 10
6132 };
6133
6134 # <
6135 # Support RTC for time & date functions
6136 # When this option is enabled, RedBoot will support commands to
6137 # query and set the real time clock (time and date)
6138 #
6139 cdl_option CYGSEM_REDBOOT_RTC {
6140     # This option is not active
6141     # ActiveIf constraint:  CYGPKG_IO_WALLCLOCK 
6142     #     CYGPKG_IO_WALLCLOCK (unknown) == 0
6143     #   --> 0
6144
6145     # Flavor: bool
6146     # No user value, uncomment the following line to provide one.
6147     # user_value 1
6148     # value_source default
6149     # Default value: 1
6150 };
6151
6152 # Behave like a ROM monitor
6153 # Enabling this option will allow RedBoot to provide ROM 
6154 # monitor-style services to programs which it executes.
6155 #
6156 cdl_option CYGPRI_REDBOOT_ROM_MONITOR {
6157     # ActiveIf constraint:  CYG_HAL_STARTUP == "ROM" ||  CYG_HAL_STARTUP == "ROMRAM" 
6158     #     CYG_HAL_STARTUP == ROMRAM
6159     #     CYG_HAL_STARTUP == ROMRAM
6160     #   --> 1
6161
6162     # Calculated value: 1
6163     # Flavor: bool
6164     # Current value: 1
6165     # Requires: CYGSEM_HAL_ROM_MONITOR
6166     #     CYGSEM_HAL_ROM_MONITOR == 1
6167     #   --> 1
6168 };
6169
6170 # Allow RedBoot to handle GNUPro application 'syscalls'.
6171 # If this option is enabled then RedBoot will install a
6172 # syscall handler to support debugging of applications
6173 # based on GNUPro newlib/bsp.
6174 #
6175 cdl_component CYGSEM_REDBOOT_BSP_SYSCALLS {
6176     # Flavor: bool
6177     # No user value, uncomment the following line to provide one.
6178     # user_value 0
6179     # value_source default
6180     # Default value: 0
6181
6182     # The following properties are affected by this value
6183     # option CYGOPT_HAL_ARM_SYSCALL_GPROF_SUPPORT
6184     #     ActiveIf: CYGSEM_REDBOOT_BSP_SYSCALLS
6185     # option CYGPKG_HAL_GDB_FILEIO
6186     #     ActiveIf: CYGSEM_REDBOOT_BSP_SYSCALLS
6187 };
6188
6189 # >
6190 # Support additional syscalls for 'gprof' profiling
6191 # Support additional syscalls to support a periodic callback
6192 # function for histogram-style profiling, and an enquire/set
6193 # of the tick rate.
6194 # The application must use the GNUPro newlib facilities
6195 # to set this up.
6196 #
6197 cdl_option CYGSEM_REDBOOT_BSP_SYSCALLS_GPROF {
6198     # This option is not active
6199     # The parent CYGSEM_REDBOOT_BSP_SYSCALLS is disabled
6200     # ActiveIf constraint:  0 < CYGINT_REDBOOT_BSP_SYSCALLS_GPROF_SUPPORT 
6201     #     CYGINT_REDBOOT_BSP_SYSCALLS_GPROF_SUPPORT == 0
6202     #   --> 0
6203
6204     # Flavor: bool
6205     # No user value, uncomment the following line to provide one.
6206     # user_value 1
6207     # value_source default
6208     # Default value: 1
6209 };
6210
6211 # Does the HAL support 'gprof' profiling?
6212 #
6213 cdl_interface CYGINT_REDBOOT_BSP_SYSCALLS_GPROF_SUPPORT {
6214     # Implemented by CYGOPT_HAL_ARM_SYSCALL_GPROF_SUPPORT, inactive, enabled
6215     # This option is not active
6216     # The parent CYGSEM_REDBOOT_BSP_SYSCALLS is disabled
6217
6218     # This value cannot be modified here.
6219     # Flavor: data
6220     # Current_value: 0
6221
6222     # The following properties are affected by this value
6223     # option CYGSEM_REDBOOT_BSP_SYSCALLS_GPROF
6224     #     ActiveIf:  0 < CYGINT_REDBOOT_BSP_SYSCALLS_GPROF_SUPPORT 
6225 };
6226
6227 # Do not raise SIGTRAP when program exits
6228 # For some (single shot) newlib based programs,
6229 # exiting and returning a termination status may be
6230 # the normal expected behavior.
6231 #
6232 cdl_option CYGOPT_REDBOOT_BSP_SYSCALLS_EXIT_WITHOUT_TRAP {
6233     # This option is not active
6234     # The parent CYGSEM_REDBOOT_BSP_SYSCALLS is disabled
6235
6236     # Flavor: bool
6237     # No user value, uncomment the following line to provide one.
6238     # user_value 0
6239     # value_source default
6240     # Default value: 0
6241 };
6242
6243 # <
6244 # Use a common buffer for Zlib and FIS
6245 # Use a common memory buffer for both the zlib workspace
6246 # and FIS directory operations. This can save a substantial
6247 # amount of RAM, especially when flash sectors are large.
6248 #
6249 cdl_component CYGOPT_REDBOOT_FIS_ZLIB_COMMON_BUFFER {
6250     # ActiveIf constraint:  CYGBLD_BUILD_REDBOOT_WITH_ZLIB &&  CYGOPT_REDBOOT_FIS 
6251     #     CYGBLD_BUILD_REDBOOT_WITH_ZLIB == 1
6252     #     CYGOPT_REDBOOT_FIS == 1
6253     #   --> 1
6254
6255     # Flavor: bool
6256     # No user value, uncomment the following line to provide one.
6257     # user_value 0
6258     # value_source default
6259     # Default value: 0
6260 };
6261
6262 # >
6263 # Size of Zlib/FIS common buffer
6264 # Size of common buffer to allocate. Must be at least the
6265 # size of one flash sector.
6266 #
6267 cdl_option CYGNUM_REDBOOT_FIS_ZLIB_COMMON_BUFFER_SIZE {
6268     # This option is not active
6269     # The parent CYGOPT_REDBOOT_FIS_ZLIB_COMMON_BUFFER is disabled
6270
6271     # Flavor: data
6272     # No user value, uncomment the following line to provide one.
6273     # user_value 0x0000C000
6274     # value_source default
6275     # Default value: 0x0000C000
6276     # Legal values: 0x4000 to 0x80000000
6277 };
6278
6279 # <
6280 # Buffer size in getc when loading images
6281 # When loading images a buffer is used between redboot and the
6282 # underlying storage medium, eg a filesystem, or a socket etc.
6283 # The size of this buffer can have a big impart on load speed.
6284 #
6285 cdl_option CYGNUM_REDBOOT_GETC_BUFFER {
6286     # Flavor: data
6287     # No user value, uncomment the following line to provide one.
6288     # user_value 256
6289     # value_source default
6290     # Default value:  CYGPKG_REDBOOT_FILEIO ? 4096 : 256 
6291     #     CYGPKG_REDBOOT_FILEIO == 0
6292     #   --> 256
6293 };
6294
6295 # <
6296 # Redboot for ARM options
6297 # This option lists the target's requirements for a valid Redboot
6298 # configuration.
6299 #
6300 cdl_component CYGPKG_REDBOOT_ARM_OPTIONS {
6301     # ActiveIf constraint: CYGPKG_REDBOOT
6302     #     CYGPKG_REDBOOT == current
6303     #   --> 1
6304
6305     # There is no associated value.
6306
6307     # The following properties are affected by this value
6308 };
6309
6310 # >
6311 # Provide the exec command in RedBoot
6312 # This option contains requirements for booting linux
6313 # from RedBoot. The component is enabled/disabled from
6314 # RedBoots CDL.
6315 #
6316 cdl_component CYGPKG_REDBOOT_ARM_LINUX_EXEC {
6317     # ActiveIf constraint: CYGBLD_BUILD_REDBOOT_WITH_EXEC
6318     #     CYGBLD_BUILD_REDBOOT_WITH_EXEC == 1
6319     #   --> 1
6320
6321     # There is no associated value.
6322 };
6323
6324 # >
6325 # Enable -x switch for exec command.
6326 # This option allows bi-endian platforms to launch kernels
6327 # built for an endianess different than the RedBoot endianess
6328 #
6329 cdl_option CYGHWR_REDBOOT_LINUX_EXEC_X_SWITCH {
6330     # Flavor: bool
6331     # No user value, uncomment the following line to provide one.
6332     # user_value 0
6333     # value_source default
6334     # Default value: 0
6335 };
6336
6337 # Physical base address of linux kernel
6338 # This is the physical address of the base of the 
6339 # Linux kernel image.
6340 #
6341 cdl_option CYGHWR_REDBOOT_ARM_LINUX_EXEC_ADDRESS {
6342     # Flavor: data
6343     # No user value, uncomment the following line to provide one.
6344     # user_value 0x80108000
6345     # value_source default
6346     # Default value: CYGHWR_REDBOOT_ARM_LINUX_EXEC_ADDRESS_DEFAULT
6347     #     CYGHWR_REDBOOT_ARM_LINUX_EXEC_ADDRESS_DEFAULT == 0x80108000
6348     #   --> 0x80108000
6349 };
6350
6351 # Default physical base address of linux kernel
6352 # This is the physical address of the base of the 
6353 # Linux kernel image. This option gets set by the 
6354 # platform CDL.
6355 #
6356 cdl_option CYGHWR_REDBOOT_ARM_LINUX_EXEC_ADDRESS_DEFAULT {
6357     # Flavor: data
6358     # No user value, uncomment the following line to provide one.
6359     # user_value 0x00008000
6360     # The inferred value should not be edited directly.
6361     inferred_value 0x80108000
6362     # value_source inferred
6363     # Default value: 0x00008000
6364
6365     # The following properties are affected by this value
6366     # option CYGHWR_REDBOOT_ARM_LINUX_EXEC_ADDRESS
6367     #     DefaultValue: CYGHWR_REDBOOT_ARM_LINUX_EXEC_ADDRESS_DEFAULT
6368     # component CYGPKG_REDBOOT_HAL_TX25_OPTIONS
6369     #     Requires:  CYGHWR_REDBOOT_ARM_LINUX_EXEC_ADDRESS_DEFAULT == 0x80108000 
6370 };
6371
6372 # Base address of linux kernel parameter tags
6373 # This is the base address of the area of memory used to
6374 # pass parameters to the Linux kernel. This should be chosen
6375 # to avoid overlap with the kernel and any ramdisk image.
6376 #
6377 cdl_option CYGHWR_REDBOOT_ARM_LINUX_TAGS_ADDRESS {
6378     # Flavor: data
6379     # No user value, uncomment the following line to provide one.
6380     # user_value 0x00000100
6381     # value_source default
6382     # Default value: 0x00000100
6383 };
6384
6385 # <
6386 # <
6387 # Redboot HAL options
6388 # This option lists the target's requirements for a valid Redboot
6389 # configuration.
6390 #
6391 cdl_component CYGPKG_REDBOOT_HAL_OPTIONS {
6392     # ActiveIf constraint: CYGPKG_REDBOOT
6393     #     CYGPKG_REDBOOT == current
6394     #   --> 1
6395
6396     # There is no associated value.
6397 };
6398
6399 # >
6400 # Build Redboot ROM binary image
6401 # This option enables the conversion of the Redboot ELF
6402 # image to a binary image suitable for ROM programming.
6403 #
6404 cdl_option CYGBLD_BUILD_REDBOOT_BIN {
6405     # ActiveIf constraint: CYGBLD_BUILD_REDBOOT
6406     #     CYGBLD_BUILD_REDBOOT == 1
6407     #   --> 1
6408
6409     # Flavor: bool
6410     # No user value, uncomment the following line to provide one.
6411     # user_value 1
6412     # value_source default
6413     # Default value: 1
6414 };
6415
6416 # <
6417 # Redboot HAL variant options
6418 #
6419 cdl_component CYGPKG_REDBOOT_HAL_TX25_OPTIONS {
6420     # ActiveIf constraint: CYGPKG_REDBOOT
6421     #     CYGPKG_REDBOOT == current
6422     #   --> 1
6423
6424     # There is no associated value.
6425     # Requires:  CYGHWR_REDBOOT_ARM_LINUX_EXEC_ADDRESS_DEFAULT == 0x80108000 
6426     #     CYGHWR_REDBOOT_ARM_LINUX_EXEC_ADDRESS_DEFAULT == 0x80108000
6427     #   --> 1
6428 };
6429
6430 # <
6431 # ISO C and POSIX infrastructure
6432 # eCos supports implementations of ISO C libraries and POSIX
6433 # implementations. This package provides infrastructure used by
6434 # all such implementations.
6435 #
6436 cdl_package CYGPKG_ISOINFRA {
6437     # Packages cannot be added or removed, nor can their version be changed,
6438     # simply by editing their value. Instead the appropriate configuration
6439     # should be used to perform these actions.
6440
6441     # This value cannot be modified here.
6442     # Flavor: booldata
6443     # Current value: 1 current
6444
6445     # The following properties are affected by this value
6446     # component CYGBLD_BUILD_REDBOOT
6447     #     Requires: CYGPKG_ISOINFRA
6448     # package CYGPKG_LIBC_STRING
6449     #     Requires: CYGPKG_ISOINFRA
6450     # package CYGPKG_COMPRESS_ZLIB
6451     #     Requires: CYGPKG_ISOINFRA
6452     # package CYGPKG_IO_FLASH
6453     #     Requires: CYGPKG_ISOINFRA
6454     # option CYGIMP_MEMALLOC_ALLOCATOR_DLMALLOC_USE_MEMCPY
6455     #     Requires: CYGPKG_ISOINFRA
6456     # option CYGIMP_MEMALLOC_ALLOCATOR_DLMALLOC_USE_MEMCPY
6457     #     DefaultValue:  0 != CYGPKG_ISOINFRA 
6458     # component CYGPKG_MEMALLOC_MALLOC_ALLOCATORS
6459     #     ActiveIf: CYGPKG_ISOINFRA
6460     # package CYGPKG_LIBC_I18N
6461     #     Requires: CYGPKG_ISOINFRA
6462     # package CYGPKG_LIBC_STDLIB
6463     #     Requires: CYGPKG_ISOINFRA
6464 };
6465
6466 # >
6467 # Startup and termination
6468 #
6469 cdl_component CYGPKG_ISO_STARTUP {
6470     # There is no associated value.
6471 };
6472
6473 # >
6474 # main() startup implementations
6475 # Implementations of this interface arrange for a user-supplied
6476 # main() to be called in an ISO compatible environment.
6477 #
6478 cdl_interface CYGINT_ISO_MAIN_STARTUP {
6479     # No options implement this inferface
6480     # This value cannot be modified here.
6481     # Flavor: data
6482     # Current_value: 0
6483     # Requires:  1 >= CYGINT_ISO_MAIN_STARTUP 
6484     #     CYGINT_ISO_MAIN_STARTUP == 0
6485     #   --> 1
6486
6487     # The following properties are affected by this value
6488     # interface CYGINT_ISO_MAIN_STARTUP
6489     #     Requires:  1 >= CYGINT_ISO_MAIN_STARTUP 
6490 };
6491
6492 # environ implementations
6493 # Implementations of this interface provide the environ
6494 # variable required by POSIX.
6495 #
6496 cdl_interface CYGINT_ISO_ENVIRON {
6497     # No options implement this inferface
6498     # This value cannot be modified here.
6499     # Flavor: data
6500     # Current_value: 0
6501     # Requires:  1 >= CYGINT_ISO_ENVIRON 
6502     #     CYGINT_ISO_ENVIRON == 0
6503     #   --> 1
6504
6505     # The following properties are affected by this value
6506     # interface CYGINT_ISO_ENVIRON
6507     #     Requires:  1 >= CYGINT_ISO_ENVIRON 
6508 };
6509
6510 # <
6511 # ctype.h functions
6512 #
6513 cdl_component CYGPKG_ISO_CTYPE_H {
6514     # There is no associated value.
6515 };
6516
6517 # >
6518 # Number of implementations of ctype functions
6519 #
6520 cdl_interface CYGINT_ISO_CTYPE {
6521     # Implemented by CYGPKG_LIBC_I18N, active, enabled
6522     # This value cannot be modified here.
6523     # Flavor: data
6524     # Current_value: 1
6525     # Requires:  1 >= CYGINT_ISO_CTYPE 
6526     #     CYGINT_ISO_CTYPE == 1
6527     #   --> 1
6528
6529     # The following properties are affected by this value
6530     # interface CYGINT_ISO_CTYPE
6531     #     Requires:  1 >= CYGINT_ISO_CTYPE 
6532     # package CYGPKG_HAL_ARM_TX25KARO
6533     #     Requires: CYGINT_ISO_CTYPE
6534     # option CYGFUN_LIBC_STRING_BSD_FUNCS
6535     #     Requires: CYGINT_ISO_CTYPE
6536     # package CYGPKG_LIBC_STDLIB
6537     #     Requires: CYGINT_ISO_CTYPE
6538 };
6539
6540 # Ctype implementation header
6541 #
6542 cdl_option CYGBLD_ISO_CTYPE_HEADER {
6543     # Flavor: booldata
6544     # No user value, uncomment the following line to provide one.
6545     # user_value 0 0
6546     # The inferred value should not be edited directly.
6547     inferred_value 1 <cyg/libc/i18n/ctype.inl>
6548     # value_source inferred
6549     # Default value: 0 0
6550
6551     # The following properties are affected by this value
6552     # option CYGPKG_LIBC_I18N_NEWLIB_CTYPE
6553     #     Requires:  CYGBLD_ISO_CTYPE_HEADER ==  "<cyg/libc/i18n/newlibctype.h>" 
6554     # option CYGIMP_LIBC_I18N_CTYPE_INLINES
6555     #     Requires:  CYGBLD_ISO_CTYPE_HEADER ==  "<cyg/libc/i18n/ctype.inl>" 
6556 };
6557
6558 # <
6559 # Error handling
6560 #
6561 cdl_component CYGPKG_ISO_ERRNO {
6562     # There is no associated value.
6563 };
6564
6565 # >
6566 # Number of implementations of error codes
6567 #
6568 cdl_interface CYGINT_ISO_ERRNO_CODES {
6569     # Implemented by CYGPKG_ERROR, active, enabled
6570     # This value cannot be modified here.
6571     # Flavor: data
6572     # Current_value: 1
6573     # Requires:  1 >= CYGINT_ISO_ERRNO_CODES 
6574     #     CYGINT_ISO_ERRNO_CODES == 1
6575     #   --> 1
6576
6577     # The following properties are affected by this value
6578     # interface CYGINT_ISO_ERRNO_CODES
6579     #     Requires:  1 >= CYGINT_ISO_ERRNO_CODES 
6580 };
6581
6582 # Error codes implementation header
6583 #
6584 cdl_option CYGBLD_ISO_ERRNO_CODES_HEADER {
6585     # Flavor: booldata
6586     # No user value, uncomment the following line to provide one.
6587     # user_value 0 0
6588     # The inferred value should not be edited directly.
6589     inferred_value 1 <cyg/error/codes.h>
6590     # value_source inferred
6591     # Default value: 0 0
6592
6593     # The following properties are affected by this value
6594     # package CYGPKG_ERROR
6595     #     Requires:  CYGBLD_ISO_ERRNO_CODES_HEADER == "<cyg/error/codes.h>" 
6596 };
6597
6598 # Number of implementations of errno variable
6599 #
6600 cdl_interface CYGINT_ISO_ERRNO {
6601     # Implemented by CYGPKG_ERROR_ERRNO, active, enabled
6602     # This value cannot be modified here.
6603     # Flavor: data
6604     # Current_value: 1
6605     # Requires:  1 >= CYGINT_ISO_ERRNO 
6606     #     CYGINT_ISO_ERRNO == 1
6607     #   --> 1
6608
6609     # The following properties are affected by this value
6610     # interface CYGINT_ISO_ERRNO
6611     #     Requires:  1 >= CYGINT_ISO_ERRNO 
6612 };
6613
6614 # errno variable implementation header
6615 #
6616 cdl_option CYGBLD_ISO_ERRNO_HEADER {
6617     # Flavor: booldata
6618     # No user value, uncomment the following line to provide one.
6619     # user_value 0 0
6620     # The inferred value should not be edited directly.
6621     inferred_value 1 <cyg/error/errno.h>
6622     # value_source inferred
6623     # Default value: 0 0
6624
6625     # The following properties are affected by this value
6626     # component CYGPKG_ERROR_ERRNO
6627     #     Requires:  CYGBLD_ISO_ERRNO_HEADER == "<cyg/error/errno.h>" 
6628 };
6629
6630 # <
6631 # Locale-related functions
6632 #
6633 cdl_component CYGPKG_ISO_LOCALE {
6634     # There is no associated value.
6635 };
6636
6637 # >
6638 # Number of implementations of locale functions
6639 #
6640 cdl_interface CYGINT_ISO_LOCALE {
6641     # Implemented by CYGPKG_LIBC_I18N, active, enabled
6642     # This value cannot be modified here.
6643     # Flavor: data
6644     # Current_value: 1
6645     # Requires:  1 >= CYGINT_ISO_LOCALE 
6646     #     CYGINT_ISO_LOCALE == 1
6647     #   --> 1
6648
6649     # The following properties are affected by this value
6650     # interface CYGINT_ISO_LOCALE
6651     #     Requires:  1 >= CYGINT_ISO_LOCALE 
6652 };
6653
6654 # Locale implementation header
6655 #
6656 cdl_option CYGBLD_ISO_LOCALE_HEADER {
6657     # Flavor: booldata
6658     # No user value, uncomment the following line to provide one.
6659     # user_value 0 0
6660     # value_source default
6661     # Default value: 0 0
6662 };
6663
6664 # <
6665 # Standard I/O-related functionality
6666 #
6667 cdl_component CYGPKG_ISO_STDIO {
6668     # There is no associated value.
6669 };
6670
6671 # >
6672 # Number of implementations of stdio file types
6673 #
6674 cdl_interface CYGINT_ISO_STDIO_FILETYPES {
6675     # No options implement this inferface
6676     # This value cannot be modified here.
6677     # Flavor: booldata
6678     # Current value: 0 0
6679     # Requires:  1 >= CYGINT_ISO_STDIO_FILETYPES 
6680     #     CYGINT_ISO_STDIO_FILETYPES == 0
6681     #   --> 1
6682
6683     # The following properties are affected by this value
6684     # interface CYGINT_ISO_STDIO_FILETYPES
6685     #     Requires:  1 >= CYGINT_ISO_STDIO_FILETYPES 
6686 };
6687
6688 # Stdio file types implementation header
6689 #
6690 cdl_option CYGBLD_ISO_STDIO_FILETYPES_HEADER {
6691     # Flavor: booldata
6692     # No user value, uncomment the following line to provide one.
6693     # user_value 0 0
6694     # value_source default
6695     # Default value: 0 0
6696 };
6697
6698 # Stdio standard streams implementations
6699 #
6700 cdl_interface CYGINT_ISO_STDIO_STREAMS {
6701     # No options implement this inferface
6702     # This value cannot be modified here.
6703     # Flavor: booldata
6704     # Current value: 0 0
6705     # Requires:  1 >= CYGINT_ISO_STDIO_STREAMS 
6706     #     CYGINT_ISO_STDIO_STREAMS == 0
6707     #   --> 1
6708
6709     # The following properties are affected by this value
6710     # interface CYGINT_ISO_STDIO_STREAMS
6711     #     Requires:  1 >= CYGINT_ISO_STDIO_STREAMS 
6712 };
6713
6714 # Stdio standard streams implementation header
6715 # This header file must define stdin, stdout
6716 # and stderr.
6717 #
6718 cdl_option CYGBLD_ISO_STDIO_STREAMS_HEADER {
6719     # Flavor: booldata
6720     # No user value, uncomment the following line to provide one.
6721     # user_value 0 0
6722     # value_source default
6723     # Default value: 0 0
6724 };
6725
6726 # Number of implementations of stdio file operations
6727 #
6728 cdl_interface CYGINT_ISO_STDIO_FILEOPS {
6729     # No options implement this inferface
6730     # This value cannot be modified here.
6731     # Flavor: booldata
6732     # Current value: 0 0
6733     # Requires:  1 >= CYGINT_ISO_STDIO_FILEOPS 
6734     #     CYGINT_ISO_STDIO_FILEOPS == 0
6735     #   --> 1
6736
6737     # The following properties are affected by this value
6738     # interface CYGINT_ISO_STDIO_FILEOPS
6739     #     Requires:  1 >= CYGINT_ISO_STDIO_FILEOPS 
6740 };
6741
6742 # Stdio file operations implementation header
6743 # This header controls the file system operations on a file
6744 # such as remove(), rename(), tmpfile(), tmpnam() and associated
6745 # constants.
6746 #
6747 cdl_option CYGBLD_ISO_STDIO_FILEOPS_HEADER {
6748     # Flavor: booldata
6749     # No user value, uncomment the following line to provide one.
6750     # user_value 0 0
6751     # value_source default
6752     # Default value: 0 0
6753 };
6754
6755 # Number of implementations of stdio file access  functionals
6756 #
6757 cdl_interface CYGINT_ISO_STDIO_FILEACCESS {
6758     # No options implement this inferface
6759     # This value cannot be modified here.
6760     # Flavor: booldata
6761     # Current value: 0 0
6762     # Requires:  1 >= CYGINT_ISO_STDIO_FILEACCESS 
6763     #     CYGINT_ISO_STDIO_FILEACCESS == 0
6764     #   --> 1
6765
6766     # The following properties are affected by this value
6767     # interface CYGINT_ISO_STDIO_FILEACCESS
6768     #     Requires:  1 >= CYGINT_ISO_STDIO_FILEACCESS 
6769     # option CYGFUN_COMPRESS_ZLIB_GZIO
6770     #     Requires: CYGINT_ISO_STDIO_FILEACCESS
6771 };
6772
6773 # Stdio file access implementation header
6774 # This header controls the file access operations
6775 # such as fclose(), fflush(), fopen(), freopen(), setbuf(),
6776 # setvbuf(), and associated constants.
6777 #
6778 cdl_option CYGBLD_ISO_STDIO_FILEACCESS_HEADER {
6779     # Flavor: booldata
6780     # No user value, uncomment the following line to provide one.
6781     # user_value 0 0
6782     # value_source default
6783     # Default value: 0 0
6784 };
6785
6786 # Number of implementations of stdio formatted I/O
6787 #
6788 cdl_interface CYGINT_ISO_STDIO_FORMATTED_IO {
6789     # No options implement this inferface
6790     # This value cannot be modified here.
6791     # Flavor: booldata
6792     # Current value: 0 0
6793     # Requires:  1 >= CYGINT_ISO_STDIO_FORMATTED_IO 
6794     #     CYGINT_ISO_STDIO_FORMATTED_IO == 0
6795     #   --> 1
6796
6797     # The following properties are affected by this value
6798     # interface CYGINT_ISO_STDIO_FORMATTED_IO
6799     #     Requires:  1 >= CYGINT_ISO_STDIO_FORMATTED_IO 
6800     # option CYGFUN_COMPRESS_ZLIB_GZIO
6801     #     Requires: CYGINT_ISO_STDIO_FORMATTED_IO
6802 };
6803
6804 # Stdio formatted I/O implementation header
6805 #
6806 cdl_option CYGBLD_ISO_STDIO_FORMATTED_IO_HEADER {
6807     # Flavor: booldata
6808     # No user value, uncomment the following line to provide one.
6809     # user_value 0 0
6810     # value_source default
6811     # Default value: 0 0
6812 };
6813
6814 # Number of implementations of stdio character I/O
6815 #
6816 cdl_interface CYGINT_ISO_STDIO_CHAR_IO {
6817     # No options implement this inferface
6818     # This value cannot be modified here.
6819     # Flavor: booldata
6820     # Current value: 0 0
6821     # Requires:  1 >= CYGINT_ISO_STDIO_CHAR_IO 
6822     #     CYGINT_ISO_STDIO_CHAR_IO == 0
6823     #   --> 1
6824
6825     # The following properties are affected by this value
6826     # interface CYGINT_ISO_STDIO_CHAR_IO
6827     #     Requires:  1 >= CYGINT_ISO_STDIO_CHAR_IO 
6828 };
6829
6830 # Stdio character I/O implementation header
6831 #
6832 cdl_option CYGBLD_ISO_STDIO_CHAR_IO_HEADER {
6833     # Flavor: booldata
6834     # No user value, uncomment the following line to provide one.
6835     # user_value 0 0
6836     # value_source default
6837     # Default value: 0 0
6838 };
6839
6840 # Number of implementations of stdio direct I/O
6841 #
6842 cdl_interface CYGINT_ISO_STDIO_DIRECT_IO {
6843     # No options implement this inferface
6844     # This value cannot be modified here.
6845     # Flavor: booldata
6846     # Current value: 0 0
6847     # Requires:  1 >= CYGINT_ISO_STDIO_DIRECT_IO 
6848     #     CYGINT_ISO_STDIO_DIRECT_IO == 0
6849     #   --> 1
6850
6851     # The following properties are affected by this value
6852     # interface CYGINT_ISO_STDIO_DIRECT_IO
6853     #     Requires:  1 >= CYGINT_ISO_STDIO_DIRECT_IO 
6854 };
6855
6856 # Stdio direct I/O implementation header
6857 #
6858 cdl_option CYGBLD_ISO_STDIO_DIRECT_IO_HEADER {
6859     # Flavor: booldata
6860     # No user value, uncomment the following line to provide one.
6861     # user_value 0 0
6862     # value_source default
6863     # Default value: 0 0
6864 };
6865
6866 # Number of implementations of stdio file positioning
6867 #
6868 cdl_interface CYGINT_ISO_STDIO_FILEPOS {
6869     # No options implement this inferface
6870     # This value cannot be modified here.
6871     # Flavor: booldata
6872     # Current value: 0 0
6873     # Requires:  1 >= CYGINT_ISO_STDIO_FILEPOS 
6874     #     CYGINT_ISO_STDIO_FILEPOS == 0
6875     #   --> 1
6876
6877     # The following properties are affected by this value
6878     # interface CYGINT_ISO_STDIO_FILEPOS
6879     #     Requires:  1 >= CYGINT_ISO_STDIO_FILEPOS 
6880     # option CYGFUN_COMPRESS_ZLIB_GZIO
6881     #     Requires: CYGINT_ISO_STDIO_FILEPOS
6882 };
6883
6884 # Stdio file positioning implementation header
6885 #
6886 cdl_option CYGBLD_ISO_STDIO_FILEPOS_HEADER {
6887     # Flavor: booldata
6888     # No user value, uncomment the following line to provide one.
6889     # user_value 0 0
6890     # value_source default
6891     # Default value: 0 0
6892 };
6893
6894 # Number of implementations of stdio error handling
6895 #
6896 cdl_interface CYGINT_ISO_STDIO_ERROR {
6897     # No options implement this inferface
6898     # This value cannot be modified here.
6899     # Flavor: booldata
6900     # Current value: 0 0
6901     # Requires:  1 >= CYGINT_ISO_STDIO_ERROR 
6902     #     CYGINT_ISO_STDIO_ERROR == 0
6903     #   --> 1
6904
6905     # The following properties are affected by this value
6906     # interface CYGINT_ISO_STDIO_ERROR
6907     #     Requires:  1 >= CYGINT_ISO_STDIO_ERROR 
6908 };
6909
6910 # Stdio error handling implementation header
6911 #
6912 cdl_option CYGBLD_ISO_STDIO_ERROR_HEADER {
6913     # Flavor: booldata
6914     # No user value, uncomment the following line to provide one.
6915     # user_value 0 0
6916     # value_source default
6917     # Default value: 0 0
6918 };
6919
6920 # POSIX fd-related function implementations
6921 #
6922 cdl_interface CYGINT_ISO_STDIO_POSIX_FDFUNCS {
6923     # No options implement this inferface
6924     # This value cannot be modified here.
6925     # Flavor: booldata
6926     # Current value: 0 0
6927     # Requires:  1 >=  CYGINT_ISO_STDIO_POSIX_FDFUNCS 
6928     #     CYGINT_ISO_STDIO_POSIX_FDFUNCS == 0
6929     #   --> 1
6930
6931     # The following properties are affected by this value
6932     # interface CYGINT_ISO_STDIO_POSIX_FDFUNCS
6933     #     Requires:  1 >=  CYGINT_ISO_STDIO_POSIX_FDFUNCS 
6934 };
6935
6936 # POSIX fd-related function implementation header
6937 #
6938 cdl_option CYGBLD_ISO_STDIO_POSIX_FDFUNCS_HEADER {
6939     # Flavor: booldata
6940     # No user value, uncomment the following line to provide one.
6941     # user_value 0 0
6942     # value_source default
6943     # Default value: 0 0
6944 };
6945
6946 # <
6947 # Standard general utility functions
6948 #
6949 cdl_component CYGPKG_ISO_STDLIB {
6950     # There is no associated value.
6951 };
6952
6953 # >
6954 # String conversion function implementations
6955 #
6956 cdl_interface CYGINT_ISO_STDLIB_STRCONV {
6957     # Implemented by CYGPKG_LIBC_STDLIB, active, enabled
6958     # This value cannot be modified here.
6959     # Flavor: data
6960     # Current_value: 1
6961     # Requires:  1 >= CYGINT_ISO_STDLIB_STRCONV 
6962     #     CYGINT_ISO_STDLIB_STRCONV == 1
6963     #   --> 1
6964
6965     # The following properties are affected by this value
6966     # interface CYGINT_ISO_STDLIB_STRCONV
6967     #     Requires:  1 >= CYGINT_ISO_STDLIB_STRCONV 
6968 };
6969
6970 # String conversion function implementation header
6971 #
6972 cdl_option CYGBLD_ISO_STDLIB_STRCONV_HEADER {
6973     # Flavor: booldata
6974     # No user value, uncomment the following line to provide one.
6975     # user_value 0 0
6976     # The inferred value should not be edited directly.
6977     inferred_value 1 <cyg/libc/stdlib/atox.inl>
6978     # value_source inferred
6979     # Default value: 0 0
6980
6981     # The following properties are affected by this value
6982     # option CYGIMP_LIBC_STDLIB_INLINE_ATOX
6983     #     Requires:  CYGBLD_ISO_STDLIB_STRCONV_HEADER ==  "<cyg/libc/stdlib/atox.inl>" 
6984 };
6985
6986 # String to FP conversion function implementations
6987 #
6988 cdl_interface CYGINT_ISO_STDLIB_STRCONV_FLOAT {
6989     # Implemented by CYGFUN_LIBC_strtod, active, disabled
6990     # This value cannot be modified here.
6991     # Flavor: data
6992     # Current_value: 0
6993     # Requires:  1 >= CYGINT_ISO_STDLIB_STRCONV_FLOAT 
6994     #     CYGINT_ISO_STDLIB_STRCONV_FLOAT == 0
6995     #   --> 1
6996
6997     # The following properties are affected by this value
6998     # interface CYGINT_ISO_STDLIB_STRCONV_FLOAT
6999     #     Requires:  1 >= CYGINT_ISO_STDLIB_STRCONV_FLOAT 
7000 };
7001
7002 # String to FP conversion function implementation header
7003 #
7004 cdl_option CYGBLD_ISO_STDLIB_STRCONV_FLOAT_HEADER {
7005     # Flavor: booldata
7006     # No user value, uncomment the following line to provide one.
7007     # user_value 0 0
7008     # value_source default
7009     # Default value: 0 0
7010 };
7011
7012 # Random number generator implementations
7013 #
7014 cdl_interface CYGINT_ISO_RAND {
7015     # Implemented by CYGIMP_LIBC_RAND_SIMPLEST, active, disabled
7016     # Implemented by CYGIMP_LIBC_RAND_SIMPLE1, active, disabled
7017     # Implemented by CYGIMP_LIBC_RAND_KNUTH1, active, enabled
7018     # This value cannot be modified here.
7019     # Flavor: data
7020     # Current_value: 1
7021     # Requires:  1 >= CYGINT_ISO_RAND 
7022     #     CYGINT_ISO_RAND == 1
7023     #   --> 1
7024
7025     # The following properties are affected by this value
7026     # interface CYGINT_ISO_RAND
7027     #     Requires:  1 >= CYGINT_ISO_RAND 
7028 };
7029
7030 # Random number generator implementation header
7031 #
7032 cdl_option CYGBLD_ISO_RAND_HEADER {
7033     # Flavor: booldata
7034     # No user value, uncomment the following line to provide one.
7035     # user_value 0 0
7036     # value_source default
7037     # Default value: 0 0
7038 };
7039
7040 # Malloc implementations
7041 #
7042 cdl_interface CYGINT_ISO_MALLOC {
7043     # Implemented by CYGPKG_MEMALLOC_MALLOC_ALLOCATORS, active, enabled
7044     # This value cannot be modified here.
7045     # Flavor: data
7046     # Current_value: 1
7047     # Requires:  1 >= CYGINT_ISO_MALLOC 
7048     #     CYGINT_ISO_MALLOC == 1
7049     #   --> 1
7050
7051     # The following properties are affected by this value
7052     # interface CYGINT_ISO_MALLOC
7053     #     Requires:  1 >= CYGINT_ISO_MALLOC 
7054     # option CYGFUN_LIBC_STRING_STRDUP
7055     #     ActiveIf: CYGINT_ISO_MALLOC
7056 };
7057
7058 # Malloc implementation header
7059 #
7060 cdl_option CYGBLD_ISO_MALLOC_HEADER {
7061     # Flavor: booldata
7062     # No user value, uncomment the following line to provide one.
7063     # user_value 0 0
7064     # value_source default
7065     # Default value: 0 0
7066 };
7067
7068 # Mallinfo() implementations
7069 #
7070 cdl_interface CYGINT_ISO_MALLINFO {
7071     # Implemented by CYGPKG_MEMALLOC_MALLOC_ALLOCATORS, active, enabled
7072     # This value cannot be modified here.
7073     # Flavor: data
7074     # Current_value: 1
7075     # Requires:  1 >= CYGINT_ISO_MALLINFO 
7076     #     CYGINT_ISO_MALLINFO == 1
7077     #   --> 1
7078
7079     # The following properties are affected by this value
7080     # interface CYGINT_ISO_MALLINFO
7081     #     Requires:  1 >= CYGINT_ISO_MALLINFO 
7082 };
7083
7084 # Mallinfo() implementation header
7085 #
7086 cdl_option CYGBLD_ISO_MALLINFO_HEADER {
7087     # Flavor: booldata
7088     # No user value, uncomment the following line to provide one.
7089     # user_value 0 0
7090     # value_source default
7091     # Default value: 0 0
7092 };
7093
7094 # Program exit functionality implementations
7095 #
7096 cdl_interface CYGINT_ISO_EXIT {
7097     # No options implement this inferface
7098     # This value cannot be modified here.
7099     # Flavor: data
7100     # Current_value: 0
7101     # Requires:  1 >= CYGINT_ISO_EXIT 
7102     #     CYGINT_ISO_EXIT == 0
7103     #   --> 1
7104
7105     # The following properties are affected by this value
7106     # interface CYGINT_ISO_EXIT
7107     #     Requires:  1 >= CYGINT_ISO_EXIT 
7108     # option CYGFUN_INFRA_DUMMY_ABORT
7109     #     Requires: !CYGINT_ISO_EXIT
7110     # option CYGFUN_INFRA_DUMMY_ABORT
7111     #     DefaultValue:  CYGINT_ISO_EXIT == 0 
7112 };
7113
7114 # Program exit functionality implementation header
7115 #
7116 cdl_option CYGBLD_ISO_EXIT_HEADER {
7117     # Flavor: booldata
7118     # No user value, uncomment the following line to provide one.
7119     # user_value 0 0
7120     # value_source default
7121     # Default value: 0 0
7122 };
7123
7124 # Program environment implementations
7125 #
7126 cdl_interface CYGINT_ISO_STDLIB_ENVIRON {
7127     # Implemented by CYGPKG_LIBC_STDLIB, active, enabled
7128     # This value cannot be modified here.
7129     # Flavor: data
7130     # Current_value: 1
7131     # Requires:  1 >= CYGINT_ISO_STDLIB_ENVIRON 
7132     #     CYGINT_ISO_STDLIB_ENVIRON == 1
7133     #   --> 1
7134
7135     # The following properties are affected by this value
7136     # interface CYGINT_ISO_STDLIB_ENVIRON
7137     #     Requires:  1 >= CYGINT_ISO_STDLIB_ENVIRON 
7138 };
7139
7140 # Program environment implementation header
7141 #
7142 cdl_option CYGBLD_ISO_STDLIB_ENVIRON_HEADER {
7143     # Flavor: booldata
7144     # No user value, uncomment the following line to provide one.
7145     # user_value 0 0
7146     # value_source default
7147     # Default value: 0 0
7148 };
7149
7150 # system() implementations
7151 #
7152 cdl_interface CYGINT_ISO_STDLIB_SYSTEM {
7153     # Implemented by CYGPKG_LIBC_STDLIB, active, enabled
7154     # This value cannot be modified here.
7155     # Flavor: data
7156     # Current_value: 1
7157     # Requires:  1 >= CYGINT_ISO_STDLIB_SYSTEM 
7158     #     CYGINT_ISO_STDLIB_SYSTEM == 1
7159     #   --> 1
7160
7161     # The following properties are affected by this value
7162     # interface CYGINT_ISO_STDLIB_SYSTEM
7163     #     Requires:  1 >= CYGINT_ISO_STDLIB_SYSTEM 
7164 };
7165
7166 # system() implementation header
7167 #
7168 cdl_option CYGBLD_ISO_STDLIB_SYSTEM_HEADER {
7169     # Flavor: booldata
7170     # No user value, uncomment the following line to provide one.
7171     # user_value 0 0
7172     # value_source default
7173     # Default value: 0 0
7174 };
7175
7176 # bsearch() implementations
7177 #
7178 cdl_interface CYGINT_ISO_BSEARCH {
7179     # Implemented by CYGPKG_LIBC_STDLIB, active, enabled
7180     # This value cannot be modified here.
7181     # Flavor: data
7182     # Current_value: 1
7183     # Requires:  1 >= CYGINT_ISO_BSEARCH 
7184     #     CYGINT_ISO_BSEARCH == 1
7185     #   --> 1
7186
7187     # The following properties are affected by this value
7188     # interface CYGINT_ISO_BSEARCH
7189     #     Requires:  1 >= CYGINT_ISO_BSEARCH 
7190 };
7191
7192 # bsearch() implementation header
7193 #
7194 cdl_option CYGBLD_ISO_BSEARCH_HEADER {
7195     # Flavor: booldata
7196     # No user value, uncomment the following line to provide one.
7197     # user_value 0 0
7198     # value_source default
7199     # Default value: 0 0
7200 };
7201
7202 # qsort() implementations
7203 #
7204 cdl_interface CYGINT_ISO_QSORT {
7205     # Implemented by CYGPKG_LIBC_STDLIB, active, enabled
7206     # This value cannot be modified here.
7207     # Flavor: data
7208     # Current_value: 1
7209     # Requires:  1 >= CYGINT_ISO_STDLIB_QSORT 
7210     #     CYGINT_ISO_STDLIB_QSORT (unknown) == 0
7211     #   --> 1
7212
7213     # The following properties are affected by this value
7214 };
7215
7216 # qsort() implementation header
7217 #
7218 cdl_option CYGBLD_ISO_QSORT_HEADER {
7219     # Flavor: booldata
7220     # No user value, uncomment the following line to provide one.
7221     # user_value 0 0
7222     # value_source default
7223     # Default value: 0 0
7224 };
7225
7226 # abs()/labs() implementations
7227 #
7228 cdl_interface CYGINT_ISO_ABS {
7229     # Implemented by CYGPKG_LIBC_STDLIB, active, enabled
7230     # This value cannot be modified here.
7231     # Flavor: data
7232     # Current_value: 1
7233     # Requires:  1 >= CYGINT_ISO_STDLIB_ABS 
7234     #     CYGINT_ISO_STDLIB_ABS (unknown) == 0
7235     #   --> 1
7236
7237     # The following properties are affected by this value
7238 };
7239
7240 # abs()/labs() implementation header
7241 #
7242 cdl_option CYGBLD_ISO_STDLIB_ABS_HEADER {
7243     # Flavor: booldata
7244     # No user value, uncomment the following line to provide one.
7245     # user_value 0 0
7246     # The inferred value should not be edited directly.
7247     inferred_value 1 <cyg/libc/stdlib/abs.inl>
7248     # value_source inferred
7249     # Default value: 0 0
7250
7251     # The following properties are affected by this value
7252     # option CYGIMP_LIBC_STDLIB_INLINE_ABS
7253     #     Requires:  CYGBLD_ISO_STDLIB_ABS_HEADER ==  "<cyg/libc/stdlib/abs.inl>" 
7254 };
7255
7256 # div()/ldiv() implementations
7257 #
7258 cdl_interface CYGINT_ISO_DIV {
7259     # Implemented by CYGPKG_LIBC_STDLIB, active, enabled
7260     # This value cannot be modified here.
7261     # Flavor: data
7262     # Current_value: 1
7263     # Requires:  1 >= CYGINT_ISO_STDLIB_DIV 
7264     #     CYGINT_ISO_STDLIB_DIV (unknown) == 0
7265     #   --> 1
7266
7267     # The following properties are affected by this value
7268 };
7269
7270 # div()/ldiv() implementation header
7271 #
7272 cdl_option CYGBLD_ISO_STDLIB_DIV_HEADER {
7273     # Flavor: booldata
7274     # No user value, uncomment the following line to provide one.
7275     # user_value 0 0
7276     # The inferred value should not be edited directly.
7277     inferred_value 1 <cyg/libc/stdlib/div.inl>
7278     # value_source inferred
7279     # Default value: 0 0
7280
7281     # The following properties are affected by this value
7282     # option CYGIMP_LIBC_STDLIB_INLINE_DIV
7283     #     Requires:  CYGBLD_ISO_STDLIB_DIV_HEADER ==  "<cyg/libc/stdlib/div.inl>" 
7284 };
7285
7286 # Header defining the implementation's MB_CUR_MAX
7287 #
7288 cdl_option CYGBLD_ISO_STDLIB_MB_CUR_MAX_HEADER {
7289     # Flavor: booldata
7290     # No user value, uncomment the following line to provide one.
7291     # user_value 0 0
7292     # value_source default
7293     # Default value: 0 0
7294
7295     # The following properties are affected by this value
7296     # interface CYGINT_LIBC_I18N_MB_REQUIRED
7297     #     Requires:  CYGBLD_ISO_STDLIB_MB_CUR_MAX_HEADER ==  "<cyg/libc/i18n/mb.h>" 
7298 };
7299
7300 # Multibyte character implementations
7301 #
7302 cdl_interface CYGINT_ISO_STDLIB_MULTIBYTE {
7303     # Implemented by CYGPKG_LIBC_I18N, active, enabled
7304     # This value cannot be modified here.
7305     # Flavor: data
7306     # Current_value: 1
7307     # Requires:  1 >= CYGINT_ISO_STDLIB_MULTIBYTE 
7308     #     CYGINT_ISO_STDLIB_MULTIBYTE == 1
7309     #   --> 1
7310
7311     # The following properties are affected by this value
7312     # interface CYGINT_ISO_STDLIB_MULTIBYTE
7313     #     Requires:  1 >= CYGINT_ISO_STDLIB_MULTIBYTE 
7314 };
7315
7316 # Multibyte character implementation header
7317 #
7318 cdl_option CYGBLD_ISO_STDLIB_MULTIBYTE_HEADER {
7319     # Flavor: booldata
7320     # No user value, uncomment the following line to provide one.
7321     # user_value 0 0
7322     # value_source default
7323     # Default value: 0 0
7324 };
7325
7326 # <
7327 # String functions
7328 #
7329 cdl_component CYGPKG_ISO_STRING {
7330     # There is no associated value.
7331 };
7332
7333 # >
7334 # Number of implementations of strerror() function
7335 #
7336 cdl_interface CYGINT_ISO_STRERROR {
7337     # Implemented by CYGPKG_ERROR_STRERROR, active, enabled
7338     # This value cannot be modified here.
7339     # Flavor: booldata
7340     # Current value: 1 1
7341     # Requires:  1 >= CYGINT_ISO_STRERROR 
7342     #     CYGINT_ISO_STRERROR == 1
7343     #   --> 1
7344
7345     # The following properties are affected by this value
7346     # interface CYGINT_ISO_STRERROR
7347     #     Requires:  1 >= CYGINT_ISO_STRERROR 
7348 };
7349
7350 # strerror() implementation header
7351 #
7352 cdl_option CYGBLD_ISO_STRERROR_HEADER {
7353     # Flavor: booldata
7354     # No user value, uncomment the following line to provide one.
7355     # user_value 0 0
7356     # The inferred value should not be edited directly.
7357     inferred_value 1 <cyg/error/strerror.h>
7358     # value_source inferred
7359     # Default value: 0 0
7360
7361     # The following properties are affected by this value
7362     # option CYGPKG_ERROR_STRERROR
7363     #     Requires:  CYGBLD_ISO_STRERROR_HEADER == "<cyg/error/strerror.h>" 
7364 };
7365
7366 # memcpy() implementation header
7367 #
7368 cdl_option CYGBLD_ISO_MEMCPY_HEADER {
7369     # Flavor: booldata
7370     # No user value, uncomment the following line to provide one.
7371     # user_value 0 0
7372     # value_source default
7373     # Default value: 0 0
7374 };
7375
7376 # memset() implementation header
7377 #
7378 cdl_option CYGBLD_ISO_MEMSET_HEADER {
7379     # Flavor: booldata
7380     # No user value, uncomment the following line to provide one.
7381     # user_value 0 0
7382     # value_source default
7383     # Default value: 0 0
7384 };
7385
7386 # Number of implementations of strtok_r() function
7387 #
7388 cdl_interface CYGINT_ISO_STRTOK_R {
7389     # Implemented by CYGPKG_LIBC_STRING, active, enabled
7390     # This value cannot be modified here.
7391     # Flavor: booldata
7392     # Current value: 1 1
7393     # Requires:  1 >= CYGINT_ISO_STRTOK_R 
7394     #     CYGINT_ISO_STRTOK_R == 1
7395     #   --> 1
7396
7397     # The following properties are affected by this value
7398     # interface CYGINT_ISO_STRTOK_R
7399     #     Requires:  1 >= CYGINT_ISO_STRTOK_R 
7400 };
7401
7402 # strtok_r() implementation header
7403 #
7404 cdl_option CYGBLD_ISO_STRTOK_R_HEADER {
7405     # Flavor: booldata
7406     # No user value, uncomment the following line to provide one.
7407     # user_value 0 0
7408     # The inferred value should not be edited directly.
7409     inferred_value 1 <cyg/libc/string/string.h>
7410     # value_source inferred
7411     # Default value: 0 0
7412
7413     # The following properties are affected by this value
7414     # package CYGPKG_LIBC_STRING
7415     #     Requires:  CYGBLD_ISO_STRTOK_R_HEADER ==  "<cyg/libc/string/string.h>" 
7416 };
7417
7418 # Number of implementations of locale-specific string  functions
7419 # This covers locale-dependent string functions such as strcoll()
7420 # and strxfrm().
7421 #
7422 cdl_interface CYGINT_ISO_STRING_LOCALE_FUNCS {
7423     # Implemented by CYGPKG_LIBC_STRING, active, enabled
7424     # This value cannot be modified here.
7425     # Flavor: booldata
7426     # Current value: 1 1
7427     # Requires:  1 >= CYGINT_ISO_STRING_LOCALE_FUNCS 
7428     #     CYGINT_ISO_STRING_LOCALE_FUNCS == 1
7429     #   --> 1
7430
7431     # The following properties are affected by this value
7432     # interface CYGINT_ISO_STRING_LOCALE_FUNCS
7433     #     Requires:  1 >= CYGINT_ISO_STRING_LOCALE_FUNCS 
7434 };
7435
7436 # Locale-specific string functions' implementation  header
7437 # This covers locale-dependent string functions such as strcoll()
7438 # and strxfrm().
7439 #
7440 cdl_option CYGBLD_ISO_STRING_LOCALE_FUNCS_HEADER {
7441     # Flavor: booldata
7442     # No user value, uncomment the following line to provide one.
7443     # user_value 0 0
7444     # The inferred value should not be edited directly.
7445     inferred_value 1 <cyg/libc/string/string.h>
7446     # value_source inferred
7447     # Default value: 0 0
7448
7449     # The following properties are affected by this value
7450     # package CYGPKG_LIBC_STRING
7451     #     Requires:  CYGBLD_ISO_STRING_LOCALE_FUNCS_HEADER ==  "<cyg/libc/string/string.h>" 
7452 };
7453
7454 # Number of implementations of BSD string functions
7455 #
7456 cdl_interface CYGINT_ISO_STRING_BSD_FUNCS {
7457     # Implemented by CYGFUN_LIBC_STRING_BSD_FUNCS, active, disabled
7458     # This value cannot be modified here.
7459     # Flavor: booldata
7460     # Current value: 0 0
7461     # Requires:  1 >= CYGINT_ISO_STRING_BSD_FUNCS 
7462     #     CYGINT_ISO_STRING_BSD_FUNCS == 0
7463     #   --> 1
7464
7465     # The following properties are affected by this value
7466     # interface CYGINT_ISO_STRING_BSD_FUNCS
7467     #     Requires:  1 >= CYGINT_ISO_STRING_BSD_FUNCS 
7468 };
7469
7470 # BSD string functions' implementation header
7471 #
7472 cdl_option CYGBLD_ISO_STRING_BSD_FUNCS_HEADER {
7473     # Flavor: booldata
7474     # No user value, uncomment the following line to provide one.
7475     # user_value 0 0
7476     # The inferred value should not be edited directly.
7477     inferred_value 1 <cyg/libc/string/bsdstring.h>
7478     # value_source inferred
7479     # Default value: 0 0
7480
7481     # The following properties are affected by this value
7482     # option CYGFUN_LIBC_STRING_BSD_FUNCS
7483     #     Requires:  CYGBLD_ISO_STRING_BSD_FUNCS_HEADER ==  "<cyg/libc/string/bsdstring.h>" 
7484 };
7485
7486 # Number of implementations of other mem*() functions
7487 #
7488 cdl_interface CYGINT_ISO_STRING_MEMFUNCS {
7489     # Implemented by CYGPKG_LIBC_STRING, active, enabled
7490     # This value cannot be modified here.
7491     # Flavor: booldata
7492     # Current value: 1 1
7493     # Requires:  1 >= CYGINT_ISO_STRING_MEMFUNCS 
7494     #     CYGINT_ISO_STRING_MEMFUNCS == 1
7495     #   --> 1
7496
7497     # The following properties are affected by this value
7498     # interface CYGINT_ISO_STRING_MEMFUNCS
7499     #     Requires:  1 >= CYGINT_ISO_STRING_MEMFUNCS 
7500     # component CYGBLD_BUILD_REDBOOT
7501     #     Requires: CYGINT_ISO_STRING_MEMFUNCS
7502     # component CYGPKG_IO_ETH_DRIVERS_STAND_ALONE
7503     #     Requires: CYGINT_ISO_STRING_MEMFUNCS
7504 };
7505
7506 # Other mem*() functions' implementation header
7507 #
7508 cdl_option CYGBLD_ISO_STRING_MEMFUNCS_HEADER {
7509     # Flavor: booldata
7510     # No user value, uncomment the following line to provide one.
7511     # user_value 0 0
7512     # The inferred value should not be edited directly.
7513     inferred_value 1 <cyg/libc/string/string.h>
7514     # value_source inferred
7515     # Default value: 0 0
7516
7517     # The following properties are affected by this value
7518     # package CYGPKG_LIBC_STRING
7519     #     Requires:  CYGBLD_ISO_STRING_MEMFUNCS_HEADER ==  "<cyg/libc/string/string.h>" 
7520 };
7521
7522 # Number of implementations of other ISO C str*()  functions
7523 # This covers the other str*() functions defined by ISO C.
7524 #
7525 cdl_interface CYGINT_ISO_STRING_STRFUNCS {
7526     # Implemented by CYGPKG_LIBC_STRING, active, enabled
7527     # This value cannot be modified here.
7528     # Flavor: booldata
7529     # Current value: 1 1
7530     # Requires:  1 >= CYGINT_ISO_STRING_STRFUNCS 
7531     #     CYGINT_ISO_STRING_STRFUNCS == 1
7532     #   --> 1
7533
7534     # The following properties are affected by this value
7535     # interface CYGINT_ISO_STRING_STRFUNCS
7536     #     Requires:  1 >= CYGINT_ISO_STRING_STRFUNCS 
7537     # option CYGFUN_INFRA_DUMMY_STRLEN
7538     #     Requires: !CYGINT_ISO_STRING_STRFUNCS
7539     # option CYGFUN_INFRA_DUMMY_STRLEN
7540     #     DefaultValue:  CYGINT_ISO_STRING_STRFUNCS == 0 
7541     # component CYGBLD_BUILD_REDBOOT
7542     #     Requires: CYGINT_ISO_STRING_STRFUNCS
7543     # component CYGPKG_IO_ETH_DRIVERS_NET
7544     #     Requires: CYGINT_ISO_STRING_STRFUNCS
7545     # option CYGFUN_COMPRESS_ZLIB_GZIO
7546     #     Requires: CYGINT_ISO_STRING_STRFUNCS
7547     # package CYGPKG_IO_FLASH
7548     #     Requires: CYGINT_ISO_STRING_STRFUNCS
7549     # package CYGPKG_LIBC_STDLIB
7550     #     Requires: CYGINT_ISO_STRING_STRFUNCS
7551 };
7552
7553 # Other ISO C str*() functions' implementation  header
7554 # This covers the other str*() functions defined by ISO C.
7555 #
7556 cdl_option CYGBLD_ISO_STRING_STRFUNCS_HEADER {
7557     # Flavor: booldata
7558     # No user value, uncomment the following line to provide one.
7559     # user_value 0 0
7560     # The inferred value should not be edited directly.
7561     inferred_value 1 <cyg/libc/string/string.h>
7562     # value_source inferred
7563     # Default value: 0 0
7564
7565     # The following properties are affected by this value
7566     # package CYGPKG_LIBC_STRING
7567     #     Requires:  CYGBLD_ISO_STRING_STRFUNCS_HEADER ==  "<cyg/libc/string/string.h>" 
7568 };
7569
7570 # <
7571 # Clock and time functionality
7572 #
7573 cdl_component CYGPKG_ISO_TIME {
7574     # There is no associated value.
7575 };
7576
7577 # >
7578 # time_t implementation header
7579 #
7580 cdl_option CYGBLD_ISO_TIME_T_HEADER {
7581     # Flavor: booldata
7582     # No user value, uncomment the following line to provide one.
7583     # user_value 0 0
7584     # value_source default
7585     # Default value: 0 0
7586 };
7587
7588 # clock_t implementation header
7589 #
7590 cdl_option CYGBLD_ISO_CLOCK_T_HEADER {
7591     # Flavor: booldata
7592     # No user value, uncomment the following line to provide one.
7593     # user_value 0 0
7594     # value_source default
7595     # Default value: 0 0
7596 };
7597
7598 # struct timeval implementation header
7599 #
7600 cdl_option CYGBLD_ISO_STRUCTTIMEVAL_HEADER {
7601     # Flavor: booldata
7602     # No user value, uncomment the following line to provide one.
7603     # user_value 0 0
7604     # value_source default
7605     # Default value: 0 0
7606 };
7607
7608 # fnmatch implementation header
7609 #
7610 cdl_option CYGBLD_ISO_FNMATCH_HEADER {
7611     # Flavor: booldata
7612     # No user value, uncomment the following line to provide one.
7613     # user_value 0 0
7614     # value_source default
7615     # Default value: 0 0
7616 };
7617
7618 # Number of implementations of POSIX timer types
7619 #
7620 cdl_interface CYGINT_ISO_POSIX_TIMER_TYPES {
7621     # No options implement this inferface
7622     # This value cannot be modified here.
7623     # Flavor: booldata
7624     # Current value: 0 0
7625     # Requires:  1 >= CYGINT_ISO_POSIX_TIMER_TYPES 
7626     #     CYGINT_ISO_POSIX_TIMER_TYPES == 0
7627     #   --> 1
7628
7629     # The following properties are affected by this value
7630     # interface CYGINT_ISO_POSIX_TIMER_TYPES
7631     #     Requires:  1 >= CYGINT_ISO_POSIX_TIMER_TYPES 
7632 };
7633
7634 # POSIX timer types implementation header
7635 #
7636 cdl_option CYGBLD_ISO_POSIX_TIMER_TYPES_HEADER {
7637     # Flavor: booldata
7638     # No user value, uncomment the following line to provide one.
7639     # user_value 0 0
7640     # value_source default
7641     # Default value: 0 0
7642 };
7643
7644 # Number of implementations of POSIX clock types
7645 #
7646 cdl_interface CYGINT_ISO_POSIX_CLOCK_TYPES {
7647     # No options implement this inferface
7648     # This value cannot be modified here.
7649     # Flavor: booldata
7650     # Current value: 0 0
7651     # Requires:  1 >= CYGINT_ISO_POSIX_CLOCK_TYPES 
7652     #     CYGINT_ISO_POSIX_CLOCK_TYPES == 0
7653     #   --> 1
7654
7655     # The following properties are affected by this value
7656     # interface CYGINT_ISO_POSIX_CLOCK_TYPES
7657     #     Requires:  1 >= CYGINT_ISO_POSIX_CLOCK_TYPES 
7658 };
7659
7660 # POSIX clock types implementation header
7661 #
7662 cdl_option CYGBLD_ISO_POSIX_CLOCK_TYPES_HEADER {
7663     # Flavor: booldata
7664     # No user value, uncomment the following line to provide one.
7665     # user_value 0 0
7666     # value_source default
7667     # Default value: 0 0
7668 };
7669
7670 # Number of implementations of ISO C types
7671 #
7672 cdl_interface CYGINT_ISO_C_TIME_TYPES {
7673     # No options implement this inferface
7674     # This value cannot be modified here.
7675     # Flavor: booldata
7676     # Current value: 0 0
7677     # Requires:  1 >= CYGINT_ISO_C_TIME_TYPES 
7678     #     CYGINT_ISO_C_TIME_TYPES == 0
7679     #   --> 1
7680
7681     # The following properties are affected by this value
7682     # interface CYGINT_ISO_C_TIME_TYPES
7683     #     Requires:  1 >= CYGINT_ISO_C_TIME_TYPES 
7684 };
7685
7686 # ISO C time types implementation header
7687 #
7688 cdl_option CYGBLD_ISO_C_TIME_TYPES_HEADER {
7689     # Flavor: booldata
7690     # No user value, uncomment the following line to provide one.
7691     # user_value 0 0
7692     # value_source default
7693     # Default value: 0 0
7694 };
7695
7696 # Number of implementations of POSIX timers
7697 #
7698 cdl_interface CYGINT_ISO_POSIX_TIMERS {
7699     # No options implement this inferface
7700     # This value cannot be modified here.
7701     # Flavor: booldata
7702     # Current value: 0 0
7703     # Requires:  1 >= CYGINT_ISO_POSIX_TIMERS 
7704     #     CYGINT_ISO_POSIX_TIMERS == 0
7705     #   --> 1
7706
7707     # The following properties are affected by this value
7708     # interface CYGINT_ISO_POSIX_TIMERS
7709     #     Requires:  1 >= CYGINT_ISO_POSIX_TIMERS 
7710 };
7711
7712 # POSIX timer implementation header
7713 #
7714 cdl_option CYGBLD_ISO_POSIX_TIMERS_HEADER {
7715     # Flavor: booldata
7716     # No user value, uncomment the following line to provide one.
7717     # user_value 0 0
7718     # value_source default
7719     # Default value: 0 0
7720 };
7721
7722 # Number of implementations of POSIX clocks
7723 #
7724 cdl_interface CYGINT_ISO_POSIX_CLOCKS {
7725     # No options implement this inferface
7726     # This value cannot be modified here.
7727     # Flavor: booldata
7728     # Current value: 0 0
7729     # Requires:  1 >= CYGINT_ISO_POSIX_CLOCKS 
7730     #     CYGINT_ISO_POSIX_CLOCKS == 0
7731     #   --> 1
7732
7733     # The following properties are affected by this value
7734     # interface CYGINT_ISO_POSIX_CLOCKS
7735     #     Requires:  1 >= CYGINT_ISO_POSIX_CLOCKS 
7736 };
7737
7738 # POSIX clocks implementation header
7739 #
7740 cdl_option CYGBLD_ISO_POSIX_CLOCKS_HEADER {
7741     # Flavor: booldata
7742     # No user value, uncomment the following line to provide one.
7743     # user_value 0 0
7744     # value_source default
7745     # Default value: 0 0
7746 };
7747
7748 # Number of implementations of ISO C clock functions
7749 #
7750 cdl_interface CYGINT_ISO_C_CLOCK_FUNCS {
7751     # No options implement this inferface
7752     # This value cannot be modified here.
7753     # Flavor: booldata
7754     # Current value: 0 0
7755     # Requires:  1 >= CYGINT_ISO_C_CLOCK_FUNCS 
7756     #     CYGINT_ISO_C_CLOCK_FUNCS == 0
7757     #   --> 1
7758
7759     # The following properties are affected by this value
7760     # interface CYGINT_ISO_C_CLOCK_FUNCS
7761     #     Requires:  1 >= CYGINT_ISO_C_CLOCK_FUNCS 
7762 };
7763
7764 # ISO C clock functions' implementation header
7765 #
7766 cdl_option CYGBLD_ISO_C_CLOCK_FUNCS_HEADER {
7767     # Flavor: booldata
7768     # No user value, uncomment the following line to provide one.
7769     # user_value 0 0
7770     # value_source default
7771     # Default value: 0 0
7772 };
7773
7774 # Number of implementations of tzset() function
7775 #
7776 cdl_interface CYGINT_ISO_TZSET {
7777     # No options implement this inferface
7778     # This value cannot be modified here.
7779     # Flavor: booldata
7780     # Current value: 0 0
7781     # Requires:  1 >= CYGINT_ISO_TZSET 
7782     #     CYGINT_ISO_TZSET == 0
7783     #   --> 1
7784
7785     # The following properties are affected by this value
7786     # interface CYGINT_ISO_TZSET
7787     #     Requires:  1 >= CYGINT_ISO_TZSET 
7788 };
7789
7790 # tzset() implementation header
7791 #
7792 cdl_option CYGBLD_ISO_TZSET_HEADER {
7793     # Flavor: booldata
7794     # No user value, uncomment the following line to provide one.
7795     # user_value 0 0
7796     # value_source default
7797     # Default value: 0 0
7798 };
7799
7800 # <
7801 # Signal functionality
7802 #
7803 cdl_component CYGPKG_ISO_SIGNAL {
7804     # There is no associated value.
7805 };
7806
7807 # >
7808 # Number of implementations of signal numbers
7809 #
7810 cdl_interface CYGINT_ISO_SIGNAL_NUMBERS {
7811     # No options implement this inferface
7812     # This value cannot be modified here.
7813     # Flavor: data
7814     # Current_value: 0
7815     # Requires:  1 >= CYGINT_ISO_SIGNAL_NUMBERS 
7816     #     CYGINT_ISO_SIGNAL_NUMBERS == 0
7817     #   --> 1
7818
7819     # The following properties are affected by this value
7820     # interface CYGINT_ISO_SIGNAL_NUMBERS
7821     #     Requires:  1 >= CYGINT_ISO_SIGNAL_NUMBERS 
7822 };
7823
7824 # Signal numbering implementation header
7825 # This header provides the mapping of signal
7826 # names (e.g. SIGBUS) to numbers.
7827 #
7828 cdl_option CYGBLD_ISO_SIGNAL_NUMBERS_HEADER {
7829     # Flavor: booldata
7830     # No user value, uncomment the following line to provide one.
7831     # user_value 0 0
7832     # value_source default
7833     # Default value: 0 0
7834 };
7835
7836 # Number of signal implementations
7837 #
7838 cdl_interface CYGINT_ISO_SIGNAL_IMPL {
7839     # No options implement this inferface
7840     # This value cannot be modified here.
7841     # Flavor: data
7842     # Current_value: 0
7843     # Requires:  1 >= CYGINT_ISO_SIGNAL_IMPL 
7844     #     CYGINT_ISO_SIGNAL_IMPL == 0
7845     #   --> 1
7846
7847     # The following properties are affected by this value
7848     # interface CYGINT_ISO_SIGNAL_IMPL
7849     #     Requires:  1 >= CYGINT_ISO_SIGNAL_IMPL 
7850 };
7851
7852 # Signals implementation header
7853 #
7854 cdl_option CYGBLD_ISO_SIGNAL_IMPL_HEADER {
7855     # Flavor: booldata
7856     # No user value, uncomment the following line to provide one.
7857     # user_value 0 0
7858     # value_source default
7859     # Default value: 0 0
7860 };
7861
7862 # POSIX real time signals feature test macro
7863 # This defines the POSIX feature test macro
7864 # that indicates that the POSIX real time signals
7865 # are present.
7866 #
7867 cdl_interface CYGINT_POSIX_REALTIME_SIGNALS {
7868     # No options implement this inferface
7869     # This value cannot be modified here.
7870     # Flavor: data
7871     # Current_value: 0
7872     # Requires:  1 >= CYGINT_POSIX_REALTIME_SIGNALS 
7873     #     CYGINT_POSIX_REALTIME_SIGNALS == 0
7874     #   --> 1
7875
7876     # The following properties are affected by this value
7877     # interface CYGINT_POSIX_REALTIME_SIGNALS
7878     #     Requires:  1 >= CYGINT_POSIX_REALTIME_SIGNALS 
7879 };
7880
7881 # <
7882 # Non-local jumps functionality
7883 #
7884 cdl_component CYGPKG_ISO_SETJMP {
7885     # There is no associated value.
7886 };
7887
7888 # >
7889 # setjmp() / longjmp() implementations
7890 #
7891 cdl_interface CYGINT_ISO_SETJMP {
7892     # No options implement this inferface
7893     # This value cannot be modified here.
7894     # Flavor: data
7895     # Current_value: 0
7896     # Requires:  1 >= CYGINT_ISO_SETJMP 
7897     #     CYGINT_ISO_SETJMP == 0
7898     #   --> 1
7899
7900     # The following properties are affected by this value
7901     # interface CYGINT_ISO_SETJMP
7902     #     Requires:  1 >= CYGINT_ISO_SETJMP 
7903 };
7904
7905 # setjmp() / longjmp() implementation header
7906 #
7907 cdl_option CYGBLD_ISO_SETJMP_HEADER {
7908     # Flavor: booldata
7909     # No user value, uncomment the following line to provide one.
7910     # user_value 0 0
7911     # value_source default
7912     # Default value: 0 0
7913 };
7914
7915 # sigsetjmp() / siglongjmp() implementations
7916 #
7917 cdl_interface CYGINT_ISO_SIGSETJMP {
7918     # No options implement this inferface
7919     # This value cannot be modified here.
7920     # Flavor: data
7921     # Current_value: 0
7922     # Requires:  1 >= CYGINT_ISO_SIGSETJMP 
7923     #     CYGINT_ISO_SIGSETJMP == 0
7924     #   --> 1
7925
7926     # The following properties are affected by this value
7927     # interface CYGINT_ISO_SIGSETJMP
7928     #     Requires:  1 >= CYGINT_ISO_SIGSETJMP 
7929 };
7930
7931 # sigsetjmp() / siglongjmp() implementation header
7932 #
7933 cdl_option CYGBLD_ISO_SIGSETJMP_HEADER {
7934     # Flavor: booldata
7935     # No user value, uncomment the following line to provide one.
7936     # user_value 0 0
7937     # value_source default
7938     # Default value: 0 0
7939 };
7940
7941 # <
7942 # Assertions implementation header
7943 #
7944 cdl_option CYGBLD_ISO_ASSERT_HEADER {
7945     # Flavor: booldata
7946     # No user value, uncomment the following line to provide one.
7947     # user_value 0 0
7948     # value_source default
7949     # Default value: 0 0
7950 };
7951
7952 # POSIX file control
7953 # This covers the POSIX file control definitions,
7954 # normally found in <fcntl.h>
7955 #
7956 cdl_component CYGPKG_ISO_POSIX_FCNTL {
7957     # There is no associated value.
7958 };
7959
7960 # >
7961 # POSIX open flags implementation header
7962 #
7963 cdl_option CYGBLD_ISO_OFLAG_HEADER {
7964     # Flavor: booldata
7965     # No user value, uncomment the following line to provide one.
7966     # user_value 0 0
7967     # value_source default
7968     # Default value: 0 0
7969 };
7970
7971 # POSIX fcntl() implementations
7972 #
7973 cdl_interface CYGINT_ISO_FCNTL {
7974     # No options implement this inferface
7975     # This value cannot be modified here.
7976     # Flavor: data
7977     # Current_value: 0
7978     # Requires:  1 >= CYGINT_ISO_FCNTL 
7979     #     CYGINT_ISO_FCNTL == 0
7980     #   --> 1
7981
7982     # The following properties are affected by this value
7983     # interface CYGINT_ISO_FCNTL
7984     #     Requires:  1 >= CYGINT_ISO_FCNTL 
7985 };
7986
7987 # POSIX fcntl() implementation header
7988 #
7989 cdl_option CYGBLD_ISO_FCNTL_HEADER {
7990     # Flavor: booldata
7991     # No user value, uncomment the following line to provide one.
7992     # user_value 0 0
7993     # value_source default
7994     # Default value: 0 0
7995 };
7996
7997 # POSIX file open implementations
7998 #
7999 cdl_interface CYGINT_ISO_OPEN {
8000     # No options implement this inferface
8001     # This value cannot be modified here.
8002     # Flavor: data
8003     # Current_value: 0
8004     # Requires:  1 >= CYGINT_ISO_OPEN 
8005     #     CYGINT_ISO_OPEN == 0
8006     #   --> 1
8007
8008     # The following properties are affected by this value
8009     # interface CYGINT_ISO_OPEN
8010     #     Requires:  1 >= CYGINT_ISO_OPEN 
8011 };
8012
8013 # POSIX file open implementation header
8014 #
8015 cdl_option CYGBLD_ISO_OPEN_HEADER {
8016     # Flavor: booldata
8017     # No user value, uncomment the following line to provide one.
8018     # user_value 0 0
8019     # value_source default
8020     # Default value: 0 0
8021 };
8022
8023 # <
8024 # <sys/stat.h> definitions implementation header
8025 #
8026 cdl_option CYGBLD_ISO_STAT_DEFS_HEADER {
8027     # Flavor: booldata
8028     # No user value, uncomment the following line to provide one.
8029     # user_value 0 0
8030     # value_source default
8031     # Default value: 0 0
8032 };
8033
8034 # POSIX directory reading implementation
8035 #
8036 cdl_interface CYGINT_ISO_DIRENT {
8037     # No options implement this inferface
8038     # This value cannot be modified here.
8039     # Flavor: data
8040     # Current_value: 0
8041     # Requires:  1 >= CYGINT_ISO_DIRENT 
8042     #     CYGINT_ISO_DIRENT == 0
8043     #   --> 1
8044
8045     # The following properties are affected by this value
8046     # interface CYGINT_ISO_DIRENT
8047     #     Requires:  1 >= CYGINT_ISO_DIRENT 
8048 };
8049
8050 # <dirent.h> definitions implementation header
8051 #
8052 cdl_option CYGBLD_ISO_DIRENT_HEADER {
8053     # Flavor: booldata
8054     # No user value, uncomment the following line to provide one.
8055     # user_value 0 0
8056     # value_source default
8057     # Default value: 0 0
8058 };
8059
8060 # POSIX <sys/types.h> contents
8061 # This covers the types required by POSIX to be in
8062 # <sys/types.h>
8063 #
8064 cdl_component CYGPKG_ISO_POSIX_TYPES {
8065     # There is no associated value.
8066 };
8067
8068 # >
8069 # POSIX thread types implementations
8070 #
8071 cdl_interface CYGINT_ISO_PTHREADTYPES {
8072     # No options implement this inferface
8073     # This value cannot be modified here.
8074     # Flavor: data
8075     # Current_value: 0
8076     # Requires:  1 >= CYGINT_ISO_PTHREADTYPES 
8077     #     CYGINT_ISO_PTHREADTYPES == 0
8078     #   --> 1
8079
8080     # The following properties are affected by this value
8081     # interface CYGINT_ISO_PTHREADTYPES
8082     #     Requires:  1 >= CYGINT_ISO_PTHREADTYPES 
8083     # interface CYGINT_ISO_PMUTEXTYPES
8084     #     Requires:  1 >= CYGINT_ISO_PTHREADTYPES 
8085 };
8086
8087 # POSIX thread types implementation header
8088 #
8089 cdl_option CYGBLD_ISO_PTHREADTYPES_HEADER {
8090     # Flavor: booldata
8091     # No user value, uncomment the following line to provide one.
8092     # user_value 0 0
8093     # value_source default
8094     # Default value: 0 0
8095 };
8096
8097 # POSIX mutex types implementations
8098 #
8099 cdl_interface CYGINT_ISO_PMUTEXTYPES {
8100     # No options implement this inferface
8101     # This value cannot be modified here.
8102     # Flavor: data
8103     # Current_value: 0
8104     # Requires:  1 >= CYGINT_ISO_PTHREADTYPES 
8105     #     CYGINT_ISO_PTHREADTYPES == 0
8106     #   --> 1
8107 };
8108
8109 # POSIX mutex types implementation header
8110 #
8111 cdl_option CYGBLD_ISO_PMUTEXTYPES_HEADER {
8112     # Flavor: booldata
8113     # No user value, uncomment the following line to provide one.
8114     # user_value 0 0
8115     # value_source default
8116     # Default value: 0 0
8117 };
8118
8119 # ssize_t implementation header
8120 #
8121 cdl_option CYGBLD_ISO_SSIZE_T_HEADER {
8122     # Flavor: booldata
8123     # No user value, uncomment the following line to provide one.
8124     # user_value 0 0
8125     # value_source default
8126     # Default value: 0 0
8127 };
8128
8129 # Filesystem types implementation header
8130 #
8131 cdl_option CYGBLD_ISO_FSTYPES_HEADER {
8132     # Flavor: booldata
8133     # No user value, uncomment the following line to provide one.
8134     # user_value 0 0
8135     # value_source default
8136     # Default value: 0 0
8137 };
8138
8139 # gid_t, pid_t, uid_t implementation header
8140 #
8141 cdl_option CYGBLD_ISO_SCHEDTYPES_HEADER {
8142     # Flavor: booldata
8143     # No user value, uncomment the following line to provide one.
8144     # user_value 0 0
8145     # value_source default
8146     # Default value: 0 0
8147 };
8148
8149 # <
8150 # Non-POSIX <sys/types.h> contents
8151 # This covers the extra types required by non-POSIX
8152 # packages to be in <sys/types.h>. These would normally
8153 # only be visible if _POSIX_SOURCE is not defined.
8154 #
8155 cdl_component CYGPKG_ISO_EXTRA_TYPES {
8156     # There is no associated value.
8157 };
8158
8159 # >
8160 # BSD compatible types
8161 #
8162 cdl_interface CYGINT_ISO_BSDTYPES {
8163     # No options implement this inferface
8164     # This value cannot be modified here.
8165     # Flavor: data
8166     # Current_value: 0
8167     # Requires:  1 >= CYGINT_ISO_BSDTYPES 
8168     #     CYGINT_ISO_BSDTYPES == 0
8169     #   --> 1
8170
8171     # The following properties are affected by this value
8172     # interface CYGINT_ISO_BSDTYPES
8173     #     Requires:  1 >= CYGINT_ISO_BSDTYPES 
8174 };
8175
8176 # BSD types header
8177 #
8178 cdl_option CYGBLD_ISO_BSDTYPES_HEADER {
8179     # Flavor: booldata
8180     # No user value, uncomment the following line to provide one.
8181     # user_value 0 0
8182     # value_source default
8183     # Default value: 0 0
8184 };
8185
8186 # <
8187 # Utsname structure
8188 #
8189 cdl_component CYGPKG_ISO_UTSNAME {
8190     # There is no associated value.
8191 };
8192
8193 # >
8194 # Utsname header
8195 #
8196 cdl_option CYGBLD_ISO_UTSNAME_HEADER {
8197     # Flavor: booldata
8198     # No user value, uncomment the following line to provide one.
8199     # user_value 0 0
8200     # value_source default
8201     # Default value: 0 0
8202 };
8203
8204 # <
8205 # POSIX scheduler
8206 #
8207 cdl_component CYGPKG_ISO_SCHED {
8208     # There is no associated value.
8209 };
8210
8211 # >
8212 # POSIX scheduler implementations
8213 #
8214 cdl_interface CYGINT_ISO_SCHED_IMPL {
8215     # No options implement this inferface
8216     # This value cannot be modified here.
8217     # Flavor: data
8218     # Current_value: 0
8219     # Requires:  1 >= CYGINT_ISO_SCHED_IMPL 
8220     #     CYGINT_ISO_SCHED_IMPL == 0
8221     #   --> 1
8222
8223     # The following properties are affected by this value
8224     # interface CYGINT_ISO_SCHED_IMPL
8225     #     Requires:  1 >= CYGINT_ISO_SCHED_IMPL 
8226 };
8227
8228 # POSIX scheduler implementation header
8229 #
8230 cdl_option CYGBLD_ISO_SCHED_IMPL_HEADER {
8231     # Flavor: booldata
8232     # No user value, uncomment the following line to provide one.
8233     # user_value 0 0
8234     # value_source default
8235     # Default value: 0 0
8236 };
8237
8238 # <
8239 # POSIX semaphores
8240 #
8241 cdl_component CYGPKG_ISO_SEMAPHORES {
8242     # There is no associated value.
8243 };
8244
8245 # >
8246 # POSIX semaphore implementations
8247 #
8248 cdl_interface CYGINT_ISO_SEMAPHORES {
8249     # No options implement this inferface
8250     # This value cannot be modified here.
8251     # Flavor: data
8252     # Current_value: 0
8253     # Requires:  1 >= CYGINT_ISO_SEMAPHORES 
8254     #     CYGINT_ISO_SEMAPHORES == 0
8255     #   --> 1
8256
8257     # The following properties are affected by this value
8258     # interface CYGINT_ISO_SEMAPHORES
8259     #     Requires:  1 >= CYGINT_ISO_SEMAPHORES 
8260 };
8261
8262 # POSIX semaphore implementation header
8263 #
8264 cdl_option CYGBLD_ISO_SEMAPHORES_HEADER {
8265     # Flavor: booldata
8266     # No user value, uncomment the following line to provide one.
8267     # user_value 0 0
8268     # value_source default
8269     # Default value: 0 0
8270 };
8271
8272 # <
8273 # POSIX message queues
8274 #
8275 cdl_component CYGPKG_ISO_MQUEUE {
8276     # There is no associated value.
8277 };
8278
8279 # >
8280 # Implementations
8281 #
8282 cdl_interface CYGINT_ISO_MQUEUE {
8283     # No options implement this inferface
8284     # This value cannot be modified here.
8285     # Flavor: data
8286     # Current_value: 0
8287     # Requires:  1 >= CYGINT_ISO_MQUEUE 
8288     #     CYGINT_ISO_MQUEUE == 0
8289     #   --> 1
8290
8291     # The following properties are affected by this value
8292     # interface CYGINT_ISO_MQUEUE
8293     #     Requires:  1 >= CYGINT_ISO_MQUEUE 
8294     # option CYGNUM_ISO_MQUEUE_OPEN_MAX
8295     #     ActiveIf: CYGINT_ISO_MQUEUE
8296     # option CYGNUM_ISO_MQUEUE_PRIO_MAX
8297     #     ActiveIf: CYGINT_ISO_MQUEUE
8298 };
8299
8300 # Implementation header
8301 #
8302 cdl_option CYGBLD_ISO_MQUEUE_HEADER {
8303     # Flavor: booldata
8304     # No user value, uncomment the following line to provide one.
8305     # user_value 0 0
8306     # value_source default
8307     # Default value: 0 0
8308 };
8309
8310 # Maximum number of open message queues
8311 #
8312 cdl_option CYGNUM_ISO_MQUEUE_OPEN_MAX {
8313     # This option is not active
8314     # ActiveIf constraint: CYGINT_ISO_MQUEUE
8315     #     CYGINT_ISO_MQUEUE == 0
8316     #   --> 0
8317
8318     # Flavor: booldata
8319     # No user value, uncomment the following line to provide one.
8320     # user_value 0 0
8321     # value_source default
8322     # Default value:  CYGNUM_POSIX_MQUEUE_OPEN_MAX > 0 ? CYGNUM_POSIX_MQUEUE_OPEN_MAX : 0 
8323     #     CYGNUM_POSIX_MQUEUE_OPEN_MAX (unknown) == 0
8324     #     CYGNUM_POSIX_MQUEUE_OPEN_MAX (unknown) == 0
8325     #   --> 0 0
8326 };
8327
8328 # Maximum number of message priorities
8329 #
8330 cdl_option CYGNUM_ISO_MQUEUE_PRIO_MAX {
8331     # This option is not active
8332     # ActiveIf constraint: CYGINT_ISO_MQUEUE
8333     #     CYGINT_ISO_MQUEUE == 0
8334     #   --> 0
8335
8336     # Flavor: booldata
8337     # No user value, uncomment the following line to provide one.
8338     # user_value 1 65535
8339     # value_source default
8340     # Default value: 1 65535
8341 };
8342
8343 # <
8344 # POSIX threads
8345 #
8346 cdl_component CYGPKG_ISO_PTHREAD {
8347     # There is no associated value.
8348 };
8349
8350 # >
8351 # POSIX pthread implementations
8352 #
8353 cdl_interface CYGINT_ISO_PTHREAD_IMPL {
8354     # No options implement this inferface
8355     # This value cannot be modified here.
8356     # Flavor: booldata
8357     # Current value: 0 0
8358     # Requires:  1 >= CYGINT_ISO_PTHREAD_IMPL 
8359     #     CYGINT_ISO_PTHREAD_IMPL == 0
8360     #   --> 1
8361
8362     # The following properties are affected by this value
8363     # interface CYGINT_ISO_PTHREAD_IMPL
8364     #     Requires:  1 >= CYGINT_ISO_PTHREAD_IMPL 
8365 };
8366
8367 # POSIX pthread implementation header
8368 #
8369 cdl_option CYGBLD_ISO_PTHREAD_IMPL_HEADER {
8370     # Flavor: booldata
8371     # No user value, uncomment the following line to provide one.
8372     # user_value 0 0
8373     # value_source default
8374     # Default value: 0 0
8375 };
8376
8377 # POSIX mutex/cond var implementations
8378 #
8379 cdl_interface CYGINT_ISO_PTHREAD_MUTEX {
8380     # No options implement this inferface
8381     # This value cannot be modified here.
8382     # Flavor: booldata
8383     # Current value: 0 0
8384     # Requires:  1 >= CYGINT_ISO_PTHREAD_MUTEX 
8385     #     CYGINT_ISO_PTHREAD_MUTEX == 0
8386     #   --> 1
8387
8388     # The following properties are affected by this value
8389     # interface CYGINT_ISO_PTHREAD_MUTEX
8390     #     Requires:  1 >= CYGINT_ISO_PTHREAD_MUTEX 
8391 };
8392
8393 # POSIX mutex/cond var implementation header
8394 #
8395 cdl_option CYGBLD_ISO_PTHREAD_MUTEX_HEADER {
8396     # Flavor: booldata
8397     # No user value, uncomment the following line to provide one.
8398     # user_value 0 0
8399     # value_source default
8400     # Default value: 0 0
8401 };
8402
8403 # <
8404 # Limits
8405 #
8406 cdl_component CYGPKG_ISO_LIMITS {
8407     # There is no associated value.
8408 };
8409
8410 # >
8411 # POSIX pthread limits implementations
8412 #
8413 cdl_interface CYGINT_ISO_POSIX_LIMITS {
8414     # No options implement this inferface
8415     # This value cannot be modified here.
8416     # Flavor: data
8417     # Current_value: 0
8418     # Requires:  1 >= CYGINT_ISO_POSIX_LIMITS 
8419     #     CYGINT_ISO_POSIX_LIMITS == 0
8420     #   --> 1
8421
8422     # The following properties are affected by this value
8423     # interface CYGINT_ISO_POSIX_LIMITS
8424     #     Requires:  1 >= CYGINT_ISO_POSIX_LIMITS 
8425 };
8426
8427 # POSIX pthread limits implementation header
8428 #
8429 cdl_option CYGBLD_ISO_POSIX_LIMITS_HEADER {
8430     # Flavor: booldata
8431     # No user value, uncomment the following line to provide one.
8432     # user_value 0 0
8433     # value_source default
8434     # Default value: 0 0
8435 };
8436
8437 # OPEN_MAX implementation header
8438 #
8439 cdl_option CYGBLD_ISO_OPEN_MAX_HEADER {
8440     # Flavor: booldata
8441     # No user value, uncomment the following line to provide one.
8442     # user_value 0 0
8443     # value_source default
8444     # Default value: 0 0
8445 };
8446
8447 # LINK_MAX implementation header
8448 #
8449 cdl_option CYGBLD_ISO_LINK_MAX_HEADER {
8450     # Flavor: booldata
8451     # No user value, uncomment the following line to provide one.
8452     # user_value 0 0
8453     # value_source default
8454     # Default value: 0 0
8455 };
8456
8457 # NAME_MAX implementation header
8458 #
8459 cdl_option CYGBLD_ISO_NAME_MAX_HEADER {
8460     # Flavor: booldata
8461     # No user value, uncomment the following line to provide one.
8462     # user_value 0 0
8463     # value_source default
8464     # Default value: 0 0
8465 };
8466
8467 # PATH_MAX implementation header
8468 #
8469 cdl_option CYGBLD_ISO_PATH_MAX_HEADER {
8470     # Flavor: booldata
8471     # No user value, uncomment the following line to provide one.
8472     # user_value 0 0
8473     # value_source default
8474     # Default value: 0 0
8475 };
8476
8477 # <
8478 # POSIX termios
8479 #
8480 cdl_component CYGPKG_ISO_TERMIOS {
8481     # There is no associated value.
8482 };
8483
8484 # >
8485 # POSIX termios implementations
8486 #
8487 cdl_interface CYGINT_ISO_TERMIOS {
8488     # No options implement this inferface
8489     # This value cannot be modified here.
8490     # Flavor: data
8491     # Current_value: 0
8492     # Requires:  1 >= CYGINT_ISO_TERMIOS 
8493     #     CYGINT_ISO_TERMIOS == 0
8494     #   --> 1
8495
8496     # The following properties are affected by this value
8497     # interface CYGINT_ISO_TERMIOS
8498     #     Requires:  1 >= CYGINT_ISO_TERMIOS 
8499 };
8500
8501 # POSIX termios implementation header
8502 #
8503 cdl_option CYGBLD_ISO_TERMIOS_HEADER {
8504     # Flavor: booldata
8505     # No user value, uncomment the following line to provide one.
8506     # user_value 0 0
8507     # value_source default
8508     # Default value: 0 0
8509 };
8510
8511 # <
8512 # Dynamic load API
8513 #
8514 cdl_component CYGPKG_ISO_DLFCN {
8515     # There is no associated value.
8516 };
8517
8518 # >
8519 # Dynamic load implementations
8520 #
8521 cdl_interface CYGINT_ISO_DLFCN {
8522     # No options implement this inferface
8523     # This value cannot be modified here.
8524     # Flavor: data
8525     # Current_value: 0
8526     # Requires:  1 >= CYGINT_ISO_DLFCN 
8527     #     CYGINT_ISO_DLFCN == 0
8528     #   --> 1
8529
8530     # The following properties are affected by this value
8531     # interface CYGINT_ISO_DLFCN
8532     #     Requires:  1 >= CYGINT_ISO_DLFCN 
8533 };
8534
8535 # Dynamic load implementation header
8536 #
8537 cdl_option CYGBLD_ISO_DLFCN_HEADER {
8538     # Flavor: booldata
8539     # No user value, uncomment the following line to provide one.
8540     # user_value 0 0
8541     # value_source default
8542     # Default value: 0 0
8543 };
8544
8545 # <
8546 # UNIX standard functions
8547 #
8548 cdl_component CYGPKG_ISO_UNISTD {
8549     # There is no associated value.
8550 };
8551
8552 # >
8553 # POSIX timer operations implementations
8554 #
8555 cdl_interface CYGINT_ISO_POSIX_TIMER_OPS {
8556     # No options implement this inferface
8557     # This value cannot be modified here.
8558     # Flavor: booldata
8559     # Current value: 0 0
8560     # Requires:  1 >= CYGINT_ISO_POSIX_TIMER_OPS 
8561     #     CYGINT_ISO_POSIX_TIMER_OPS == 0
8562     #   --> 1
8563
8564     # The following properties are affected by this value
8565     # interface CYGINT_ISO_POSIX_TIMER_OPS
8566     #     Requires:  1 >= CYGINT_ISO_POSIX_TIMER_OPS 
8567 };
8568
8569 # POSIX timer operations implementation header
8570 #
8571 cdl_option CYGBLD_ISO_POSIX_TIMER_OPS_HEADER {
8572     # Flavor: booldata
8573     # No user value, uncomment the following line to provide one.
8574     # user_value 0 0
8575     # value_source default
8576     # Default value: 0 0
8577 };
8578
8579 # POSIX sleep() implementations
8580 #
8581 cdl_interface CYGINT_ISO_POSIX_SLEEP {
8582     # No options implement this inferface
8583     # This value cannot be modified here.
8584     # Flavor: booldata
8585     # Current value: 0 0
8586     # Requires:  1 >= CYGINT_ISO_POSIX_SLEEP 
8587     #     CYGINT_ISO_POSIX_SLEEP == 0
8588     #   --> 1
8589
8590     # The following properties are affected by this value
8591     # interface CYGINT_ISO_POSIX_SLEEP
8592     #     Requires:  1 >= CYGINT_ISO_POSIX_SLEEP 
8593 };
8594
8595 # POSIX sleep() implementation header
8596 #
8597 cdl_option CYGBLD_ISO_POSIX_SLEEP_HEADER {
8598     # Flavor: booldata
8599     # No user value, uncomment the following line to provide one.
8600     # user_value 0 0
8601     # value_source default
8602     # Default value: 0 0
8603 };
8604
8605 # <
8606 # select()/poll() functions
8607 #
8608 cdl_component CYGPKG_ISO_SELECT {
8609     # There is no associated value.
8610 };
8611
8612 # >
8613 # select() implementations
8614 #
8615 cdl_interface CYGINT_ISO_SELECT {
8616     # No options implement this inferface
8617     # This value cannot be modified here.
8618     # Flavor: booldata
8619     # Current value: 0 0
8620     # Requires:  1 >= CYGINT_ISO_SELECT 
8621     #     CYGINT_ISO_SELECT == 0
8622     #   --> 1
8623
8624     # The following properties are affected by this value
8625     # interface CYGINT_ISO_SELECT
8626     #     Requires:  1 >= CYGINT_ISO_SELECT 
8627 };
8628
8629 # select() implementation header
8630 #
8631 cdl_option CYGBLD_ISO_SELECT_HEADER {
8632     # Flavor: booldata
8633     # No user value, uncomment the following line to provide one.
8634     # user_value 0 0
8635     # value_source default
8636     # Default value: 0 0
8637 };
8638
8639 # poll() implementations
8640 #
8641 cdl_interface CYGINT_ISO_POLL {
8642     # No options implement this inferface
8643     # This value cannot be modified here.
8644     # Flavor: booldata
8645     # Current value: 0 0
8646     # Requires:  1 >= CYGINT_ISO_POLL 
8647     #     CYGINT_ISO_POLL == 0
8648     #   --> 1
8649
8650     # The following properties are affected by this value
8651     # interface CYGINT_ISO_POLL
8652     #     Requires:  1 >= CYGINT_ISO_POLL 
8653 };
8654
8655 # poll() implementation header
8656 #
8657 cdl_option CYGBLD_ISO_POLL_HEADER {
8658     # Flavor: booldata
8659     # No user value, uncomment the following line to provide one.
8660     # user_value 0 0
8661     # value_source default
8662     # Default value: 0 0
8663 };
8664
8665 # <
8666 # NetDB utility functions
8667 #
8668 cdl_component CYGPKG_ISO_NETDB {
8669     # There is no associated value.
8670 };
8671
8672 # >
8673 # DNS implementations
8674 #
8675 cdl_interface CYGINT_ISO_DNS {
8676     # No options implement this inferface
8677     # This value cannot be modified here.
8678     # Flavor: bool
8679     # Current value: 0
8680     # Requires:  1 >= CYGINT_ISO_DNS 
8681     #     CYGINT_ISO_DNS == 0
8682     #   --> 1
8683
8684     # The following properties are affected by this value
8685     # interface CYGINT_ISO_DNS
8686     #     Requires:  1 >= CYGINT_ISO_DNS 
8687 };
8688
8689 # DNS implementation header
8690 #
8691 cdl_option CYGBLD_ISO_DNS_HEADER {
8692     # Flavor: booldata
8693     # No user value, uncomment the following line to provide one.
8694     # user_value 0 0
8695     # value_source default
8696     # Default value: 0 0
8697 };
8698
8699 # Protocol network database implementations
8700 #
8701 cdl_interface CYGINT_ISO_NETDB_PROTO {
8702     # No options implement this inferface
8703     # This value cannot be modified here.
8704     # Flavor: bool
8705     # Current value: 0
8706     # Requires:  1 >= CYGINT_ISO_NETDB_PROTO 
8707     #     CYGINT_ISO_NETDB_PROTO == 0
8708     #   --> 1
8709
8710     # The following properties are affected by this value
8711     # interface CYGINT_ISO_NETDB_PROTO
8712     #     Requires:  1 >= CYGINT_ISO_NETDB_PROTO 
8713 };
8714
8715 # Protocol network database implementation header
8716 #
8717 cdl_option CYGBLD_ISO_NETDB_PROTO_HEADER {
8718     # Flavor: booldata
8719     # No user value, uncomment the following line to provide one.
8720     # user_value 0 0
8721     # value_source default
8722     # Default value: 0 0
8723 };
8724
8725 # Services network database implementations
8726 #
8727 cdl_interface CYGINT_ISO_NETDB_SERV {
8728     # No options implement this inferface
8729     # This value cannot be modified here.
8730     # Flavor: bool
8731     # Current value: 0
8732     # Requires:  1 >= CYGINT_ISO_NETDB_SERV 
8733     #     CYGINT_ISO_NETDB_SERV == 0
8734     #   --> 1
8735
8736     # The following properties are affected by this value
8737     # interface CYGINT_ISO_NETDB_SERV
8738     #     Requires:  1 >= CYGINT_ISO_NETDB_SERV 
8739 };
8740
8741 # Services network database implementation header
8742 #
8743 cdl_option CYGBLD_ISO_NETDB_SERV_HEADER {
8744     # Flavor: booldata
8745     # No user value, uncomment the following line to provide one.
8746     # user_value 0 0
8747     # value_source default
8748     # Default value: 0 0
8749 };
8750
8751 # <
8752 # Build options
8753 # Package specific build options including control over
8754 # compiler flags used only in building this package,
8755 # and details of which tests are built.
8756 #
8757 cdl_component CYGPKG_ISOINFRA_OPTIONS {
8758     # There is no associated value.
8759 };
8760
8761 # >
8762 # Additional compiler flags
8763 # This option modifies the set of compiler flags for
8764 # building the ISO C and POSIX infrastructure package.
8765 # These flags are used in addition to the set of global flags.
8766 #
8767 cdl_option CYGPKG_ISOINFRA_CFLAGS_ADD {
8768     # Flavor: data
8769     # No user value, uncomment the following line to provide one.
8770     # user_value ""
8771     # value_source default
8772     # Default value: ""
8773 };
8774
8775 # Suppressed compiler flags
8776 # This option modifies the set of compiler flags for
8777 # building the ISO C and POSIX infrastructure package.
8778 # These flags are removed from the set of global flags
8779 # if present.
8780 #
8781 cdl_option CYGPKG_ISOINFRA_CFLAGS_REMOVE {
8782     # Flavor: data
8783     # No user value, uncomment the following line to provide one.
8784     # user_value ""
8785     # value_source default
8786     # Default value: ""
8787 };
8788
8789 # <
8790 # <
8791 # Compute CRCs
8792 # doc: ref/services-crc.html
8793 # This package provides support for CRC calculation. Currently 
8794 # this is the POSIX 1003 defined CRC algorithm, a 32 CRC by 
8795 # Gary S. Brown, and a 16 bit CRC.
8796 #
8797 cdl_package CYGPKG_CRC {
8798     # Packages cannot be added or removed, nor can their version be changed,
8799     # simply by editing their value. Instead the appropriate configuration
8800     # should be used to perform these actions.
8801
8802     # This value cannot be modified here.
8803     # Flavor: booldata
8804     # Current value: 1 current
8805
8806     # The following properties are affected by this value
8807     # package CYGPKG_COMPRESS_ZLIB
8808     #     Requires: CYGPKG_CRC
8809 };
8810
8811 # >
8812 # POSIX CRC tests
8813 #
8814 cdl_option CYGPKG_CRC_TESTS {
8815     # Calculated value:  "tests/crc_test" 
8816     # Flavor: data
8817     # Current_value: tests/crc_test
8818 };
8819
8820 # <
8821 # Zlib compress and decompress package
8822 # This package provides support for compression and
8823 # decompression.
8824 #
8825 cdl_package CYGPKG_COMPRESS_ZLIB {
8826     # Packages cannot be added or removed, nor can their version be changed,
8827     # simply by editing their value. Instead the appropriate configuration
8828     # should be used to perform these actions.
8829
8830     # This value cannot be modified here.
8831     # Flavor: booldata
8832     # Current value: 1 current
8833     # Requires: CYGPKG_ISOINFRA
8834     #     CYGPKG_ISOINFRA == current
8835     #   --> 1
8836     # Requires: CYGPKG_CRC
8837     #     CYGPKG_CRC == current
8838     #   --> 1
8839
8840     # The following properties are affected by this value
8841     # component CYGBLD_BUILD_REDBOOT_WITH_ZLIB
8842     #     ActiveIf: CYGPKG_COMPRESS_ZLIB
8843 };
8844
8845 # >
8846 # Override memory allocation routines.
8847 #
8848 cdl_interface CYGINT_COMPRESS_ZLIB_LOCAL_ALLOC {
8849     # Implemented by CYGBLD_BUILD_REDBOOT_WITH_ZLIB, active, enabled
8850     # This value cannot be modified here.
8851     # Flavor: data
8852     # Current_value: 1
8853
8854     # The following properties are affected by this value
8855     # option CYGSEM_COMPRESS_ZLIB_NEEDS_MALLOC
8856     #     ActiveIf:  CYGINT_COMPRESS_ZLIB_LOCAL_ALLOC == 0 
8857 };
8858
8859 # Should deflate() produce 'gzip' compatible output?
8860 # If this option is set then the output of calling deflate()
8861 # will be wrapped up as a 'gzip' compatible file.
8862 #
8863 cdl_option CYGSEM_COMPRESS_ZLIB_DEFLATE_MAKES_GZIP {
8864     # Flavor: bool
8865     # No user value, uncomment the following line to provide one.
8866     # user_value 1
8867     # value_source default
8868     # Default value: 1
8869 };
8870
8871 # Does this library need malloc?
8872 # This pseudo-option will force the memalloc library to be
8873 # required iff the application does not provide it's own
8874 # infrastructure.
8875 #
8876 cdl_option CYGSEM_COMPRESS_ZLIB_NEEDS_MALLOC {
8877     # This option is not active
8878     # ActiveIf constraint:  CYGINT_COMPRESS_ZLIB_LOCAL_ALLOC == 0 
8879     #     CYGINT_COMPRESS_ZLIB_LOCAL_ALLOC == 1
8880     #   --> 0
8881
8882     # Flavor: bool
8883     # No user value, uncomment the following line to provide one.
8884     # user_value 1
8885     # value_source default
8886     # Default value: 1
8887     # Requires: CYGPKG_MEMALLOC
8888     #     CYGPKG_MEMALLOC == current
8889     #   --> 1
8890 };
8891
8892 # Include stdio-like utility functions
8893 # This option enables the stdio-like zlib utility functions
8894 # (gzread/gzwrite and friends) provided in gzio.c.
8895 #
8896 cdl_option CYGFUN_COMPRESS_ZLIB_GZIO {
8897     # Flavor: bool
8898     # No user value, uncomment the following line to provide one.
8899     # user_value 0
8900     # value_source default
8901     # Default value:  CYGPKG_LIBC_STDIO_OPEN ? 1 : 0 
8902     #     CYGPKG_LIBC_STDIO_OPEN (unknown) == 0
8903     #   --> 0
8904     # Requires: CYGINT_ISO_STDIO_FILEPOS
8905     #     CYGINT_ISO_STDIO_FILEPOS == 0
8906     #   --> 0
8907     # Requires: CYGINT_ISO_STRING_STRFUNCS
8908     #     CYGINT_ISO_STRING_STRFUNCS == 1
8909     #   --> 1
8910     # Requires: CYGINT_ISO_STDIO_FORMATTED_IO
8911     #     CYGINT_ISO_STDIO_FORMATTED_IO == 0
8912     #   --> 0
8913     # Requires: CYGINT_ISO_STDIO_FILEACCESS
8914     #     CYGINT_ISO_STDIO_FILEACCESS == 0
8915     #   --> 0
8916 };
8917
8918 # Zlib compress and decompress package build options
8919 # Package specific build options including control over
8920 # compiler flags used only in building this package,
8921 # and details of which tests are built.
8922 #
8923 cdl_component CYGPKG_COMPRESS_ZLIB_OPTIONS {
8924     # There is no associated value.
8925 };
8926
8927 # >
8928 # Additional compiler flags
8929 # This option modifies the set of compiler flags for
8930 # building this package. These flags are used in addition
8931 # to the set of global flags.
8932 #
8933 cdl_option CYGPKG_COMPRESS_ZLIB_CFLAGS_ADD {
8934     # Flavor: data
8935     # No user value, uncomment the following line to provide one.
8936     # user_value "-D__ECOS__ -DNO_ERRNO_H"
8937     # value_source default
8938     # Default value: "-D__ECOS__ -DNO_ERRNO_H"
8939 };
8940
8941 # Suppressed compiler flags
8942 # This option modifies the set of compiler flags for
8943 # building this package. These flags are removed from
8944 # the set of global flags if present.
8945 #
8946 cdl_option CYGPKG_COMPRESS_ZLIB_CFLAGS_REMOVE {
8947     # Flavor: data
8948     # No user value, uncomment the following line to provide one.
8949     # user_value -Wstrict-prototypes
8950     # value_source default
8951     # Default value: -Wstrict-prototypes
8952 };
8953
8954 # Additional compiler flags
8955 # This option modifies the set of compiler flags for
8956 # building this package. These flags are used in addition
8957 # to the set of global flags.
8958 #
8959 cdl_option CYGPKG_COMPRESS_ZLIB_LDFLAGS_ADD {
8960     # Flavor: data
8961     # No user value, uncomment the following line to provide one.
8962     # user_value ""
8963     # value_source default
8964     # Default value: ""
8965 };
8966
8967 # Suppressed compiler flags
8968 # This option modifies the set of compiler flags for
8969 # building this package. These flags are removed from
8970 # the set of global flags if present.
8971 #
8972 cdl_option CYGPKG_COMPRESS_ZLIB_LDFLAGS_REMOVE {
8973     # Flavor: data
8974     # No user value, uncomment the following line to provide one.
8975     # user_value ""
8976     # value_source default
8977     # Default value: ""
8978 };
8979
8980 # <
8981 # zlib tests
8982 #
8983 cdl_option CYGPKG_COMPRESS_ZLIB_TESTS {
8984     # Calculated value:  "tests/zlib1.c tests/zlib2.c" 
8985     # Flavor: data
8986     # Current_value: tests/zlib1.c tests/zlib2.c
8987 };
8988
8989 # <
8990 # FLASH device drivers
8991 # doc: ref/flash.html
8992 # This option enables drivers for basic I/O services on
8993 # flash devices.
8994 #
8995 cdl_package CYGPKG_IO_FLASH {
8996     # Packages cannot be added or removed, nor can their version be changed,
8997     # simply by editing their value. Instead the appropriate configuration
8998     # should be used to perform these actions.
8999
9000     # This value cannot be modified here.
9001     # Flavor: booldata
9002     # Current value: 1 current
9003     # Requires: CYGPKG_ISOINFRA
9004     #     CYGPKG_ISOINFRA == current
9005     #   --> 1
9006     # Requires: CYGINT_ISO_STRING_STRFUNCS
9007     #     CYGINT_ISO_STRING_STRFUNCS == 1
9008     #   --> 1
9009
9010     # The following properties are affected by this value
9011     # component CYGSEM_REDBOOT_FLASH_CONFIG
9012     #     DefaultValue:  CYGPKG_IO_FLASH != 0 
9013     # package CYGPKG_DEVS_FLASH_ONMXC
9014     #     ActiveIf: CYGPKG_IO_FLASH
9015 };
9016
9017 # >
9018 # Hardware FLASH device drivers
9019 # This option enables the hardware device drivers
9020 # for the current platform.
9021 #
9022 cdl_interface CYGHWR_IO_FLASH_DEVICE {
9023     # Implemented by CYGPKG_DEVS_FLASH_ONMXC, active, enabled
9024     # This value cannot be modified here.
9025     # Flavor: data
9026     # Current_value: 1
9027
9028     # The following properties are affected by this value
9029     # component CYGPKG_REDBOOT_FLASH
9030     #     ActiveIf: CYGHWR_IO_FLASH_DEVICE
9031 };
9032
9033 # Hardware FLASH device drivers are not in RAM
9034 # Use of this interface is deprecated.
9035 # Drivers should make sure that the functions are
9036 # linked to RAM by putting them in .2ram sections.
9037 #
9038 cdl_interface CYGHWR_IO_FLASH_DEVICE_NOT_IN_RAM {
9039     # No options implement this inferface
9040     # This value cannot be modified here.
9041     # Flavor: booldata
9042     # Current value: 0 0
9043     # Requires: !CYGHWR_IO_FLASH_DEVICE_NOT_IN_RAM
9044     #     CYGHWR_IO_FLASH_DEVICE_NOT_IN_RAM == 0
9045     #   --> 1
9046
9047     # The following properties are affected by this value
9048     # interface CYGHWR_IO_FLASH_DEVICE_NOT_IN_RAM
9049     #     Requires: !CYGHWR_IO_FLASH_DEVICE_NOT_IN_RAM
9050 };
9051
9052 # Hardware can support block locking
9053 # This option will be enabled by devices which can support
9054 # locking (write-protection) of individual blocks.
9055 #
9056 cdl_interface CYGHWR_IO_FLASH_BLOCK_LOCKING {
9057     # No options implement this inferface
9058     # This value cannot be modified here.
9059     # Flavor: booldata
9060     # Current value: 0 0
9061
9062     # The following properties are affected by this value
9063     # option CYGSEM_REDBOOT_FLASH_LOCK_SPECIAL
9064     #     ActiveIf:  CYGHWR_IO_FLASH_BLOCK_LOCKING != 0 
9065 };
9066
9067 # Hardware cannot support direct access to FLASH memory
9068 # This option will be asserted by devices which cannot support
9069 # direct access to the FLASH memory contents (e.g. EEPROM or NAND
9070 # devices).  In these cases, the driver must provide an appropriate
9071 # hardware access function.
9072 #
9073 cdl_option CYGSEM_IO_FLASH_READ_INDIRECT {
9074     # Flavor: bool
9075     # No user value, uncomment the following line to provide one.
9076     # user_value 0
9077     # The inferred value should not be edited directly.
9078     inferred_value 1
9079     # value_source inferred
9080     # Default value: 0
9081     # Requires:  !CYGSEM_IO_FLASH_VERIFY_PROGRAM 
9082     #     CYGSEM_IO_FLASH_VERIFY_PROGRAM == 0
9083     #   --> 1
9084
9085     # The following properties are affected by this value
9086     # option CYGPRI_REDBOOT_ZLIB_FLASH
9087     #     ActiveIf:  (!CYGSEM_IO_FLASH_READ_INDIRECT) || CYGPRI_REDBOOT_ZLIB_FLASH_FORCE 
9088     # component CYGHWR_DEVS_FLASH_MMC
9089     #     Requires:  CYGSEM_IO_FLASH_READ_INDIRECT == 1 
9090     # option CYGHWR_DEVS_FLASH_MMC_ESDHC
9091     #     Requires:  CYGSEM_IO_FLASH_READ_INDIRECT == 1 
9092     # option CYGHWR_DEVS_FLASH_MMC_SD
9093     #     Requires:  CYGSEM_IO_FLASH_READ_INDIRECT == 1 
9094     # option CYGHWR_DEVS_FLASH_MXC_NAND
9095     #     Requires:  CYGSEM_IO_FLASH_READ_INDIRECT == 1 
9096 };
9097
9098 # Display status messages during flash operations
9099 # Selecting this option will cause the drivers to print status
9100 # messages as various flash operations are undertaken.
9101 #
9102 cdl_option CYGSEM_IO_FLASH_CHATTER {
9103     # Flavor: bool
9104     # No user value, uncomment the following line to provide one.
9105     # user_value 1
9106     # value_source default
9107     # Default value: 1
9108 };
9109
9110 # Verify data programmed to flash
9111 # Selecting this option will cause verification of data
9112 # programmed to flash.
9113 #
9114 cdl_option CYGSEM_IO_FLASH_VERIFY_PROGRAM {
9115     # Flavor: bool
9116     # No user value, uncomment the following line to provide one.
9117     # user_value 1
9118     # The inferred value should not be edited directly.
9119     inferred_value 0
9120     # value_source inferred
9121     # Default value: 1
9122
9123     # The following properties are affected by this value
9124     # option CYGSEM_IO_FLASH_READ_INDIRECT
9125     #     Requires:  !CYGSEM_IO_FLASH_VERIFY_PROGRAM 
9126 };
9127
9128 # Platform has flash soft DIP switch write-protect
9129 # Selecting this option will cause the state of a hardware jumper or
9130 # dipswitch to be read by software to determine whether the flash is
9131 # write-protected or not.
9132 #
9133 cdl_option CYGSEM_IO_FLASH_SOFT_WRITE_PROTECT {
9134     # Flavor: bool
9135     # No user value, uncomment the following line to provide one.
9136     # user_value 0
9137     # value_source default
9138     # Default value: 0
9139 };
9140
9141 # Instantiate in I/O block device API
9142 # Provides a block device accessible using the standard I/O
9143 # API ( cyg_io_read() etc. )
9144 #
9145 cdl_component CYGPKG_IO_FLASH_BLOCK_DEVICE {
9146     # This option is not active
9147     # ActiveIf constraint: CYGPKG_IO
9148     #     CYGPKG_IO (unknown) == 0
9149     #   --> 0
9150
9151     # Flavor: bool
9152     # No user value, uncomment the following line to provide one.
9153     # user_value 0
9154     # value_source default
9155     # Default value: 0
9156 };
9157
9158 # >
9159 # Name of flash device 1 block device
9160 #
9161 cdl_component CYGDAT_IO_FLASH_BLOCK_DEVICE_NAME_1 {
9162     # This option is not active
9163     # The parent CYGPKG_IO_FLASH_BLOCK_DEVICE is not active
9164     # The parent CYGPKG_IO_FLASH_BLOCK_DEVICE is disabled
9165
9166     # Flavor: data
9167     # No user value, uncomment the following line to provide one.
9168     # user_value "\"/dev/flash1\""
9169     # value_source default
9170     # Default value: "\"/dev/flash1\""
9171 };
9172
9173 # >
9174 #
9175 cdl_interface CYGINT_IO_FLASH_BLOCK_CFG_1 {
9176     # Implemented by CYGNUM_IO_FLASH_BLOCK_CFG_STATIC_1, inactive, enabled
9177     # Implemented by CYGNUM_IO_FLASH_BLOCK_CFG_FIS_1, inactive, disabled
9178     # This option is not active
9179     # The parent CYGDAT_IO_FLASH_BLOCK_DEVICE_NAME_1 is not active
9180
9181     # This value cannot be modified here.
9182     # Flavor: data
9183     # Current_value: 0
9184     # Requires: 1 == CYGINT_IO_FLASH_BLOCK_CFG_1
9185     #     CYGINT_IO_FLASH_BLOCK_CFG_1 == 0
9186     #   --> 0
9187
9188     # The following properties are affected by this value
9189     # interface CYGINT_IO_FLASH_BLOCK_CFG_1
9190     #     Requires: 1 == CYGINT_IO_FLASH_BLOCK_CFG_1
9191 };
9192
9193 # Static configuration
9194 # This configures the flash device 1 block device
9195 # with static base and length
9196 #
9197 cdl_component CYGNUM_IO_FLASH_BLOCK_CFG_STATIC_1 {
9198     # This option is not active
9199     # The parent CYGDAT_IO_FLASH_BLOCK_DEVICE_NAME_1 is not active
9200
9201     # Flavor: bool
9202     # No user value, uncomment the following line to provide one.
9203     # user_value 1
9204     # value_source default
9205     # Default value: 1
9206 };
9207
9208 # >
9209 # Start offset from flash base
9210 # This gives the offset from the base of flash which this
9211 # block device corresponds to.
9212 #
9213 cdl_option CYGNUM_IO_FLASH_BLOCK_OFFSET_1 {
9214     # This option is not active
9215     # The parent CYGNUM_IO_FLASH_BLOCK_CFG_STATIC_1 is not active
9216
9217     # Flavor: data
9218     # No user value, uncomment the following line to provide one.
9219     # user_value 0x00100000
9220     # value_source default
9221     # Default value: 0x00100000
9222 };
9223
9224 # Length
9225 # This gives the length of the region of flash given over
9226 # to this block device.
9227 #
9228 cdl_option CYGNUM_IO_FLASH_BLOCK_LENGTH_1 {
9229     # This option is not active
9230     # The parent CYGNUM_IO_FLASH_BLOCK_CFG_STATIC_1 is not active
9231
9232     # Flavor: data
9233     # No user value, uncomment the following line to provide one.
9234     # user_value 0x00100000
9235     # value_source default
9236     # Default value: 0x00100000
9237 };
9238
9239 # <
9240 # Configuration from FIS
9241 # This configures the flash device 1 block device
9242 # from Redboot FIS
9243 #
9244 cdl_component CYGNUM_IO_FLASH_BLOCK_CFG_FIS_1 {
9245     # This option is not active
9246     # The parent CYGDAT_IO_FLASH_BLOCK_DEVICE_NAME_1 is not active
9247
9248     # Flavor: bool
9249     # No user value, uncomment the following line to provide one.
9250     # user_value 0
9251     # value_source default
9252     # Default value: 0
9253 };
9254
9255 # >
9256 # Name of FIS entry
9257 #
9258 cdl_component CYGDAT_IO_FLASH_BLOCK_FIS_NAME_1 {
9259     # This option is not active
9260     # The parent CYGNUM_IO_FLASH_BLOCK_CFG_FIS_1 is not active
9261     # The parent CYGNUM_IO_FLASH_BLOCK_CFG_FIS_1 is disabled
9262
9263     # Flavor: data
9264     # No user value, uncomment the following line to provide one.
9265     # user_value "\"jffs2\""
9266     # value_source default
9267     # Default value: "\"jffs2\""
9268 };
9269
9270 # <
9271 # <
9272 # <
9273 # Flash device driver build options
9274 # Package specific build options including control over
9275 # compiler flags used only in building this package,
9276 # and details of which tests are built.
9277 #
9278 cdl_component CYGPKG_IO_FLASH_OPTIONS {
9279     # There is no associated value.
9280 };
9281
9282 # >
9283 # Additional compiler flags
9284 # This option modifies the set of compiler flags for
9285 # building the flash device drivers. These flags are used in addition
9286 # to the set of global flags.
9287 #
9288 cdl_option CYGPKG_IO_FLASH_CFLAGS_ADD {
9289     # Flavor: data
9290     # No user value, uncomment the following line to provide one.
9291     # user_value ""
9292     # value_source default
9293     # Default value: ""
9294 };
9295
9296 # Suppressed compiler flags
9297 # This option modifies the set of compiler flags for
9298 # building the flash device drivers. These flags are removed from
9299 # the set of global flags if present.
9300 #
9301 cdl_option CYGPKG_IO_FLASH_CFLAGS_REMOVE {
9302     # Flavor: data
9303     # No user value, uncomment the following line to provide one.
9304     # user_value ""
9305     # value_source default
9306     # Default value: ""
9307 };
9308
9309 # Flash device driver tests
9310 # This option specifies the set of tests for the flash device drivers.
9311 #
9312 cdl_component CYGPKG_IO_FLASH_TESTS {
9313     # Calculated value:  "tests/flash1" 
9314     # Flavor: data
9315     # Current_value: tests/flash1
9316 };
9317
9318 # >
9319 # Start offset from flash base
9320 # This gives the offset from the base of flash where tests
9321 # can be run.  It is important to set this correctly, as an
9322 # incorrect value could allow the tests to write over critical
9323 # portions of the FLASH device and possibly render the target
9324 # board totally non-functional.
9325 #
9326 cdl_option CYGNUM_IO_FLASH_TEST_OFFSET {
9327     # Flavor: data
9328     # No user value, uncomment the following line to provide one.
9329     # user_value 0x00100000
9330     # value_source default
9331     # Default value: 0x00100000
9332 };
9333
9334 # Length
9335 # This gives the length of the region of flash used for testing.
9336 #
9337 cdl_option CYGNUM_IO_FLASH_TEST_LENGTH {
9338     # Flavor: data
9339     # No user value, uncomment the following line to provide one.
9340     # user_value 0x00100000
9341     # value_source default
9342     # Default value: 0x00100000
9343 };
9344
9345 # <
9346 # <
9347 # Support FLASH memory on Freescale MXC platforms
9348 #
9349 cdl_package CYGPKG_DEVS_FLASH_ONMXC {
9350     # Packages cannot be added or removed, nor can their version be changed,
9351     # simply by editing their value. Instead the appropriate configuration
9352     # should be used to perform these actions.
9353
9354     # ActiveIf constraint: CYGPKG_IO_FLASH
9355     #     CYGPKG_IO_FLASH == current
9356     #   --> 1
9357
9358     # This value cannot be modified here.
9359     # Flavor: booldata
9360     # Current value: 1 current
9361 };
9362
9363 # >
9364 # MXC platform MMC card support
9365 # When this option is enabled, it indicates MMC card is
9366 # supported on the MXC platforms
9367 #
9368 cdl_component CYGHWR_DEVS_FLASH_MMC {
9369     # Flavor: bool
9370     # No user value, uncomment the following line to provide one.
9371     # user_value 0
9372     # value_source default
9373     # Default value: 0
9374     # Requires:  CYGSEM_IO_FLASH_READ_INDIRECT == 1 
9375     #     CYGSEM_IO_FLASH_READ_INDIRECT == 1
9376     #   --> 1
9377
9378     # The following properties are affected by this value
9379     # option CYGHWR_DEVS_FLASH_MXC_MULTI
9380     #     ActiveIf: (CYGHWR_DEVS_FLASH_MXC_NAND && CYGHWR_DEVS_FLASH_MXC_NOR) ||
9381     #                            (CYGHWR_DEVS_FLASH_MXC_NAND && CYGHWR_DEVS_FLASH_MMC) ||
9382     #                            (CYGHWR_DEVS_FLASH_MXC_NOR && CYGHWR_DEVS_FLASH_MMC)
9383     # option CYGHWR_DEVS_FLASH_MXC_MULTI
9384     #     ActiveIf: (CYGHWR_DEVS_FLASH_MXC_NAND && CYGHWR_DEVS_FLASH_MXC_NOR) ||
9385     #                            (CYGHWR_DEVS_FLASH_MXC_NAND && CYGHWR_DEVS_FLASH_MMC) ||
9386     #                            (CYGHWR_DEVS_FLASH_MXC_NOR && CYGHWR_DEVS_FLASH_MMC)
9387 };
9388
9389 # >
9390 # MXC platform MMC card for newer SDHC controllers
9391 #
9392 cdl_option CYGHWR_DEVS_FLASH_MMC_ESDHC {
9393     # This option is not active
9394     # The parent CYGHWR_DEVS_FLASH_MMC is disabled
9395     # ActiveIf constraint:  CYGPKG_HAL_ARM_MX37_3STACK || CYGPKG_HAL_ARM_MX35_3STACK || CYGPKG_HAL_ARM_MX25_3STACK ||  CYGPKG_HAL_ARM_MX51
9396     #     CYGPKG_HAL_ARM_MX37_3STACK (unknown) == 0
9397     #     CYGPKG_HAL_ARM_MX35_3STACK (unknown) == 0
9398     #     CYGPKG_HAL_ARM_MX25_3STACK (unknown) == 0
9399     #     CYGPKG_HAL_ARM_MX51 (unknown) == 0
9400     #   --> 0
9401
9402     # Flavor: bool
9403     # No user value, uncomment the following line to provide one.
9404     # user_value 1
9405     # value_source default
9406     # Default value: 1
9407     # Requires:  CYGSEM_IO_FLASH_READ_INDIRECT == 1 
9408     #     CYGSEM_IO_FLASH_READ_INDIRECT == 1
9409     #   --> 1
9410 };
9411
9412 # MXC platform MMC card for older MMC/SD controllers
9413 #
9414 cdl_option CYGHWR_DEVS_FLASH_MMC_SD {
9415     # This option is not active
9416     # The parent CYGHWR_DEVS_FLASH_MMC is disabled
9417     # ActiveIf constraint:  CYGPKG_HAL_ARM_MX31_3STACK || CYGPKG_HAL_ARM_MX31ADS 
9418     #     CYGPKG_HAL_ARM_MX31_3STACK (unknown) == 0
9419     #     CYGPKG_HAL_ARM_MX31ADS (unknown) == 0
9420     #   --> 0
9421
9422     # Flavor: bool
9423     # No user value, uncomment the following line to provide one.
9424     # user_value 0
9425     # value_source default
9426     # Default value: 0
9427     # Requires:  CYGSEM_IO_FLASH_READ_INDIRECT == 1 
9428     #     CYGSEM_IO_FLASH_READ_INDIRECT == 1
9429     #   --> 1
9430 };
9431
9432 # <
9433 # MXC platform NOR flash memory support
9434 # When this option is enabled, it indicates NOR flash is
9435 # supported on the MXC platforms
9436 #
9437 cdl_option CYGHWR_DEVS_FLASH_MXC_NOR {
9438     # Flavor: bool
9439     # No user value, uncomment the following line to provide one.
9440     # user_value 0
9441     # The inferred value should not be edited directly.
9442     inferred_value 0
9443     # value_source inferred
9444     # Default value: 0
9445
9446     # The following properties are affected by this value
9447     # option CYGHWR_DEVS_FLASH_IMX_SPI_NOR
9448     #     Requires:  CYGHWR_DEVS_FLASH_MXC_NOR == 1 
9449     # option CYGHWR_DEVS_FLASH_MXC_MULTI
9450     #     ActiveIf: (CYGHWR_DEVS_FLASH_MXC_NAND && CYGHWR_DEVS_FLASH_MXC_NOR) ||
9451     #                            (CYGHWR_DEVS_FLASH_MXC_NAND && CYGHWR_DEVS_FLASH_MMC) ||
9452     #                            (CYGHWR_DEVS_FLASH_MXC_NOR && CYGHWR_DEVS_FLASH_MMC)
9453     # option CYGHWR_DEVS_FLASH_MXC_MULTI
9454     #     ActiveIf: (CYGHWR_DEVS_FLASH_MXC_NAND && CYGHWR_DEVS_FLASH_MXC_NOR) ||
9455     #                            (CYGHWR_DEVS_FLASH_MXC_NAND && CYGHWR_DEVS_FLASH_MMC) ||
9456     #                            (CYGHWR_DEVS_FLASH_MXC_NOR && CYGHWR_DEVS_FLASH_MMC)
9457 };
9458
9459 # MXC platform NAND flash memory support
9460 # When this option is enabled, it indicates NAND flash is
9461 # supported on the MXC platforms
9462 #
9463 cdl_option CYGHWR_DEVS_FLASH_MXC_NAND {
9464     # Flavor: bool
9465     # No user value, uncomment the following line to provide one.
9466     # user_value 0
9467     # The inferred value should not be edited directly.
9468     inferred_value 1
9469     # value_source inferred
9470     # Default value: 0
9471     # Requires:  CYGSEM_IO_FLASH_READ_INDIRECT == 1 
9472     #     CYGSEM_IO_FLASH_READ_INDIRECT == 1
9473     #   --> 1
9474
9475     # The following properties are affected by this value
9476     # component CYGPKG_DEVS_FLASH_NAND_BBT_IN_FLASH
9477     #     ActiveIf: CYGHWR_DEVS_FLASH_MXC_NAND
9478     # option CYGHWR_DEVS_FLASH_MXC_MULTI
9479     #     ActiveIf: (CYGHWR_DEVS_FLASH_MXC_NAND && CYGHWR_DEVS_FLASH_MXC_NOR) ||
9480     #                            (CYGHWR_DEVS_FLASH_MXC_NAND && CYGHWR_DEVS_FLASH_MMC) ||
9481     #                            (CYGHWR_DEVS_FLASH_MXC_NOR && CYGHWR_DEVS_FLASH_MMC)
9482     # option CYGHWR_DEVS_FLASH_MXC_MULTI
9483     #     ActiveIf: (CYGHWR_DEVS_FLASH_MXC_NAND && CYGHWR_DEVS_FLASH_MXC_NOR) ||
9484     #                            (CYGHWR_DEVS_FLASH_MXC_NAND && CYGHWR_DEVS_FLASH_MMC) ||
9485     #                            (CYGHWR_DEVS_FLASH_MXC_NOR && CYGHWR_DEVS_FLASH_MMC)
9486     # interface CYGHWR_DEVS_FLASH_MXC_NAND_RESET_WORKAROUND
9487     #     ActiveIf: CYGHWR_DEVS_FLASH_MXC_NAND
9488 };
9489
9490 # i.MX platform SPI NOR flash memory support
9491 # When this option is enabled, it indicates SPI NOR flash is
9492 # supported on the i.MX platforms
9493 #
9494 cdl_option CYGHWR_DEVS_FLASH_IMX_SPI_NOR {
9495     # Flavor: bool
9496     # No user value, uncomment the following line to provide one.
9497     # user_value 0
9498     # value_source default
9499     # Default value: 0
9500     # Requires:  CYGHWR_DEVS_FLASH_MXC_NOR == 1 
9501     #     CYGHWR_DEVS_FLASH_MXC_NOR == 0
9502     #   --> 0
9503 };
9504
9505 # MXC platform ATA support
9506 # When this option is enabled, it indicates ATA is
9507 # supported on the MXC platforms
9508 #
9509 cdl_option CYGHWR_DEVS_FLASH_MXC_ATA {
9510     # Flavor: bool
9511     # No user value, uncomment the following line to provide one.
9512     # user_value 0
9513     # value_source default
9514     # Default value: 0
9515 };
9516
9517 # Use a flash based Bad Block Table
9518 #
9519 cdl_component CYGPKG_DEVS_FLASH_NAND_BBT_IN_FLASH {
9520     # ActiveIf constraint: CYGHWR_DEVS_FLASH_MXC_NAND
9521     #     CYGHWR_DEVS_FLASH_MXC_NAND == 1
9522     #   --> 1
9523
9524     # There is no associated value.
9525 };
9526
9527 # >
9528 # When this option is enabled, the driver will search for a flash
9529 # based bad block table
9530 #
9531 cdl_option CYGHWR_DEVS_FLASH_MXC_BBT_IN_FLASH {
9532     # Flavor: bool
9533     # No user value, uncomment the following line to provide one.
9534     # user_value 1
9535     # value_source default
9536     # Default value: 1
9537 };
9538
9539 # header file defining the NAND BBT descriptor
9540 # defines the name of the header file that describes the BBT layout
9541 #
9542 cdl_component CYGHWR_FLASH_NAND_BBT_HEADER {
9543     # Flavor: booldata
9544     # No user value, uncomment the following line to provide one.
9545     # user_value 0 0
9546     # The inferred value should not be edited directly.
9547     inferred_value 1 <cyg/io/tx25_nand_bbt.h>
9548     # value_source inferred
9549     # Default value: 0 0
9550 };
9551
9552 # Number of blocks to reserve for BBT
9553 # Number of blocks to reserve for BBT
9554 #
9555 cdl_option CYGNUM_FLASH_NAND_BBT_BLOCKS {
9556     # Flavor: data
9557     # No user value, uncomment the following line to provide one.
9558     # user_value 4
9559     # value_source default
9560     # Default value: 4
9561 };
9562
9563 # <
9564 # MXC platform multi flash memory support
9565 # When this option is enabled, it indicates multi flashes are
9566 # supported on the MXC platforms (like NAND and NOR)
9567 #
9568 cdl_option CYGHWR_DEVS_FLASH_MXC_MULTI {
9569     # This option is not active
9570     # ActiveIf constraint: (CYGHWR_DEVS_FLASH_MXC_NAND && CYGHWR_DEVS_FLASH_MXC_NOR) ||
9571     #                            (CYGHWR_DEVS_FLASH_MXC_NAND && CYGHWR_DEVS_FLASH_MMC) ||
9572     #                            (CYGHWR_DEVS_FLASH_MXC_NOR && CYGHWR_DEVS_FLASH_MMC)
9573     #     CYGHWR_DEVS_FLASH_MXC_NAND == 1
9574     #     CYGHWR_DEVS_FLASH_MXC_NOR == 0
9575     #     CYGHWR_DEVS_FLASH_MXC_NAND == 1
9576     #     CYGHWR_DEVS_FLASH_MMC == 0
9577     #     CYGHWR_DEVS_FLASH_MXC_NOR == 0
9578     #     CYGHWR_DEVS_FLASH_MMC == 0
9579     #   --> 0
9580
9581     # Flavor: bool
9582     # No user value, uncomment the following line to provide one.
9583     # user_value 1
9584     # The inferred value should not be edited directly.
9585     inferred_value 0
9586     # value_source inferred
9587     # Default value: 1
9588 };
9589
9590 # MXC platform NAND flash reset workaround support
9591 # When this option is enabled, it indicates 0xFFFF is used for
9592 # the NAND reset command instead of 0xFF.
9593 #
9594 cdl_interface CYGHWR_DEVS_FLASH_MXC_NAND_RESET_WORKAROUND {
9595     # No options implement this inferface
9596     # ActiveIf constraint: CYGHWR_DEVS_FLASH_MXC_NAND
9597     #     CYGHWR_DEVS_FLASH_MXC_NAND == 1
9598     #   --> 1
9599
9600     # This value cannot be modified here.
9601     # Flavor: data
9602     # Current_value: 0
9603 };
9604
9605 # <
9606 # <
9607 # Dynamic memory allocation
9608 # doc: ref/memalloc.html
9609 # This package provides memory allocator infrastructure required for
9610 # dynamic memory allocators, including the ISO standard malloc
9611 # interface. It also contains some sample implementations.
9612 #
9613 cdl_package CYGPKG_MEMALLOC {
9614     # Packages cannot be added or removed, nor can their version be changed,
9615     # simply by editing their value. Instead the appropriate configuration
9616     # should be used to perform these actions.
9617
9618     # This value cannot be modified here.
9619     # Flavor: booldata
9620     # Current value: 1 current
9621
9622     # The following properties are affected by this value
9623     # option CYGSEM_COMPRESS_ZLIB_NEEDS_MALLOC
9624     #     Requires: CYGPKG_MEMALLOC
9625 };
9626
9627 # >
9628 # Memory allocator implementations
9629 # This component contains configuration options related to the 
9630 # various memory allocators available.
9631 #
9632 cdl_component CYGPKG_MEMALLOC_ALLOCATORS {
9633     # There is no associated value.
9634 };
9635
9636 # >
9637 # Fixed block allocator
9638 # This component contains configuration options related to the 
9639 # fixed block memory allocator.
9640 #
9641 cdl_component CYGPKG_MEMALLOC_ALLOCATOR_FIXED {
9642     # There is no associated value.
9643 };
9644
9645 # >
9646 # Make thread safe
9647 # With this option enabled, this allocator will be
9648 # made thread-safe. Additionally allocation functions
9649 # are made available that allow a thread to wait
9650 # until memory is available.
9651 #
9652 cdl_option CYGSEM_MEMALLOC_ALLOCATOR_FIXED_THREADAWARE {
9653     # This option is not active
9654     # ActiveIf constraint: CYGPKG_KERNEL
9655     #     CYGPKG_KERNEL (unknown) == 0
9656     #   --> 0
9657
9658     # Flavor: bool
9659     # No user value, uncomment the following line to provide one.
9660     # user_value 1
9661     # value_source default
9662     # Default value: 1
9663 };
9664
9665 # <
9666 # Simple variable block allocator
9667 # This component contains configuration options related to the 
9668 # simple variable block memory allocator. This allocator is not
9669 # very fast, and in particular does not scale well with large
9670 # numbers of allocations. It is however very compact in terms of
9671 # code size and does not have very much overhead per allocation.
9672 #
9673 cdl_component CYGPKG_MEMALLOC_ALLOCATOR_VARIABLE {
9674     # There is no associated value.
9675 };
9676
9677 # >
9678 # Make thread safe
9679 # With this option enabled, this allocator will be
9680 # made thread-safe. Additionally allocation functions
9681 # are added that allow a thread to wait until memory
9682 # are made available that allow a thread to wait
9683 # until memory is available.
9684 #
9685 cdl_option CYGSEM_MEMALLOC_ALLOCATOR_VARIABLE_THREADAWARE {
9686     # This option is not active
9687     # ActiveIf constraint: CYGPKG_KERNEL
9688     #     CYGPKG_KERNEL (unknown) == 0
9689     #   --> 0
9690
9691     # Flavor: bool
9692     # No user value, uncomment the following line to provide one.
9693     # user_value 1
9694     # value_source default
9695     # Default value: 1
9696 };
9697
9698 # Coalesce memory
9699 # The variable-block memory allocator can perform coalescing
9700 # of memory whenever the application code releases memory back
9701 # to the pool. This coalescing reduces the possibility of
9702 # memory fragmentation problems, but involves extra code and
9703 # processor cycles.
9704 #
9705 cdl_option CYGSEM_MEMALLOC_ALLOCATOR_VARIABLE_COALESCE {
9706     # Flavor: bool
9707     # No user value, uncomment the following line to provide one.
9708     # user_value 1
9709     # value_source default
9710     # Default value: 1
9711
9712     # The following properties are affected by this value
9713     # option CYGIMP_MEMALLOC_MALLOC_VARIABLE_SIMPLE
9714     #     Requires: CYGSEM_MEMALLOC_ALLOCATOR_VARIABLE_COALESCE
9715 };
9716
9717 # <
9718 # Doug Lea's malloc
9719 # This component contains configuration options related to the 
9720 # port of Doug Lea's memory allocator, normally known as
9721 # dlmalloc. dlmalloc has a reputation for being both fast
9722 # and space-conserving, as well as resisting fragmentation well.
9723 # It is a common choice for a general purpose allocator and
9724 # has been used in both newlib and Linux glibc.
9725 #
9726 cdl_component CYGPKG_MEMALLOC_ALLOCATOR_DLMALLOC {
9727     # There is no associated value.
9728 };
9729
9730 # >
9731 # Debug build
9732 # Doug Lea's malloc implementation has substantial amounts
9733 # of internal checking in order to verify the operation
9734 # and consistency of the allocator. However this imposes
9735 # substantial overhead on each operation. Therefore this
9736 # checking may be individually disabled.
9737 #
9738 cdl_option CYGDBG_MEMALLOC_ALLOCATOR_DLMALLOC_DEBUG {
9739     # Flavor: bool
9740     # No user value, uncomment the following line to provide one.
9741     # user_value 0
9742     # value_source default
9743     # Default value:  0 != CYGDBG_USE_ASSERTS 
9744     #     CYGDBG_USE_ASSERTS == 0
9745     #   --> 0
9746     # Requires: CYGDBG_USE_ASSERTS
9747     #     CYGDBG_USE_ASSERTS == 0
9748     #   --> 0
9749 };
9750
9751 # Make thread safe
9752 # With this option enabled, this allocator will be
9753 # made thread-safe. Additionally allocation functions
9754 # are made available that allow a thread to wait
9755 # until memory is available.
9756 #
9757 cdl_option CYGIMP_MEMALLOC_ALLOCATOR_DLMALLOC_THREADAWARE {
9758     # This option is not active
9759     # ActiveIf constraint: CYGPKG_KERNEL
9760     #     CYGPKG_KERNEL (unknown) == 0
9761     #   --> 0
9762
9763     # Flavor: bool
9764     # No user value, uncomment the following line to provide one.
9765     # user_value 1
9766     # value_source default
9767     # Default value: 1
9768     # Requires: CYGPKG_KERNEL
9769     #     CYGPKG_KERNEL (unknown) == 0
9770     #   --> 0
9771 };
9772
9773 # Support more than one instance
9774 # Having this option disabled allows important
9775 # implementation structures to be declared as a single
9776 # static instance, allowing faster access. However this
9777 # would fail if there is more than one instance of
9778 # the dlmalloc allocator class. Therefore this option can
9779 # be enabled if multiple instances are required. Note: as
9780 # a special case, if this allocator is used as the
9781 # implementation of malloc, and it can be determined there
9782 # is more than one malloc pool, then this option will be
9783 # silently enabled.
9784 #
9785 cdl_option CYGIMP_MEMALLOC_ALLOCATOR_DLMALLOC_SAFE_MULTIPLE {
9786     # Flavor: bool
9787     # No user value, uncomment the following line to provide one.
9788     # user_value 1
9789     # value_source default
9790     # Default value: 1
9791 };
9792
9793 # Use system memmove() and memset()
9794 # This may be used to control whether memset() and memmove()
9795 # are used within the implementation. The alternative is
9796 # to use some macro equivalents, which some people report
9797 # are faster in some circumstances.
9798 #
9799 cdl_option CYGIMP_MEMALLOC_ALLOCATOR_DLMALLOC_USE_MEMCPY {
9800     # Flavor: bool
9801     # No user value, uncomment the following line to provide one.
9802     # user_value 1
9803     # value_source default
9804     # Default value:  0 != CYGPKG_ISOINFRA 
9805     #     CYGPKG_ISOINFRA == current
9806     #   --> 1
9807     # Requires: CYGPKG_ISOINFRA
9808     #     CYGPKG_ISOINFRA == current
9809     #   --> 1
9810 };
9811
9812 # Minimum alignment of allocated blocks
9813 # This option controls the minimum alignment that the
9814 # allocated memory blocks are aligned on, specified as
9815 # 2^N. Note that using large mininum alignments can lead
9816 # to excessive memory wastage.
9817 #
9818 cdl_option CYGNUM_MEMALLOC_ALLOCATOR_DLMALLOC_ALIGNMENT {
9819     # Flavor: data
9820     # No user value, uncomment the following line to provide one.
9821     # user_value 3
9822     # value_source default
9823     # Default value: 3
9824     # Legal values: 3 to 10
9825 };
9826
9827 # <
9828 # Variable block allocator with separate metadata
9829 # This component contains configuration options related to the 
9830 # variable block memory allocator with separate metadata.
9831 #
9832 cdl_component CYGPKG_MEMALLOC_ALLOCATOR_SEPMETA {
9833     # There is no associated value.
9834 };
9835
9836 # >
9837 # Make thread safe
9838 # With this option enabled, this allocator will be
9839 # made thread-safe. Additionally allocation functions
9840 # are made available that allow a thread to wait
9841 # until memory is available.
9842 #
9843 cdl_option CYGSEM_MEMALLOC_ALLOCATOR_SEPMETA_THREADAWARE {
9844     # This option is not active
9845     # ActiveIf constraint: CYGPKG_KERNEL
9846     #     CYGPKG_KERNEL (unknown) == 0
9847     #   --> 0
9848
9849     # Flavor: bool
9850     # No user value, uncomment the following line to provide one.
9851     # user_value 1
9852     # value_source default
9853     # Default value: 1
9854 };
9855
9856 # <
9857 # <
9858 # Kernel C API support for memory allocation
9859 # This option must be enabled to provide the extensions required
9860 # to support integration into the kernel C API.
9861 #
9862 cdl_option CYGFUN_MEMALLOC_KAPI {
9863     # This option is not active
9864     # ActiveIf constraint: CYGPKG_KERNEL
9865     #     CYGPKG_KERNEL (unknown) == 0
9866     #   --> 0
9867
9868     # Flavor: bool
9869     # No user value, uncomment the following line to provide one.
9870     # user_value 0
9871     # value_source default
9872     # Default value: CYGFUN_KERNEL_API_C
9873     #     CYGFUN_KERNEL_API_C (unknown) == 0
9874     #   --> 0
9875 };
9876
9877 # malloc(0) returns NULL
9878 # This option controls the behavior of malloc(0) ( or calloc with
9879 # either argument 0 ). It is permitted by the standard to return
9880 # either a NULL pointer or a unique pointer. Enabling this option
9881 # forces a NULL pointer to be returned.
9882 #
9883 cdl_option CYGSEM_MEMALLOC_MALLOC_ZERO_RETURNS_NULL {
9884     # Flavor: bool
9885     # No user value, uncomment the following line to provide one.
9886     # user_value 0
9887     # value_source default
9888     # Default value: 0
9889 };
9890
9891 # Breakpoint site when running out of memory
9892 # Whenever the system runs out of memory, it invokes this function
9893 # before either going to sleep waiting for memory to become 
9894 # available or returning failure.
9895 #
9896 cdl_option CYGSEM_MEMALLOC_INVOKE_OUT_OF_MEMORY {
9897     # Flavor: bool
9898     # No user value, uncomment the following line to provide one.
9899     # user_value 0
9900     # value_source default
9901     # Default value: 0
9902 };
9903
9904 # malloc() and supporting allocators
9905 # This component enables support for dynamic memory
9906 # allocation as supplied by the functions malloc(),
9907 # free(), calloc() and realloc(). As these
9908 # functions are often used, but can have quite an
9909 # overhead, disabling them here can ensure they
9910 # cannot even be used accidentally when static
9911 # allocation is preferred. Within this component are
9912 # various allocators that can be selected for use
9913 # as the underlying implementation of the dynamic
9914 # allocation functions.
9915 #
9916 cdl_component CYGPKG_MEMALLOC_MALLOC_ALLOCATORS {
9917     # ActiveIf constraint: CYGPKG_ISOINFRA
9918     #     CYGPKG_ISOINFRA == current
9919     #   --> 1
9920
9921     # Flavor: bool
9922     # No user value, uncomment the following line to provide one.
9923     # user_value 1
9924     # value_source default
9925     # Default value: 1
9926 };
9927
9928 # >
9929 # Use external heap definition
9930 # This option allows other components in the
9931 # system to override the default system
9932 # provision of heap memory pools. This should
9933 # be set to a header which provides the equivalent
9934 # definitions to <pkgconf/heaps.hxx>.
9935 #
9936 cdl_component CYGBLD_MEMALLOC_MALLOC_EXTERNAL_HEAP_H {
9937     # Flavor: booldata
9938     # No user value, uncomment the following line to provide one.
9939     # user_value 0 0
9940     # value_source default
9941     # Default value: 0 0
9942 };
9943
9944 # Use external implementation of joining multiple heaps
9945 # The default implementation of joining multiple heaps
9946 # is fine for the case where there are multiple disjoint
9947 # memory regions of the same type. However, in a system
9948 # there might be e.g. a small amount of internal SRAM and
9949 # a large amount of external DRAM. The SRAM is faster and
9950 # the DRAM is slower. An application can implement some 
9951 # heuristic to choose which pool to allocate from. This
9952 # heuristic can be highly application specific.
9953 #
9954 cdl_component CYGBLD_MEMALLOC_MALLOC_EXTERNAL_JOIN_H {
9955     # Flavor: booldata
9956     # No user value, uncomment the following line to provide one.
9957     # user_value 0 0
9958     # value_source default
9959     # Default value: 0 0
9960 };
9961
9962 # malloc() allocator implementations
9963 #
9964 cdl_interface CYGINT_MEMALLOC_MALLOC_ALLOCATORS {
9965     # Implemented by CYGIMP_MEMALLOC_MALLOC_VARIABLE_SIMPLE, active, disabled
9966     # Implemented by CYGIMP_MEMALLOC_MALLOC_DLMALLOC, active, enabled
9967     # This value cannot be modified here.
9968     # Flavor: data
9969     # Current_value: 1
9970     # Requires:  CYGINT_MEMALLOC_MALLOC_ALLOCATORS == 1 
9971     #     CYGINT_MEMALLOC_MALLOC_ALLOCATORS == 1
9972     #   --> 1
9973
9974     # The following properties are affected by this value
9975     # interface CYGINT_MEMALLOC_MALLOC_ALLOCATORS
9976     #     Requires:  CYGINT_MEMALLOC_MALLOC_ALLOCATORS == 1 
9977 };
9978
9979 # malloc() implementation instantiation data
9980 # Memory allocator implementations that are capable of being
9981 # used underneath malloc() must be instantiated. The code
9982 # to do this is set in this option. It is only intended to
9983 # be set by the implementation, not the user.
9984 #
9985 cdl_option CYGBLD_MEMALLOC_MALLOC_IMPLEMENTATION_HEADER {
9986     # Flavor: data
9987     # No user value, uncomment the following line to provide one.
9988     # user_value <cyg/memalloc/dlmalloc.hxx>
9989     # value_source default
9990     # Default value: <cyg/memalloc/dlmalloc.hxx>
9991
9992     # The following properties are affected by this value
9993     # option CYGIMP_MEMALLOC_MALLOC_VARIABLE_SIMPLE
9994     #     Requires:  CYGBLD_MEMALLOC_MALLOC_IMPLEMENTATION_HEADER ==  "<cyg/memalloc/memvar.hxx>" 
9995     # option CYGIMP_MEMALLOC_MALLOC_DLMALLOC
9996     #     Requires:  CYGBLD_MEMALLOC_MALLOC_IMPLEMENTATION_HEADER ==  "<cyg/memalloc/dlmalloc.hxx>" 
9997 };
9998
9999 # Simple variable block implementation
10000 # This causes malloc() to use the simple
10001 # variable block allocator.
10002 #
10003 cdl_option CYGIMP_MEMALLOC_MALLOC_VARIABLE_SIMPLE {
10004     # Flavor: bool
10005     # No user value, uncomment the following line to provide one.
10006     # user_value 0
10007     # value_source default
10008     # Default value: 0
10009     # Requires:  CYGBLD_MEMALLOC_MALLOC_IMPLEMENTATION_HEADER ==  "<cyg/memalloc/memvar.hxx>" 
10010     #     CYGBLD_MEMALLOC_MALLOC_IMPLEMENTATION_HEADER == <cyg/memalloc/dlmalloc.hxx>
10011     #   --> 0
10012     # Requires: CYGSEM_MEMALLOC_ALLOCATOR_VARIABLE_COALESCE
10013     #     CYGSEM_MEMALLOC_ALLOCATOR_VARIABLE_COALESCE == 1
10014     #   --> 1
10015 };
10016
10017 # Doug Lea's malloc implementation
10018 # This causes malloc() to use a version of Doug Lea's
10019 # malloc (dlmalloc) as the underlying implementation.
10020 #
10021 cdl_option CYGIMP_MEMALLOC_MALLOC_DLMALLOC {
10022     # Flavor: bool
10023     # No user value, uncomment the following line to provide one.
10024     # user_value 1
10025     # value_source default
10026     # Default value: 1
10027     # Requires:  CYGBLD_MEMALLOC_MALLOC_IMPLEMENTATION_HEADER ==  "<cyg/memalloc/dlmalloc.hxx>" 
10028     #     CYGBLD_MEMALLOC_MALLOC_IMPLEMENTATION_HEADER == <cyg/memalloc/dlmalloc.hxx>
10029     #   --> 1
10030 };
10031
10032 # <
10033 # Size of the fallback dynamic memory pool in bytes
10034 # If *no* heaps are configured in your memory layout,
10035 # dynamic memory allocation by
10036 # malloc() and calloc() must be from a fixed-size,
10037 # contiguous memory pool (note here that it is the
10038 # pool that is of a fixed size, but malloc() is still
10039 # able to allocate variable sized chunks of memory
10040 # from it). This option is the size
10041 # of that pool, in bytes. Note that not all of
10042 # this is available for programs to
10043 # use - some is needed for internal information
10044 # about memory regions, and some may be lost to
10045 # ensure that memory allocation only returns
10046 # memory aligned on word (or double word)
10047 # boundaries - a very common architecture
10048 # constraint.
10049 #
10050 cdl_option CYGNUM_MEMALLOC_FALLBACK_MALLOC_POOL_SIZE {
10051     # Flavor: data
10052     # No user value, uncomment the following line to provide one.
10053     # user_value 16384
10054     # value_source default
10055     # Default value: 16384
10056     # Legal values: 32 to 0x7fffffff
10057 };
10058
10059 # Common memory allocator package build options
10060 # Package specific build options including control over
10061 # compiler flags used only in building this package,
10062 # and details of which tests are built.
10063 #
10064 cdl_component CYGPKG_MEMALLOC_OPTIONS {
10065     # There is no associated value.
10066 };
10067
10068 # >
10069 # Additional compiler flags
10070 # This option modifies the set of compiler flags for
10071 # building this package. These flags are used in addition
10072 # to the set of global flags.
10073 #
10074 cdl_option CYGPKG_MEMALLOC_CFLAGS_ADD {
10075     # Flavor: data
10076     # No user value, uncomment the following line to provide one.
10077     # user_value "-fno-rtti -Woverloaded-virtual"
10078     # value_source default
10079     # Default value: "-fno-rtti -Woverloaded-virtual"
10080 };
10081
10082 # Suppressed compiler flags
10083 # This option modifies the set of compiler flags for
10084 # building this package. These flags are removed from
10085 # the set of global flags if present.
10086 #
10087 cdl_option CYGPKG_MEMALLOC_CFLAGS_REMOVE {
10088     # Flavor: data
10089     # No user value, uncomment the following line to provide one.
10090     # user_value -Wno-pointer-sign
10091     # value_source default
10092     # Default value: -Wno-pointer-sign
10093 };
10094
10095 # Tests
10096 # This option specifies the set of tests for this package.
10097 #
10098 cdl_option CYGPKG_MEMALLOC_TESTS {
10099     # Calculated value:  "tests/dlmalloc1 tests/dlmalloc2 tests/heaptest tests/kmemfix1 tests/kmemvar1 tests/malloc1 tests/malloc2 tests/malloc3 tests/malloc4 tests/memfix1 tests/memfix2 tests/memvar1 tests/memvar2 tests/realloc tests/sepmeta1 tests/sepmeta2" 
10100     # Flavor: data
10101     # Current_value: tests/dlmalloc1 tests/dlmalloc2 tests/heaptest tests/kmemfix1 tests/kmemvar1 tests/malloc1 tests/malloc2 tests/malloc3 tests/malloc4 tests/memfix1 tests/memfix2 tests/memvar1 tests/memvar2 tests/realloc tests/sepmeta1 tests/sepmeta2
10102 };
10103
10104 # <
10105 # <
10106 # Common error code support
10107 # This package contains the common list of error and
10108 # status codes. It is held centrally to allow
10109 # packages to interchange error codes and status
10110 # codes in a common way, rather than each package
10111 # having its own conventions for error/status
10112 # reporting. The error codes are modelled on the
10113 # POSIX style naming e.g. EINVAL etc. This package
10114 # also provides the standard strerror() function to
10115 # convert error codes to textual representation, as
10116 # well as an implementation of the errno idiom.
10117 #
10118 cdl_package CYGPKG_ERROR {
10119     # Packages cannot be added or removed, nor can their version be changed,
10120     # simply by editing their value. Instead the appropriate configuration
10121     # should be used to perform these actions.
10122
10123     # This value cannot be modified here.
10124     # Flavor: booldata
10125     # Current value: 1 current
10126     # Requires:  CYGBLD_ISO_ERRNO_CODES_HEADER == "<cyg/error/codes.h>" 
10127     #     CYGBLD_ISO_ERRNO_CODES_HEADER == <cyg/error/codes.h>
10128     #   --> 1
10129 };
10130
10131 # >
10132 # errno variable
10133 # This package controls the behaviour of the
10134 # errno variable (or more strictly, expression)
10135 # from <errno.h>.
10136 #
10137 cdl_component CYGPKG_ERROR_ERRNO {
10138     # Flavor: bool
10139     # No user value, uncomment the following line to provide one.
10140     # user_value 1
10141     # value_source default
10142     # Default value: 1
10143     # Requires:  CYGBLD_ISO_ERRNO_HEADER == "<cyg/error/errno.h>" 
10144     #     CYGBLD_ISO_ERRNO_HEADER == <cyg/error/errno.h>
10145     #   --> 1
10146 };
10147
10148 # >
10149 # Per-thread errno
10150 # This option controls whether the standard error
10151 # code reporting variable errno is a per-thread
10152 # variable, rather than global.
10153 #
10154 cdl_option CYGSEM_ERROR_PER_THREAD_ERRNO {
10155     # Flavor: bool
10156     # No user value, uncomment the following line to provide one.
10157     # user_value 1
10158     # The inferred value should not be edited directly.
10159     inferred_value 0
10160     # value_source inferred
10161     # Default value: 1
10162     # Requires: CYGVAR_KERNEL_THREADS_DATA
10163     #     CYGVAR_KERNEL_THREADS_DATA (unknown) == 0
10164     #   --> 0
10165 };
10166
10167 # Tracing level
10168 # Trace verbosity level for debugging the errno
10169 # retrieval mechanism in errno.cxx. Increase this
10170 # value to get additional trace output.
10171 #
10172 cdl_option CYGNUM_ERROR_ERRNO_TRACE_LEVEL {
10173     # Flavor: data
10174     # No user value, uncomment the following line to provide one.
10175     # user_value 0
10176     # value_source default
10177     # Default value: 0
10178     # Legal values: 0 to 1
10179 };
10180
10181 # <
10182 # strerror function
10183 # This package controls the presence and behaviour of the
10184 # strerror() function from <string.h>
10185 #
10186 cdl_option CYGPKG_ERROR_STRERROR {
10187     # Flavor: bool
10188     # No user value, uncomment the following line to provide one.
10189     # user_value 1
10190     # value_source default
10191     # Default value: 1
10192     # Requires:  CYGBLD_ISO_STRERROR_HEADER == "<cyg/error/strerror.h>" 
10193     #     CYGBLD_ISO_STRERROR_HEADER == <cyg/error/strerror.h>
10194     #   --> 1
10195 };
10196
10197 # Error package build options
10198 # Package specific build options including control over
10199 # compiler flags used only in building this package,
10200 # and details of which tests are built.
10201 #
10202 cdl_component CYGPKG_ERROR_OPTIONS {
10203     # There is no associated value.
10204 };
10205
10206 # >
10207 # Additional compiler flags
10208 # This option modifies the set of compiler flags for
10209 # building the error package. These flags are used in addition
10210 # to the set of global flags.
10211 #
10212 cdl_option CYGPKG_ERROR_CFLAGS_ADD {
10213     # Flavor: data
10214     # No user value, uncomment the following line to provide one.
10215     # user_value ""
10216     # value_source default
10217     # Default value: ""
10218 };
10219
10220 # Suppressed compiler flags
10221 # This option modifies the set of compiler flags for
10222 # building the error package. These flags are removed from
10223 # the set of global flags if present.
10224 #
10225 cdl_option CYGPKG_ERROR_CFLAGS_REMOVE {
10226     # Flavor: data
10227     # No user value, uncomment the following line to provide one.
10228     # user_value ""
10229     # value_source default
10230     # Default value: ""
10231 };
10232
10233 # <
10234 # <
10235 # <
10236