]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - config/TX37-50x0.ecc
TX51 Release 2011-07-27
[karo-tx-redboot.git] / config / TX37-50x0.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    tx37karo ;
31     template    redboot ;
32     package -hardware CYGPKG_HAL_ARM current ;
33     package -hardware CYGPKG_HAL_ARM_MX37 current ;
34     package -hardware CYGPKG_HAL_ARM_TX37KARO 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_TX37 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-1136jfs-linux-gnu
79     # value_source default
80     # Default value: arm-1136jfs-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_TX37
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 TX37 processor module
675 #
676 cdl_package CYGPKG_DEVS_ETH_ARM_TX37 {
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 TX37 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_TX37KARO_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_TX37KARO, 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_TX37KARO, 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_TX37KARO, 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_MX37, 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 TX37 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_MX37, 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_MX37 {
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 # Processor clock rate
3092 # The processor can run at various frequencies.
3093 # These values are expressed in KHz.  Note that there are
3094 # several steppings of the rate to run at different
3095 # maximum frequencies.  Check the specs to make sure that your
3096 # particular processor can run at the rate you select here.
3097 #
3098 cdl_option CYGHWR_HAL_ARM_SOC_PROCESSOR_CLOCK {
3099     # This option is not active
3100     # ActiveIf constraint:  CYG_HAL_STARTUP == "ROM" 
3101     #     CYG_HAL_STARTUP == ROMRAM
3102     #   --> 0
3103
3104     # Flavor: data
3105     # No user value, uncomment the following line to provide one.
3106     # user_value 150000
3107     # value_source default
3108     # Default value:  CYGHWR_HAL_ARM_SOC_PROCESSOR_CLOCK_OVERRIDE_DEFAULT ?
3109     #                             CYGHWR_HAL_ARM_SOC_PROCESSOR_CLOCK_OVERRIDE_DEFAULT : 150000
3110     #     CYGHWR_HAL_ARM_SOC_PROCESSOR_CLOCK_OVERRIDE_DEFAULT (unknown) == 0
3111     #     CYGHWR_HAL_ARM_SOC_PROCESSOR_CLOCK_OVERRIDE_DEFAULT (unknown) == 0
3112     #   --> 150000
3113     # Legal values: 150000 200000
3114 };
3115
3116 # Real-time clock constants
3117 #
3118 cdl_component CYGNUM_HAL_RTC_CONSTANTS {
3119     # There is no associated value.
3120 };
3121
3122 # >
3123 # Real-time clock numerator
3124 #
3125 cdl_option CYGNUM_HAL_RTC_NUMERATOR {
3126     # Calculated value: 1000000000
3127     # Flavor: data
3128     # Current_value: 1000000000
3129 };
3130
3131 # Real-time clock denominator
3132 # This option selects the heartbeat rate for the real-time clock.
3133 # The rate is specified in ticks per second.  Change this value
3134 # with caution - too high and your system will become saturated
3135 # just handling clock interrupts, too low and some operations
3136 # such as thread scheduling may become sluggish.
3137 #
3138 cdl_option CYGNUM_HAL_RTC_DENOMINATOR {
3139     # Flavor: data
3140     # No user value, uncomment the following line to provide one.
3141     # user_value 100
3142     # value_source default
3143     # Default value: 100
3144
3145     # The following properties are affected by this value
3146     # option CYGNUM_HAL_RTC_PERIOD
3147     #     Calculated: (3686400/CYGNUM_HAL_RTC_DENOMINATOR)
3148 };
3149
3150 # Real-time clock period
3151 #
3152 cdl_option CYGNUM_HAL_RTC_PERIOD {
3153     # Calculated value: (3686400/CYGNUM_HAL_RTC_DENOMINATOR)
3154     #     CYGNUM_HAL_RTC_DENOMINATOR == 100
3155     # Flavor: data
3156     # Current_value: 36864
3157 };
3158
3159 # <
3160 # UART1 available as diagnostic/debug channel
3161 # The chip has multiple serial channels which may be
3162 # used for different things on different platforms.  This
3163 # interface allows a platform to indicate that the specified
3164 # serial port can be used as a diagnostic and/or debug channel.
3165 #
3166 cdl_interface CYGHWR_HAL_ARM_SOC_UART1 {
3167     # Implemented by CYGPKG_HAL_ARM_TX37KARO, active, enabled
3168     # This value cannot be modified here.
3169     # Flavor: data
3170     # Current_value: 1
3171
3172     # The following properties are affected by this value
3173 };
3174
3175 # UART2 available as diagnostic/debug channel
3176 # The chip has multiple serial channels which may be
3177 # used for different things on different platforms.  This
3178 # interface allows a platform to indicate that the specified
3179 # serial port can be used as a diagnostic and/or debug channel.
3180 #
3181 cdl_interface CYGHWR_HAL_ARM_SOC_UART2 {
3182     # Implemented by CYGPKG_HAL_ARM_TX37KARO, active, enabled
3183     # This value cannot be modified here.
3184     # Flavor: data
3185     # Current_value: 1
3186
3187     # The following properties are affected by this value
3188 };
3189
3190 # UART3 available as diagnostic/debug channel
3191 # The chip has multiple serial channels which may be
3192 # used for different things on different platforms.  This
3193 # interface allows a platform to indicate that the specified
3194 # serial port can be used as a diagnostic and/or debug channel.
3195 #
3196 cdl_interface CYGHWR_HAL_ARM_SOC_UART3 {
3197     # No options implement this inferface
3198     # This value cannot be modified here.
3199     # Flavor: data
3200     # Current_value: 0
3201 };
3202
3203 # UART4 available as diagnostic/debug channel
3204 # The chip has multiple serial channels which may be
3205 # used for different things on different platforms.  This
3206 # interface allows a platform to indicate that the specified
3207 # serial port can be used as a diagnostic and/or debug channel.
3208 #
3209 cdl_interface CYGHWR_HAL_ARM_SOC_UART4 {
3210     # No options implement this inferface
3211     # This value cannot be modified here.
3212     # Flavor: data
3213     # Current_value: 0
3214 };
3215
3216 # UART5 available as diagnostic/debug channel
3217 # The chip has multiple serial channels which may be
3218 # used for different things on different platforms.  This
3219 # interface allows a platform to indicate that the specified
3220 # serial port can be used as a diagnostic and/or debug channel.
3221 #
3222 cdl_interface CYGHWR_HAL_ARM_SOC_UART5 {
3223     # No options implement this inferface
3224     # This value cannot be modified here.
3225     # Flavor: data
3226     # Current_value: 0
3227 };
3228
3229 # Ka-Ro TX37 module
3230 # This HAL platform package provides generic
3231 # support for the Ka-Ro electronics TX37 module.
3232 #
3233 cdl_package CYGPKG_HAL_ARM_TX37KARO {
3234     # Packages cannot be added or removed, nor can their version be changed,
3235     # simply by editing their value. Instead the appropriate configuration
3236     # should be used to perform these actions.
3237
3238     # This value cannot be modified here.
3239     # Flavor: booldata
3240     # Current value: 1 current
3241     # Requires: CYGINT_ISO_CTYPE
3242     #     CYGINT_ISO_CTYPE == 1
3243     #   --> 1
3244     # Requires: CYGBLD_BUILD_REDBOOT == 1
3245     #     CYGBLD_BUILD_REDBOOT == 1
3246     #   --> 1
3247 };
3248
3249 # >
3250 # Startup type
3251 # The only startup type allowed is ROMRAM, since this will allow
3252 # the program to exist in ROM, but be copied to RAM during startup
3253 # which is required to boot from NAND flash.
3254 #
3255 cdl_component CYG_HAL_STARTUP {
3256     # Flavor: data
3257     # No user value, uncomment the following line to provide one.
3258     # user_value ROMRAM
3259     # value_source default
3260     # Default value: ROMRAM
3261     # Legal values:  "ROMRAM" 
3262
3263     # The following properties are affected by this value
3264     # option CYGSEM_HAL_ROM_MONITOR
3265     #     Requires:  CYG_HAL_STARTUP == "ROM" || CYG_HAL_STARTUP == "ROMRAM" 
3266     # option CYGSEM_HAL_ROM_MONITOR
3267     #     Requires:  CYG_HAL_STARTUP == "ROM" || CYG_HAL_STARTUP == "ROMRAM" 
3268     # option CYGSEM_HAL_USE_ROM_MONITOR
3269     #     DefaultValue:  CYG_HAL_STARTUP == "RAM" ? "GDB_stubs" : 0 
3270     # option CYGSEM_HAL_USE_ROM_MONITOR
3271     #     Requires:  CYG_HAL_STARTUP == "RAM" 
3272     # option CYGHWR_HAL_ARM_SOC_PROCESSOR_CLOCK
3273     #     ActiveIf:  CYG_HAL_STARTUP == "ROM" 
3274     # option CYGSEM_HAL_INSTALL_MMU_TABLES
3275     #     DefaultValue:  CYG_HAL_STARTUP != "RAM" 
3276     # component CYGDBG_HAL_DIAG_TO_DEBUG_CHAN
3277     #     DefaultValue:  (CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS  || CYG_HAL_STARTUP == "RAM") ? 1 : 0
3278     # option CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE
3279     #     DefaultValue:  CYG_HAL_STARTUP != "RAM" || !CYGSEM_HAL_USE_ROM_MONITOR 
3280     # option CYGBLD_BUILD_REDBOOT_WITH_THREADS
3281     #     ActiveIf:  CYG_HAL_STARTUP != "RAM" 
3282     # option CYGPRI_REDBOOT_ROM_MONITOR
3283     #     ActiveIf:  CYG_HAL_STARTUP == "ROM" ||  CYG_HAL_STARTUP == "ROMRAM" 
3284     # option CYGPRI_REDBOOT_ROM_MONITOR
3285     #     ActiveIf:  CYG_HAL_STARTUP == "ROM" ||  CYG_HAL_STARTUP == "ROMRAM" 
3286 };
3287
3288 # Diagnostic serial port baud rate
3289 # This option selects the baud rate used for the console port.
3290 # Note: this should match the value chosen for the GDB port if the
3291 # console and GDB port are the same.
3292 #
3293 cdl_option CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_BAUD {
3294     # Flavor: data
3295     # No user value, uncomment the following line to provide one.
3296     # user_value 115200
3297     # value_source default
3298     # Default value: 115200
3299     # Legal values: 9600 19200 38400 57600 115200
3300 };
3301
3302 # GDB serial port baud rate
3303 # This option selects the baud rate used for the GDB port.
3304 # Note: this should match the value chosen for the console port if the
3305 # console and GDB port are the same.
3306 #
3307 cdl_option CYGNUM_HAL_VIRTUAL_VECTOR_DEBUG_CHANNEL_BAUD {
3308     # Flavor: data
3309     # No user value, uncomment the following line to provide one.
3310     # user_value 115200
3311     # value_source default
3312     # Default value: 115200
3313     # Legal values: 9600 19200 38400 57600 115200
3314 };
3315
3316 # Number of communication channels on the TX37
3317 #
3318 cdl_option CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS {
3319     # Calculated value: 2
3320     # Flavor: data
3321     # Current_value: 2
3322
3323     # The following properties are affected by this value
3324     # option CYGNUM_HAL_VIRTUAL_VECTOR_DEBUG_CHANNEL
3325     #     LegalValues: 0 to CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS-1
3326     # option CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_DEFAULT
3327     #     LegalValues: 0 to CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS-1
3328     # option CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL
3329     #     LegalValues: 0 to CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS-1
3330 };
3331
3332 # Debug serial port
3333 # The TX37 provides access to two serial ports. This option
3334 # chooses which port will be used to connect to a host
3335 # running GDB.
3336 #
3337 cdl_option CYGNUM_HAL_VIRTUAL_VECTOR_DEBUG_CHANNEL {
3338     # ActiveIf constraint: CYGPRI_HAL_VIRTUAL_VECTOR_DEBUG_CHANNEL_CONFIGURABLE
3339     #     CYGPRI_HAL_VIRTUAL_VECTOR_DEBUG_CHANNEL_CONFIGURABLE == 1
3340     #   --> 1
3341
3342     # Flavor: data
3343     # No user value, uncomment the following line to provide one.
3344     # user_value 0
3345     # value_source default
3346     # Default value: 0
3347     # Legal values: 0 to CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS-1
3348     #     CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS == 2
3349 };
3350
3351 # Default console channel.
3352 #
3353 cdl_option CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_DEFAULT {
3354     # Calculated value: 0
3355     # Flavor: data
3356     # Current_value: 0
3357     # Legal values: 0 to CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS-1
3358     #     CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS == 2
3359
3360     # The following properties are affected by this value
3361     # option CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL
3362     #     DefaultValue: CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_DEFAULT
3363 };
3364
3365 # Console serial port
3366 # The TX37 provides access to two serial ports. This option
3367 # chooses which port will be used for console output.
3368 #
3369 cdl_option CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL {
3370     # ActiveIf constraint: CYGPRI_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_CONFIGURABLE
3371     #     CYGPRI_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_CONFIGURABLE == 1
3372     #   --> 1
3373
3374     # Flavor: data
3375     # No user value, uncomment the following line to provide one.
3376     # user_value 0
3377     # value_source default
3378     # Default value: CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_DEFAULT
3379     #     CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_DEFAULT == 0
3380     #   --> 0
3381     # Legal values: 0 to CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS-1
3382     #     CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS == 2
3383 };
3384
3385 # Ka-Ro electronics TX37 module build options
3386 # Package specific build options including control over
3387 # compiler flags used only in building this package,
3388 # and details of which tests are built.
3389 #
3390 cdl_component CYGPKG_HAL_ARM_TX37_OPTIONS {
3391     # There is no associated value.
3392     # Requires:  CYGBLD_REDBOOT_FLASH_BOOT_OFFSET == 0 
3393     #     CYGBLD_REDBOOT_FLASH_BOOT_OFFSET == 0
3394     #   --> 1
3395 };
3396
3397 # >
3398 # SDRAM size
3399 # This option specifies the SDRAM size of the TX37 module.
3400 #
3401 cdl_option CYGNUM_HAL_ARM_TX37_SDRAM_SIZE {
3402     # Flavor: data
3403     # No user value, uncomment the following line to provide one.
3404     # user_value 0x08000000
3405     # value_source default
3406     # Default value: 0x08000000
3407     # Legal values:  0x08000000 0x04000000 
3408 };
3409
3410 # Enable low level debugging with LED
3411 # This option enables low level debugging by blink codes
3412 # of the LED on STK5.
3413 #
3414 cdl_option CYGOPT_HAL_ARM_TX37_DEBUG {
3415     # Flavor: bool
3416     # No user value, uncomment the following line to provide one.
3417     # user_value 0
3418     # value_source default
3419     # Default value:  false 
3420     #     false (unknown) == 0
3421     #   --> 0
3422 };
3423
3424 # Additional compiler flags
3425 # This option modifies the set of compiler flags for
3426 # building the TX37 HAL. These flags are used in addition
3427 # to the set of global flags.
3428 #
3429 cdl_option CYGPKG_HAL_ARM_TX37_CFLAGS_ADD {
3430     # Flavor: data
3431     # No user value, uncomment the following line to provide one.
3432     # user_value ""
3433     # value_source default
3434     # Default value: ""
3435 };
3436
3437 # Suppressed compiler flags
3438 # This option modifies the set of compiler flags for
3439 # building the TX37 HAL. These flags are removed from
3440 # the set of global flags if present.
3441 #
3442 cdl_option CYGPKG_HAL_ARM_TX37_CFLAGS_REMOVE {
3443     # Flavor: data
3444     # No user value, uncomment the following line to provide one.
3445     # user_value ""
3446     # value_source default
3447     # Default value: ""
3448 };
3449
3450 # <
3451 # Memory layout
3452 #
3453 cdl_component CYGHWR_MEMORY_LAYOUT {
3454     # Calculated value:  "arm_tx37_romram" 
3455     # Flavor: data
3456     # Current_value: arm_tx37_romram
3457 };
3458
3459 # >
3460 # Memory layout linker script fragment
3461 #
3462 cdl_option CYGHWR_MEMORY_LAYOUT_LDI {
3463     # Calculated value:  "<pkgconf/mlt_arm_tx37_romram.ldi>" 
3464     # Flavor: data
3465     # Current_value: <pkgconf/mlt_arm_tx37_romram.ldi>
3466 };
3467
3468 # Memory layout header file
3469 #
3470 cdl_option CYGHWR_MEMORY_LAYOUT_H {
3471     # Calculated value:  "<pkgconf/mlt_arm_tx37_romram.h>" 
3472     # Flavor: data
3473     # Current_value: <pkgconf/mlt_arm_tx37_romram.h>
3474 };
3475
3476 # <
3477 # <
3478 # <
3479 # <
3480 # <
3481 # Infrastructure
3482 # Common types and useful macros.
3483 # Tracing and assertion facilities.
3484 # Package startup options.
3485 #
3486 cdl_package CYGPKG_INFRA {
3487     # Packages cannot be added or removed, nor can their version be changed,
3488     # simply by editing their value. Instead the appropriate configuration
3489     # should be used to perform these actions.
3490
3491     # This value cannot be modified here.
3492     # Flavor: booldata
3493     # Current value: 1 current
3494
3495     # The following properties are affected by this value
3496     # package CYGPKG_HAL
3497     #     Requires: CYGPKG_INFRA
3498     # component CYGBLD_BUILD_REDBOOT
3499     #     Requires: CYGPKG_INFRA
3500 };
3501
3502 # >
3503 # Asserts & Tracing
3504 # The eCos source code contains a significant amount of
3505 # internal debugging support, in the form of assertions and
3506 # tracing.
3507 # Assertions check at runtime that various conditions are as
3508 # expected; if not, execution is halted.
3509 # Tracing takes the form of text messages that are output
3510 # whenever certain events occur, or whenever functions are
3511 # called or return.
3512 # The most important property of these checks and messages is
3513 # that they are not required for the program to run.
3514 # It is prudent to develop software with assertions enabled,
3515 # but disable them when making a product release, thus
3516 # removing the overhead of that checking.
3517 # It is possible to enable assertions and tracing
3518 # independently.
3519 # There are also options controlling the exact behaviour of
3520 # the assertion and tracing facilities, thus giving users
3521 # finer control over the code and data size requirements.
3522 #
3523 cdl_component CYGPKG_INFRA_DEBUG {
3524     # Flavor: bool
3525     # No user value, uncomment the following line to provide one.
3526     # user_value 0
3527     # value_source default
3528     # Default value: 0
3529
3530     # The following properties are affected by this value
3531     # option CYGNUM_INFRA_EMPTY_DELETE_THRESHOLD
3532     #     ActiveIf: CYGPKG_INFRA_DEBUG
3533 };
3534
3535 # >
3536 # Use asserts
3537 # If this option is defined, asserts in the code are tested.
3538 # Assert functions (CYG_ASSERT()) are defined in
3539 # 'include/cyg/infra/cyg_ass.h' within the 'install' tree.
3540 # If it is not defined, these result in no additional
3541 # object code and no checking of the asserted conditions.
3542 #
3543 cdl_component CYGDBG_USE_ASSERTS {
3544     # This option is not active
3545     # The parent CYGPKG_INFRA_DEBUG is disabled
3546
3547     # Flavor: bool
3548     # No user value, uncomment the following line to provide one.
3549     # user_value 1
3550     # value_source default
3551     # Default value: 1
3552     # Requires:  1 == CYGINT_INFRA_DEBUG_TRACE_IMPL 
3553     #     CYGINT_INFRA_DEBUG_TRACE_IMPL == 0
3554     #   --> 0
3555
3556     # The following properties are affected by this value
3557     # option CYGDBG_MEMALLOC_ALLOCATOR_DLMALLOC_DEBUG
3558     #     Requires: CYGDBG_USE_ASSERTS
3559     # option CYGDBG_MEMALLOC_ALLOCATOR_DLMALLOC_DEBUG
3560     #     DefaultValue:  0 != CYGDBG_USE_ASSERTS 
3561 };
3562
3563 # >
3564 # Preconditions
3565 # This option allows individual control of preconditions.
3566 # A precondition is one type of assert, which it is
3567 # useful to control separately from more general asserts.
3568 # The function is CYG_PRECONDITION(condition,msg).
3569 #
3570 cdl_option CYGDBG_INFRA_DEBUG_PRECONDITIONS {
3571     # This option is not active
3572     # The parent CYGDBG_USE_ASSERTS is not active
3573
3574     # Flavor: bool
3575     # No user value, uncomment the following line to provide one.
3576     # user_value 1
3577     # value_source default
3578     # Default value: 1
3579 };
3580
3581 # Postconditions
3582 # This option allows individual control of postconditions.
3583 # A postcondition is one type of assert, which it is
3584 # useful to control separately from more general asserts.
3585 # The function is CYG_POSTCONDITION(condition,msg).
3586 #
3587 cdl_option CYGDBG_INFRA_DEBUG_POSTCONDITIONS {
3588     # This option is not active
3589     # The parent CYGDBG_USE_ASSERTS is not active
3590
3591     # Flavor: bool
3592     # No user value, uncomment the following line to provide one.
3593     # user_value 1
3594     # value_source default
3595     # Default value: 1
3596 };
3597
3598 # Loop invariants
3599 # This option allows individual control of loop invariants.
3600 # A loop invariant is one type of assert, which it is
3601 # useful to control separately from more general asserts,
3602 # particularly since a loop invariant is typically evaluated
3603 # a great many times when used correctly.
3604 # The function is CYG_LOOP_INVARIANT(condition,msg).
3605 #
3606 cdl_option CYGDBG_INFRA_DEBUG_LOOP_INVARIANTS {
3607     # This option is not active
3608     # The parent CYGDBG_USE_ASSERTS is not active
3609
3610     # Flavor: bool
3611     # No user value, uncomment the following line to provide one.
3612     # user_value 1
3613     # value_source default
3614     # Default value: 1
3615 };
3616
3617 # Use assert text
3618 # All assertions within eCos contain a text message
3619 # which should give some information about the condition
3620 # being tested.
3621 # These text messages will end up being embedded in the
3622 # application image and hence there is a significant penalty
3623 # in terms of image size.
3624 # It is possible to suppress the use of these messages by
3625 # disabling this option.
3626 # This results in smaller code size, but there is less
3627 # human-readable information if an assertion actually gets
3628 # triggered.
3629 #
3630 cdl_option CYGDBG_INFRA_DEBUG_ASSERT_MESSAGE {
3631     # This option is not active
3632     # The parent CYGDBG_USE_ASSERTS is not active
3633
3634     # Flavor: bool
3635     # No user value, uncomment the following line to provide one.
3636     # user_value 1
3637     # value_source default
3638     # Default value: 1
3639 };
3640
3641 # <
3642 # Use tracing
3643 # If this option is defined, tracing operations
3644 # result in output or logging, depending on other options.
3645 # This may have adverse effects on performance, if the time
3646 # taken to output message overwhelms the available CPU
3647 # power or output bandwidth.
3648 # Trace functions (CYG_TRACE()) are defined in
3649 # 'include/cyg/infra/cyg_trac.h' within the 'install' tree.
3650 # If it is not defined, these result in no additional
3651 # object code and no trace information.
3652 #
3653 cdl_component CYGDBG_USE_TRACING {
3654     # This option is not active
3655     # The parent CYGPKG_INFRA_DEBUG is disabled
3656
3657     # Flavor: bool
3658     # No user value, uncomment the following line to provide one.
3659     # user_value 0
3660     # value_source default
3661     # Default value: 0
3662     # Requires:  1 == CYGINT_INFRA_DEBUG_TRACE_IMPL 
3663     #     CYGINT_INFRA_DEBUG_TRACE_IMPL == 0
3664     #   --> 0
3665
3666     # The following properties are affected by this value
3667     # option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_SIZE
3668     #     ActiveIf: CYGDBG_USE_TRACING
3669     # option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_WRAP
3670     #     ActiveIf: CYGDBG_USE_TRACING
3671     # option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_HALT
3672     #     ActiveIf: CYGDBG_USE_TRACING
3673     # option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_PRINT
3674     #     ActiveIf: CYGDBG_USE_TRACING
3675     # option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_PRINT_ON_ASSERT
3676     #     ActiveIf: CYGDBG_USE_TRACING
3677 };
3678
3679 # >
3680 # Trace function reports
3681 # This option allows individual control of
3682 # function entry/exit tracing, independent of
3683 # more general tracing output.
3684 # This may be useful to remove clutter from a
3685 # trace log.
3686 #
3687 cdl_option CYGDBG_INFRA_DEBUG_FUNCTION_REPORTS {
3688     # This option is not active
3689     # The parent CYGDBG_USE_TRACING is not active
3690     # The parent CYGDBG_USE_TRACING is disabled
3691
3692     # Flavor: bool
3693     # No user value, uncomment the following line to provide one.
3694     # user_value 1
3695     # value_source default
3696     # Default value: 1
3697 };
3698
3699 # Use trace text
3700 # All trace calls within eCos contain a text message
3701 # which should give some information about the circumstances.
3702 # These text messages will end up being embedded in the
3703 # application image and hence there is a significant penalty
3704 # in terms of image size.
3705 # It is possible to suppress the use of these messages by
3706 # disabling this option.
3707 # This results in smaller code size, but there is less
3708 # human-readable information available in the trace output,
3709 # possibly only filenames and line numbers.
3710 #
3711 cdl_option CYGDBG_INFRA_DEBUG_TRACE_MESSAGE {
3712     # This option is not active
3713     # The parent CYGDBG_USE_TRACING is not active
3714     # The parent CYGDBG_USE_TRACING is disabled
3715
3716     # Flavor: bool
3717     # No user value, uncomment the following line to provide one.
3718     # user_value 1
3719     # value_source default
3720     # Default value: 1
3721 };
3722
3723 # <
3724 # Trace output implementations
3725 #
3726 cdl_interface CYGINT_INFRA_DEBUG_TRACE_IMPL {
3727     # Implemented by CYGDBG_INFRA_DEBUG_TRACE_ASSERT_NULL, inactive, disabled
3728     # Implemented by CYGDBG_INFRA_DEBUG_TRACE_ASSERT_SIMPLE, inactive, disabled
3729     # Implemented by CYGDBG_INFRA_DEBUG_TRACE_ASSERT_FANCY, inactive, disabled
3730     # Implemented by CYGDBG_INFRA_DEBUG_TRACE_ASSERT_BUFFER, inactive, enabled
3731     # This option is not active
3732     # The parent CYGPKG_INFRA_DEBUG is disabled
3733
3734     # This value cannot be modified here.
3735     # Flavor: data
3736     # Current_value: 0
3737
3738     # The following properties are affected by this value
3739     # component CYGDBG_USE_ASSERTS
3740     #     Requires:  1 == CYGINT_INFRA_DEBUG_TRACE_IMPL 
3741     # component CYGDBG_USE_TRACING
3742     #     Requires:  1 == CYGINT_INFRA_DEBUG_TRACE_IMPL 
3743 };
3744
3745 # Null output
3746 # A null output module which is useful when
3747 # debugging interactively; the output routines
3748 # can be breakpointed rather than have them actually
3749 # 'print' something.
3750 #
3751 cdl_option CYGDBG_INFRA_DEBUG_TRACE_ASSERT_NULL {
3752     # This option is not active
3753     # The parent CYGPKG_INFRA_DEBUG is disabled
3754
3755     # Flavor: bool
3756     # No user value, uncomment the following line to provide one.
3757     # user_value 0
3758     # value_source default
3759     # Default value: 0
3760 };
3761
3762 # Simple output
3763 # An output module which produces simple output
3764 # from tracing and assertion events.
3765 #
3766 cdl_option CYGDBG_INFRA_DEBUG_TRACE_ASSERT_SIMPLE {
3767     # This option is not active
3768     # The parent CYGPKG_INFRA_DEBUG is disabled
3769
3770     # Flavor: bool
3771     # No user value, uncomment the following line to provide one.
3772     # user_value 0
3773     # value_source default
3774     # Default value: 0
3775 };
3776
3777 # Fancy output
3778 # An output module which produces fancy output
3779 # from tracing and assertion events.
3780 #
3781 cdl_option CYGDBG_INFRA_DEBUG_TRACE_ASSERT_FANCY {
3782     # This option is not active
3783     # The parent CYGPKG_INFRA_DEBUG is disabled
3784
3785     # Flavor: bool
3786     # No user value, uncomment the following line to provide one.
3787     # user_value 0
3788     # value_source default
3789     # Default value: 0
3790 };
3791
3792 # Buffered tracing
3793 # An output module which buffers output
3794 # from tracing and assertion events. The stored
3795 # messages are output when an assert fires, or
3796 # CYG_TRACE_PRINT() (defined in <cyg/infra/cyg_trac.h>)
3797 # is called.
3798 # Of course, there will only be stored messages
3799 # if tracing per se (CYGDBG_USE_TRACING)
3800 # is enabled above.
3801 #
3802 cdl_component CYGDBG_INFRA_DEBUG_TRACE_ASSERT_BUFFER {
3803     # This option is not active
3804     # The parent CYGPKG_INFRA_DEBUG is disabled
3805
3806     # Flavor: bool
3807     # No user value, uncomment the following line to provide one.
3808     # user_value 1
3809     # value_source default
3810     # Default value: 1
3811 };
3812
3813 # >
3814 # Trace buffer size
3815 # The size of the trace buffer. This counts the number
3816 # of trace records stored. When the buffer fills it
3817 # either wraps, stops recording, or generates output.
3818 #
3819 cdl_option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_SIZE {
3820     # This option is not active
3821     # The parent CYGDBG_INFRA_DEBUG_TRACE_ASSERT_BUFFER is not active
3822     # ActiveIf constraint: CYGDBG_USE_TRACING
3823     #     CYGDBG_USE_TRACING == 0
3824     #   --> 0
3825
3826     # Flavor: data
3827     # No user value, uncomment the following line to provide one.
3828     # user_value 32
3829     # value_source default
3830     # Default value: 32
3831     # Legal values: 5 to 65535
3832 };
3833
3834 # Wrap trace buffer when full
3835 # When the trace buffer has filled with records it
3836 # starts again at the beginning. Hence only the last
3837 # CYGDBG_INFRA_DEBUG_TRACE_BUFFER_SIZE messages will
3838 # be recorded.
3839 #
3840 cdl_option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_WRAP {
3841     # This option is not active
3842     # The parent CYGDBG_INFRA_DEBUG_TRACE_ASSERT_BUFFER is not active
3843     # ActiveIf constraint: CYGDBG_USE_TRACING
3844     #     CYGDBG_USE_TRACING == 0
3845     #   --> 0
3846
3847     # Flavor: bool
3848     # No user value, uncomment the following line to provide one.
3849     # user_value 1
3850     # value_source default
3851     # Default value: 1
3852 };
3853
3854 # Halt trace buffer when full
3855 # When the trace buffer has filled with records it
3856 # stops recording. Hence only the first
3857 # CYGDBG_INFRA_DEBUG_TRACE_BUFFER_SIZE messages will
3858 # be recorded.
3859 #
3860 cdl_option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_HALT {
3861     # This option is not active
3862     # The parent CYGDBG_INFRA_DEBUG_TRACE_ASSERT_BUFFER is not active
3863     # ActiveIf constraint: CYGDBG_USE_TRACING
3864     #     CYGDBG_USE_TRACING == 0
3865     #   --> 0
3866
3867     # Flavor: bool
3868     # No user value, uncomment the following line to provide one.
3869     # user_value 0
3870     # value_source default
3871     # Default value: 0
3872 };
3873
3874 # Print trace buffer when full
3875 # When the trace buffer has filled with records it
3876 # prints the contents of the buffer. The buffer is then
3877 # emptied and the system continues.
3878 #
3879 cdl_option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_PRINT {
3880     # This option is not active
3881     # The parent CYGDBG_INFRA_DEBUG_TRACE_ASSERT_BUFFER is not active
3882     # ActiveIf constraint: CYGDBG_USE_TRACING
3883     #     CYGDBG_USE_TRACING == 0
3884     #   --> 0
3885
3886     # Flavor: bool
3887     # No user value, uncomment the following line to provide one.
3888     # user_value 0
3889     # value_source default
3890     # Default value: 0
3891 };
3892
3893 # Print trace buffer on assert fail
3894 # When an assertion fails the trace buffer will be 
3895 # printed to the default diagnostic device.
3896 #
3897 cdl_option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_PRINT_ON_ASSERT {
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 1
3907     # value_source default
3908     # Default value: 1
3909 };
3910
3911 # <
3912 # Use function names
3913 # All trace and assert calls within eCos contain a
3914 # reference to the builtin macro '__PRETTY_FUNCTION__',
3915 # which evaluates to a string containing
3916 # the name of the current function.
3917 # This is useful when reading a trace log.
3918 # It is possible to suppress the use of the function name
3919 # by disabling this option.
3920 # This results in smaller code size, but there is less
3921 # human-readable information available in the trace output,
3922 # possibly only filenames and line numbers.
3923 #
3924 cdl_option CYGDBG_INFRA_DEBUG_FUNCTION_PSEUDOMACRO {
3925     # This option is not active
3926     # The parent CYGPKG_INFRA_DEBUG is disabled
3927
3928     # Flavor: bool
3929     # No user value, uncomment the following line to provide one.
3930     # user_value 1
3931     # value_source default
3932     # Default value: 1
3933 };
3934
3935 # <
3936 # Startup options
3937 # Some packages require a startup routine to be called.
3938 # This can be carried out by application code, by supplying
3939 # a routine called cyg_package_start() which calls the
3940 # appropriate package startup routine(s).
3941 # Alternatively, this routine can be constructed automatically
3942 # and configured to call the startup routines of your choice.
3943 #
3944 cdl_component CYGPKG_INFRA_STARTUP {
3945     # There is no associated value.
3946 };
3947
3948 # >
3949 # Start uITRON subsystem
3950 # Generate a call to initialize the
3951 # uITRON compatibility subsystem
3952 # within the system version of cyg_package_start().
3953 # This enables compatibility with uITRON.
3954 # You must configure uITRON with the correct tasks before
3955 # starting the uItron subsystem.
3956 # If this is disabled, and you want to use uITRON,
3957 # you must call cyg_uitron_start() from your own
3958 # cyg_package_start() or cyg_userstart().
3959 #
3960 cdl_option CYGSEM_START_UITRON_COMPATIBILITY {
3961     # This option is not active
3962     # ActiveIf constraint: CYGPKG_UITRON
3963     #     CYGPKG_UITRON (unknown) == 0
3964     #   --> 0
3965
3966     # Flavor: bool
3967     # No user value, uncomment the following line to provide one.
3968     # user_value 0
3969     # value_source default
3970     # Default value: 0
3971     # Requires: CYGPKG_UITRON
3972     #     CYGPKG_UITRON (unknown) == 0
3973     #   --> 0
3974 };
3975
3976 # <
3977 # Smaller slower memcpy()
3978 # Enabling this option causes the implementation of
3979 # the standard memcpy() routine to reduce code
3980 # size at the expense of execution speed. This
3981 # option is automatically enabled with the use of
3982 # the -Os option to the compiler. Also note that
3983 # the compiler will try to use its own builtin
3984 # version of memcpy() if possible, ignoring the
3985 # implementation in this package, unless given
3986 # the -fno-builtin compiler option.
3987 #
3988 cdl_option CYGIMP_INFRA_PREFER_SMALL_TO_FAST_MEMCPY {
3989     # Flavor: bool
3990     # No user value, uncomment the following line to provide one.
3991     # user_value 0
3992     # value_source default
3993     # Default value: 0
3994 };
3995
3996 # Smaller slower memset()
3997 # Enabling this option causes the implementation of
3998 # the standard memset() routine to reduce code
3999 # size at the expense of execution speed. This
4000 # option is automatically enabled with the use of
4001 # the -Os option to the compiler. Also note that
4002 # the compiler will try to use its own builtin
4003 # version of memset() if possible, ignoring the
4004 # implementation in this package, unless given
4005 # the -fno-builtin compiler option.
4006 #
4007 cdl_option CYGIMP_INFRA_PREFER_SMALL_TO_FAST_MEMSET {
4008     # Flavor: bool
4009     # No user value, uncomment the following line to provide one.
4010     # user_value 0
4011     # value_source default
4012     # Default value: 0
4013 };
4014
4015 # Provide empty C++ delete functions
4016 # To deal with virtual destructors, where the correct delete()
4017 # function must be called for the derived class in question, the
4018 # underlying delete is called when needed, from destructors.  This
4019 # is regardless of whether the destructor is called by delete itself.
4020 # So there is a reference to delete() from all destructors.  The
4021 # default builtin delete() attempts to call free() if there is
4022 # one defined.  So, if you have destructors, and you have free(),
4023 # as in malloc() and free(), any destructor counts as a reference
4024 # to free().  So the dynamic memory allocation code is linked
4025 # in regardless of whether it gets explicitly called. This
4026 # increases code and data size needlessly.
4027 # To defeat this undesirable behaviour, we define empty versions
4028 # of delete and delete.  But doing this prevents proper use
4029 # of dynamic memory in C++ programs via C++'s new and delete
4030 # operators.
4031 # Therefore, this option is provided
4032 # for explicitly disabling the provision of these empty functions,
4033 # so that new and delete can be used, if that is what is required.
4034 #
4035 cdl_option CYGFUN_INFRA_EMPTY_DELETE_FUNCTIONS {
4036     # Flavor: bool
4037     # No user value, uncomment the following line to provide one.
4038     # user_value 1
4039     # value_source default
4040     # Default value: 1
4041 };
4042
4043 # Threshold for valid number of delete calls
4044 # Some users don't know about the empty delete function and then
4045 # wonder why their C++ classes are leaking memory. If
4046 # INFRA_DEBUG is enabled we keep a counter for the number of
4047 # times delete is called. If it goes above this threshold we throw
4048 # an assertion failure. This should point heavy users of
4049 # delete in the right direction without upsetting those who want
4050 # an empty delete function. 
4051 #
4052 cdl_option CYGNUM_INFRA_EMPTY_DELETE_THRESHOLD {
4053     # This option is not active
4054     # ActiveIf constraint: CYGPKG_INFRA_DEBUG
4055     #     CYGPKG_INFRA_DEBUG == 0
4056     #   --> 0
4057
4058     # Flavor: data
4059     # No user value, uncomment the following line to provide one.
4060     # user_value 100
4061     # value_source default
4062     # Default value: 100
4063 };
4064
4065 # Provide dummy abort() function
4066 # This option controls the inclusion of a dummy abort() function.
4067 # Parts of the C and C++ compiler runtime systems contain references
4068 # to abort(), particulary in the C++ exception handling code. It is
4069 # not possible to eliminate these references, so this dummy function
4070 # in included to satisfy them. It is not expected that this function
4071 # will ever be called, so its current behaviour is to simply loop.
4072 #
4073 cdl_option CYGFUN_INFRA_DUMMY_ABORT {
4074     # Flavor: bool
4075     # No user value, uncomment the following line to provide one.
4076     # user_value 1
4077     # value_source default
4078     # Default value:  CYGINT_ISO_EXIT == 0 
4079     #     CYGINT_ISO_EXIT == 0
4080     #   --> 1
4081     # Requires: !CYGINT_ISO_EXIT
4082     #     CYGINT_ISO_EXIT == 0
4083     #   --> 1
4084 };
4085
4086 # Reset platform at end of test case execution
4087 # If this option is set then test case programs will reset the platform
4088 # when they terminate, as opposed to the default which is to just hang
4089 # in a loop.
4090 #
4091 cdl_option CYGSEM_INFRA_RESET_ON_TEST_EXIT {
4092     # Flavor: bool
4093     # No user value, uncomment the following line to provide one.
4094     # user_value 0
4095     # value_source default
4096     # Default value: 0
4097 };
4098
4099 # Provide dummy strlen() function
4100 # This option controls the inclusion of a dummy strlen() function.
4101 # Parts of the C and C++ compiler runtime systems contain references
4102 # to strlen(), particulary in the C++ exception handling code. It is
4103 # not possible to eliminate these references, so this dummy function
4104 # in included to satisfy them. While it is not expected that this function
4105 # will ever be called, it is functional but uses the simplest, smallest
4106 # algorithm. There is a faster version of strlen() in the C library.
4107 #
4108 cdl_option CYGFUN_INFRA_DUMMY_STRLEN {
4109     # Flavor: bool
4110     # No user value, uncomment the following line to provide one.
4111     # user_value 0
4112     # value_source default
4113     # Default value:  CYGINT_ISO_STRING_STRFUNCS == 0 
4114     #     CYGINT_ISO_STRING_STRFUNCS == 1
4115     #   --> 0
4116     # Requires: !CYGINT_ISO_STRING_STRFUNCS
4117     #     CYGINT_ISO_STRING_STRFUNCS == 1
4118     #   --> 0
4119 };
4120
4121 # Make all compiler warnings show as errors
4122 # Enabling this option will cause all compiler warnings to show
4123 # as errors and bring the library build to a halt. This is used
4124 # to ensure that the code base is warning free, and thus ensure
4125 # that newly introduced warnings stand out and get fixed before
4126 # they show up as weird run-time behavior.
4127 #
4128 cdl_option CYGBLD_INFRA_CFLAGS_WARNINGS_AS_ERRORS {
4129     # Flavor: bool
4130     # No user value, uncomment the following line to provide one.
4131     # user_value 0
4132     # The inferred value should not be edited directly.
4133     inferred_value 1
4134     # value_source inferred
4135     # Default value: 0
4136     # Requires:  is_substr(CYGBLD_GLOBAL_CFLAGS, " -Werror") 
4137     #     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"
4138     #   --> 1
4139
4140     # The following properties are affected by this value
4141     # option CYGBLD_GLOBAL_CFLAGS
4142     #     Requires: CYGBLD_INFRA_CFLAGS_WARNINGS_AS_ERRORS
4143 };
4144
4145 # Make compiler and assembler communicate by pipe
4146 # Enabling this option will cause the compiler to feed the
4147 # assembly output the the assembler via a pipe instead of
4148 # via a temporary file. This normally reduces the build
4149 # time.
4150 #
4151 cdl_option CYGBLD_INFRA_CFLAGS_PIPE {
4152     # Flavor: bool
4153     user_value 1
4154     # value_source user
4155     # Default value: 0
4156     # Requires:  is_substr(CYGBLD_GLOBAL_CFLAGS, " -pipe") 
4157     #     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"
4158     #   --> 1
4159 };
4160
4161 # Infra build options
4162 # Package specific build options including control over
4163 # compiler flags used only in building this package.
4164 #
4165 cdl_component CYGPKG_INFRA_OPTIONS {
4166     # There is no associated value.
4167 };
4168
4169 # >
4170 # Additional compiler flags
4171 # This option modifies the set of compiler flags for
4172 # building the eCos infra package. These flags are used
4173 # in addition to the set of global flags.
4174 #
4175 cdl_option CYGPKG_INFRA_CFLAGS_ADD {
4176     # Flavor: data
4177     # No user value, uncomment the following line to provide one.
4178     # user_value "-fno-rtti -Woverloaded-virtual"
4179     # value_source default
4180     # Default value: "-fno-rtti -Woverloaded-virtual"
4181 };
4182
4183 # Suppressed compiler flags
4184 # This option modifies the set of compiler flags for
4185 # building the eCos infra package. These flags are removed from
4186 # the set of global flags if present.
4187 #
4188 cdl_option CYGPKG_INFRA_CFLAGS_REMOVE {
4189     # Flavor: data
4190     # No user value, uncomment the following line to provide one.
4191     # user_value -Wno-pointer-sign
4192     # value_source default
4193     # Default value: -Wno-pointer-sign
4194 };
4195
4196 # Suppressed linker flags
4197 # This option modifies the set of linker flags for
4198 # building the eCos infra package tests. These flags are removed from
4199 # the set of global flags if present.
4200 #
4201 cdl_option CYGPKG_INFRA_LDFLAGS_REMOVE {
4202     # Flavor: data
4203     # No user value, uncomment the following line to provide one.
4204     # user_value -Wl,--gc-sections
4205     # value_source default
4206     # Default value: -Wl,--gc-sections
4207 };
4208
4209 # Additional linker flags
4210 # This option modifies the set of linker flags for
4211 # building the eCos infra package tests. These flags are added to
4212 # the set of global flags if present.
4213 #
4214 cdl_option CYGPKG_INFRA_LDFLAGS_ADD {
4215     # Flavor: data
4216     # No user value, uncomment the following line to provide one.
4217     # user_value -Wl,--fatal-warnings
4218     # value_source default
4219     # Default value: -Wl,--fatal-warnings
4220 };
4221
4222 # Infra package tests
4223 #
4224 cdl_component CYGPKG_INFRA_TESTS {
4225     # Calculated value:  "tests/cxxsupp tests/diag_sprintf1 tests/diag_sprintf2" 
4226     # Flavor: data
4227     # Current_value: tests/cxxsupp tests/diag_sprintf1 tests/diag_sprintf2
4228 };
4229
4230 # >
4231 # Number of times a test runs
4232 # This option controls the number of times tests will execute their
4233 # basic function.  Not all tests will honor this setting, but those
4234 # that do will execute the test N times before terminating.  A value
4235 # less than 0 indicates to run forever.
4236 #
4237 cdl_option CYGNUM_TESTS_RUN_COUNT {
4238     # Flavor: data
4239     # No user value, uncomment the following line to provide one.
4240     # user_value 1
4241     # value_source default
4242     # Default value: 1
4243 };
4244
4245 # <
4246 # <
4247 # <
4248 # Redboot ROM monitor
4249 # doc: ref/redboot.html
4250 # This package supports the Redboot [stand-alone debug monitor]
4251 # using eCos as the underlying board support mechanism.
4252 #
4253 cdl_package CYGPKG_REDBOOT {
4254     # Packages cannot be added or removed, nor can their version be changed,
4255     # simply by editing their value. Instead the appropriate configuration
4256     # should be used to perform these actions.
4257
4258     # This value cannot be modified here.
4259     # Flavor: booldata
4260     # Current value: 1 current
4261     # Requires:  CYGIMP_HAL_COMMON_INTERRUPTS_USE_INTERRUPT_STACK == 0 
4262     #     CYGIMP_HAL_COMMON_INTERRUPTS_USE_INTERRUPT_STACK == 0
4263     #   --> 1
4264
4265     # The following properties are affected by this value
4266     # component CYGPKG_REDBOOT_ARM_OPTIONS
4267     #     ActiveIf: CYGPKG_REDBOOT
4268     # component CYGPKG_REDBOOT_HAL_OPTIONS
4269     #     ActiveIf: CYGPKG_REDBOOT
4270     # component CYGPKG_REDBOOT_HAL_TX37_OPTIONS
4271     #     ActiveIf: CYGPKG_REDBOOT
4272     # option CYGSEM_IO_ETH_DRIVERS_WARN
4273     #     ActiveIf: CYGPKG_REDBOOT
4274 };
4275
4276 # >
4277 # Include support for ELF file format
4278 #
4279 cdl_component CYGSEM_REDBOOT_ELF {
4280     # Flavor: bool
4281     # No user value, uncomment the following line to provide one.
4282     # user_value 1
4283     # value_source default
4284     # Default value: 1
4285 };
4286
4287 # >
4288 # Use the virtual address in the ELF headers
4289 # The ELF headers contain both a virtual and a physical address
4290 # for where code/data should be loaded. By default the physical
4291 # address is used but sometimes it is necassary to use the
4292 # virtual address because of bugy toolchains
4293 #
4294 cdl_option CYGOPT_REDBOOT_ELF_VIRTUAL_ADDRESS {
4295     # Flavor: bool
4296     # No user value, uncomment the following line to provide one.
4297     # user_value 0
4298     # value_source default
4299     # Default value: 0
4300 };
4301
4302 # <
4303 # Methods of loading images using redboot
4304 #
4305 cdl_interface CYGINT_REDBOOT_LOAD_METHOD {
4306     # Implemented by CYGBLD_BUILD_REDBOOT_WITH_XYZMODEM, active, enabled
4307     # Implemented by CYGPKG_REDBOOT_NETWORKING, active, enabled
4308     # This value cannot be modified here.
4309     # Flavor: data
4310     # Current_value: 2
4311
4312     # The following properties are affected by this value
4313     # component CYGBLD_BUILD_REDBOOT
4314     #     Requires: CYGINT_REDBOOT_LOAD_METHOD
4315 };
4316
4317 # Build Redboot ROM ELF image
4318 # This option enables the building of the Redboot ELF image.
4319 # The image may require further relocation or symbol
4320 # stripping before being converted to a binary image.
4321 # This is handled by a rule in the target CDL.
4322 #
4323 cdl_component CYGBLD_BUILD_REDBOOT {
4324     # Flavor: bool
4325     # No user value, uncomment the following line to provide one.
4326     # user_value 0
4327     # The inferred value should not be edited directly.
4328     inferred_value 1
4329     # value_source inferred
4330     # Default value: 0
4331     # Requires: CYGPKG_INFRA
4332     #     CYGPKG_INFRA == current
4333     #   --> 1
4334     # Requires: CYGPKG_ISOINFRA
4335     #     CYGPKG_ISOINFRA == current
4336     #   --> 1
4337     # Requires: ! CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT
4338     #     CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT == 0
4339     #   --> 1
4340     # Requires: ! CYGDBG_HAL_COMMON_INTERRUPTS_SAVE_MINIMUM_CONTEXT
4341     #     CYGDBG_HAL_COMMON_INTERRUPTS_SAVE_MINIMUM_CONTEXT == 0
4342     #   --> 1
4343     # Requires: ! CYGDBG_HAL_COMMON_CONTEXT_SAVE_MINIMUM
4344     #     CYGDBG_HAL_COMMON_CONTEXT_SAVE_MINIMUM == 0
4345     #   --> 1
4346     # Requires: CYGSEM_HAL_VIRTUAL_VECTOR_SUPPORT
4347     #     CYGSEM_HAL_VIRTUAL_VECTOR_SUPPORT == 1
4348     #   --> 1
4349     # Requires: CYGINT_ISO_STRING_MEMFUNCS
4350     #     CYGINT_ISO_STRING_MEMFUNCS == 1
4351     #   --> 1
4352     # Requires: CYGINT_ISO_STRING_STRFUNCS
4353     #     CYGINT_ISO_STRING_STRFUNCS == 1
4354     #   --> 1
4355     # Requires: CYGINT_REDBOOT_LOAD_METHOD
4356     #     CYGINT_REDBOOT_LOAD_METHOD == 2
4357     #   --> 1
4358
4359     # The following properties are affected by this value
4360     # package CYGPKG_HAL_ARM_TX37KARO
4361     #     Requires: CYGBLD_BUILD_REDBOOT == 1
4362     # option CYGBLD_BUILD_REDBOOT_BIN
4363     #     ActiveIf: CYGBLD_BUILD_REDBOOT
4364 };
4365
4366 # >
4367 # Include GDB support in RedBoot
4368 # RedBoot normally includes support for the GDB debugging
4369 # protocols. This option allows this to be disabled which
4370 # may yield a substantial savings in terms of code and memory 
4371 # usage by RedBoot.
4372 #
4373 cdl_option CYGBLD_BUILD_REDBOOT_WITH_GDB {
4374     # ActiveIf constraint: CYGINT_HAL_DEBUG_GDB_STUBS
4375     #     CYGINT_HAL_DEBUG_GDB_STUBS == 1
4376     #   --> 1
4377
4378     # Flavor: bool
4379     # No user value, uncomment the following line to provide one.
4380     # user_value 1
4381     # The inferred value should not be edited directly.
4382     inferred_value 0
4383     # value_source inferred
4384     # Default value: 1
4385     # Requires: CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
4386     #     CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS == 0
4387     #   --> 0
4388     # Requires: CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT
4389     #     CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT == 0
4390     #   --> 0
4391 };
4392
4393 # Threads debugging support
4394 # Enabling this option will include special code in the
4395 # GDB stubs to support debugging of threaded programs.  In
4396 # the case of eCos programs, this support allows GDB to
4397 # have complete access to the eCos threads in the
4398 # program.
4399 #
4400 cdl_option CYGBLD_BUILD_REDBOOT_WITH_THREADS {
4401     # ActiveIf constraint:  CYG_HAL_STARTUP != "RAM" 
4402     #     CYG_HAL_STARTUP == ROMRAM
4403     #   --> 1
4404
4405     # Flavor: bool
4406     # No user value, uncomment the following line to provide one.
4407     # user_value 0
4408     # value_source default
4409     # Default value: 0
4410     # Requires: CYGDBG_HAL_DEBUG_GDB_THREAD_SUPPORT
4411     #     CYGDBG_HAL_DEBUG_GDB_THREAD_SUPPORT == 1
4412     #   --> 1
4413 };
4414
4415 # Customized version string
4416 # Use this option to define a customized version "string" for
4417 # RedBoot.  Note: this value is only cosmetic, displayed by the
4418 # "version" command, but is useful for providing site specific
4419 # information about the RedBoot configuration.
4420 #
4421 cdl_option CYGDAT_REDBOOT_CUSTOM_VERSION {
4422     # Flavor: booldata
4423     # No user value, uncomment the following line to provide one.
4424     # user_value 0 0
4425     # The inferred value should not be edited directly.
4426     inferred_value 1 "Ka-Ro 2009-06-10"
4427     # value_source inferred
4428     # Default value: 0 0
4429 };
4430
4431 # Enable command line editing
4432 # If this option is non-zero, RedBoot will remember the
4433 # last N command lines.  These lines may be reused.
4434 # Enabling this history will also enable rudimentary
4435 # editting of the lines themselves.
4436 #
4437 cdl_option CYGNUM_REDBOOT_CMD_LINE_EDITING {
4438     # Flavor: data
4439     # No user value, uncomment the following line to provide one.
4440     # user_value 16
4441     # value_source default
4442     # Default value: 16
4443
4444     # The following properties are affected by this value
4445     # option CYGSEM_REDBOOT_CMD_LINE_ANSI_SEQUENCES
4446     #     ActiveIf: CYGNUM_REDBOOT_CMD_LINE_EDITING != 0
4447     # option CYGBLD_REDBOOT_CMD_LINE_HISTORY
4448     #     Requires:  CYGNUM_REDBOOT_CMD_LINE_EDITING > 0 
4449 };
4450
4451 # Enable command line editing using ANSI arrows, etc
4452 # If this option is enabled, RedBoot will accept standard ANSI key
4453 # sequences for cursor movement (along with the emacs style keys).
4454 #
4455 cdl_option CYGSEM_REDBOOT_CMD_LINE_ANSI_SEQUENCES {
4456     # ActiveIf constraint: CYGNUM_REDBOOT_CMD_LINE_EDITING != 0
4457     #     CYGNUM_REDBOOT_CMD_LINE_EDITING == 16
4458     #   --> 1
4459
4460     # Flavor: bool
4461     # No user value, uncomment the following line to provide one.
4462     # user_value 1
4463     # value_source default
4464     # Default value: 1
4465 };
4466
4467 # Enable history command and expansion
4468 # Enabling this option will allow RedBoot to provide a
4469 # history command to list previous commands. Also enables
4470 # history expansion via '!'  character similar to bash
4471 # shell.
4472 #
4473 cdl_option CYGBLD_REDBOOT_CMD_LINE_HISTORY {
4474     # Flavor: bool
4475     # No user value, uncomment the following line to provide one.
4476     # user_value 1
4477     # value_source default
4478     # Default value: 1
4479     # Requires:  CYGNUM_REDBOOT_CMD_LINE_EDITING > 0 
4480     #     CYGNUM_REDBOOT_CMD_LINE_EDITING == 16
4481     #   --> 1
4482 };
4483
4484 # Number of unique RAM segments on platform
4485 # Change this option to be the number of memory segments which are
4486 # supported by the platform.  If the value is greater than 1, then
4487 # a platform specific function must provide information about the
4488 # additional segments.
4489 #
4490 cdl_option CYGBLD_REDBOOT_MAX_MEM_SEGMENTS {
4491     # Flavor: data
4492     # No user value, uncomment the following line to provide one.
4493     # user_value 1
4494     # value_source default
4495     # Default value: 1
4496 };
4497
4498 # Include support gzip/zlib decompression
4499 #
4500 cdl_component CYGBLD_BUILD_REDBOOT_WITH_ZLIB {
4501     # ActiveIf constraint: CYGPKG_COMPRESS_ZLIB
4502     #     CYGPKG_COMPRESS_ZLIB == current
4503     #   --> 1
4504
4505     # Flavor: bool
4506     # No user value, uncomment the following line to provide one.
4507     # user_value 1
4508     # value_source default
4509     # Default value: 1
4510
4511     # The following properties are affected by this value
4512     # component CYGOPT_REDBOOT_FIS_ZLIB_COMMON_BUFFER
4513     #     ActiveIf:  CYGBLD_BUILD_REDBOOT_WITH_ZLIB &&  CYGOPT_REDBOOT_FIS 
4514 };
4515
4516 # >
4517 # Size of zlib decompression buffer
4518 # This is the size of the buffer filled with incoming data
4519 # during load before calls are made to the decompressor
4520 # function. For ethernet downloads this can be made bigger
4521 # (at the cost of memory), but for serial downloads on slow
4522 # processors it may be necessary to reduce the size to
4523 # avoid serial overruns. zlib appears to bail out if less 
4524 # than five bytes are available initially so this is the 
4525 # minimum.
4526 #
4527 cdl_option CYGNUM_REDBOOT_LOAD_ZLIB_BUFFER {
4528     # Flavor: data
4529     # No user value, uncomment the following line to provide one.
4530     # user_value 64
4531     # value_source default
4532     # Default value: 64
4533     # Legal values: 5 to 256
4534 };
4535
4536 # Support compression of Flash images
4537 # This CDL indicates whether flash images can
4538 # be decompressed from gzip/zlib format into RAM.
4539 #
4540 cdl_option CYGPRI_REDBOOT_ZLIB_FLASH {
4541     # ActiveIf constraint: CYGPKG_REDBOOT_FLASH
4542     #     CYGPKG_REDBOOT_FLASH == 1
4543     #   --> 1
4544     # ActiveIf constraint:  (!CYGSEM_IO_FLASH_READ_INDIRECT) || CYGPRI_REDBOOT_ZLIB_FLASH_FORCE 
4545     #     CYGSEM_IO_FLASH_READ_INDIRECT == 1
4546     #     CYGPRI_REDBOOT_ZLIB_FLASH_FORCE == 1
4547     #   --> 1
4548
4549     # Calculated value: 1
4550     # Flavor: bool
4551     # Current value: 1
4552 };
4553
4554 # Include GZIP uncompress command
4555 # Enable this option to include a 'gunzip' command 
4556 # to uncompress GZIP compressed data.
4557 #
4558 cdl_option CYGBLD_BUILD_REDBOOT_WITH_GUNZIP {
4559     # Flavor: bool
4560     # No user value, uncomment the following line to provide one.
4561     # user_value 0
4562     # value_source default
4563     # Default value: 0
4564 };
4565
4566 # Turn on CYGPRI_REDBOOT_ZLIB_FLASH
4567 # Force CYGPRI_REDBOOT_ZLIB_FLASH to be chosen
4568 #
4569 cdl_option CYGPRI_REDBOOT_ZLIB_FLASH_FORCE {
4570     # Flavor: bool
4571     # No user value, uncomment the following line to provide one.
4572     # user_value 0
4573     # The inferred value should not be edited directly.
4574     inferred_value 1
4575     # value_source inferred
4576     # Default value: 0
4577
4578     # The following properties are affected by this value
4579     # option CYGPRI_REDBOOT_ZLIB_FLASH
4580     #     ActiveIf:  (!CYGSEM_IO_FLASH_READ_INDIRECT) || CYGPRI_REDBOOT_ZLIB_FLASH_FORCE 
4581 };
4582
4583 # <
4584 # Include support for xyzModem downloads
4585 # doc: ref/download-command.html
4586 #
4587 cdl_option CYGBLD_BUILD_REDBOOT_WITH_XYZMODEM {
4588     # Flavor: bool
4589     # No user value, uncomment the following line to provide one.
4590     # user_value 1
4591     # value_source default
4592     # Default value: 1
4593
4594     # The following properties are affected by this value
4595     # option CYGPKG_REDBOOT_CFLAGS_ADD
4596     #     ActiveIf: CYGBLD_BUILD_REDBOOT_WITH_XYZMODEM
4597 };
4598
4599 # Additional compiler flags
4600 # This option modifies the set of compiler flags for
4601 # building the eCos infra package. These flags are used
4602 # in addition to the set of global flags.
4603 #
4604 cdl_option CYGPKG_REDBOOT_CFLAGS_ADD {
4605     # ActiveIf constraint: CYGBLD_BUILD_REDBOOT_WITH_XYZMODEM
4606     #     CYGBLD_BUILD_REDBOOT_WITH_XYZMODEM == 1
4607     #   --> 1
4608
4609     # Flavor: data
4610     # No user value, uncomment the following line to provide one.
4611     # user_value -Wno-inline
4612     # value_source default
4613     # Default value: -Wno-inline
4614 };
4615
4616 # Allow the load-command write into Flash.
4617 # Write images direct to Flash via the load command.
4618 # We assume anything which is invalid RAM is flash, hence
4619 # the requires statement
4620 #
4621 cdl_option CYGBLD_REDBOOT_LOAD_INTO_FLASH {
4622     # ActiveIf constraint: CYGPKG_REDBOOT_FLASH
4623     #     CYGPKG_REDBOOT_FLASH == 1
4624     #   --> 1
4625
4626     # Flavor: bool
4627     # No user value, uncomment the following line to provide one.
4628     # user_value 0
4629     # value_source default
4630     # Default value: 0
4631     # Requires: CYGSEM_REDBOOT_VALIDATE_USER_RAM_LOADS
4632     #     CYGSEM_REDBOOT_VALIDATE_USER_RAM_LOADS == 1
4633     #   --> 1
4634 };
4635
4636 # Include MS Windows CE support
4637 # doc: ref/wince.html
4638 # This option enables MS Windows CE EShell support
4639 # and Windows CE .BIN images support
4640 #
4641 cdl_option CYGBLD_BUILD_REDBOOT_WITH_WINCE_SUPPORT {
4642     # Flavor: bool
4643     user_value 1
4644     # value_source user
4645     # Default value: 0
4646 };
4647
4648 # Include support for MXC USB downloads
4649 #
4650 cdl_option CYGBLD_BUILD_REDBOOT_WITH_MXCUSB {
4651     # Flavor: bool
4652     # No user value, uncomment the following line to provide one.
4653     # user_value 0
4654     # value_source default
4655     # Default value: 0
4656 };
4657
4658 # Include support for i.MX USB OTG downloads
4659 #
4660 cdl_option CYGBLD_BUILD_REDBOOT_WITH_IMXOTG {
4661     # Flavor: bool
4662     # No user value, uncomment the following line to provide one.
4663     # user_value 0
4664     # value_source default
4665     # Default value: 0
4666 };
4667
4668 # Include POSIX checksum command
4669 # doc: ref/cksum-command.html
4670 #
4671 cdl_option CYGBLD_BUILD_REDBOOT_WITH_CKSUM {
4672     # Flavor: bool
4673     # No user value, uncomment the following line to provide one.
4674     # user_value 1
4675     # value_source default
4676     # Default value: 1
4677 };
4678
4679 # Include memory fill command
4680 # doc: ref/mfill-command.html
4681 #
4682 cdl_option CYGBLD_BUILD_REDBOOT_WITH_MFILL {
4683     # Flavor: bool
4684     # No user value, uncomment the following line to provide one.
4685     # user_value 1
4686     # value_source default
4687     # Default value: 1
4688 };
4689
4690 # Include memory compare command
4691 # doc: ref/mcmp-command.html
4692 #
4693 cdl_option CYGBLD_BUILD_REDBOOT_WITH_MCMP {
4694     # Flavor: bool
4695     # No user value, uncomment the following line to provide one.
4696     # user_value 1
4697     # value_source default
4698     # Default value: 1
4699 };
4700
4701 # Include memory copy command
4702 # doc: ref/mcopy-command.html
4703 #
4704 cdl_option CYGBLD_BUILD_REDBOOT_WITH_MCOPY {
4705     # Flavor: bool
4706     # No user value, uncomment the following line to provide one.
4707     # user_value 1
4708     # value_source default
4709     # Default value: 1
4710 };
4711
4712 # Include memory dump command
4713 # doc: ref/dump-command.html
4714 #
4715 cdl_option CYGBLD_BUILD_REDBOOT_WITH_DUMP {
4716     # Flavor: bool
4717     # No user value, uncomment the following line to provide one.
4718     # user_value 1
4719     # value_source default
4720     # Default value: 1
4721 };
4722
4723 # Include cache command
4724 # doc: ref/cache-command.html
4725 #
4726 cdl_option CYGBLD_BUILD_REDBOOT_WITH_CACHES {
4727     # Flavor: bool
4728     # No user value, uncomment the following line to provide one.
4729     # user_value 1
4730     # value_source default
4731     # Default value: 1
4732 };
4733
4734 # Include exec command
4735 # doc: ref/exec-command.html
4736 #
4737 cdl_option CYGBLD_BUILD_REDBOOT_WITH_EXEC {
4738     # Flavor: bool
4739     # No user value, uncomment the following line to provide one.
4740     # user_value 1
4741     # value_source default
4742     # Default value: 1
4743
4744     # The following properties are affected by this value
4745     # component CYGPKG_REDBOOT_ARM_LINUX_EXEC
4746     #     ActiveIf: CYGBLD_BUILD_REDBOOT_WITH_EXEC
4747 };
4748
4749 # Include I/O Memory commands 'iopeek' and 'iopoke'
4750 #
4751 cdl_option CYGBLD_BUILD_REDBOOT_WITH_IOMEM {
4752     # Flavor: bool
4753     # No user value, uncomment the following line to provide one.
4754     # user_value 0
4755     # value_source default
4756     # Default value: 0
4757 };
4758
4759 # Granularity of timer/ticks
4760 # This option controls the granularity of the timers.
4761 # Faster CPUs can afford higher granularity (lower values)
4762 # which should give higher network performance since the stack
4763 # is purely polled.
4764 #
4765 cdl_option CYGDBG_REDBOOT_TICK_GRANULARITY {
4766     # Flavor: data
4767     # No user value, uncomment the following line to provide one.
4768     # user_value 250
4769     # value_source default
4770     # Default value: 250
4771     # Legal values:  10 25 50 100 250 500 1000 
4772 };
4773
4774 # Redboot Networking
4775 # This option includes networking support in RedBoot.
4776 #
4777 cdl_component CYGPKG_REDBOOT_NETWORKING {
4778     # ActiveIf constraint: CYGPKG_IO_ETH_DRIVERS
4779     #     CYGPKG_IO_ETH_DRIVERS == current
4780     #   --> 1
4781
4782     # Flavor: bool
4783     # No user value, uncomment the following line to provide one.
4784     # user_value 1
4785     # value_source default
4786     # Default value: 1
4787
4788     # The following properties are affected by this value
4789     # option CYGSEM_IO_ETH_DRIVERS_PASS_PACKETS
4790     #     DefaultValue:  0 != CYGPKG_REDBOOT_NETWORKING 
4791 };
4792
4793 # >
4794 # Print net debug information
4795 # This option is overriden by the configuration stored 
4796 # in flash.
4797 #
4798 cdl_option CYGDBG_REDBOOT_NET_DEBUG {
4799     # Flavor: bool
4800     # No user value, uncomment the following line to provide one.
4801     # user_value 0
4802     # value_source default
4803     # Default value: 0
4804 };
4805
4806 # Support TFTP for download
4807 # This option enables the use of the TFTP protocol for 
4808 # download
4809 #
4810 cdl_option CYGSEM_REDBOOT_NET_TFTP_DOWNLOAD {
4811     # Flavor: bool
4812     # No user value, uncomment the following line to provide one.
4813     # user_value 1
4814     # value_source default
4815     # Default value: 1
4816 };
4817
4818 # Support HTTP for download
4819 # This option enables the use of the HTTP protocol for 
4820 # download
4821 #
4822 cdl_option CYGSEM_REDBOOT_NET_HTTP_DOWNLOAD {
4823     # Flavor: bool
4824     user_value 0
4825     # value_source user
4826     # Default value: 1
4827 };
4828
4829 # Default IP address
4830 # This IP address is the default used by RedBoot if
4831 # a BOOTP/DHCP server does not respond. The numbers
4832 # should be separated by *commas*, and not dots. If
4833 # an IP address is configured into the Flash
4834 # configuration, that will be used in preference.
4835 #
4836 cdl_component CYGDAT_REDBOOT_DEFAULT_IP_ADDR {
4837     # Flavor: booldata
4838     # No user value, uncomment the following line to provide one.
4839     # user_value 0 0
4840     # value_source default
4841     # Default value: CYGSEM_REDBOOT_FLASH_CONFIG ? 0 :  "0, 0, 0, 0" 
4842     #     CYGSEM_REDBOOT_FLASH_CONFIG == 1
4843     #   --> 0 0
4844 };
4845
4846 # >
4847 # Do not try to use BOOTP
4848 # By default Redboot tries to use BOOTP to get an IP
4849 # address. If there's no BOOTP server on your network
4850 # use this option to avoid to wait until the
4851 # timeout. This option is overriden by the
4852 # configuration stored in flash.
4853 #
4854 cdl_option CYGSEM_REDBOOT_DEFAULT_NO_BOOTP {
4855     # This option is not active
4856     # The parent CYGDAT_REDBOOT_DEFAULT_IP_ADDR is disabled
4857
4858     # Flavor: bool
4859     # No user value, uncomment the following line to provide one.
4860     # user_value 0
4861     # value_source default
4862     # Default value: 0
4863 };
4864
4865 # Default bootp server
4866 # This IP address is the default server
4867 # address used by RedBoot if a BOOTP/DHCP
4868 # server does not respond. The numbers should
4869 # be separated by *commas*, and not dots. If
4870 # an IP address is configured into the Flash
4871 # configuration, that will be used in
4872 # preference.
4873 #
4874 cdl_option CYGDAT_REDBOOT_DEFAULT_BOOTP_SERVER_IP_ADDR {
4875     # This option is not active
4876     # The parent CYGDAT_REDBOOT_DEFAULT_IP_ADDR is disabled
4877
4878     # Flavor: booldata
4879     # No user value, uncomment the following line to provide one.
4880     # user_value 0 0
4881     # value_source default
4882     # Default value: CYGSEM_REDBOOT_FLASH_CONFIG ? 0 :  "0, 0, 0, 0" 
4883     #     CYGSEM_REDBOOT_FLASH_CONFIG == 1
4884     #   --> 0 0
4885 };
4886
4887 # <
4888 # Use DHCP to get IP information
4889 # Use DHCP protocol to obtain pertinent IP addresses, such 
4890 # as the client, server, gateway, etc.
4891 #
4892 cdl_component CYGSEM_REDBOOT_NETWORKING_DHCP {
4893     # Flavor: bool
4894     # No user value, uncomment the following line to provide one.
4895     # user_value 1
4896     # value_source default
4897     # Default value: 1
4898
4899     # The following properties are affected by this value
4900     # component CYGSEM_REDBOOT_NETWORKING_USE_GATEWAY
4901     #     Requires: CYGSEM_REDBOOT_NETWORKING_DHCP
4902 };
4903
4904 # Use a gateway for non-local IP traffic
4905 # Enabling this option will allow the RedBoot networking
4906 # stack to use a [single] gateway to reach a non-local
4907 # IP address.  If disabled, RedBoot will only be able to
4908 # reach nodes on the same subnet.
4909 #
4910 cdl_component CYGSEM_REDBOOT_NETWORKING_USE_GATEWAY {
4911     # Flavor: bool
4912     # No user value, uncomment the following line to provide one.
4913     # user_value 1
4914     # value_source default
4915     # Default value: 1
4916     # Requires: CYGSEM_REDBOOT_NETWORKING_DHCP
4917     #     CYGSEM_REDBOOT_NETWORKING_DHCP == 1
4918     #   --> 1
4919 };
4920
4921 # >
4922 # Default gateway IP address
4923 # This IP address is the default used by RedBoot
4924 # if a BOOTP/DHCP server does not respond. The
4925 # numbers should be separated by *commas*, and
4926 # not dots. If an IP address is configured into
4927 # the Flash configuration, that will be used in
4928 # preference.
4929 #
4930 cdl_component CYGDAT_REDBOOT_DEFAULT_GATEWAY_IP_ADDR {
4931     # Flavor: booldata
4932     # No user value, uncomment the following line to provide one.
4933     # user_value 0 0
4934     # value_source default
4935     # Default value: CYGSEM_REDBOOT_FLASH_CONFIG ? 0 :  "0, 0, 0, 0" 
4936     #     CYGSEM_REDBOOT_FLASH_CONFIG == 1
4937     #   --> 0 0
4938 };
4939
4940 # Default IP address mask
4941 # This IP address mask is the default used by
4942 # RedBoot if a BOOTP/DHCP server does not
4943 # respond. The numbers should be separated by
4944 # *commas*, and not dots. If an IP address is
4945 # configured into the Flash configuration, that
4946 # will be used in preference.
4947 #
4948 cdl_component CYGDAT_REDBOOT_DEFAULT_IP_ADDR_MASK {
4949     # Flavor: booldata
4950     # No user value, uncomment the following line to provide one.
4951     # user_value 0 0
4952     # value_source default
4953     # Default value: CYGSEM_REDBOOT_FLASH_CONFIG ? 0 :  "255, 255, 255, 0" 
4954     #     CYGSEM_REDBOOT_FLASH_CONFIG == 1
4955     #   --> 0 0
4956 };
4957
4958 # <
4959 # TCP port to listen for incoming connections
4960 # RedBoot will 'listen' on this port for incoming TCP 
4961 # connections. This allows outside connections to be made 
4962 # to the platform, either for GDB or RedBoot commands.
4963 #
4964 cdl_option CYGNUM_REDBOOT_NETWORKING_TCP_PORT {
4965     # Flavor: data
4966     # No user value, uncomment the following line to provide one.
4967     # user_value 9000
4968     # value_source default
4969     # Default value: 9000
4970 };
4971
4972 # Number of [network] packet buffers
4973 # RedBoot may need to buffer network data to support
4974 # various connections.  This option allows control
4975 # over the number of such buffered packets, and in
4976 # turn, controls the amount of memory used by RedBoot
4977 # (which is not available to user applications).
4978 # Each packet buffer takes up about 1514 bytes.
4979 # Note: there is little need to make this larger than
4980 # the default.
4981 #
4982 cdl_option CYGNUM_REDBOOT_NETWORKING_MAX_PKTBUF {
4983     # Flavor: data
4984     # No user value, uncomment the following line to provide one.
4985     # user_value 4
4986     # value_source default
4987     # Default value: 4
4988     # Legal values: 3 to 8
4989 };
4990
4991 # DNS support
4992 # When this option is enabled, RedBoot will be built with
4993 # support for DNS, allowing use of hostnames on the command
4994 # line.
4995 #
4996 cdl_component CYGPKG_REDBOOT_NETWORKING_DNS {
4997     # This option is not active
4998     # ActiveIf constraint: CYGPKG_NS_DNS
4999     #     CYGPKG_NS_DNS (unknown) == 0
5000     #   --> 0
5001
5002     # Flavor: bool
5003     # No user value, uncomment the following line to provide one.
5004     # user_value 1
5005     # value_source default
5006     # Default value: 1
5007     # Requires: !CYGPKG_NS_DNS_BUILD
5008     #     CYGPKG_NS_DNS_BUILD (unknown) == 0
5009     #   --> 1
5010 };
5011
5012 # >
5013 # Default DNS IP
5014 # This option sets the IP of the default DNS. The IP can be
5015 # changed at runtime as well.
5016 #
5017 cdl_option CYGPKG_REDBOOT_NETWORKING_DNS_IP {
5018     # This option is not active
5019     # The parent CYGPKG_REDBOOT_NETWORKING_DNS is not active
5020     # ActiveIf constraint: !CYGSEM_REDBOOT_FLASH_CONFIG
5021     #     CYGSEM_REDBOOT_FLASH_CONFIG == 1
5022     #   --> 0
5023
5024     # Flavor: data
5025     # No user value, uncomment the following line to provide one.
5026     # user_value 0.0.0.0
5027     # value_source default
5028     # Default value: 0.0.0.0
5029 };
5030
5031 # Timeout in DNS lookup
5032 # This option sets the timeout used when looking up an
5033 # address via the DNS. Default is 10 seconds.
5034 #
5035 cdl_option CYGNUM_REDBOOT_NETWORKING_DNS_TIMEOUT {
5036     # This option is not active
5037     # The parent CYGPKG_REDBOOT_NETWORKING_DNS is not active
5038
5039     # Flavor: data
5040     # No user value, uncomment the following line to provide one.
5041     # user_value 10
5042     # value_source default
5043     # Default value: 10
5044 };
5045
5046 # Support the use of a domain name
5047 # This option controls if Redboot supports domain
5048 # names when performing DNS lookups
5049 #
5050 cdl_component CYGPKG_REDBOOT_NETWORKING_DNS_WITH_DOMAIN {
5051     # This option is not active
5052     # The parent CYGPKG_REDBOOT_NETWORKING_DNS is not active
5053
5054     # Flavor: bool
5055     # No user value, uncomment the following line to provide one.
5056     # user_value 0
5057     # value_source default
5058     # Default value: 0
5059 };
5060
5061 # >
5062 # Default DNS domain
5063 # This option sets the default DNS domain name.
5064 # This value will be overwritten by the value in
5065 # flash or a domain returned by DHCP
5066 #
5067 cdl_option CYGPKG_REDBOOT_NETWORKING_DNS_DEFAULT_DOMAIN {
5068     # This option is not active
5069     # The parent CYGPKG_REDBOOT_NETWORKING_DNS_WITH_DOMAIN is not active
5070     # The parent CYGPKG_REDBOOT_NETWORKING_DNS_WITH_DOMAIN is disabled
5071
5072     # Flavor: booldata
5073     # No user value, uncomment the following line to provide one.
5074     # user_value 0 0
5075     # value_source default
5076     # Default value: 0 0
5077 };
5078
5079 # Get DNS domain from Flash
5080 # This option enables getting the domain name 
5081 # from the flash configuration. This can later be 
5082 # overwritten by a value learnt from DHCP
5083 #
5084 cdl_option CYGPKG_REDBOOT_NETWORKING_DNS_FCONFIG_DOMAIN {
5085     # This option is not active
5086     # The parent CYGPKG_REDBOOT_NETWORKING_DNS_WITH_DOMAIN is not active
5087     # The parent CYGPKG_REDBOOT_NETWORKING_DNS_WITH_DOMAIN is disabled
5088     # ActiveIf constraint: CYGSEM_REDBOOT_FLASH_CONFIG
5089     #     CYGSEM_REDBOOT_FLASH_CONFIG == 1
5090     #   --> 1
5091
5092     # Flavor: bool
5093     # No user value, uncomment the following line to provide one.
5094     # user_value 0
5095     # value_source default
5096     # Default value: 0
5097 };
5098
5099 # Use DNS domain from DHCP
5100 # This option enables the use of the domain name
5101 # returned by DHCP.
5102 #
5103 cdl_option CYGPKG_REDBOOT_NETWORKING_DNS_DHCP_DOMAIN {
5104     # This option is not active
5105     # The parent CYGPKG_REDBOOT_NETWORKING_DNS_WITH_DOMAIN is not active
5106     # The parent CYGPKG_REDBOOT_NETWORKING_DNS_WITH_DOMAIN is disabled
5107
5108     # Flavor: bool
5109     # No user value, uncomment the following line to provide one.
5110     # user_value 0
5111     # value_source default
5112     # Default value: 0
5113 };
5114
5115 # BOOTP/DHCP DNS domain buffer size
5116 # This options sets the size of the static
5117 # buffer used by BOOTP/DHCP to store the DNS
5118 # domain name. The domain name will not be
5119 # set if the buffer is too small to hold it.
5120 #
5121 cdl_option CYGNUM_REDBOOT_NETWORK_DNS_DOMAIN_BUFSIZE {
5122     # This option is not active
5123     # The parent CYGPKG_REDBOOT_NETWORKING_DNS_WITH_DOMAIN is not active
5124     # The parent CYGPKG_REDBOOT_NETWORKING_DNS_WITH_DOMAIN is disabled
5125
5126     # Flavor: data
5127     # No user value, uncomment the following line to provide one.
5128     # user_value 32
5129     # value_source default
5130     # Default value: 32
5131 };
5132
5133 # <
5134 # <
5135 # Default network device driver
5136 # This is the name of the default network device to use.
5137 #
5138 cdl_option CYGDAT_REDBOOT_DEFAULT_NETWORK_DEVICE {
5139     # This option is not active
5140     # ActiveIf constraint:  CYGHWR_NET_DRIVERS > 1 
5141     #     CYGHWR_NET_DRIVERS == 1
5142     #   --> 0
5143
5144     # Flavor: data
5145     # No user value, uncomment the following line to provide one.
5146     # user_value "\"\""
5147     # value_source default
5148     # Default value: "\"\""
5149 };
5150
5151 # Initialize only one net device
5152 # This option tells RedBoot to stop initializing network
5153 # devices when it finds the first device which is
5154 # successfully initialized. The default behavior causes
5155 # all network devices to be initialized.
5156 #
5157 cdl_option CYGSEM_REDBOOT_NETWORK_INIT_ONE_DEVICE {
5158     # This option is not active
5159     # ActiveIf constraint:  CYGHWR_NET_DRIVERS > 1 
5160     #     CYGHWR_NET_DRIVERS == 1
5161     #   --> 0
5162
5163     # Flavor: bool
5164     # No user value, uncomment the following line to provide one.
5165     # user_value 0
5166     # value_source default
5167     # Default value: 0
5168 };
5169
5170 # <
5171 # Let RedBoot use any I/O channel for its console.
5172 # If this option is enabled then RedBoot will attempt to use all
5173 # defined serial I/O channels for its console device.  Once input
5174 # arrives at one of these channels then the console will use only
5175 # that port.
5176 #
5177 cdl_option CYGPKG_REDBOOT_ANY_CONSOLE {
5178     # Flavor: bool
5179     # No user value, uncomment the following line to provide one.
5180     # user_value 1
5181     # The inferred value should not be edited directly.
5182     inferred_value 0
5183     # value_source inferred
5184     # Default value: 1
5185 };
5186
5187 # Let RedBoot adjust the baud rate of the serial console.
5188 # If this option is enabled then RedBoot will support commands 
5189 # to set and query the baud rate on the selected console.
5190 #
5191 cdl_option CYGSEM_REDBOOT_VARIABLE_BAUD_RATE {
5192     # ActiveIf constraint: CYGINT_HAL_VIRTUAL_VECTOR_COMM_BAUD_SUPPORT
5193     #     CYGINT_HAL_VIRTUAL_VECTOR_COMM_BAUD_SUPPORT == 1
5194     #   --> 1
5195
5196     # Flavor: bool
5197     # No user value, uncomment the following line to provide one.
5198     # user_value 1
5199     # value_source default
5200     # Default value: 1
5201 };
5202
5203 # Run a platform specific startup function.
5204 # If this option is enabled then RedBoot will execute a platform
5205 # specific startup function before entering into its command line
5206 # processing.  This allows the platform to perform any special
5207 # setups before RedBoot actually starts running.  Note: the entire
5208 # RedBoot environment will already be initialized at this point.
5209 #
5210 cdl_option CYGSEM_REDBOOT_PLF_STARTUP {
5211     # Flavor: bool
5212     # No user value, uncomment the following line to provide one.
5213     # user_value 0
5214     # value_source default
5215     # Default value: 0
5216 };
5217
5218 # Run a platform specific ESA validation function.
5219 # If this option is enabled then RedBoot will execute a platform
5220 # specific function to validate an ethernet ESA.  This would be
5221 # useful if the address must conform to standards set by the
5222 # hardware manufacturer, etc.
5223 #
5224 cdl_option CYGSEM_REDBOOT_PLF_ESA_VALIDATE {
5225     # Flavor: bool
5226     # No user value, uncomment the following line to provide one.
5227     # user_value 0
5228     # The inferred value should not be edited directly.
5229     inferred_value 1
5230     # value_source inferred
5231     # Default value: 0
5232
5233     # The following properties are affected by this value
5234     # component CYGPKG_DEVS_ETH_ARM_MXCBOARD_ETH0
5235     #     Requires: CYGSEM_REDBOOT_PLF_ESA_VALIDATE
5236     # option CYGDAT_DEVS_ETH_ARM_TX37KARO_OUI
5237     #     ActiveIf: CYGSEM_REDBOOT_PLF_ESA_VALIDATE
5238 };
5239
5240 # Maximum command line length
5241 # This option allows control over how long the CLI command line
5242 # should be.  This space will be allocated statically
5243 # rather than from RedBoot's stack.
5244 #
5245 cdl_option CYGPKG_REDBOOT_MAX_CMD_LINE {
5246     # Flavor: data
5247     # No user value, uncomment the following line to provide one.
5248     # user_value 256
5249     # The inferred value should not be edited directly.
5250     inferred_value 1024
5251     # value_source inferred
5252     # Default value: 256
5253 };
5254
5255 # Command processing idle timeout (ms)
5256 # This option controls the timeout period before the
5257 # command processing is considered 'idle'.  Making this
5258 # number smaller will cause idle processing to take place
5259 # more often, etc.  The default value of 10ms is a reasonable
5260 # tradeoff between responsiveness and overhead.
5261 #
5262 cdl_option CYGNUM_REDBOOT_CLI_IDLE_TIMEOUT {
5263     # Flavor: data
5264     # No user value, uncomment the following line to provide one.
5265     # user_value 10
5266     # value_source default
5267     # Default value: 10
5268 };
5269
5270 # Validate RAM addresses during load
5271 # This option controls whether or not RedBoot will make
5272 # sure that memory being used by the "load" command is
5273 # in fact in user RAM.  Leaving the option enabled makes
5274 # for a safer environment, but this check may not be valid
5275 # on all platforms, thus the ability to disable it.  
5276 # ** Disable this only with great care **
5277 #
5278 cdl_option CYGSEM_REDBOOT_VALIDATE_USER_RAM_LOADS {
5279     # Flavor: bool
5280     # No user value, uncomment the following line to provide one.
5281     # user_value 1
5282     # value_source default
5283     # Default value: 1
5284
5285     # The following properties are affected by this value
5286     # option CYGBLD_REDBOOT_LOAD_INTO_FLASH
5287     #     Requires: CYGSEM_REDBOOT_VALIDATE_USER_RAM_LOADS
5288 };
5289
5290 # Allow RedBoot to support FLASH programming
5291 # If this option is enabled then RedBoot will provide commands
5292 # to manage images in FLASH memory.  These images can be loaded
5293 # into memory for execution or executed in place.
5294 #
5295 cdl_component CYGPKG_REDBOOT_FLASH {
5296     # ActiveIf constraint: CYGHWR_IO_FLASH_DEVICE
5297     #     CYGHWR_IO_FLASH_DEVICE == 1
5298     #   --> 1
5299
5300     # Flavor: bool
5301     # No user value, uncomment the following line to provide one.
5302     # user_value 1
5303     # value_source default
5304     # Default value: 1
5305
5306     # The following properties are affected by this value
5307     # option CYGPRI_REDBOOT_ZLIB_FLASH
5308     #     ActiveIf: CYGPKG_REDBOOT_FLASH
5309     # option CYGBLD_REDBOOT_LOAD_INTO_FLASH
5310     #     ActiveIf: CYGPKG_REDBOOT_FLASH
5311 };
5312
5313 # >
5314 # Byte order used to store info in flash.
5315 # This option controls the byte ordering used to store
5316 # the FIS directory info and flash config info.
5317 #
5318 cdl_option CYGOPT_REDBOOT_FLASH_BYTEORDER {
5319     # Flavor: data
5320     # No user value, uncomment the following line to provide one.
5321     # user_value NATURAL
5322     # value_source default
5323     # Default value: NATURAL
5324     # Legal values: "NATURAL" "MSBFIRST" "LSBFIRST" 
5325 };
5326
5327 # RedBoot Flash Image System support
5328 # doc: ref/flash-image-system.html
5329 # This option enables the Flash Image System commands
5330 # and support within RedBoot.  If disabled, simple Flash
5331 # access commands such as "fis write" will still exist.
5332 # This option would be disabled for targets that need simple
5333 # FLASH manipulation, but do not have the need or space for
5334 # complete image management.
5335 #
5336 cdl_option CYGOPT_REDBOOT_FIS {
5337     # Flavor: bool
5338     # No user value, uncomment the following line to provide one.
5339     # user_value 1
5340     # value_source default
5341     # Default value: 1
5342
5343     # The following properties are affected by this value
5344     # component CYGPKG_REDBOOT_FIS_CONTENTS
5345     #     ActiveIf: CYGOPT_REDBOOT_FIS
5346     # option CYGSEM_REDBOOT_FLASH_COMBINED_FIS_AND_CONFIG
5347     #     ActiveIf:  CYGOPT_REDBOOT_FIS &&  (CYGHWR_REDBOOT_FLASH_CONFIG_MEDIA == "FLASH") 
5348     # component CYGOPT_REDBOOT_FIS_ZLIB_COMMON_BUFFER
5349     #     ActiveIf:  CYGBLD_BUILD_REDBOOT_WITH_ZLIB &&  CYGOPT_REDBOOT_FIS 
5350 };
5351
5352 # Max number of chunks of free space to manage
5353 # If this option is defined then "fis free" will
5354 # rely on the FIS directory to determine what space is
5355 # free within the FLASH.  This option controls the
5356 # maximum number of free segment which can be handled
5357 # (typically this number is small).  If this option is
5358 # not enabled, the the archaic behaviour of actually
5359 # scanning the FLASH for erased sectors (unreliable)
5360 # will be used to determine what's free and what's
5361 # not.
5362 #
5363 cdl_option CYGDAT_REDBOOT_FIS_MAX_FREE_CHUNKS {
5364     # Flavor: booldata
5365     # No user value, uncomment the following line to provide one.
5366     # user_value 1 32
5367     # value_source default
5368     # Default value: 1 32
5369 };
5370
5371 # Flash Image System default directory contents
5372 #
5373 cdl_component CYGPKG_REDBOOT_FIS_CONTENTS {
5374     # ActiveIf constraint: CYGOPT_REDBOOT_FIS
5375     #     CYGOPT_REDBOOT_FIS == 1
5376     #   --> 1
5377
5378     # Calculated value: 1
5379     # Flavor: bool
5380     # Current value: 1
5381 };
5382
5383 # >
5384 # Flash block containing the Directory
5385 # Which block of flash should hold the directory
5386 # information. Positive numbers are absolute block
5387 # numbers.  Negative block numbers count backwards
5388 # from the last block.  eg 2 means block 2, -2
5389 # means the last but one block.
5390 #
5391 cdl_option CYGNUM_REDBOOT_FIS_DIRECTORY_BLOCK {
5392     # Flavor: data
5393     # No user value, uncomment the following line to provide one.
5394     # user_value -1
5395     # value_source default
5396     # Default value: -1
5397
5398     # The following properties are affected by this value
5399     # option CYGNUM_REDBOOT_FIS_REDUNDANT_DIRECTORY_BLOCK
5400     #     Requires:  CYGNUM_REDBOOT_FIS_REDUNDANT_DIRECTORY_BLOCK !=
5401     #                                        CYGNUM_REDBOOT_FIS_DIRECTORY_BLOCK 
5402 };
5403
5404 # Redundant Flash Image System Directory Support
5405 # This option enables the use of a redundant FIS
5406 # directory within RedBoot.  If enabled a flash block
5407 # will be reserved for a second copy of the fis
5408 # directory. Doing this allow for power failure safe
5409 # updates of the directory by the application.
5410 #
5411 cdl_component CYGOPT_REDBOOT_REDUNDANT_FIS {
5412     # Flavor: bool
5413     # No user value, uncomment the following line to provide one.
5414     # user_value 0
5415     # value_source default
5416     # Default value: 0
5417     # Requires:  0 == CYGSEM_REDBOOT_FLASH_COMBINED_FIS_AND_CONFIG 
5418     #     CYGSEM_REDBOOT_FLASH_COMBINED_FIS_AND_CONFIG == 1
5419     #   --> 0
5420 };
5421
5422 # >
5423 # Flash block containing the backup Directory
5424 # Which block of flash should hold the redundant
5425 # directory information. Positive numbers are
5426 # absolute block numbers. Negative block numbers
5427 # count backwards from the last block. eg 2 means
5428 # block 2, -2 means the last but one block.
5429 #
5430 cdl_option CYGNUM_REDBOOT_FIS_REDUNDANT_DIRECTORY_BLOCK {
5431     # This option is not active
5432     # The parent CYGOPT_REDBOOT_REDUNDANT_FIS is disabled
5433
5434     # Flavor: data
5435     # No user value, uncomment the following line to provide one.
5436     # user_value -3
5437     # value_source default
5438     # Default value: -3
5439     # Requires:  CYGNUM_REDBOOT_FIS_REDUNDANT_DIRECTORY_BLOCK !=
5440     #                                        CYGNUM_REDBOOT_FIS_DIRECTORY_BLOCK 
5441     #     CYGNUM_REDBOOT_FIS_REDUNDANT_DIRECTORY_BLOCK == 0
5442     #     CYGNUM_REDBOOT_FIS_DIRECTORY_BLOCK == -1
5443     #   --> 1
5444
5445     # The following properties are affected by this value
5446     # option CYGNUM_REDBOOT_FIS_REDUNDANT_DIRECTORY_BLOCK
5447     #     Requires:  CYGNUM_REDBOOT_FIS_REDUNDANT_DIRECTORY_BLOCK !=
5448     #                                        CYGNUM_REDBOOT_FIS_DIRECTORY_BLOCK 
5449 };
5450
5451 # <
5452 # Pseudo-file to describe reserved area
5453 # If an area of FLASH is reserved, it is informative to
5454 # have a fis entry describing it.  This option controls
5455 # creation of such an entry by default in the fis init
5456 # command.
5457 #
5458 cdl_option CYGOPT_REDBOOT_FIS_RESERVED_BASE {
5459     # This option is not active
5460     # ActiveIf constraint:  0 != CYGNUM_REDBOOT_FLASH_RESERVED_BASE 
5461     #     CYGNUM_REDBOOT_FLASH_RESERVED_BASE == 0
5462     #   --> 0
5463
5464     # Flavor: bool
5465     # No user value, uncomment the following line to provide one.
5466     # user_value 1
5467     # value_source default
5468     # Default value: 1
5469 };
5470
5471 # File to describe RedBoot boot image
5472 # Normally a ROM-startup RedBoot image is first in the
5473 # FLASH, and the system boots using that image.  This
5474 # option controls creation of an entry describing it in
5475 # the fis init command.  It might be disabled if a
5476 # platform has an immutable boot image of its own, where
5477 # we use a POST-startup RedBoot instead, which performs
5478 # less board initialization.
5479 #
5480 cdl_option CYGOPT_REDBOOT_FIS_REDBOOT {
5481     # Flavor: bool
5482     # No user value, uncomment the following line to provide one.
5483     # user_value 1
5484     # value_source default
5485     # Default value: 1
5486
5487     # The following properties are affected by this value
5488     # component CYGOPT_REDBOOT_FIS_REDBOOT_POST
5489     #     DefaultValue: !CYGOPT_REDBOOT_FIS_REDBOOT
5490     # option CYGBLD_REDBOOT_MIN_IMAGE_SIZE
5491     #     DefaultValue:  CYGOPT_REDBOOT_FIS_REDBOOT ? 0x20000 : 0 
5492 };
5493
5494 # File to describe RedBoot POST-compatible image
5495 # This option controls creation of an entry describing a
5496 # POST-startup RedBoot image in the fis init command.
5497 # Not all platforms support POST-startup.  A platform
5498 # might have both for testing purposes, where the
5499 # eventual user would substitute their own POST code for
5500 # the initial ROM-startup RedBoot, and then jump to the
5501 # POST-compatible RedBoot immediately following.
5502 #
5503 cdl_component CYGOPT_REDBOOT_FIS_REDBOOT_POST {
5504     # Flavor: bool
5505     # No user value, uncomment the following line to provide one.
5506     # user_value 0
5507     # value_source default
5508     # Default value: !CYGOPT_REDBOOT_FIS_REDBOOT
5509     #     CYGOPT_REDBOOT_FIS_REDBOOT == 1
5510     #   --> 0
5511 };
5512
5513 # >
5514 # Offset of POST image from FLASH start
5515 # This option specifies the offset for a POST image from
5516 # the start of FLASH.  If unset, then the fis entry
5517 # describing the POST image will be placed where
5518 # convenient.
5519 #
5520 cdl_option CYGNUM_REDBOOT_FIS_REDBOOT_POST_OFFSET {
5521     # This option is not active
5522     # The parent CYGOPT_REDBOOT_FIS_REDBOOT_POST is disabled
5523
5524     # Flavor: booldata
5525     # No user value, uncomment the following line to provide one.
5526     # user_value 0 0
5527     # value_source default
5528     # Default value: 0 0
5529     # Requires:  CYGNUM_REDBOOT_FIS_REDBOOT_POST_OFFSET >=  CYGBLD_REDBOOT_FLASH_BOOT_OFFSET 
5530     #     CYGNUM_REDBOOT_FIS_REDBOOT_POST_OFFSET == 0
5531     #     CYGBLD_REDBOOT_FLASH_BOOT_OFFSET == 0
5532     #   --> 1
5533
5534     # The following properties are affected by this value
5535     # option CYGNUM_REDBOOT_FIS_REDBOOT_POST_OFFSET
5536     #     Requires:  CYGNUM_REDBOOT_FIS_REDBOOT_POST_OFFSET >=  CYGBLD_REDBOOT_FLASH_BOOT_OFFSET 
5537 };
5538
5539 # <
5540 # File to describe RedBoot backup image
5541 # This option controls creation of an entry describing a
5542 # backup RedBoot image in the fis init command.
5543 # Conventionally a RAM-startup RedBoot image is kept
5544 # under this name for use in updating the ROM-based
5545 # RedBoot that boots the board.
5546 #
5547 cdl_option CYGOPT_REDBOOT_FIS_REDBOOT_BACKUP {
5548     # Flavor: bool
5549     # No user value, uncomment the following line to provide one.
5550     # user_value 0
5551     # value_source default
5552     # Default value: 0
5553 };
5554
5555 # Include ARM SIB ID in FIS
5556 # If set, this option will cause the last 5 words of
5557 # the FIS to include the special ID needed for the
5558 # flash to be recognized as a reserved area for RedBoot
5559 # by an ARM BootRom monitor.
5560 #
5561 cdl_option CYGOPT_REDBOOT_FIS_DIRECTORY_ARM_SIB_ID {
5562     # Flavor: bool
5563     # No user value, uncomment the following line to provide one.
5564     # user_value 0
5565     # value_source default
5566     # Default value: 0
5567 };
5568
5569 # Size of FIS directory entry
5570 # The FIS directory is limited to one single flash
5571 # sector. If your flash has tiny sectors, you may wish
5572 # to reduce this value in order to get more slots in
5573 # the FIS directory.
5574 #
5575 cdl_option CYGNUM_REDBOOT_FIS_DIRECTORY_ENTRY_SIZE {
5576     # Flavor: data
5577     # No user value, uncomment the following line to provide one.
5578     # user_value 256
5579     # value_source default
5580     # Default value: 256
5581 };
5582
5583 # Number of FIS directory entries
5584 # The FIS directory normally occupies a single flash
5585 # sector. Adjusting this value can allow for more than
5586 # one flash sector to be used, which is useful if your
5587 # sectors are very small.
5588 #
5589 cdl_option CYGNUM_REDBOOT_FIS_DIRECTORY_ENTRY_COUNT {
5590     # Flavor: data
5591     # No user value, uncomment the following line to provide one.
5592     # user_value 8
5593     # value_source default
5594     # Default value: 8
5595 };
5596
5597 # Maximum RedBoot image size
5598 # This option controls the maximum length reserved
5599 # for the RedBoot boot image in the FIS table.
5600 # This should be a multiple of the flash's erase
5601 # block size.
5602 #
5603 cdl_option CYGBLD_REDBOOT_MIN_IMAGE_SIZE {
5604     # Flavor: data
5605     # No user value, uncomment the following line to provide one.
5606     # user_value 0x00020000
5607     # The inferred value should not be edited directly.
5608     inferred_value 0x00040000
5609     # value_source inferred
5610     # Default value:  CYGOPT_REDBOOT_FIS_REDBOOT ? 0x20000 : 0 
5611     #     CYGOPT_REDBOOT_FIS_REDBOOT == 1
5612     #   --> 0x00020000
5613 };
5614
5615 # Offset from start of FLASH to RedBoot boot image
5616 # This option controls where the RedBoot boot image is 
5617 # located relative to the start of FLASH.
5618 #
5619 cdl_option CYGBLD_REDBOOT_FLASH_BOOT_OFFSET {
5620     # Flavor: data
5621     # No user value, uncomment the following line to provide one.
5622     # user_value 0
5623     # value_source default
5624     # Default value: CYGNUM_REDBOOT_FLASH_RESERVED_BASE
5625     #     CYGNUM_REDBOOT_FLASH_RESERVED_BASE == 0
5626     #   --> 0
5627     # Requires:  CYGNUM_REDBOOT_FLASH_RESERVED_BASE <=  CYGBLD_REDBOOT_FLASH_BOOT_OFFSET 
5628     #     CYGNUM_REDBOOT_FLASH_RESERVED_BASE == 0
5629     #     CYGBLD_REDBOOT_FLASH_BOOT_OFFSET == 0
5630     #   --> 1
5631
5632     # The following properties are affected by this value
5633     # option CYGNUM_REDBOOT_FIS_REDBOOT_POST_OFFSET
5634     #     Requires:  CYGNUM_REDBOOT_FIS_REDBOOT_POST_OFFSET >=  CYGBLD_REDBOOT_FLASH_BOOT_OFFSET 
5635     # option CYGBLD_REDBOOT_FLASH_BOOT_OFFSET
5636     #     Requires:  CYGNUM_REDBOOT_FLASH_RESERVED_BASE <=  CYGBLD_REDBOOT_FLASH_BOOT_OFFSET 
5637     # component CYGPKG_HAL_ARM_TX37_OPTIONS
5638     #     Requires:  CYGBLD_REDBOOT_FLASH_BOOT_OFFSET == 0 
5639 };
5640
5641 # Size of reserved area at start of FLASH
5642 # This option reserves an area at the start of
5643 # FLASH where RedBoot will never interfere; it is
5644 # expected that this area contains
5645 # (non-RedBoot-based) POST code or some other boot
5646 # monitor that executes before RedBoot.
5647 #
5648 cdl_option CYGNUM_REDBOOT_FLASH_RESERVED_BASE {
5649     # Flavor: data
5650     # No user value, uncomment the following line to provide one.
5651     # user_value 0
5652     # value_source default
5653     # Default value: 0
5654
5655     # The following properties are affected by this value
5656     # option CYGOPT_REDBOOT_FIS_RESERVED_BASE
5657     #     ActiveIf:  0 != CYGNUM_REDBOOT_FLASH_RESERVED_BASE 
5658     # option CYGBLD_REDBOOT_FLASH_BOOT_OFFSET
5659     #     DefaultValue: CYGNUM_REDBOOT_FLASH_RESERVED_BASE
5660     # option CYGBLD_REDBOOT_FLASH_BOOT_OFFSET
5661     #     Requires:  CYGNUM_REDBOOT_FLASH_RESERVED_BASE <=  CYGBLD_REDBOOT_FLASH_BOOT_OFFSET 
5662 };
5663
5664 # <
5665 # Keep all RedBoot FLASH data blocks locked.
5666 # When this option is enabled, RedBoot will keep configuration
5667 # data and the FIS directory blocks implicitly locked.  While
5668 # this is somewhat safer, it does add overhead during updates.
5669 #
5670 cdl_option CYGSEM_REDBOOT_FLASH_LOCK_SPECIAL {
5671     # This option is not active
5672     # ActiveIf constraint:  CYGHWR_IO_FLASH_BLOCK_LOCKING != 0 
5673     #     CYGHWR_IO_FLASH_BLOCK_LOCKING == 0
5674     #   --> 0
5675
5676     # Flavor: bool
5677     # No user value, uncomment the following line to provide one.
5678     # user_value 1
5679     # value_source default
5680     # Default value: 1
5681 };
5682
5683 # Use CRC checksums on FIS images.
5684 # When this option is enabled, RedBoot will use CRC checksums
5685 # when reading and writing flash images.
5686 #
5687 cdl_option CYGSEM_REDBOOT_FIS_CRC_CHECK {
5688     # Flavor: bool
5689     # No user value, uncomment the following line to provide one.
5690     # user_value 1
5691     # The inferred value should not be edited directly.
5692     inferred_value 0
5693     # value_source inferred
5694     # Default value: 1
5695 };
5696
5697 # ARM FLASH drivers support SIB flash block structure
5698 # This interface is implemented by a flash driver
5699 # to indicate that it supports the ARM SIB flash
5700 # block structure
5701 #
5702 cdl_interface CYGINT_REDBOOT_ARM_FLASH_SIB_SUPPORTED {
5703     # No options implement this inferface
5704     # ActiveIf constraint: CYGPKG_HAL_ARM
5705     #     CYGPKG_HAL_ARM == current
5706     #   --> 1
5707
5708     # This value cannot be modified here.
5709     # Flavor: data
5710     # Current_value: 0
5711
5712     # The following properties are affected by this value
5713     # option CYGHWR_REDBOOT_ARM_FLASH_SIB
5714     #     ActiveIf: CYGINT_REDBOOT_ARM_FLASH_SIB_SUPPORTED
5715 };
5716
5717 # Use ARM SIB flash block structure
5718 # This option is used to interpret ARM Flash System 
5719 # information blocks.
5720 #
5721 cdl_option CYGHWR_REDBOOT_ARM_FLASH_SIB {
5722     # This option is not active
5723     # ActiveIf constraint: CYGINT_REDBOOT_ARM_FLASH_SIB_SUPPORTED
5724     #     CYGINT_REDBOOT_ARM_FLASH_SIB_SUPPORTED == 0
5725     #   --> 0
5726
5727     # Flavor: bool
5728     # No user value, uncomment the following line to provide one.
5729     # user_value 1
5730     # value_source default
5731     # Default value: 1
5732 };
5733
5734 # <
5735 # Keep RedBoot configuration data in FLASH
5736 # When this option is enabled, RedBoot will keep configuration
5737 # data in a separate block of FLASH memory.  This data will
5738 # include such items as the node IP address or startup scripts.
5739 #
5740 cdl_component CYGSEM_REDBOOT_FLASH_CONFIG {
5741     # Flavor: bool
5742     # No user value, uncomment the following line to provide one.
5743     # user_value 1
5744     # value_source default
5745     # Default value:  CYGPKG_IO_FLASH != 0 
5746     #     CYGPKG_IO_FLASH == current
5747     #   --> 1
5748
5749     # The following properties are affected by this value
5750     # component CYGDAT_REDBOOT_DEFAULT_IP_ADDR
5751     #     DefaultValue: CYGSEM_REDBOOT_FLASH_CONFIG ? 0 :  "0, 0, 0, 0" 
5752     # option CYGDAT_REDBOOT_DEFAULT_BOOTP_SERVER_IP_ADDR
5753     #     DefaultValue: CYGSEM_REDBOOT_FLASH_CONFIG ? 0 :  "0, 0, 0, 0" 
5754     # component CYGDAT_REDBOOT_DEFAULT_GATEWAY_IP_ADDR
5755     #     DefaultValue: CYGSEM_REDBOOT_FLASH_CONFIG ? 0 :  "0, 0, 0, 0" 
5756     # component CYGDAT_REDBOOT_DEFAULT_IP_ADDR_MASK
5757     #     DefaultValue: CYGSEM_REDBOOT_FLASH_CONFIG ? 0 :  "255, 255, 255, 0" 
5758     # option CYGPKG_REDBOOT_NETWORKING_DNS_IP
5759     #     ActiveIf: !CYGSEM_REDBOOT_FLASH_CONFIG
5760     # option CYGPKG_REDBOOT_NETWORKING_DNS_FCONFIG_DOMAIN
5761     #     ActiveIf: CYGSEM_REDBOOT_FLASH_CONFIG
5762     # option CYGFUN_REDBOOT_BOOT_SCRIPT
5763     #     ActiveIf:  CYGDAT_REDBOOT_DEFAULT_BOOT_SCRIPT ||  CYGSEM_REDBOOT_FLASH_CONFIG 
5764 };
5765
5766 # >
5767 # Length of configuration data in FLASH
5768 # This option is used to control the amount of memory and FLASH
5769 # to be used for configuration options (persistent storage).
5770 #
5771 cdl_option CYGNUM_REDBOOT_FLASH_CONFIG_SIZE {
5772     # Flavor: data
5773     # No user value, uncomment the following line to provide one.
5774     # user_value 4096
5775     # value_source default
5776     # Default value: 4096
5777 };
5778
5779 # Style of media used for persistent data storage
5780 # Persistent data storage can either be held in 'norma' FLASH
5781 # or some other device (represented by the 'EEPROM' choice).
5782 # The different styles utilize different access methods.
5783 #
5784 cdl_option CYGHWR_REDBOOT_FLASH_CONFIG_MEDIA {
5785     # Flavor: data
5786     # No user value, uncomment the following line to provide one.
5787     # user_value FLASH
5788     # value_source default
5789     # Default value: FLASH
5790     # Legal values:  "FLASH" "EEPROM" 
5791
5792     # The following properties are affected by this value
5793     # option CYGSEM_REDBOOT_FLASH_COMBINED_FIS_AND_CONFIG
5794     #     ActiveIf:  CYGOPT_REDBOOT_FIS &&  (CYGHWR_REDBOOT_FLASH_CONFIG_MEDIA == "FLASH") 
5795     # option CYGSEM_REDBOOT_FLASH_CONFIG_READONLY_FALLBACK
5796     #     DefaultValue:  (CYGHWR_REDBOOT_FLASH_CONFIG_MEDIA == "FLASH") 
5797 };
5798
5799 # Merged config data and FIS directory
5800 # If this option is set, then the FIS directory and FLASH 
5801 # configuration database will be stored in the same physical
5802 # FLASH block.
5803 #
5804 cdl_option CYGSEM_REDBOOT_FLASH_COMBINED_FIS_AND_CONFIG {
5805     # ActiveIf constraint:  CYGOPT_REDBOOT_FIS &&  (CYGHWR_REDBOOT_FLASH_CONFIG_MEDIA == "FLASH") 
5806     #     CYGOPT_REDBOOT_FIS == 1
5807     #     CYGHWR_REDBOOT_FLASH_CONFIG_MEDIA == FLASH
5808     #   --> 1
5809
5810     # Flavor: bool
5811     # No user value, uncomment the following line to provide one.
5812     # user_value 1
5813     # value_source default
5814     # Default value: 1
5815
5816     # The following properties are affected by this value
5817     # component CYGOPT_REDBOOT_REDUNDANT_FIS
5818     #     Requires:  0 == CYGSEM_REDBOOT_FLASH_COMBINED_FIS_AND_CONFIG 
5819 };
5820
5821 # Which block of flash to use
5822 # Which block of flash should hold the configuration 
5823 # information. Positive numbers are absolute block numbers. 
5824 # Negative block numbers count backwards from the last block.
5825 # eg 2 means block 2, -2 means the last but one block.
5826 #
5827 cdl_option CYGNUM_REDBOOT_FLASH_CONFIG_BLOCK {
5828     # Flavor: data
5829     # No user value, uncomment the following line to provide one.
5830     # user_value -2
5831     # value_source default
5832     # Default value: -2
5833 };
5834
5835 # Support simple macros/aliases in FLASH
5836 # This option is used to allow support for simple text-based
5837 # macros (aliases).  These aliases are kept in the FLASH
5838 # configuration data (persistent storage).
5839 #
5840 cdl_option CYGSEM_REDBOOT_FLASH_ALIASES {
5841     # Flavor: bool
5842     # No user value, uncomment the following line to provide one.
5843     # user_value 1
5844     # value_source default
5845     # Default value: 1
5846 };
5847
5848 # Length of strings in FLASH configuration data
5849 # This option is used to control the amount of memory
5850 # and FLASH to be used for string configuration
5851 # options (persistent storage).
5852 #
5853 cdl_option CYGNUM_REDBOOT_FLASH_STRING_SIZE {
5854     # Flavor: data
5855     # No user value, uncomment the following line to provide one.
5856     # user_value 128
5857     # value_source default
5858     # Default value: 128
5859 };
5860
5861 # Length of configuration script(s) in FLASH
5862 # This option is used to control the amount of memory and 
5863 # FLASH to be used for configuration options (persistent 
5864 # storage).
5865 #
5866 cdl_option CYGNUM_REDBOOT_FLASH_SCRIPT_SIZE {
5867     # Flavor: data
5868     # No user value, uncomment the following line to provide one.
5869     # user_value 512
5870     # The inferred value should not be edited directly.
5871     inferred_value 2048
5872     # value_source inferred
5873     # Default value: 512
5874 };
5875
5876 # Fallback to read-only FLASH configuration
5877 # This option will cause the configuration information to
5878 # revert to the readonly information stored in the FLASH.
5879 # The option only takes effect after 
5880 # 1) the config_ok flag has been set to be true,
5881 # indicating that at one time the copy in RAM was valid;
5882 # and
5883 # 2) the information in RAM has been verified to be invalid
5884 #
5885 cdl_option CYGSEM_REDBOOT_FLASH_CONFIG_READONLY_FALLBACK {
5886     # Flavor: bool
5887     # No user value, uncomment the following line to provide one.
5888     # user_value 1
5889     # value_source default
5890     # Default value:  (CYGHWR_REDBOOT_FLASH_CONFIG_MEDIA == "FLASH") 
5891     #     CYGHWR_REDBOOT_FLASH_CONFIG_MEDIA == FLASH
5892     #   --> 1
5893 };
5894
5895 # <
5896 # Allow RedBoot to support fileio
5897 # If this option is enabled then RedBoot will provide commands
5898 # to load files from fileio file systems such as JFFS2.
5899 #
5900 cdl_component CYGPKG_REDBOOT_FILEIO {
5901     # This option is not active
5902     # ActiveIf constraint: CYGPKG_IO_FILEIO
5903     #     CYGPKG_IO_FILEIO (unknown) == 0
5904     #   --> 0
5905
5906     # Flavor: bool
5907     # No user value, uncomment the following line to provide one.
5908     # user_value 1
5909     # value_source default
5910     # Default value: 1
5911
5912     # The following properties are affected by this value
5913     # option CYGNUM_REDBOOT_GETC_BUFFER
5914     #     DefaultValue:  CYGPKG_REDBOOT_FILEIO ? 4096 : 256 
5915 };
5916
5917 # >
5918 # Include an ls command
5919 # If this option is enabled a simple ls command will be
5920 # included in redboot so the contents of a directory
5921 # can be listed
5922 #
5923 cdl_option CYGBLD_REDBOOT_FILEIO_WITH_LS {
5924     # This option is not active
5925     # The parent CYGPKG_REDBOOT_FILEIO is not active
5926
5927     # Flavor: bool
5928     # No user value, uncomment the following line to provide one.
5929     # user_value 1
5930     # value_source default
5931     # Default value: 1
5932 };
5933
5934 # <
5935 # Allow RedBoot to support disks
5936 # If this option is enabled then RedBoot will provide commands
5937 # to load disk files.
5938 #
5939 cdl_component CYGPKG_REDBOOT_DISK {
5940     # Flavor: bool
5941     user_value 0
5942     # value_source user
5943     # Default value: 1
5944 };
5945
5946 # >
5947 # Include Redboot commands for disk access
5948 #
5949 cdl_option CYGSEM_REDBOOT_DISK {
5950     # This option is not active
5951     # The parent CYGPKG_REDBOOT_DISK is disabled
5952
5953     # Flavor: bool
5954     # No user value, uncomment the following line to provide one.
5955     # user_value 0
5956     # value_source default
5957     # Default value:  CYGINT_REDBOOT_DISK_DRIVERS != 0 
5958     #     CYGINT_REDBOOT_DISK_DRIVERS == 0
5959     #   --> 0
5960 };
5961
5962 # Hardware drivers for disk-type devices
5963 #
5964 cdl_interface CYGINT_REDBOOT_DISK_DRIVERS {
5965     # Implemented by CYGSEM_REDBOOT_DISK_IDE, inactive, enabled
5966     # This option is not active
5967     # The parent CYGPKG_REDBOOT_DISK is disabled
5968
5969     # This value cannot be modified here.
5970     # Flavor: data
5971     # Current_value: 0
5972
5973     # The following properties are affected by this value
5974     # option CYGSEM_REDBOOT_DISK
5975     #     DefaultValue:  CYGINT_REDBOOT_DISK_DRIVERS != 0 
5976 };
5977
5978 # Maximum number of supported disks
5979 # This option controls the number of disks supported by 
5980 # RedBoot.
5981 #
5982 cdl_option CYGNUM_REDBOOT_MAX_DISKS {
5983     # This option is not active
5984     # The parent CYGPKG_REDBOOT_DISK is disabled
5985
5986     # Flavor: data
5987     # No user value, uncomment the following line to provide one.
5988     # user_value 4
5989     # value_source default
5990     # Default value: 4
5991 };
5992
5993 # Maximum number of partitions per disk
5994 # This option controls the maximum number of supported 
5995 # partitions per disk.
5996 #
5997 cdl_option CYGNUM_REDBOOT_MAX_PARTITIONS {
5998     # This option is not active
5999     # The parent CYGPKG_REDBOOT_DISK is disabled
6000
6001     # Flavor: data
6002     # No user value, uncomment the following line to provide one.
6003     # user_value 8
6004     # value_source default
6005     # Default value: 8
6006 };
6007
6008 # Support IDE disks.
6009 # When this option is enabled, RedBoot will support IDE disks.
6010 #
6011 cdl_component CYGSEM_REDBOOT_DISK_IDE {
6012     # This option is not active
6013     # The parent CYGPKG_REDBOOT_DISK is disabled
6014     # ActiveIf constraint:  CYGINT_HAL_PLF_IF_IDE != 0 
6015     #     CYGINT_HAL_PLF_IF_IDE == 0
6016     #   --> 0
6017
6018     # Flavor: bool
6019     # No user value, uncomment the following line to provide one.
6020     # user_value 1
6021     # value_source default
6022     # Default value: 1
6023 };
6024
6025 # >
6026 # Work with VMware virtual disks
6027 # This option controls the disk driver behavior at 
6028 # ide-init
6029 #
6030 cdl_option CYGSEM_REDBOOT_DISK_IDE_VMWARE {
6031     # This option is not active
6032     # The parent CYGSEM_REDBOOT_DISK_IDE is not active
6033
6034     # Flavor: bool
6035     # No user value, uncomment the following line to provide one.
6036     # user_value 0
6037     # value_source default
6038     # Default value: 0
6039 };
6040
6041 # <
6042 # Support Linux second extended filesystems.
6043 # When this option is enabled, RedBoot will support EXT2 
6044 # filesystems.
6045 #
6046 cdl_component CYGSEM_REDBOOT_DISK_EXT2FS {
6047     # This option is not active
6048     # The parent CYGPKG_REDBOOT_DISK is disabled
6049
6050     # Flavor: bool
6051     # No user value, uncomment the following line to provide one.
6052     # user_value 1
6053     # value_source default
6054     # Default value: 1
6055 };
6056
6057 # Support ISO9660 filesystems.
6058 # When this option is enabled, RedBoot will support ISO9660 
6059 # filesystems.
6060 #
6061 cdl_component CYGSEM_REDBOOT_DISK_ISO9660 {
6062     # This option is not active
6063     # The parent CYGPKG_REDBOOT_DISK is disabled
6064
6065     # Calculated value: 0
6066     # Flavor: bool
6067     # Current value: 0
6068 };
6069
6070 # <
6071 # Boot scripting
6072 # doc: ref/persistent-state-flash.html
6073 # This contains options related to RedBoot's boot script
6074 # functionality.
6075 #
6076 cdl_component CYGPKG_REDBOOT_BOOT_SCRIPT {
6077     # There is no associated value.
6078 };
6079
6080 # >
6081 # Boot scripting enabled
6082 # This option controls whether RedBoot boot script
6083 # functionality is enabled.
6084 #
6085 cdl_option CYGFUN_REDBOOT_BOOT_SCRIPT {
6086     # ActiveIf constraint:  CYGDAT_REDBOOT_DEFAULT_BOOT_SCRIPT ||  CYGSEM_REDBOOT_FLASH_CONFIG 
6087     #     CYGDAT_REDBOOT_DEFAULT_BOOT_SCRIPT == 0
6088     #     CYGSEM_REDBOOT_FLASH_CONFIG == 1
6089     #   --> 1
6090
6091     # Calculated value: 1
6092     # Flavor: bool
6093     # Current value: 1
6094 };
6095
6096 # Use default RedBoot boot script
6097 # If enabled, this option will tell RedBoot to use the 
6098 # value of this option as a default boot script.
6099 #
6100 cdl_option CYGDAT_REDBOOT_DEFAULT_BOOT_SCRIPT {
6101     # Flavor: booldata
6102     # No user value, uncomment the following line to provide one.
6103     # user_value 0 0
6104     # value_source default
6105     # Default value: 0 0
6106
6107     # The following properties are affected by this value
6108     # option CYGFUN_REDBOOT_BOOT_SCRIPT
6109     #     ActiveIf:  CYGDAT_REDBOOT_DEFAULT_BOOT_SCRIPT ||  CYGSEM_REDBOOT_FLASH_CONFIG 
6110 };
6111
6112 # Resolution (in ms) for script timeout value.
6113 # This option controls the resolution of the script
6114 # timeout.  The value is specified in milliseconds
6115 # (ms), thus to have the script timeout be defined in
6116 # terms of tenths of seconds, use 100.
6117 #
6118 cdl_option CYGNUM_REDBOOT_BOOT_SCRIPT_TIMEOUT_RESOLUTION {
6119     # Flavor: data
6120     # No user value, uncomment the following line to provide one.
6121     # user_value 1000
6122     # The inferred value should not be edited directly.
6123     inferred_value 10
6124     # value_source inferred
6125     # Default value: 1000
6126 };
6127
6128 # Script default timeout value
6129 # This option is used to set the default timeout for startup
6130 # scripts, when they are enabled.
6131 #
6132 cdl_option CYGNUM_REDBOOT_BOOT_SCRIPT_DEFAULT_TIMEOUT {
6133     # Flavor: data
6134     # No user value, uncomment the following line to provide one.
6135     # user_value 10
6136     # The inferred value should not be edited directly.
6137     inferred_value 1
6138     # value_source inferred
6139     # Default value: 10
6140 };
6141
6142 # <
6143 # Support RTC for time & date functions
6144 # When this option is enabled, RedBoot will support commands to
6145 # query and set the real time clock (time and date)
6146 #
6147 cdl_option CYGSEM_REDBOOT_RTC {
6148     # This option is not active
6149     # ActiveIf constraint:  CYGPKG_IO_WALLCLOCK 
6150     #     CYGPKG_IO_WALLCLOCK (unknown) == 0
6151     #   --> 0
6152
6153     # Flavor: bool
6154     # No user value, uncomment the following line to provide one.
6155     # user_value 1
6156     # value_source default
6157     # Default value: 1
6158 };
6159
6160 # Behave like a ROM monitor
6161 # Enabling this option will allow RedBoot to provide ROM 
6162 # monitor-style services to programs which it executes.
6163 #
6164 cdl_option CYGPRI_REDBOOT_ROM_MONITOR {
6165     # ActiveIf constraint:  CYG_HAL_STARTUP == "ROM" ||  CYG_HAL_STARTUP == "ROMRAM" 
6166     #     CYG_HAL_STARTUP == ROMRAM
6167     #     CYG_HAL_STARTUP == ROMRAM
6168     #   --> 1
6169
6170     # Calculated value: 1
6171     # Flavor: bool
6172     # Current value: 1
6173     # Requires: CYGSEM_HAL_ROM_MONITOR
6174     #     CYGSEM_HAL_ROM_MONITOR == 1
6175     #   --> 1
6176 };
6177
6178 # Allow RedBoot to handle GNUPro application 'syscalls'.
6179 # If this option is enabled then RedBoot will install a
6180 # syscall handler to support debugging of applications
6181 # based on GNUPro newlib/bsp.
6182 #
6183 cdl_component CYGSEM_REDBOOT_BSP_SYSCALLS {
6184     # Flavor: bool
6185     # No user value, uncomment the following line to provide one.
6186     # user_value 0
6187     # value_source default
6188     # Default value: 0
6189
6190     # The following properties are affected by this value
6191     # option CYGOPT_HAL_ARM_SYSCALL_GPROF_SUPPORT
6192     #     ActiveIf: CYGSEM_REDBOOT_BSP_SYSCALLS
6193     # option CYGPKG_HAL_GDB_FILEIO
6194     #     ActiveIf: CYGSEM_REDBOOT_BSP_SYSCALLS
6195 };
6196
6197 # >
6198 # Support additional syscalls for 'gprof' profiling
6199 # Support additional syscalls to support a periodic callback
6200 # function for histogram-style profiling, and an enquire/set
6201 # of the tick rate.
6202 # The application must use the GNUPro newlib facilities
6203 # to set this up.
6204 #
6205 cdl_option CYGSEM_REDBOOT_BSP_SYSCALLS_GPROF {
6206     # This option is not active
6207     # The parent CYGSEM_REDBOOT_BSP_SYSCALLS is disabled
6208     # ActiveIf constraint:  0 < CYGINT_REDBOOT_BSP_SYSCALLS_GPROF_SUPPORT 
6209     #     CYGINT_REDBOOT_BSP_SYSCALLS_GPROF_SUPPORT == 0
6210     #   --> 0
6211
6212     # Flavor: bool
6213     # No user value, uncomment the following line to provide one.
6214     # user_value 1
6215     # value_source default
6216     # Default value: 1
6217 };
6218
6219 # Does the HAL support 'gprof' profiling?
6220 #
6221 cdl_interface CYGINT_REDBOOT_BSP_SYSCALLS_GPROF_SUPPORT {
6222     # Implemented by CYGOPT_HAL_ARM_SYSCALL_GPROF_SUPPORT, inactive, enabled
6223     # This option is not active
6224     # The parent CYGSEM_REDBOOT_BSP_SYSCALLS is disabled
6225
6226     # This value cannot be modified here.
6227     # Flavor: data
6228     # Current_value: 0
6229
6230     # The following properties are affected by this value
6231     # option CYGSEM_REDBOOT_BSP_SYSCALLS_GPROF
6232     #     ActiveIf:  0 < CYGINT_REDBOOT_BSP_SYSCALLS_GPROF_SUPPORT 
6233 };
6234
6235 # Do not raise SIGTRAP when program exits
6236 # For some (single shot) newlib based programs,
6237 # exiting and returning a termination status may be
6238 # the normal expected behavior.
6239 #
6240 cdl_option CYGOPT_REDBOOT_BSP_SYSCALLS_EXIT_WITHOUT_TRAP {
6241     # This option is not active
6242     # The parent CYGSEM_REDBOOT_BSP_SYSCALLS is disabled
6243
6244     # Flavor: bool
6245     # No user value, uncomment the following line to provide one.
6246     # user_value 0
6247     # value_source default
6248     # Default value: 0
6249 };
6250
6251 # <
6252 # Use a common buffer for Zlib and FIS
6253 # Use a common memory buffer for both the zlib workspace
6254 # and FIS directory operations. This can save a substantial
6255 # amount of RAM, especially when flash sectors are large.
6256 #
6257 cdl_component CYGOPT_REDBOOT_FIS_ZLIB_COMMON_BUFFER {
6258     # ActiveIf constraint:  CYGBLD_BUILD_REDBOOT_WITH_ZLIB &&  CYGOPT_REDBOOT_FIS 
6259     #     CYGBLD_BUILD_REDBOOT_WITH_ZLIB == 1
6260     #     CYGOPT_REDBOOT_FIS == 1
6261     #   --> 1
6262
6263     # Flavor: bool
6264     # No user value, uncomment the following line to provide one.
6265     # user_value 0
6266     # value_source default
6267     # Default value: 0
6268 };
6269
6270 # >
6271 # Size of Zlib/FIS common buffer
6272 # Size of common buffer to allocate. Must be at least the
6273 # size of one flash sector.
6274 #
6275 cdl_option CYGNUM_REDBOOT_FIS_ZLIB_COMMON_BUFFER_SIZE {
6276     # This option is not active
6277     # The parent CYGOPT_REDBOOT_FIS_ZLIB_COMMON_BUFFER is disabled
6278
6279     # Flavor: data
6280     # No user value, uncomment the following line to provide one.
6281     # user_value 0x0000C000
6282     # value_source default
6283     # Default value: 0x0000C000
6284     # Legal values: 0x4000 to 0x80000000
6285 };
6286
6287 # <
6288 # Buffer size in getc when loading images
6289 # When loading images a buffer is used between redboot and the
6290 # underlying storage medium, eg a filesystem, or a socket etc.
6291 # The size of this buffer can have a big impart on load speed.
6292 #
6293 cdl_option CYGNUM_REDBOOT_GETC_BUFFER {
6294     # Flavor: data
6295     # No user value, uncomment the following line to provide one.
6296     # user_value 256
6297     # value_source default
6298     # Default value:  CYGPKG_REDBOOT_FILEIO ? 4096 : 256 
6299     #     CYGPKG_REDBOOT_FILEIO == 0
6300     #   --> 256
6301 };
6302
6303 # <
6304 # Redboot for ARM options
6305 # This option lists the target's requirements for a valid Redboot
6306 # configuration.
6307 #
6308 cdl_component CYGPKG_REDBOOT_ARM_OPTIONS {
6309     # ActiveIf constraint: CYGPKG_REDBOOT
6310     #     CYGPKG_REDBOOT == current
6311     #   --> 1
6312
6313     # There is no associated value.
6314
6315     # The following properties are affected by this value
6316 };
6317
6318 # >
6319 # Provide the exec command in RedBoot
6320 # This option contains requirements for booting linux
6321 # from RedBoot. The component is enabled/disabled from
6322 # RedBoots CDL.
6323 #
6324 cdl_component CYGPKG_REDBOOT_ARM_LINUX_EXEC {
6325     # ActiveIf constraint: CYGBLD_BUILD_REDBOOT_WITH_EXEC
6326     #     CYGBLD_BUILD_REDBOOT_WITH_EXEC == 1
6327     #   --> 1
6328
6329     # There is no associated value.
6330 };
6331
6332 # >
6333 # Enable -x switch for exec command.
6334 # This option allows bi-endian platforms to launch kernels
6335 # built for an endianess different than the RedBoot endianess
6336 #
6337 cdl_option CYGHWR_REDBOOT_LINUX_EXEC_X_SWITCH {
6338     # Flavor: bool
6339     # No user value, uncomment the following line to provide one.
6340     # user_value 0
6341     # value_source default
6342     # Default value: 0
6343 };
6344
6345 # Physical base address of linux kernel
6346 # This is the physical address of the base of the 
6347 # Linux kernel image.
6348 #
6349 cdl_option CYGHWR_REDBOOT_ARM_LINUX_EXEC_ADDRESS {
6350     # Flavor: data
6351     # No user value, uncomment the following line to provide one.
6352     # user_value 0x40108000
6353     # The inferred value should not be edited directly.
6354     inferred_value 0x40108000
6355     # value_source inferred
6356     # Default value: CYGHWR_REDBOOT_ARM_LINUX_EXEC_ADDRESS_DEFAULT
6357     #     CYGHWR_REDBOOT_ARM_LINUX_EXEC_ADDRESS_DEFAULT == 0x40108000
6358     #   --> 0x40108000
6359 };
6360
6361 # Default physical base address of linux kernel
6362 # This is the physical address of the base of the 
6363 # Linux kernel image. This option gets set by the 
6364 # platform CDL.
6365 #
6366 cdl_option CYGHWR_REDBOOT_ARM_LINUX_EXEC_ADDRESS_DEFAULT {
6367     # Flavor: data
6368     # No user value, uncomment the following line to provide one.
6369     # user_value 0x00008000
6370     # The inferred value should not be edited directly.
6371     inferred_value 0x40108000
6372     # value_source inferred
6373     # Default value: 0x00008000
6374
6375     # The following properties are affected by this value
6376     # option CYGHWR_REDBOOT_ARM_LINUX_EXEC_ADDRESS
6377     #     DefaultValue: CYGHWR_REDBOOT_ARM_LINUX_EXEC_ADDRESS_DEFAULT
6378     # component CYGPKG_REDBOOT_HAL_TX37_OPTIONS
6379     #     Requires:  CYGHWR_REDBOOT_ARM_LINUX_EXEC_ADDRESS_DEFAULT == 0x40108000 
6380 };
6381
6382 # Base address of linux kernel parameter tags
6383 # This is the base address of the area of memory used to
6384 # pass parameters to the Linux kernel. This should be chosen
6385 # to avoid overlap with the kernel and any ramdisk image.
6386 #
6387 cdl_option CYGHWR_REDBOOT_ARM_LINUX_TAGS_ADDRESS {
6388     # Flavor: data
6389     # No user value, uncomment the following line to provide one.
6390     # user_value 0x00000100
6391     # value_source default
6392     # Default value: 0x00000100
6393 };
6394
6395 # <
6396 # <
6397 # Redboot HAL options
6398 # This option lists the target's requirements for a valid Redboot
6399 # configuration.
6400 #
6401 cdl_component CYGPKG_REDBOOT_HAL_OPTIONS {
6402     # ActiveIf constraint: CYGPKG_REDBOOT
6403     #     CYGPKG_REDBOOT == current
6404     #   --> 1
6405
6406     # There is no associated value.
6407 };
6408
6409 # >
6410 # Build Redboot ROM binary image
6411 # This option enables the conversion of the Redboot ELF
6412 # image to a binary image suitable for ROM programming.
6413 #
6414 cdl_option CYGBLD_BUILD_REDBOOT_BIN {
6415     # ActiveIf constraint: CYGBLD_BUILD_REDBOOT
6416     #     CYGBLD_BUILD_REDBOOT == 1
6417     #   --> 1
6418
6419     # Flavor: bool
6420     # No user value, uncomment the following line to provide one.
6421     # user_value 1
6422     # value_source default
6423     # Default value: 1
6424 };
6425
6426 # <
6427 # Redboot HAL variant options
6428 #
6429 cdl_component CYGPKG_REDBOOT_HAL_TX37_OPTIONS {
6430     # ActiveIf constraint: CYGPKG_REDBOOT
6431     #     CYGPKG_REDBOOT == current
6432     #   --> 1
6433
6434     # There is no associated value.
6435     # Requires:  CYGHWR_REDBOOT_ARM_LINUX_EXEC_ADDRESS_DEFAULT == 0x40108000 
6436     #     CYGHWR_REDBOOT_ARM_LINUX_EXEC_ADDRESS_DEFAULT == 0x40108000
6437     #   --> 1
6438 };
6439
6440 # <
6441 # ISO C and POSIX infrastructure
6442 # eCos supports implementations of ISO C libraries and POSIX
6443 # implementations. This package provides infrastructure used by
6444 # all such implementations.
6445 #
6446 cdl_package CYGPKG_ISOINFRA {
6447     # Packages cannot be added or removed, nor can their version be changed,
6448     # simply by editing their value. Instead the appropriate configuration
6449     # should be used to perform these actions.
6450
6451     # This value cannot be modified here.
6452     # Flavor: booldata
6453     # Current value: 1 current
6454
6455     # The following properties are affected by this value
6456     # component CYGBLD_BUILD_REDBOOT
6457     #     Requires: CYGPKG_ISOINFRA
6458     # package CYGPKG_LIBC_STRING
6459     #     Requires: CYGPKG_ISOINFRA
6460     # package CYGPKG_COMPRESS_ZLIB
6461     #     Requires: CYGPKG_ISOINFRA
6462     # package CYGPKG_IO_FLASH
6463     #     Requires: CYGPKG_ISOINFRA
6464     # option CYGIMP_MEMALLOC_ALLOCATOR_DLMALLOC_USE_MEMCPY
6465     #     Requires: CYGPKG_ISOINFRA
6466     # option CYGIMP_MEMALLOC_ALLOCATOR_DLMALLOC_USE_MEMCPY
6467     #     DefaultValue:  0 != CYGPKG_ISOINFRA 
6468     # component CYGPKG_MEMALLOC_MALLOC_ALLOCATORS
6469     #     ActiveIf: CYGPKG_ISOINFRA
6470     # package CYGPKG_LIBC_I18N
6471     #     Requires: CYGPKG_ISOINFRA
6472     # package CYGPKG_LIBC_STDLIB
6473     #     Requires: CYGPKG_ISOINFRA
6474 };
6475
6476 # >
6477 # Startup and termination
6478 #
6479 cdl_component CYGPKG_ISO_STARTUP {
6480     # There is no associated value.
6481 };
6482
6483 # >
6484 # main() startup implementations
6485 # Implementations of this interface arrange for a user-supplied
6486 # main() to be called in an ISO compatible environment.
6487 #
6488 cdl_interface CYGINT_ISO_MAIN_STARTUP {
6489     # No options implement this inferface
6490     # This value cannot be modified here.
6491     # Flavor: data
6492     # Current_value: 0
6493     # Requires:  1 >= CYGINT_ISO_MAIN_STARTUP 
6494     #     CYGINT_ISO_MAIN_STARTUP == 0
6495     #   --> 1
6496
6497     # The following properties are affected by this value
6498     # interface CYGINT_ISO_MAIN_STARTUP
6499     #     Requires:  1 >= CYGINT_ISO_MAIN_STARTUP 
6500 };
6501
6502 # environ implementations
6503 # Implementations of this interface provide the environ
6504 # variable required by POSIX.
6505 #
6506 cdl_interface CYGINT_ISO_ENVIRON {
6507     # No options implement this inferface
6508     # This value cannot be modified here.
6509     # Flavor: data
6510     # Current_value: 0
6511     # Requires:  1 >= CYGINT_ISO_ENVIRON 
6512     #     CYGINT_ISO_ENVIRON == 0
6513     #   --> 1
6514
6515     # The following properties are affected by this value
6516     # interface CYGINT_ISO_ENVIRON
6517     #     Requires:  1 >= CYGINT_ISO_ENVIRON 
6518 };
6519
6520 # <
6521 # ctype.h functions
6522 #
6523 cdl_component CYGPKG_ISO_CTYPE_H {
6524     # There is no associated value.
6525 };
6526
6527 # >
6528 # Number of implementations of ctype functions
6529 #
6530 cdl_interface CYGINT_ISO_CTYPE {
6531     # Implemented by CYGPKG_LIBC_I18N, active, enabled
6532     # This value cannot be modified here.
6533     # Flavor: data
6534     # Current_value: 1
6535     # Requires:  1 >= CYGINT_ISO_CTYPE 
6536     #     CYGINT_ISO_CTYPE == 1
6537     #   --> 1
6538
6539     # The following properties are affected by this value
6540     # interface CYGINT_ISO_CTYPE
6541     #     Requires:  1 >= CYGINT_ISO_CTYPE 
6542     # package CYGPKG_HAL_ARM_TX37KARO
6543     #     Requires: CYGINT_ISO_CTYPE
6544     # option CYGFUN_LIBC_STRING_BSD_FUNCS
6545     #     Requires: CYGINT_ISO_CTYPE
6546     # package CYGPKG_LIBC_STDLIB
6547     #     Requires: CYGINT_ISO_CTYPE
6548 };
6549
6550 # Ctype implementation header
6551 #
6552 cdl_option CYGBLD_ISO_CTYPE_HEADER {
6553     # Flavor: booldata
6554     # No user value, uncomment the following line to provide one.
6555     # user_value 0 0
6556     # The inferred value should not be edited directly.
6557     inferred_value 1 <cyg/libc/i18n/ctype.inl>
6558     # value_source inferred
6559     # Default value: 0 0
6560
6561     # The following properties are affected by this value
6562     # option CYGPKG_LIBC_I18N_NEWLIB_CTYPE
6563     #     Requires:  CYGBLD_ISO_CTYPE_HEADER ==  "<cyg/libc/i18n/newlibctype.h>" 
6564     # option CYGIMP_LIBC_I18N_CTYPE_INLINES
6565     #     Requires:  CYGBLD_ISO_CTYPE_HEADER ==  "<cyg/libc/i18n/ctype.inl>" 
6566 };
6567
6568 # <
6569 # Error handling
6570 #
6571 cdl_component CYGPKG_ISO_ERRNO {
6572     # There is no associated value.
6573 };
6574
6575 # >
6576 # Number of implementations of error codes
6577 #
6578 cdl_interface CYGINT_ISO_ERRNO_CODES {
6579     # Implemented by CYGPKG_ERROR, active, enabled
6580     # This value cannot be modified here.
6581     # Flavor: data
6582     # Current_value: 1
6583     # Requires:  1 >= CYGINT_ISO_ERRNO_CODES 
6584     #     CYGINT_ISO_ERRNO_CODES == 1
6585     #   --> 1
6586
6587     # The following properties are affected by this value
6588     # interface CYGINT_ISO_ERRNO_CODES
6589     #     Requires:  1 >= CYGINT_ISO_ERRNO_CODES 
6590 };
6591
6592 # Error codes implementation header
6593 #
6594 cdl_option CYGBLD_ISO_ERRNO_CODES_HEADER {
6595     # Flavor: booldata
6596     # No user value, uncomment the following line to provide one.
6597     # user_value 0 0
6598     # The inferred value should not be edited directly.
6599     inferred_value 1 <cyg/error/codes.h>
6600     # value_source inferred
6601     # Default value: 0 0
6602
6603     # The following properties are affected by this value
6604     # package CYGPKG_ERROR
6605     #     Requires:  CYGBLD_ISO_ERRNO_CODES_HEADER == "<cyg/error/codes.h>" 
6606 };
6607
6608 # Number of implementations of errno variable
6609 #
6610 cdl_interface CYGINT_ISO_ERRNO {
6611     # Implemented by CYGPKG_ERROR_ERRNO, active, enabled
6612     # This value cannot be modified here.
6613     # Flavor: data
6614     # Current_value: 1
6615     # Requires:  1 >= CYGINT_ISO_ERRNO 
6616     #     CYGINT_ISO_ERRNO == 1
6617     #   --> 1
6618
6619     # The following properties are affected by this value
6620     # interface CYGINT_ISO_ERRNO
6621     #     Requires:  1 >= CYGINT_ISO_ERRNO 
6622 };
6623
6624 # errno variable implementation header
6625 #
6626 cdl_option CYGBLD_ISO_ERRNO_HEADER {
6627     # Flavor: booldata
6628     # No user value, uncomment the following line to provide one.
6629     # user_value 0 0
6630     # The inferred value should not be edited directly.
6631     inferred_value 1 <cyg/error/errno.h>
6632     # value_source inferred
6633     # Default value: 0 0
6634
6635     # The following properties are affected by this value
6636     # component CYGPKG_ERROR_ERRNO
6637     #     Requires:  CYGBLD_ISO_ERRNO_HEADER == "<cyg/error/errno.h>" 
6638 };
6639
6640 # <
6641 # Locale-related functions
6642 #
6643 cdl_component CYGPKG_ISO_LOCALE {
6644     # There is no associated value.
6645 };
6646
6647 # >
6648 # Number of implementations of locale functions
6649 #
6650 cdl_interface CYGINT_ISO_LOCALE {
6651     # Implemented by CYGPKG_LIBC_I18N, active, enabled
6652     # This value cannot be modified here.
6653     # Flavor: data
6654     # Current_value: 1
6655     # Requires:  1 >= CYGINT_ISO_LOCALE 
6656     #     CYGINT_ISO_LOCALE == 1
6657     #   --> 1
6658
6659     # The following properties are affected by this value
6660     # interface CYGINT_ISO_LOCALE
6661     #     Requires:  1 >= CYGINT_ISO_LOCALE 
6662 };
6663
6664 # Locale implementation header
6665 #
6666 cdl_option CYGBLD_ISO_LOCALE_HEADER {
6667     # Flavor: booldata
6668     # No user value, uncomment the following line to provide one.
6669     # user_value 0 0
6670     # value_source default
6671     # Default value: 0 0
6672 };
6673
6674 # <
6675 # Standard I/O-related functionality
6676 #
6677 cdl_component CYGPKG_ISO_STDIO {
6678     # There is no associated value.
6679 };
6680
6681 # >
6682 # Number of implementations of stdio file types
6683 #
6684 cdl_interface CYGINT_ISO_STDIO_FILETYPES {
6685     # No options implement this inferface
6686     # This value cannot be modified here.
6687     # Flavor: booldata
6688     # Current value: 0 0
6689     # Requires:  1 >= CYGINT_ISO_STDIO_FILETYPES 
6690     #     CYGINT_ISO_STDIO_FILETYPES == 0
6691     #   --> 1
6692
6693     # The following properties are affected by this value
6694     # interface CYGINT_ISO_STDIO_FILETYPES
6695     #     Requires:  1 >= CYGINT_ISO_STDIO_FILETYPES 
6696 };
6697
6698 # Stdio file types implementation header
6699 #
6700 cdl_option CYGBLD_ISO_STDIO_FILETYPES_HEADER {
6701     # Flavor: booldata
6702     # No user value, uncomment the following line to provide one.
6703     # user_value 0 0
6704     # value_source default
6705     # Default value: 0 0
6706 };
6707
6708 # Stdio standard streams implementations
6709 #
6710 cdl_interface CYGINT_ISO_STDIO_STREAMS {
6711     # No options implement this inferface
6712     # This value cannot be modified here.
6713     # Flavor: booldata
6714     # Current value: 0 0
6715     # Requires:  1 >= CYGINT_ISO_STDIO_STREAMS 
6716     #     CYGINT_ISO_STDIO_STREAMS == 0
6717     #   --> 1
6718
6719     # The following properties are affected by this value
6720     # interface CYGINT_ISO_STDIO_STREAMS
6721     #     Requires:  1 >= CYGINT_ISO_STDIO_STREAMS 
6722 };
6723
6724 # Stdio standard streams implementation header
6725 # This header file must define stdin, stdout
6726 # and stderr.
6727 #
6728 cdl_option CYGBLD_ISO_STDIO_STREAMS_HEADER {
6729     # Flavor: booldata
6730     # No user value, uncomment the following line to provide one.
6731     # user_value 0 0
6732     # value_source default
6733     # Default value: 0 0
6734 };
6735
6736 # Number of implementations of stdio file operations
6737 #
6738 cdl_interface CYGINT_ISO_STDIO_FILEOPS {
6739     # No options implement this inferface
6740     # This value cannot be modified here.
6741     # Flavor: booldata
6742     # Current value: 0 0
6743     # Requires:  1 >= CYGINT_ISO_STDIO_FILEOPS 
6744     #     CYGINT_ISO_STDIO_FILEOPS == 0
6745     #   --> 1
6746
6747     # The following properties are affected by this value
6748     # interface CYGINT_ISO_STDIO_FILEOPS
6749     #     Requires:  1 >= CYGINT_ISO_STDIO_FILEOPS 
6750 };
6751
6752 # Stdio file operations implementation header
6753 # This header controls the file system operations on a file
6754 # such as remove(), rename(), tmpfile(), tmpnam() and associated
6755 # constants.
6756 #
6757 cdl_option CYGBLD_ISO_STDIO_FILEOPS_HEADER {
6758     # Flavor: booldata
6759     # No user value, uncomment the following line to provide one.
6760     # user_value 0 0
6761     # value_source default
6762     # Default value: 0 0
6763 };
6764
6765 # Number of implementations of stdio file access  functionals
6766 #
6767 cdl_interface CYGINT_ISO_STDIO_FILEACCESS {
6768     # No options implement this inferface
6769     # This value cannot be modified here.
6770     # Flavor: booldata
6771     # Current value: 0 0
6772     # Requires:  1 >= CYGINT_ISO_STDIO_FILEACCESS 
6773     #     CYGINT_ISO_STDIO_FILEACCESS == 0
6774     #   --> 1
6775
6776     # The following properties are affected by this value
6777     # interface CYGINT_ISO_STDIO_FILEACCESS
6778     #     Requires:  1 >= CYGINT_ISO_STDIO_FILEACCESS 
6779     # option CYGFUN_COMPRESS_ZLIB_GZIO
6780     #     Requires: CYGINT_ISO_STDIO_FILEACCESS
6781 };
6782
6783 # Stdio file access implementation header
6784 # This header controls the file access operations
6785 # such as fclose(), fflush(), fopen(), freopen(), setbuf(),
6786 # setvbuf(), and associated constants.
6787 #
6788 cdl_option CYGBLD_ISO_STDIO_FILEACCESS_HEADER {
6789     # Flavor: booldata
6790     # No user value, uncomment the following line to provide one.
6791     # user_value 0 0
6792     # value_source default
6793     # Default value: 0 0
6794 };
6795
6796 # Number of implementations of stdio formatted I/O
6797 #
6798 cdl_interface CYGINT_ISO_STDIO_FORMATTED_IO {
6799     # No options implement this inferface
6800     # This value cannot be modified here.
6801     # Flavor: booldata
6802     # Current value: 0 0
6803     # Requires:  1 >= CYGINT_ISO_STDIO_FORMATTED_IO 
6804     #     CYGINT_ISO_STDIO_FORMATTED_IO == 0
6805     #   --> 1
6806
6807     # The following properties are affected by this value
6808     # interface CYGINT_ISO_STDIO_FORMATTED_IO
6809     #     Requires:  1 >= CYGINT_ISO_STDIO_FORMATTED_IO 
6810     # option CYGFUN_COMPRESS_ZLIB_GZIO
6811     #     Requires: CYGINT_ISO_STDIO_FORMATTED_IO
6812 };
6813
6814 # Stdio formatted I/O implementation header
6815 #
6816 cdl_option CYGBLD_ISO_STDIO_FORMATTED_IO_HEADER {
6817     # Flavor: booldata
6818     # No user value, uncomment the following line to provide one.
6819     # user_value 0 0
6820     # value_source default
6821     # Default value: 0 0
6822 };
6823
6824 # Number of implementations of stdio character I/O
6825 #
6826 cdl_interface CYGINT_ISO_STDIO_CHAR_IO {
6827     # No options implement this inferface
6828     # This value cannot be modified here.
6829     # Flavor: booldata
6830     # Current value: 0 0
6831     # Requires:  1 >= CYGINT_ISO_STDIO_CHAR_IO 
6832     #     CYGINT_ISO_STDIO_CHAR_IO == 0
6833     #   --> 1
6834
6835     # The following properties are affected by this value
6836     # interface CYGINT_ISO_STDIO_CHAR_IO
6837     #     Requires:  1 >= CYGINT_ISO_STDIO_CHAR_IO 
6838 };
6839
6840 # Stdio character I/O implementation header
6841 #
6842 cdl_option CYGBLD_ISO_STDIO_CHAR_IO_HEADER {
6843     # Flavor: booldata
6844     # No user value, uncomment the following line to provide one.
6845     # user_value 0 0
6846     # value_source default
6847     # Default value: 0 0
6848 };
6849
6850 # Number of implementations of stdio direct I/O
6851 #
6852 cdl_interface CYGINT_ISO_STDIO_DIRECT_IO {
6853     # No options implement this inferface
6854     # This value cannot be modified here.
6855     # Flavor: booldata
6856     # Current value: 0 0
6857     # Requires:  1 >= CYGINT_ISO_STDIO_DIRECT_IO 
6858     #     CYGINT_ISO_STDIO_DIRECT_IO == 0
6859     #   --> 1
6860
6861     # The following properties are affected by this value
6862     # interface CYGINT_ISO_STDIO_DIRECT_IO
6863     #     Requires:  1 >= CYGINT_ISO_STDIO_DIRECT_IO 
6864 };
6865
6866 # Stdio direct I/O implementation header
6867 #
6868 cdl_option CYGBLD_ISO_STDIO_DIRECT_IO_HEADER {
6869     # Flavor: booldata
6870     # No user value, uncomment the following line to provide one.
6871     # user_value 0 0
6872     # value_source default
6873     # Default value: 0 0
6874 };
6875
6876 # Number of implementations of stdio file positioning
6877 #
6878 cdl_interface CYGINT_ISO_STDIO_FILEPOS {
6879     # No options implement this inferface
6880     # This value cannot be modified here.
6881     # Flavor: booldata
6882     # Current value: 0 0
6883     # Requires:  1 >= CYGINT_ISO_STDIO_FILEPOS 
6884     #     CYGINT_ISO_STDIO_FILEPOS == 0
6885     #   --> 1
6886
6887     # The following properties are affected by this value
6888     # interface CYGINT_ISO_STDIO_FILEPOS
6889     #     Requires:  1 >= CYGINT_ISO_STDIO_FILEPOS 
6890     # option CYGFUN_COMPRESS_ZLIB_GZIO
6891     #     Requires: CYGINT_ISO_STDIO_FILEPOS
6892 };
6893
6894 # Stdio file positioning implementation header
6895 #
6896 cdl_option CYGBLD_ISO_STDIO_FILEPOS_HEADER {
6897     # Flavor: booldata
6898     # No user value, uncomment the following line to provide one.
6899     # user_value 0 0
6900     # value_source default
6901     # Default value: 0 0
6902 };
6903
6904 # Number of implementations of stdio error handling
6905 #
6906 cdl_interface CYGINT_ISO_STDIO_ERROR {
6907     # No options implement this inferface
6908     # This value cannot be modified here.
6909     # Flavor: booldata
6910     # Current value: 0 0
6911     # Requires:  1 >= CYGINT_ISO_STDIO_ERROR 
6912     #     CYGINT_ISO_STDIO_ERROR == 0
6913     #   --> 1
6914
6915     # The following properties are affected by this value
6916     # interface CYGINT_ISO_STDIO_ERROR
6917     #     Requires:  1 >= CYGINT_ISO_STDIO_ERROR 
6918 };
6919
6920 # Stdio error handling implementation header
6921 #
6922 cdl_option CYGBLD_ISO_STDIO_ERROR_HEADER {
6923     # Flavor: booldata
6924     # No user value, uncomment the following line to provide one.
6925     # user_value 0 0
6926     # value_source default
6927     # Default value: 0 0
6928 };
6929
6930 # POSIX fd-related function implementations
6931 #
6932 cdl_interface CYGINT_ISO_STDIO_POSIX_FDFUNCS {
6933     # No options implement this inferface
6934     # This value cannot be modified here.
6935     # Flavor: booldata
6936     # Current value: 0 0
6937     # Requires:  1 >=  CYGINT_ISO_STDIO_POSIX_FDFUNCS 
6938     #     CYGINT_ISO_STDIO_POSIX_FDFUNCS == 0
6939     #   --> 1
6940
6941     # The following properties are affected by this value
6942     # interface CYGINT_ISO_STDIO_POSIX_FDFUNCS
6943     #     Requires:  1 >=  CYGINT_ISO_STDIO_POSIX_FDFUNCS 
6944 };
6945
6946 # POSIX fd-related function implementation header
6947 #
6948 cdl_option CYGBLD_ISO_STDIO_POSIX_FDFUNCS_HEADER {
6949     # Flavor: booldata
6950     # No user value, uncomment the following line to provide one.
6951     # user_value 0 0
6952     # value_source default
6953     # Default value: 0 0
6954 };
6955
6956 # <
6957 # Standard general utility functions
6958 #
6959 cdl_component CYGPKG_ISO_STDLIB {
6960     # There is no associated value.
6961 };
6962
6963 # >
6964 # String conversion function implementations
6965 #
6966 cdl_interface CYGINT_ISO_STDLIB_STRCONV {
6967     # Implemented by CYGPKG_LIBC_STDLIB, active, enabled
6968     # This value cannot be modified here.
6969     # Flavor: data
6970     # Current_value: 1
6971     # Requires:  1 >= CYGINT_ISO_STDLIB_STRCONV 
6972     #     CYGINT_ISO_STDLIB_STRCONV == 1
6973     #   --> 1
6974
6975     # The following properties are affected by this value
6976     # interface CYGINT_ISO_STDLIB_STRCONV
6977     #     Requires:  1 >= CYGINT_ISO_STDLIB_STRCONV 
6978 };
6979
6980 # String conversion function implementation header
6981 #
6982 cdl_option CYGBLD_ISO_STDLIB_STRCONV_HEADER {
6983     # Flavor: booldata
6984     # No user value, uncomment the following line to provide one.
6985     # user_value 0 0
6986     # The inferred value should not be edited directly.
6987     inferred_value 1 <cyg/libc/stdlib/atox.inl>
6988     # value_source inferred
6989     # Default value: 0 0
6990
6991     # The following properties are affected by this value
6992     # option CYGIMP_LIBC_STDLIB_INLINE_ATOX
6993     #     Requires:  CYGBLD_ISO_STDLIB_STRCONV_HEADER ==  "<cyg/libc/stdlib/atox.inl>" 
6994 };
6995
6996 # String to FP conversion function implementations
6997 #
6998 cdl_interface CYGINT_ISO_STDLIB_STRCONV_FLOAT {
6999     # Implemented by CYGFUN_LIBC_strtod, active, disabled
7000     # This value cannot be modified here.
7001     # Flavor: data
7002     # Current_value: 0
7003     # Requires:  1 >= CYGINT_ISO_STDLIB_STRCONV_FLOAT 
7004     #     CYGINT_ISO_STDLIB_STRCONV_FLOAT == 0
7005     #   --> 1
7006
7007     # The following properties are affected by this value
7008     # interface CYGINT_ISO_STDLIB_STRCONV_FLOAT
7009     #     Requires:  1 >= CYGINT_ISO_STDLIB_STRCONV_FLOAT 
7010 };
7011
7012 # String to FP conversion function implementation header
7013 #
7014 cdl_option CYGBLD_ISO_STDLIB_STRCONV_FLOAT_HEADER {
7015     # Flavor: booldata
7016     # No user value, uncomment the following line to provide one.
7017     # user_value 0 0
7018     # value_source default
7019     # Default value: 0 0
7020 };
7021
7022 # Random number generator implementations
7023 #
7024 cdl_interface CYGINT_ISO_RAND {
7025     # Implemented by CYGIMP_LIBC_RAND_SIMPLEST, active, disabled
7026     # Implemented by CYGIMP_LIBC_RAND_SIMPLE1, active, disabled
7027     # Implemented by CYGIMP_LIBC_RAND_KNUTH1, active, enabled
7028     # This value cannot be modified here.
7029     # Flavor: data
7030     # Current_value: 1
7031     # Requires:  1 >= CYGINT_ISO_RAND 
7032     #     CYGINT_ISO_RAND == 1
7033     #   --> 1
7034
7035     # The following properties are affected by this value
7036     # interface CYGINT_ISO_RAND
7037     #     Requires:  1 >= CYGINT_ISO_RAND 
7038 };
7039
7040 # Random number generator implementation header
7041 #
7042 cdl_option CYGBLD_ISO_RAND_HEADER {
7043     # Flavor: booldata
7044     # No user value, uncomment the following line to provide one.
7045     # user_value 0 0
7046     # value_source default
7047     # Default value: 0 0
7048 };
7049
7050 # Malloc implementations
7051 #
7052 cdl_interface CYGINT_ISO_MALLOC {
7053     # Implemented by CYGPKG_MEMALLOC_MALLOC_ALLOCATORS, active, enabled
7054     # This value cannot be modified here.
7055     # Flavor: data
7056     # Current_value: 1
7057     # Requires:  1 >= CYGINT_ISO_MALLOC 
7058     #     CYGINT_ISO_MALLOC == 1
7059     #   --> 1
7060
7061     # The following properties are affected by this value
7062     # interface CYGINT_ISO_MALLOC
7063     #     Requires:  1 >= CYGINT_ISO_MALLOC 
7064     # option CYGFUN_LIBC_STRING_STRDUP
7065     #     ActiveIf: CYGINT_ISO_MALLOC
7066 };
7067
7068 # Malloc implementation header
7069 #
7070 cdl_option CYGBLD_ISO_MALLOC_HEADER {
7071     # Flavor: booldata
7072     # No user value, uncomment the following line to provide one.
7073     # user_value 0 0
7074     # value_source default
7075     # Default value: 0 0
7076 };
7077
7078 # Mallinfo() implementations
7079 #
7080 cdl_interface CYGINT_ISO_MALLINFO {
7081     # Implemented by CYGPKG_MEMALLOC_MALLOC_ALLOCATORS, active, enabled
7082     # This value cannot be modified here.
7083     # Flavor: data
7084     # Current_value: 1
7085     # Requires:  1 >= CYGINT_ISO_MALLINFO 
7086     #     CYGINT_ISO_MALLINFO == 1
7087     #   --> 1
7088
7089     # The following properties are affected by this value
7090     # interface CYGINT_ISO_MALLINFO
7091     #     Requires:  1 >= CYGINT_ISO_MALLINFO 
7092 };
7093
7094 # Mallinfo() implementation header
7095 #
7096 cdl_option CYGBLD_ISO_MALLINFO_HEADER {
7097     # Flavor: booldata
7098     # No user value, uncomment the following line to provide one.
7099     # user_value 0 0
7100     # value_source default
7101     # Default value: 0 0
7102 };
7103
7104 # Program exit functionality implementations
7105 #
7106 cdl_interface CYGINT_ISO_EXIT {
7107     # No options implement this inferface
7108     # This value cannot be modified here.
7109     # Flavor: data
7110     # Current_value: 0
7111     # Requires:  1 >= CYGINT_ISO_EXIT 
7112     #     CYGINT_ISO_EXIT == 0
7113     #   --> 1
7114
7115     # The following properties are affected by this value
7116     # interface CYGINT_ISO_EXIT
7117     #     Requires:  1 >= CYGINT_ISO_EXIT 
7118     # option CYGFUN_INFRA_DUMMY_ABORT
7119     #     Requires: !CYGINT_ISO_EXIT
7120     # option CYGFUN_INFRA_DUMMY_ABORT
7121     #     DefaultValue:  CYGINT_ISO_EXIT == 0 
7122 };
7123
7124 # Program exit functionality implementation header
7125 #
7126 cdl_option CYGBLD_ISO_EXIT_HEADER {
7127     # Flavor: booldata
7128     # No user value, uncomment the following line to provide one.
7129     # user_value 0 0
7130     # value_source default
7131     # Default value: 0 0
7132 };
7133
7134 # Program environment implementations
7135 #
7136 cdl_interface CYGINT_ISO_STDLIB_ENVIRON {
7137     # Implemented by CYGPKG_LIBC_STDLIB, active, enabled
7138     # This value cannot be modified here.
7139     # Flavor: data
7140     # Current_value: 1
7141     # Requires:  1 >= CYGINT_ISO_STDLIB_ENVIRON 
7142     #     CYGINT_ISO_STDLIB_ENVIRON == 1
7143     #   --> 1
7144
7145     # The following properties are affected by this value
7146     # interface CYGINT_ISO_STDLIB_ENVIRON
7147     #     Requires:  1 >= CYGINT_ISO_STDLIB_ENVIRON 
7148 };
7149
7150 # Program environment implementation header
7151 #
7152 cdl_option CYGBLD_ISO_STDLIB_ENVIRON_HEADER {
7153     # Flavor: booldata
7154     # No user value, uncomment the following line to provide one.
7155     # user_value 0 0
7156     # value_source default
7157     # Default value: 0 0
7158 };
7159
7160 # system() implementations
7161 #
7162 cdl_interface CYGINT_ISO_STDLIB_SYSTEM {
7163     # Implemented by CYGPKG_LIBC_STDLIB, active, enabled
7164     # This value cannot be modified here.
7165     # Flavor: data
7166     # Current_value: 1
7167     # Requires:  1 >= CYGINT_ISO_STDLIB_SYSTEM 
7168     #     CYGINT_ISO_STDLIB_SYSTEM == 1
7169     #   --> 1
7170
7171     # The following properties are affected by this value
7172     # interface CYGINT_ISO_STDLIB_SYSTEM
7173     #     Requires:  1 >= CYGINT_ISO_STDLIB_SYSTEM 
7174 };
7175
7176 # system() implementation header
7177 #
7178 cdl_option CYGBLD_ISO_STDLIB_SYSTEM_HEADER {
7179     # Flavor: booldata
7180     # No user value, uncomment the following line to provide one.
7181     # user_value 0 0
7182     # value_source default
7183     # Default value: 0 0
7184 };
7185
7186 # bsearch() implementations
7187 #
7188 cdl_interface CYGINT_ISO_BSEARCH {
7189     # Implemented by CYGPKG_LIBC_STDLIB, active, enabled
7190     # This value cannot be modified here.
7191     # Flavor: data
7192     # Current_value: 1
7193     # Requires:  1 >= CYGINT_ISO_BSEARCH 
7194     #     CYGINT_ISO_BSEARCH == 1
7195     #   --> 1
7196
7197     # The following properties are affected by this value
7198     # interface CYGINT_ISO_BSEARCH
7199     #     Requires:  1 >= CYGINT_ISO_BSEARCH 
7200 };
7201
7202 # bsearch() implementation header
7203 #
7204 cdl_option CYGBLD_ISO_BSEARCH_HEADER {
7205     # Flavor: booldata
7206     # No user value, uncomment the following line to provide one.
7207     # user_value 0 0
7208     # value_source default
7209     # Default value: 0 0
7210 };
7211
7212 # qsort() implementations
7213 #
7214 cdl_interface CYGINT_ISO_QSORT {
7215     # Implemented by CYGPKG_LIBC_STDLIB, active, enabled
7216     # This value cannot be modified here.
7217     # Flavor: data
7218     # Current_value: 1
7219     # Requires:  1 >= CYGINT_ISO_STDLIB_QSORT 
7220     #     CYGINT_ISO_STDLIB_QSORT (unknown) == 0
7221     #   --> 1
7222
7223     # The following properties are affected by this value
7224 };
7225
7226 # qsort() implementation header
7227 #
7228 cdl_option CYGBLD_ISO_QSORT_HEADER {
7229     # Flavor: booldata
7230     # No user value, uncomment the following line to provide one.
7231     # user_value 0 0
7232     # value_source default
7233     # Default value: 0 0
7234 };
7235
7236 # abs()/labs() implementations
7237 #
7238 cdl_interface CYGINT_ISO_ABS {
7239     # Implemented by CYGPKG_LIBC_STDLIB, active, enabled
7240     # This value cannot be modified here.
7241     # Flavor: data
7242     # Current_value: 1
7243     # Requires:  1 >= CYGINT_ISO_STDLIB_ABS 
7244     #     CYGINT_ISO_STDLIB_ABS (unknown) == 0
7245     #   --> 1
7246
7247     # The following properties are affected by this value
7248 };
7249
7250 # abs()/labs() implementation header
7251 #
7252 cdl_option CYGBLD_ISO_STDLIB_ABS_HEADER {
7253     # Flavor: booldata
7254     # No user value, uncomment the following line to provide one.
7255     # user_value 0 0
7256     # The inferred value should not be edited directly.
7257     inferred_value 1 <cyg/libc/stdlib/abs.inl>
7258     # value_source inferred
7259     # Default value: 0 0
7260
7261     # The following properties are affected by this value
7262     # option CYGIMP_LIBC_STDLIB_INLINE_ABS
7263     #     Requires:  CYGBLD_ISO_STDLIB_ABS_HEADER ==  "<cyg/libc/stdlib/abs.inl>" 
7264 };
7265
7266 # div()/ldiv() implementations
7267 #
7268 cdl_interface CYGINT_ISO_DIV {
7269     # Implemented by CYGPKG_LIBC_STDLIB, active, enabled
7270     # This value cannot be modified here.
7271     # Flavor: data
7272     # Current_value: 1
7273     # Requires:  1 >= CYGINT_ISO_STDLIB_DIV 
7274     #     CYGINT_ISO_STDLIB_DIV (unknown) == 0
7275     #   --> 1
7276
7277     # The following properties are affected by this value
7278 };
7279
7280 # div()/ldiv() implementation header
7281 #
7282 cdl_option CYGBLD_ISO_STDLIB_DIV_HEADER {
7283     # Flavor: booldata
7284     # No user value, uncomment the following line to provide one.
7285     # user_value 0 0
7286     # The inferred value should not be edited directly.
7287     inferred_value 1 <cyg/libc/stdlib/div.inl>
7288     # value_source inferred
7289     # Default value: 0 0
7290
7291     # The following properties are affected by this value
7292     # option CYGIMP_LIBC_STDLIB_INLINE_DIV
7293     #     Requires:  CYGBLD_ISO_STDLIB_DIV_HEADER ==  "<cyg/libc/stdlib/div.inl>" 
7294 };
7295
7296 # Header defining the implementation's MB_CUR_MAX
7297 #
7298 cdl_option CYGBLD_ISO_STDLIB_MB_CUR_MAX_HEADER {
7299     # Flavor: booldata
7300     # No user value, uncomment the following line to provide one.
7301     # user_value 0 0
7302     # value_source default
7303     # Default value: 0 0
7304
7305     # The following properties are affected by this value
7306     # interface CYGINT_LIBC_I18N_MB_REQUIRED
7307     #     Requires:  CYGBLD_ISO_STDLIB_MB_CUR_MAX_HEADER ==  "<cyg/libc/i18n/mb.h>" 
7308 };
7309
7310 # Multibyte character implementations
7311 #
7312 cdl_interface CYGINT_ISO_STDLIB_MULTIBYTE {
7313     # Implemented by CYGPKG_LIBC_I18N, active, enabled
7314     # This value cannot be modified here.
7315     # Flavor: data
7316     # Current_value: 1
7317     # Requires:  1 >= CYGINT_ISO_STDLIB_MULTIBYTE 
7318     #     CYGINT_ISO_STDLIB_MULTIBYTE == 1
7319     #   --> 1
7320
7321     # The following properties are affected by this value
7322     # interface CYGINT_ISO_STDLIB_MULTIBYTE
7323     #     Requires:  1 >= CYGINT_ISO_STDLIB_MULTIBYTE 
7324 };
7325
7326 # Multibyte character implementation header
7327 #
7328 cdl_option CYGBLD_ISO_STDLIB_MULTIBYTE_HEADER {
7329     # Flavor: booldata
7330     # No user value, uncomment the following line to provide one.
7331     # user_value 0 0
7332     # value_source default
7333     # Default value: 0 0
7334 };
7335
7336 # <
7337 # String functions
7338 #
7339 cdl_component CYGPKG_ISO_STRING {
7340     # There is no associated value.
7341 };
7342
7343 # >
7344 # Number of implementations of strerror() function
7345 #
7346 cdl_interface CYGINT_ISO_STRERROR {
7347     # Implemented by CYGPKG_ERROR_STRERROR, active, enabled
7348     # This value cannot be modified here.
7349     # Flavor: booldata
7350     # Current value: 1 1
7351     # Requires:  1 >= CYGINT_ISO_STRERROR 
7352     #     CYGINT_ISO_STRERROR == 1
7353     #   --> 1
7354
7355     # The following properties are affected by this value
7356     # interface CYGINT_ISO_STRERROR
7357     #     Requires:  1 >= CYGINT_ISO_STRERROR 
7358 };
7359
7360 # strerror() implementation header
7361 #
7362 cdl_option CYGBLD_ISO_STRERROR_HEADER {
7363     # Flavor: booldata
7364     # No user value, uncomment the following line to provide one.
7365     # user_value 0 0
7366     # The inferred value should not be edited directly.
7367     inferred_value 1 <cyg/error/strerror.h>
7368     # value_source inferred
7369     # Default value: 0 0
7370
7371     # The following properties are affected by this value
7372     # option CYGPKG_ERROR_STRERROR
7373     #     Requires:  CYGBLD_ISO_STRERROR_HEADER == "<cyg/error/strerror.h>" 
7374 };
7375
7376 # memcpy() implementation header
7377 #
7378 cdl_option CYGBLD_ISO_MEMCPY_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 # memset() implementation header
7387 #
7388 cdl_option CYGBLD_ISO_MEMSET_HEADER {
7389     # Flavor: booldata
7390     # No user value, uncomment the following line to provide one.
7391     # user_value 0 0
7392     # value_source default
7393     # Default value: 0 0
7394 };
7395
7396 # Number of implementations of strtok_r() function
7397 #
7398 cdl_interface CYGINT_ISO_STRTOK_R {
7399     # Implemented by CYGPKG_LIBC_STRING, active, enabled
7400     # This value cannot be modified here.
7401     # Flavor: booldata
7402     # Current value: 1 1
7403     # Requires:  1 >= CYGINT_ISO_STRTOK_R 
7404     #     CYGINT_ISO_STRTOK_R == 1
7405     #   --> 1
7406
7407     # The following properties are affected by this value
7408     # interface CYGINT_ISO_STRTOK_R
7409     #     Requires:  1 >= CYGINT_ISO_STRTOK_R 
7410 };
7411
7412 # strtok_r() implementation header
7413 #
7414 cdl_option CYGBLD_ISO_STRTOK_R_HEADER {
7415     # Flavor: booldata
7416     # No user value, uncomment the following line to provide one.
7417     # user_value 0 0
7418     # The inferred value should not be edited directly.
7419     inferred_value 1 <cyg/libc/string/string.h>
7420     # value_source inferred
7421     # Default value: 0 0
7422
7423     # The following properties are affected by this value
7424     # package CYGPKG_LIBC_STRING
7425     #     Requires:  CYGBLD_ISO_STRTOK_R_HEADER ==  "<cyg/libc/string/string.h>" 
7426 };
7427
7428 # Number of implementations of locale-specific string  functions
7429 # This covers locale-dependent string functions such as strcoll()
7430 # and strxfrm().
7431 #
7432 cdl_interface CYGINT_ISO_STRING_LOCALE_FUNCS {
7433     # Implemented by CYGPKG_LIBC_STRING, active, enabled
7434     # This value cannot be modified here.
7435     # Flavor: booldata
7436     # Current value: 1 1
7437     # Requires:  1 >= CYGINT_ISO_STRING_LOCALE_FUNCS 
7438     #     CYGINT_ISO_STRING_LOCALE_FUNCS == 1
7439     #   --> 1
7440
7441     # The following properties are affected by this value
7442     # interface CYGINT_ISO_STRING_LOCALE_FUNCS
7443     #     Requires:  1 >= CYGINT_ISO_STRING_LOCALE_FUNCS 
7444 };
7445
7446 # Locale-specific string functions' implementation  header
7447 # This covers locale-dependent string functions such as strcoll()
7448 # and strxfrm().
7449 #
7450 cdl_option CYGBLD_ISO_STRING_LOCALE_FUNCS_HEADER {
7451     # Flavor: booldata
7452     # No user value, uncomment the following line to provide one.
7453     # user_value 0 0
7454     # The inferred value should not be edited directly.
7455     inferred_value 1 <cyg/libc/string/string.h>
7456     # value_source inferred
7457     # Default value: 0 0
7458
7459     # The following properties are affected by this value
7460     # package CYGPKG_LIBC_STRING
7461     #     Requires:  CYGBLD_ISO_STRING_LOCALE_FUNCS_HEADER ==  "<cyg/libc/string/string.h>" 
7462 };
7463
7464 # Number of implementations of BSD string functions
7465 #
7466 cdl_interface CYGINT_ISO_STRING_BSD_FUNCS {
7467     # Implemented by CYGFUN_LIBC_STRING_BSD_FUNCS, active, disabled
7468     # This value cannot be modified here.
7469     # Flavor: booldata
7470     # Current value: 0 0
7471     # Requires:  1 >= CYGINT_ISO_STRING_BSD_FUNCS 
7472     #     CYGINT_ISO_STRING_BSD_FUNCS == 0
7473     #   --> 1
7474
7475     # The following properties are affected by this value
7476     # interface CYGINT_ISO_STRING_BSD_FUNCS
7477     #     Requires:  1 >= CYGINT_ISO_STRING_BSD_FUNCS 
7478 };
7479
7480 # BSD string functions' implementation header
7481 #
7482 cdl_option CYGBLD_ISO_STRING_BSD_FUNCS_HEADER {
7483     # Flavor: booldata
7484     # No user value, uncomment the following line to provide one.
7485     # user_value 0 0
7486     # The inferred value should not be edited directly.
7487     inferred_value 1 <cyg/libc/string/bsdstring.h>
7488     # value_source inferred
7489     # Default value: 0 0
7490
7491     # The following properties are affected by this value
7492     # option CYGFUN_LIBC_STRING_BSD_FUNCS
7493     #     Requires:  CYGBLD_ISO_STRING_BSD_FUNCS_HEADER ==  "<cyg/libc/string/bsdstring.h>" 
7494 };
7495
7496 # Number of implementations of other mem*() functions
7497 #
7498 cdl_interface CYGINT_ISO_STRING_MEMFUNCS {
7499     # Implemented by CYGPKG_LIBC_STRING, active, enabled
7500     # This value cannot be modified here.
7501     # Flavor: booldata
7502     # Current value: 1 1
7503     # Requires:  1 >= CYGINT_ISO_STRING_MEMFUNCS 
7504     #     CYGINT_ISO_STRING_MEMFUNCS == 1
7505     #   --> 1
7506
7507     # The following properties are affected by this value
7508     # interface CYGINT_ISO_STRING_MEMFUNCS
7509     #     Requires:  1 >= CYGINT_ISO_STRING_MEMFUNCS 
7510     # component CYGBLD_BUILD_REDBOOT
7511     #     Requires: CYGINT_ISO_STRING_MEMFUNCS
7512     # component CYGPKG_IO_ETH_DRIVERS_STAND_ALONE
7513     #     Requires: CYGINT_ISO_STRING_MEMFUNCS
7514 };
7515
7516 # Other mem*() functions' implementation header
7517 #
7518 cdl_option CYGBLD_ISO_STRING_MEMFUNCS_HEADER {
7519     # Flavor: booldata
7520     # No user value, uncomment the following line to provide one.
7521     # user_value 0 0
7522     # The inferred value should not be edited directly.
7523     inferred_value 1 <cyg/libc/string/string.h>
7524     # value_source inferred
7525     # Default value: 0 0
7526
7527     # The following properties are affected by this value
7528     # package CYGPKG_LIBC_STRING
7529     #     Requires:  CYGBLD_ISO_STRING_MEMFUNCS_HEADER ==  "<cyg/libc/string/string.h>" 
7530 };
7531
7532 # Number of implementations of other ISO C str*()  functions
7533 # This covers the other str*() functions defined by ISO C.
7534 #
7535 cdl_interface CYGINT_ISO_STRING_STRFUNCS {
7536     # Implemented by CYGPKG_LIBC_STRING, active, enabled
7537     # This value cannot be modified here.
7538     # Flavor: booldata
7539     # Current value: 1 1
7540     # Requires:  1 >= CYGINT_ISO_STRING_STRFUNCS 
7541     #     CYGINT_ISO_STRING_STRFUNCS == 1
7542     #   --> 1
7543
7544     # The following properties are affected by this value
7545     # interface CYGINT_ISO_STRING_STRFUNCS
7546     #     Requires:  1 >= CYGINT_ISO_STRING_STRFUNCS 
7547     # option CYGFUN_INFRA_DUMMY_STRLEN
7548     #     Requires: !CYGINT_ISO_STRING_STRFUNCS
7549     # option CYGFUN_INFRA_DUMMY_STRLEN
7550     #     DefaultValue:  CYGINT_ISO_STRING_STRFUNCS == 0 
7551     # component CYGBLD_BUILD_REDBOOT
7552     #     Requires: CYGINT_ISO_STRING_STRFUNCS
7553     # component CYGPKG_IO_ETH_DRIVERS_NET
7554     #     Requires: CYGINT_ISO_STRING_STRFUNCS
7555     # option CYGFUN_COMPRESS_ZLIB_GZIO
7556     #     Requires: CYGINT_ISO_STRING_STRFUNCS
7557     # package CYGPKG_IO_FLASH
7558     #     Requires: CYGINT_ISO_STRING_STRFUNCS
7559     # package CYGPKG_LIBC_STDLIB
7560     #     Requires: CYGINT_ISO_STRING_STRFUNCS
7561 };
7562
7563 # Other ISO C str*() functions' implementation  header
7564 # This covers the other str*() functions defined by ISO C.
7565 #
7566 cdl_option CYGBLD_ISO_STRING_STRFUNCS_HEADER {
7567     # Flavor: booldata
7568     # No user value, uncomment the following line to provide one.
7569     # user_value 0 0
7570     # The inferred value should not be edited directly.
7571     inferred_value 1 <cyg/libc/string/string.h>
7572     # value_source inferred
7573     # Default value: 0 0
7574
7575     # The following properties are affected by this value
7576     # package CYGPKG_LIBC_STRING
7577     #     Requires:  CYGBLD_ISO_STRING_STRFUNCS_HEADER ==  "<cyg/libc/string/string.h>" 
7578 };
7579
7580 # <
7581 # Clock and time functionality
7582 #
7583 cdl_component CYGPKG_ISO_TIME {
7584     # There is no associated value.
7585 };
7586
7587 # >
7588 # time_t implementation header
7589 #
7590 cdl_option CYGBLD_ISO_TIME_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 # clock_t implementation header
7599 #
7600 cdl_option CYGBLD_ISO_CLOCK_T_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 # struct timeval implementation header
7609 #
7610 cdl_option CYGBLD_ISO_STRUCTTIMEVAL_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 # fnmatch implementation header
7619 #
7620 cdl_option CYGBLD_ISO_FNMATCH_HEADER {
7621     # Flavor: booldata
7622     # No user value, uncomment the following line to provide one.
7623     # user_value 0 0
7624     # value_source default
7625     # Default value: 0 0
7626 };
7627
7628 # Number of implementations of POSIX timer types
7629 #
7630 cdl_interface CYGINT_ISO_POSIX_TIMER_TYPES {
7631     # No options implement this inferface
7632     # This value cannot be modified here.
7633     # Flavor: booldata
7634     # Current value: 0 0
7635     # Requires:  1 >= CYGINT_ISO_POSIX_TIMER_TYPES 
7636     #     CYGINT_ISO_POSIX_TIMER_TYPES == 0
7637     #   --> 1
7638
7639     # The following properties are affected by this value
7640     # interface CYGINT_ISO_POSIX_TIMER_TYPES
7641     #     Requires:  1 >= CYGINT_ISO_POSIX_TIMER_TYPES 
7642 };
7643
7644 # POSIX timer types implementation header
7645 #
7646 cdl_option CYGBLD_ISO_POSIX_TIMER_TYPES_HEADER {
7647     # Flavor: booldata
7648     # No user value, uncomment the following line to provide one.
7649     # user_value 0 0
7650     # value_source default
7651     # Default value: 0 0
7652 };
7653
7654 # Number of implementations of POSIX clock types
7655 #
7656 cdl_interface CYGINT_ISO_POSIX_CLOCK_TYPES {
7657     # No options implement this inferface
7658     # This value cannot be modified here.
7659     # Flavor: booldata
7660     # Current value: 0 0
7661     # Requires:  1 >= CYGINT_ISO_POSIX_CLOCK_TYPES 
7662     #     CYGINT_ISO_POSIX_CLOCK_TYPES == 0
7663     #   --> 1
7664
7665     # The following properties are affected by this value
7666     # interface CYGINT_ISO_POSIX_CLOCK_TYPES
7667     #     Requires:  1 >= CYGINT_ISO_POSIX_CLOCK_TYPES 
7668 };
7669
7670 # POSIX clock types implementation header
7671 #
7672 cdl_option CYGBLD_ISO_POSIX_CLOCK_TYPES_HEADER {
7673     # Flavor: booldata
7674     # No user value, uncomment the following line to provide one.
7675     # user_value 0 0
7676     # value_source default
7677     # Default value: 0 0
7678 };
7679
7680 # Number of implementations of ISO C types
7681 #
7682 cdl_interface CYGINT_ISO_C_TIME_TYPES {
7683     # No options implement this inferface
7684     # This value cannot be modified here.
7685     # Flavor: booldata
7686     # Current value: 0 0
7687     # Requires:  1 >= CYGINT_ISO_C_TIME_TYPES 
7688     #     CYGINT_ISO_C_TIME_TYPES == 0
7689     #   --> 1
7690
7691     # The following properties are affected by this value
7692     # interface CYGINT_ISO_C_TIME_TYPES
7693     #     Requires:  1 >= CYGINT_ISO_C_TIME_TYPES 
7694 };
7695
7696 # ISO C time types implementation header
7697 #
7698 cdl_option CYGBLD_ISO_C_TIME_TYPES_HEADER {
7699     # Flavor: booldata
7700     # No user value, uncomment the following line to provide one.
7701     # user_value 0 0
7702     # value_source default
7703     # Default value: 0 0
7704 };
7705
7706 # Number of implementations of POSIX timers
7707 #
7708 cdl_interface CYGINT_ISO_POSIX_TIMERS {
7709     # No options implement this inferface
7710     # This value cannot be modified here.
7711     # Flavor: booldata
7712     # Current value: 0 0
7713     # Requires:  1 >= CYGINT_ISO_POSIX_TIMERS 
7714     #     CYGINT_ISO_POSIX_TIMERS == 0
7715     #   --> 1
7716
7717     # The following properties are affected by this value
7718     # interface CYGINT_ISO_POSIX_TIMERS
7719     #     Requires:  1 >= CYGINT_ISO_POSIX_TIMERS 
7720 };
7721
7722 # POSIX timer implementation header
7723 #
7724 cdl_option CYGBLD_ISO_POSIX_TIMERS_HEADER {
7725     # Flavor: booldata
7726     # No user value, uncomment the following line to provide one.
7727     # user_value 0 0
7728     # value_source default
7729     # Default value: 0 0
7730 };
7731
7732 # Number of implementations of POSIX clocks
7733 #
7734 cdl_interface CYGINT_ISO_POSIX_CLOCKS {
7735     # No options implement this inferface
7736     # This value cannot be modified here.
7737     # Flavor: booldata
7738     # Current value: 0 0
7739     # Requires:  1 >= CYGINT_ISO_POSIX_CLOCKS 
7740     #     CYGINT_ISO_POSIX_CLOCKS == 0
7741     #   --> 1
7742
7743     # The following properties are affected by this value
7744     # interface CYGINT_ISO_POSIX_CLOCKS
7745     #     Requires:  1 >= CYGINT_ISO_POSIX_CLOCKS 
7746 };
7747
7748 # POSIX clocks implementation header
7749 #
7750 cdl_option CYGBLD_ISO_POSIX_CLOCKS_HEADER {
7751     # Flavor: booldata
7752     # No user value, uncomment the following line to provide one.
7753     # user_value 0 0
7754     # value_source default
7755     # Default value: 0 0
7756 };
7757
7758 # Number of implementations of ISO C clock functions
7759 #
7760 cdl_interface CYGINT_ISO_C_CLOCK_FUNCS {
7761     # No options implement this inferface
7762     # This value cannot be modified here.
7763     # Flavor: booldata
7764     # Current value: 0 0
7765     # Requires:  1 >= CYGINT_ISO_C_CLOCK_FUNCS 
7766     #     CYGINT_ISO_C_CLOCK_FUNCS == 0
7767     #   --> 1
7768
7769     # The following properties are affected by this value
7770     # interface CYGINT_ISO_C_CLOCK_FUNCS
7771     #     Requires:  1 >= CYGINT_ISO_C_CLOCK_FUNCS 
7772 };
7773
7774 # ISO C clock functions' implementation header
7775 #
7776 cdl_option CYGBLD_ISO_C_CLOCK_FUNCS_HEADER {
7777     # Flavor: booldata
7778     # No user value, uncomment the following line to provide one.
7779     # user_value 0 0
7780     # value_source default
7781     # Default value: 0 0
7782 };
7783
7784 # Number of implementations of tzset() function
7785 #
7786 cdl_interface CYGINT_ISO_TZSET {
7787     # No options implement this inferface
7788     # This value cannot be modified here.
7789     # Flavor: booldata
7790     # Current value: 0 0
7791     # Requires:  1 >= CYGINT_ISO_TZSET 
7792     #     CYGINT_ISO_TZSET == 0
7793     #   --> 1
7794
7795     # The following properties are affected by this value
7796     # interface CYGINT_ISO_TZSET
7797     #     Requires:  1 >= CYGINT_ISO_TZSET 
7798 };
7799
7800 # tzset() implementation header
7801 #
7802 cdl_option CYGBLD_ISO_TZSET_HEADER {
7803     # Flavor: booldata
7804     # No user value, uncomment the following line to provide one.
7805     # user_value 0 0
7806     # value_source default
7807     # Default value: 0 0
7808 };
7809
7810 # <
7811 # Signal functionality
7812 #
7813 cdl_component CYGPKG_ISO_SIGNAL {
7814     # There is no associated value.
7815 };
7816
7817 # >
7818 # Number of implementations of signal numbers
7819 #
7820 cdl_interface CYGINT_ISO_SIGNAL_NUMBERS {
7821     # No options implement this inferface
7822     # This value cannot be modified here.
7823     # Flavor: data
7824     # Current_value: 0
7825     # Requires:  1 >= CYGINT_ISO_SIGNAL_NUMBERS 
7826     #     CYGINT_ISO_SIGNAL_NUMBERS == 0
7827     #   --> 1
7828
7829     # The following properties are affected by this value
7830     # interface CYGINT_ISO_SIGNAL_NUMBERS
7831     #     Requires:  1 >= CYGINT_ISO_SIGNAL_NUMBERS 
7832 };
7833
7834 # Signal numbering implementation header
7835 # This header provides the mapping of signal
7836 # names (e.g. SIGBUS) to numbers.
7837 #
7838 cdl_option CYGBLD_ISO_SIGNAL_NUMBERS_HEADER {
7839     # Flavor: booldata
7840     # No user value, uncomment the following line to provide one.
7841     # user_value 0 0
7842     # value_source default
7843     # Default value: 0 0
7844 };
7845
7846 # Number of signal implementations
7847 #
7848 cdl_interface CYGINT_ISO_SIGNAL_IMPL {
7849     # No options implement this inferface
7850     # This value cannot be modified here.
7851     # Flavor: data
7852     # Current_value: 0
7853     # Requires:  1 >= CYGINT_ISO_SIGNAL_IMPL 
7854     #     CYGINT_ISO_SIGNAL_IMPL == 0
7855     #   --> 1
7856
7857     # The following properties are affected by this value
7858     # interface CYGINT_ISO_SIGNAL_IMPL
7859     #     Requires:  1 >= CYGINT_ISO_SIGNAL_IMPL 
7860 };
7861
7862 # Signals implementation header
7863 #
7864 cdl_option CYGBLD_ISO_SIGNAL_IMPL_HEADER {
7865     # Flavor: booldata
7866     # No user value, uncomment the following line to provide one.
7867     # user_value 0 0
7868     # value_source default
7869     # Default value: 0 0
7870 };
7871
7872 # POSIX real time signals feature test macro
7873 # This defines the POSIX feature test macro
7874 # that indicates that the POSIX real time signals
7875 # are present.
7876 #
7877 cdl_interface CYGINT_POSIX_REALTIME_SIGNALS {
7878     # No options implement this inferface
7879     # This value cannot be modified here.
7880     # Flavor: data
7881     # Current_value: 0
7882     # Requires:  1 >= CYGINT_POSIX_REALTIME_SIGNALS 
7883     #     CYGINT_POSIX_REALTIME_SIGNALS == 0
7884     #   --> 1
7885
7886     # The following properties are affected by this value
7887     # interface CYGINT_POSIX_REALTIME_SIGNALS
7888     #     Requires:  1 >= CYGINT_POSIX_REALTIME_SIGNALS 
7889 };
7890
7891 # <
7892 # Non-local jumps functionality
7893 #
7894 cdl_component CYGPKG_ISO_SETJMP {
7895     # There is no associated value.
7896 };
7897
7898 # >
7899 # setjmp() / longjmp() implementations
7900 #
7901 cdl_interface CYGINT_ISO_SETJMP {
7902     # No options implement this inferface
7903     # This value cannot be modified here.
7904     # Flavor: data
7905     # Current_value: 0
7906     # Requires:  1 >= CYGINT_ISO_SETJMP 
7907     #     CYGINT_ISO_SETJMP == 0
7908     #   --> 1
7909
7910     # The following properties are affected by this value
7911     # interface CYGINT_ISO_SETJMP
7912     #     Requires:  1 >= CYGINT_ISO_SETJMP 
7913 };
7914
7915 # setjmp() / longjmp() implementation header
7916 #
7917 cdl_option CYGBLD_ISO_SETJMP_HEADER {
7918     # Flavor: booldata
7919     # No user value, uncomment the following line to provide one.
7920     # user_value 0 0
7921     # value_source default
7922     # Default value: 0 0
7923 };
7924
7925 # sigsetjmp() / siglongjmp() implementations
7926 #
7927 cdl_interface CYGINT_ISO_SIGSETJMP {
7928     # No options implement this inferface
7929     # This value cannot be modified here.
7930     # Flavor: data
7931     # Current_value: 0
7932     # Requires:  1 >= CYGINT_ISO_SIGSETJMP 
7933     #     CYGINT_ISO_SIGSETJMP == 0
7934     #   --> 1
7935
7936     # The following properties are affected by this value
7937     # interface CYGINT_ISO_SIGSETJMP
7938     #     Requires:  1 >= CYGINT_ISO_SIGSETJMP 
7939 };
7940
7941 # sigsetjmp() / siglongjmp() implementation header
7942 #
7943 cdl_option CYGBLD_ISO_SIGSETJMP_HEADER {
7944     # Flavor: booldata
7945     # No user value, uncomment the following line to provide one.
7946     # user_value 0 0
7947     # value_source default
7948     # Default value: 0 0
7949 };
7950
7951 # <
7952 # Assertions implementation header
7953 #
7954 cdl_option CYGBLD_ISO_ASSERT_HEADER {
7955     # Flavor: booldata
7956     # No user value, uncomment the following line to provide one.
7957     # user_value 0 0
7958     # value_source default
7959     # Default value: 0 0
7960 };
7961
7962 # POSIX file control
7963 # This covers the POSIX file control definitions,
7964 # normally found in <fcntl.h>
7965 #
7966 cdl_component CYGPKG_ISO_POSIX_FCNTL {
7967     # There is no associated value.
7968 };
7969
7970 # >
7971 # POSIX open flags implementation header
7972 #
7973 cdl_option CYGBLD_ISO_OFLAG_HEADER {
7974     # Flavor: booldata
7975     # No user value, uncomment the following line to provide one.
7976     # user_value 0 0
7977     # value_source default
7978     # Default value: 0 0
7979 };
7980
7981 # POSIX fcntl() implementations
7982 #
7983 cdl_interface CYGINT_ISO_FCNTL {
7984     # No options implement this inferface
7985     # This value cannot be modified here.
7986     # Flavor: data
7987     # Current_value: 0
7988     # Requires:  1 >= CYGINT_ISO_FCNTL 
7989     #     CYGINT_ISO_FCNTL == 0
7990     #   --> 1
7991
7992     # The following properties are affected by this value
7993     # interface CYGINT_ISO_FCNTL
7994     #     Requires:  1 >= CYGINT_ISO_FCNTL 
7995 };
7996
7997 # POSIX fcntl() implementation header
7998 #
7999 cdl_option CYGBLD_ISO_FCNTL_HEADER {
8000     # Flavor: booldata
8001     # No user value, uncomment the following line to provide one.
8002     # user_value 0 0
8003     # value_source default
8004     # Default value: 0 0
8005 };
8006
8007 # POSIX file open implementations
8008 #
8009 cdl_interface CYGINT_ISO_OPEN {
8010     # No options implement this inferface
8011     # This value cannot be modified here.
8012     # Flavor: data
8013     # Current_value: 0
8014     # Requires:  1 >= CYGINT_ISO_OPEN 
8015     #     CYGINT_ISO_OPEN == 0
8016     #   --> 1
8017
8018     # The following properties are affected by this value
8019     # interface CYGINT_ISO_OPEN
8020     #     Requires:  1 >= CYGINT_ISO_OPEN 
8021 };
8022
8023 # POSIX file open implementation header
8024 #
8025 cdl_option CYGBLD_ISO_OPEN_HEADER {
8026     # Flavor: booldata
8027     # No user value, uncomment the following line to provide one.
8028     # user_value 0 0
8029     # value_source default
8030     # Default value: 0 0
8031 };
8032
8033 # <
8034 # <sys/stat.h> definitions implementation header
8035 #
8036 cdl_option CYGBLD_ISO_STAT_DEFS_HEADER {
8037     # Flavor: booldata
8038     # No user value, uncomment the following line to provide one.
8039     # user_value 0 0
8040     # value_source default
8041     # Default value: 0 0
8042 };
8043
8044 # POSIX directory reading implementation
8045 #
8046 cdl_interface CYGINT_ISO_DIRENT {
8047     # No options implement this inferface
8048     # This value cannot be modified here.
8049     # Flavor: data
8050     # Current_value: 0
8051     # Requires:  1 >= CYGINT_ISO_DIRENT 
8052     #     CYGINT_ISO_DIRENT == 0
8053     #   --> 1
8054
8055     # The following properties are affected by this value
8056     # interface CYGINT_ISO_DIRENT
8057     #     Requires:  1 >= CYGINT_ISO_DIRENT 
8058 };
8059
8060 # <dirent.h> definitions implementation header
8061 #
8062 cdl_option CYGBLD_ISO_DIRENT_HEADER {
8063     # Flavor: booldata
8064     # No user value, uncomment the following line to provide one.
8065     # user_value 0 0
8066     # value_source default
8067     # Default value: 0 0
8068 };
8069
8070 # POSIX <sys/types.h> contents
8071 # This covers the types required by POSIX to be in
8072 # <sys/types.h>
8073 #
8074 cdl_component CYGPKG_ISO_POSIX_TYPES {
8075     # There is no associated value.
8076 };
8077
8078 # >
8079 # POSIX thread types implementations
8080 #
8081 cdl_interface CYGINT_ISO_PTHREADTYPES {
8082     # No options implement this inferface
8083     # This value cannot be modified here.
8084     # Flavor: data
8085     # Current_value: 0
8086     # Requires:  1 >= CYGINT_ISO_PTHREADTYPES 
8087     #     CYGINT_ISO_PTHREADTYPES == 0
8088     #   --> 1
8089
8090     # The following properties are affected by this value
8091     # interface CYGINT_ISO_PTHREADTYPES
8092     #     Requires:  1 >= CYGINT_ISO_PTHREADTYPES 
8093     # interface CYGINT_ISO_PMUTEXTYPES
8094     #     Requires:  1 >= CYGINT_ISO_PTHREADTYPES 
8095 };
8096
8097 # POSIX thread types implementation header
8098 #
8099 cdl_option CYGBLD_ISO_PTHREADTYPES_HEADER {
8100     # Flavor: booldata
8101     # No user value, uncomment the following line to provide one.
8102     # user_value 0 0
8103     # value_source default
8104     # Default value: 0 0
8105 };
8106
8107 # POSIX mutex types implementations
8108 #
8109 cdl_interface CYGINT_ISO_PMUTEXTYPES {
8110     # No options implement this inferface
8111     # This value cannot be modified here.
8112     # Flavor: data
8113     # Current_value: 0
8114     # Requires:  1 >= CYGINT_ISO_PTHREADTYPES 
8115     #     CYGINT_ISO_PTHREADTYPES == 0
8116     #   --> 1
8117 };
8118
8119 # POSIX mutex types implementation header
8120 #
8121 cdl_option CYGBLD_ISO_PMUTEXTYPES_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 # ssize_t implementation header
8130 #
8131 cdl_option CYGBLD_ISO_SSIZE_T_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 # Filesystem types implementation header
8140 #
8141 cdl_option CYGBLD_ISO_FSTYPES_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 # gid_t, pid_t, uid_t implementation header
8150 #
8151 cdl_option CYGBLD_ISO_SCHEDTYPES_HEADER {
8152     # Flavor: booldata
8153     # No user value, uncomment the following line to provide one.
8154     # user_value 0 0
8155     # value_source default
8156     # Default value: 0 0
8157 };
8158
8159 # <
8160 # Non-POSIX <sys/types.h> contents
8161 # This covers the extra types required by non-POSIX
8162 # packages to be in <sys/types.h>. These would normally
8163 # only be visible if _POSIX_SOURCE is not defined.
8164 #
8165 cdl_component CYGPKG_ISO_EXTRA_TYPES {
8166     # There is no associated value.
8167 };
8168
8169 # >
8170 # BSD compatible types
8171 #
8172 cdl_interface CYGINT_ISO_BSDTYPES {
8173     # No options implement this inferface
8174     # This value cannot be modified here.
8175     # Flavor: data
8176     # Current_value: 0
8177     # Requires:  1 >= CYGINT_ISO_BSDTYPES 
8178     #     CYGINT_ISO_BSDTYPES == 0
8179     #   --> 1
8180
8181     # The following properties are affected by this value
8182     # interface CYGINT_ISO_BSDTYPES
8183     #     Requires:  1 >= CYGINT_ISO_BSDTYPES 
8184 };
8185
8186 # BSD types header
8187 #
8188 cdl_option CYGBLD_ISO_BSDTYPES_HEADER {
8189     # Flavor: booldata
8190     # No user value, uncomment the following line to provide one.
8191     # user_value 0 0
8192     # value_source default
8193     # Default value: 0 0
8194 };
8195
8196 # <
8197 # Utsname structure
8198 #
8199 cdl_component CYGPKG_ISO_UTSNAME {
8200     # There is no associated value.
8201 };
8202
8203 # >
8204 # Utsname header
8205 #
8206 cdl_option CYGBLD_ISO_UTSNAME_HEADER {
8207     # Flavor: booldata
8208     # No user value, uncomment the following line to provide one.
8209     # user_value 0 0
8210     # value_source default
8211     # Default value: 0 0
8212 };
8213
8214 # <
8215 # POSIX scheduler
8216 #
8217 cdl_component CYGPKG_ISO_SCHED {
8218     # There is no associated value.
8219 };
8220
8221 # >
8222 # POSIX scheduler implementations
8223 #
8224 cdl_interface CYGINT_ISO_SCHED_IMPL {
8225     # No options implement this inferface
8226     # This value cannot be modified here.
8227     # Flavor: data
8228     # Current_value: 0
8229     # Requires:  1 >= CYGINT_ISO_SCHED_IMPL 
8230     #     CYGINT_ISO_SCHED_IMPL == 0
8231     #   --> 1
8232
8233     # The following properties are affected by this value
8234     # interface CYGINT_ISO_SCHED_IMPL
8235     #     Requires:  1 >= CYGINT_ISO_SCHED_IMPL 
8236 };
8237
8238 # POSIX scheduler implementation header
8239 #
8240 cdl_option CYGBLD_ISO_SCHED_IMPL_HEADER {
8241     # Flavor: booldata
8242     # No user value, uncomment the following line to provide one.
8243     # user_value 0 0
8244     # value_source default
8245     # Default value: 0 0
8246 };
8247
8248 # <
8249 # POSIX semaphores
8250 #
8251 cdl_component CYGPKG_ISO_SEMAPHORES {
8252     # There is no associated value.
8253 };
8254
8255 # >
8256 # POSIX semaphore implementations
8257 #
8258 cdl_interface CYGINT_ISO_SEMAPHORES {
8259     # No options implement this inferface
8260     # This value cannot be modified here.
8261     # Flavor: data
8262     # Current_value: 0
8263     # Requires:  1 >= CYGINT_ISO_SEMAPHORES 
8264     #     CYGINT_ISO_SEMAPHORES == 0
8265     #   --> 1
8266
8267     # The following properties are affected by this value
8268     # interface CYGINT_ISO_SEMAPHORES
8269     #     Requires:  1 >= CYGINT_ISO_SEMAPHORES 
8270 };
8271
8272 # POSIX semaphore implementation header
8273 #
8274 cdl_option CYGBLD_ISO_SEMAPHORES_HEADER {
8275     # Flavor: booldata
8276     # No user value, uncomment the following line to provide one.
8277     # user_value 0 0
8278     # value_source default
8279     # Default value: 0 0
8280 };
8281
8282 # <
8283 # POSIX message queues
8284 #
8285 cdl_component CYGPKG_ISO_MQUEUE {
8286     # There is no associated value.
8287 };
8288
8289 # >
8290 # Implementations
8291 #
8292 cdl_interface CYGINT_ISO_MQUEUE {
8293     # No options implement this inferface
8294     # This value cannot be modified here.
8295     # Flavor: data
8296     # Current_value: 0
8297     # Requires:  1 >= CYGINT_ISO_MQUEUE 
8298     #     CYGINT_ISO_MQUEUE == 0
8299     #   --> 1
8300
8301     # The following properties are affected by this value
8302     # interface CYGINT_ISO_MQUEUE
8303     #     Requires:  1 >= CYGINT_ISO_MQUEUE 
8304     # option CYGNUM_ISO_MQUEUE_OPEN_MAX
8305     #     ActiveIf: CYGINT_ISO_MQUEUE
8306     # option CYGNUM_ISO_MQUEUE_PRIO_MAX
8307     #     ActiveIf: CYGINT_ISO_MQUEUE
8308 };
8309
8310 # Implementation header
8311 #
8312 cdl_option CYGBLD_ISO_MQUEUE_HEADER {
8313     # Flavor: booldata
8314     # No user value, uncomment the following line to provide one.
8315     # user_value 0 0
8316     # value_source default
8317     # Default value: 0 0
8318 };
8319
8320 # Maximum number of open message queues
8321 #
8322 cdl_option CYGNUM_ISO_MQUEUE_OPEN_MAX {
8323     # This option is not active
8324     # ActiveIf constraint: CYGINT_ISO_MQUEUE
8325     #     CYGINT_ISO_MQUEUE == 0
8326     #   --> 0
8327
8328     # Flavor: booldata
8329     # No user value, uncomment the following line to provide one.
8330     # user_value 0 0
8331     # value_source default
8332     # Default value:  CYGNUM_POSIX_MQUEUE_OPEN_MAX > 0 ? CYGNUM_POSIX_MQUEUE_OPEN_MAX : 0 
8333     #     CYGNUM_POSIX_MQUEUE_OPEN_MAX (unknown) == 0
8334     #     CYGNUM_POSIX_MQUEUE_OPEN_MAX (unknown) == 0
8335     #   --> 0 0
8336 };
8337
8338 # Maximum number of message priorities
8339 #
8340 cdl_option CYGNUM_ISO_MQUEUE_PRIO_MAX {
8341     # This option is not active
8342     # ActiveIf constraint: CYGINT_ISO_MQUEUE
8343     #     CYGINT_ISO_MQUEUE == 0
8344     #   --> 0
8345
8346     # Flavor: booldata
8347     # No user value, uncomment the following line to provide one.
8348     # user_value 1 65535
8349     # value_source default
8350     # Default value: 1 65535
8351 };
8352
8353 # <
8354 # POSIX threads
8355 #
8356 cdl_component CYGPKG_ISO_PTHREAD {
8357     # There is no associated value.
8358 };
8359
8360 # >
8361 # POSIX pthread implementations
8362 #
8363 cdl_interface CYGINT_ISO_PTHREAD_IMPL {
8364     # No options implement this inferface
8365     # This value cannot be modified here.
8366     # Flavor: booldata
8367     # Current value: 0 0
8368     # Requires:  1 >= CYGINT_ISO_PTHREAD_IMPL 
8369     #     CYGINT_ISO_PTHREAD_IMPL == 0
8370     #   --> 1
8371
8372     # The following properties are affected by this value
8373     # interface CYGINT_ISO_PTHREAD_IMPL
8374     #     Requires:  1 >= CYGINT_ISO_PTHREAD_IMPL 
8375 };
8376
8377 # POSIX pthread implementation header
8378 #
8379 cdl_option CYGBLD_ISO_PTHREAD_IMPL_HEADER {
8380     # Flavor: booldata
8381     # No user value, uncomment the following line to provide one.
8382     # user_value 0 0
8383     # value_source default
8384     # Default value: 0 0
8385 };
8386
8387 # POSIX mutex/cond var implementations
8388 #
8389 cdl_interface CYGINT_ISO_PTHREAD_MUTEX {
8390     # No options implement this inferface
8391     # This value cannot be modified here.
8392     # Flavor: booldata
8393     # Current value: 0 0
8394     # Requires:  1 >= CYGINT_ISO_PTHREAD_MUTEX 
8395     #     CYGINT_ISO_PTHREAD_MUTEX == 0
8396     #   --> 1
8397
8398     # The following properties are affected by this value
8399     # interface CYGINT_ISO_PTHREAD_MUTEX
8400     #     Requires:  1 >= CYGINT_ISO_PTHREAD_MUTEX 
8401 };
8402
8403 # POSIX mutex/cond var implementation header
8404 #
8405 cdl_option CYGBLD_ISO_PTHREAD_MUTEX_HEADER {
8406     # Flavor: booldata
8407     # No user value, uncomment the following line to provide one.
8408     # user_value 0 0
8409     # value_source default
8410     # Default value: 0 0
8411 };
8412
8413 # <
8414 # Limits
8415 #
8416 cdl_component CYGPKG_ISO_LIMITS {
8417     # There is no associated value.
8418 };
8419
8420 # >
8421 # POSIX pthread limits implementations
8422 #
8423 cdl_interface CYGINT_ISO_POSIX_LIMITS {
8424     # No options implement this inferface
8425     # This value cannot be modified here.
8426     # Flavor: data
8427     # Current_value: 0
8428     # Requires:  1 >= CYGINT_ISO_POSIX_LIMITS 
8429     #     CYGINT_ISO_POSIX_LIMITS == 0
8430     #   --> 1
8431
8432     # The following properties are affected by this value
8433     # interface CYGINT_ISO_POSIX_LIMITS
8434     #     Requires:  1 >= CYGINT_ISO_POSIX_LIMITS 
8435 };
8436
8437 # POSIX pthread limits implementation header
8438 #
8439 cdl_option CYGBLD_ISO_POSIX_LIMITS_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 # OPEN_MAX implementation header
8448 #
8449 cdl_option CYGBLD_ISO_OPEN_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 # LINK_MAX implementation header
8458 #
8459 cdl_option CYGBLD_ISO_LINK_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 # NAME_MAX implementation header
8468 #
8469 cdl_option CYGBLD_ISO_NAME_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 # PATH_MAX implementation header
8478 #
8479 cdl_option CYGBLD_ISO_PATH_MAX_HEADER {
8480     # Flavor: booldata
8481     # No user value, uncomment the following line to provide one.
8482     # user_value 0 0
8483     # value_source default
8484     # Default value: 0 0
8485 };
8486
8487 # <
8488 # POSIX termios
8489 #
8490 cdl_component CYGPKG_ISO_TERMIOS {
8491     # There is no associated value.
8492 };
8493
8494 # >
8495 # POSIX termios implementations
8496 #
8497 cdl_interface CYGINT_ISO_TERMIOS {
8498     # No options implement this inferface
8499     # This value cannot be modified here.
8500     # Flavor: data
8501     # Current_value: 0
8502     # Requires:  1 >= CYGINT_ISO_TERMIOS 
8503     #     CYGINT_ISO_TERMIOS == 0
8504     #   --> 1
8505
8506     # The following properties are affected by this value
8507     # interface CYGINT_ISO_TERMIOS
8508     #     Requires:  1 >= CYGINT_ISO_TERMIOS 
8509 };
8510
8511 # POSIX termios implementation header
8512 #
8513 cdl_option CYGBLD_ISO_TERMIOS_HEADER {
8514     # Flavor: booldata
8515     # No user value, uncomment the following line to provide one.
8516     # user_value 0 0
8517     # value_source default
8518     # Default value: 0 0
8519 };
8520
8521 # <
8522 # Dynamic load API
8523 #
8524 cdl_component CYGPKG_ISO_DLFCN {
8525     # There is no associated value.
8526 };
8527
8528 # >
8529 # Dynamic load implementations
8530 #
8531 cdl_interface CYGINT_ISO_DLFCN {
8532     # No options implement this inferface
8533     # This value cannot be modified here.
8534     # Flavor: data
8535     # Current_value: 0
8536     # Requires:  1 >= CYGINT_ISO_DLFCN 
8537     #     CYGINT_ISO_DLFCN == 0
8538     #   --> 1
8539
8540     # The following properties are affected by this value
8541     # interface CYGINT_ISO_DLFCN
8542     #     Requires:  1 >= CYGINT_ISO_DLFCN 
8543 };
8544
8545 # Dynamic load implementation header
8546 #
8547 cdl_option CYGBLD_ISO_DLFCN_HEADER {
8548     # Flavor: booldata
8549     # No user value, uncomment the following line to provide one.
8550     # user_value 0 0
8551     # value_source default
8552     # Default value: 0 0
8553 };
8554
8555 # <
8556 # UNIX standard functions
8557 #
8558 cdl_component CYGPKG_ISO_UNISTD {
8559     # There is no associated value.
8560 };
8561
8562 # >
8563 # POSIX timer operations implementations
8564 #
8565 cdl_interface CYGINT_ISO_POSIX_TIMER_OPS {
8566     # No options implement this inferface
8567     # This value cannot be modified here.
8568     # Flavor: booldata
8569     # Current value: 0 0
8570     # Requires:  1 >= CYGINT_ISO_POSIX_TIMER_OPS 
8571     #     CYGINT_ISO_POSIX_TIMER_OPS == 0
8572     #   --> 1
8573
8574     # The following properties are affected by this value
8575     # interface CYGINT_ISO_POSIX_TIMER_OPS
8576     #     Requires:  1 >= CYGINT_ISO_POSIX_TIMER_OPS 
8577 };
8578
8579 # POSIX timer operations implementation header
8580 #
8581 cdl_option CYGBLD_ISO_POSIX_TIMER_OPS_HEADER {
8582     # Flavor: booldata
8583     # No user value, uncomment the following line to provide one.
8584     # user_value 0 0
8585     # value_source default
8586     # Default value: 0 0
8587 };
8588
8589 # POSIX sleep() implementations
8590 #
8591 cdl_interface CYGINT_ISO_POSIX_SLEEP {
8592     # No options implement this inferface
8593     # This value cannot be modified here.
8594     # Flavor: booldata
8595     # Current value: 0 0
8596     # Requires:  1 >= CYGINT_ISO_POSIX_SLEEP 
8597     #     CYGINT_ISO_POSIX_SLEEP == 0
8598     #   --> 1
8599
8600     # The following properties are affected by this value
8601     # interface CYGINT_ISO_POSIX_SLEEP
8602     #     Requires:  1 >= CYGINT_ISO_POSIX_SLEEP 
8603 };
8604
8605 # POSIX sleep() implementation header
8606 #
8607 cdl_option CYGBLD_ISO_POSIX_SLEEP_HEADER {
8608     # Flavor: booldata
8609     # No user value, uncomment the following line to provide one.
8610     # user_value 0 0
8611     # value_source default
8612     # Default value: 0 0
8613 };
8614
8615 # <
8616 # select()/poll() functions
8617 #
8618 cdl_component CYGPKG_ISO_SELECT {
8619     # There is no associated value.
8620 };
8621
8622 # >
8623 # select() implementations
8624 #
8625 cdl_interface CYGINT_ISO_SELECT {
8626     # No options implement this inferface
8627     # This value cannot be modified here.
8628     # Flavor: booldata
8629     # Current value: 0 0
8630     # Requires:  1 >= CYGINT_ISO_SELECT 
8631     #     CYGINT_ISO_SELECT == 0
8632     #   --> 1
8633
8634     # The following properties are affected by this value
8635     # interface CYGINT_ISO_SELECT
8636     #     Requires:  1 >= CYGINT_ISO_SELECT 
8637 };
8638
8639 # select() implementation header
8640 #
8641 cdl_option CYGBLD_ISO_SELECT_HEADER {
8642     # Flavor: booldata
8643     # No user value, uncomment the following line to provide one.
8644     # user_value 0 0
8645     # value_source default
8646     # Default value: 0 0
8647 };
8648
8649 # poll() implementations
8650 #
8651 cdl_interface CYGINT_ISO_POLL {
8652     # No options implement this inferface
8653     # This value cannot be modified here.
8654     # Flavor: booldata
8655     # Current value: 0 0
8656     # Requires:  1 >= CYGINT_ISO_POLL 
8657     #     CYGINT_ISO_POLL == 0
8658     #   --> 1
8659
8660     # The following properties are affected by this value
8661     # interface CYGINT_ISO_POLL
8662     #     Requires:  1 >= CYGINT_ISO_POLL 
8663 };
8664
8665 # poll() implementation header
8666 #
8667 cdl_option CYGBLD_ISO_POLL_HEADER {
8668     # Flavor: booldata
8669     # No user value, uncomment the following line to provide one.
8670     # user_value 0 0
8671     # value_source default
8672     # Default value: 0 0
8673 };
8674
8675 # <
8676 # NetDB utility functions
8677 #
8678 cdl_component CYGPKG_ISO_NETDB {
8679     # There is no associated value.
8680 };
8681
8682 # >
8683 # DNS implementations
8684 #
8685 cdl_interface CYGINT_ISO_DNS {
8686     # No options implement this inferface
8687     # This value cannot be modified here.
8688     # Flavor: bool
8689     # Current value: 0
8690     # Requires:  1 >= CYGINT_ISO_DNS 
8691     #     CYGINT_ISO_DNS == 0
8692     #   --> 1
8693
8694     # The following properties are affected by this value
8695     # interface CYGINT_ISO_DNS
8696     #     Requires:  1 >= CYGINT_ISO_DNS 
8697 };
8698
8699 # DNS implementation header
8700 #
8701 cdl_option CYGBLD_ISO_DNS_HEADER {
8702     # Flavor: booldata
8703     # No user value, uncomment the following line to provide one.
8704     # user_value 0 0
8705     # value_source default
8706     # Default value: 0 0
8707 };
8708
8709 # Protocol network database implementations
8710 #
8711 cdl_interface CYGINT_ISO_NETDB_PROTO {
8712     # No options implement this inferface
8713     # This value cannot be modified here.
8714     # Flavor: bool
8715     # Current value: 0
8716     # Requires:  1 >= CYGINT_ISO_NETDB_PROTO 
8717     #     CYGINT_ISO_NETDB_PROTO == 0
8718     #   --> 1
8719
8720     # The following properties are affected by this value
8721     # interface CYGINT_ISO_NETDB_PROTO
8722     #     Requires:  1 >= CYGINT_ISO_NETDB_PROTO 
8723 };
8724
8725 # Protocol network database implementation header
8726 #
8727 cdl_option CYGBLD_ISO_NETDB_PROTO_HEADER {
8728     # Flavor: booldata
8729     # No user value, uncomment the following line to provide one.
8730     # user_value 0 0
8731     # value_source default
8732     # Default value: 0 0
8733 };
8734
8735 # Services network database implementations
8736 #
8737 cdl_interface CYGINT_ISO_NETDB_SERV {
8738     # No options implement this inferface
8739     # This value cannot be modified here.
8740     # Flavor: bool
8741     # Current value: 0
8742     # Requires:  1 >= CYGINT_ISO_NETDB_SERV 
8743     #     CYGINT_ISO_NETDB_SERV == 0
8744     #   --> 1
8745
8746     # The following properties are affected by this value
8747     # interface CYGINT_ISO_NETDB_SERV
8748     #     Requires:  1 >= CYGINT_ISO_NETDB_SERV 
8749 };
8750
8751 # Services network database implementation header
8752 #
8753 cdl_option CYGBLD_ISO_NETDB_SERV_HEADER {
8754     # Flavor: booldata
8755     # No user value, uncomment the following line to provide one.
8756     # user_value 0 0
8757     # value_source default
8758     # Default value: 0 0
8759 };
8760
8761 # <
8762 # Build options
8763 # Package specific build options including control over
8764 # compiler flags used only in building this package,
8765 # and details of which tests are built.
8766 #
8767 cdl_component CYGPKG_ISOINFRA_OPTIONS {
8768     # There is no associated value.
8769 };
8770
8771 # >
8772 # Additional compiler flags
8773 # This option modifies the set of compiler flags for
8774 # building the ISO C and POSIX infrastructure package.
8775 # These flags are used in addition to the set of global flags.
8776 #
8777 cdl_option CYGPKG_ISOINFRA_CFLAGS_ADD {
8778     # Flavor: data
8779     # No user value, uncomment the following line to provide one.
8780     # user_value ""
8781     # value_source default
8782     # Default value: ""
8783 };
8784
8785 # Suppressed compiler flags
8786 # This option modifies the set of compiler flags for
8787 # building the ISO C and POSIX infrastructure package.
8788 # These flags are removed from the set of global flags
8789 # if present.
8790 #
8791 cdl_option CYGPKG_ISOINFRA_CFLAGS_REMOVE {
8792     # Flavor: data
8793     # No user value, uncomment the following line to provide one.
8794     # user_value ""
8795     # value_source default
8796     # Default value: ""
8797 };
8798
8799 # <
8800 # <
8801 # Compute CRCs
8802 # doc: ref/services-crc.html
8803 # This package provides support for CRC calculation. Currently 
8804 # this is the POSIX 1003 defined CRC algorithm, a 32 CRC by 
8805 # Gary S. Brown, and a 16 bit CRC.
8806 #
8807 cdl_package CYGPKG_CRC {
8808     # Packages cannot be added or removed, nor can their version be changed,
8809     # simply by editing their value. Instead the appropriate configuration
8810     # should be used to perform these actions.
8811
8812     # This value cannot be modified here.
8813     # Flavor: booldata
8814     # Current value: 1 current
8815
8816     # The following properties are affected by this value
8817     # package CYGPKG_COMPRESS_ZLIB
8818     #     Requires: CYGPKG_CRC
8819 };
8820
8821 # >
8822 # POSIX CRC tests
8823 #
8824 cdl_option CYGPKG_CRC_TESTS {
8825     # Calculated value:  "tests/crc_test" 
8826     # Flavor: data
8827     # Current_value: tests/crc_test
8828 };
8829
8830 # <
8831 # Zlib compress and decompress package
8832 # This package provides support for compression and
8833 # decompression.
8834 #
8835 cdl_package CYGPKG_COMPRESS_ZLIB {
8836     # Packages cannot be added or removed, nor can their version be changed,
8837     # simply by editing their value. Instead the appropriate configuration
8838     # should be used to perform these actions.
8839
8840     # This value cannot be modified here.
8841     # Flavor: booldata
8842     # Current value: 1 current
8843     # Requires: CYGPKG_ISOINFRA
8844     #     CYGPKG_ISOINFRA == current
8845     #   --> 1
8846     # Requires: CYGPKG_CRC
8847     #     CYGPKG_CRC == current
8848     #   --> 1
8849
8850     # The following properties are affected by this value
8851     # component CYGBLD_BUILD_REDBOOT_WITH_ZLIB
8852     #     ActiveIf: CYGPKG_COMPRESS_ZLIB
8853 };
8854
8855 # >
8856 # Override memory allocation routines.
8857 #
8858 cdl_interface CYGINT_COMPRESS_ZLIB_LOCAL_ALLOC {
8859     # Implemented by CYGBLD_BUILD_REDBOOT_WITH_ZLIB, active, enabled
8860     # This value cannot be modified here.
8861     # Flavor: data
8862     # Current_value: 1
8863
8864     # The following properties are affected by this value
8865     # option CYGSEM_COMPRESS_ZLIB_NEEDS_MALLOC
8866     #     ActiveIf:  CYGINT_COMPRESS_ZLIB_LOCAL_ALLOC == 0 
8867 };
8868
8869 # Should deflate() produce 'gzip' compatible output?
8870 # If this option is set then the output of calling deflate()
8871 # will be wrapped up as a 'gzip' compatible file.
8872 #
8873 cdl_option CYGSEM_COMPRESS_ZLIB_DEFLATE_MAKES_GZIP {
8874     # Flavor: bool
8875     # No user value, uncomment the following line to provide one.
8876     # user_value 1
8877     # value_source default
8878     # Default value: 1
8879 };
8880
8881 # Does this library need malloc?
8882 # This pseudo-option will force the memalloc library to be
8883 # required iff the application does not provide it's own
8884 # infrastructure.
8885 #
8886 cdl_option CYGSEM_COMPRESS_ZLIB_NEEDS_MALLOC {
8887     # This option is not active
8888     # ActiveIf constraint:  CYGINT_COMPRESS_ZLIB_LOCAL_ALLOC == 0 
8889     #     CYGINT_COMPRESS_ZLIB_LOCAL_ALLOC == 1
8890     #   --> 0
8891
8892     # Flavor: bool
8893     # No user value, uncomment the following line to provide one.
8894     # user_value 1
8895     # value_source default
8896     # Default value: 1
8897     # Requires: CYGPKG_MEMALLOC
8898     #     CYGPKG_MEMALLOC == current
8899     #   --> 1
8900 };
8901
8902 # Include stdio-like utility functions
8903 # This option enables the stdio-like zlib utility functions
8904 # (gzread/gzwrite and friends) provided in gzio.c.
8905 #
8906 cdl_option CYGFUN_COMPRESS_ZLIB_GZIO {
8907     # Flavor: bool
8908     # No user value, uncomment the following line to provide one.
8909     # user_value 0
8910     # value_source default
8911     # Default value:  CYGPKG_LIBC_STDIO_OPEN ? 1 : 0 
8912     #     CYGPKG_LIBC_STDIO_OPEN (unknown) == 0
8913     #   --> 0
8914     # Requires: CYGINT_ISO_STDIO_FILEPOS
8915     #     CYGINT_ISO_STDIO_FILEPOS == 0
8916     #   --> 0
8917     # Requires: CYGINT_ISO_STRING_STRFUNCS
8918     #     CYGINT_ISO_STRING_STRFUNCS == 1
8919     #   --> 1
8920     # Requires: CYGINT_ISO_STDIO_FORMATTED_IO
8921     #     CYGINT_ISO_STDIO_FORMATTED_IO == 0
8922     #   --> 0
8923     # Requires: CYGINT_ISO_STDIO_FILEACCESS
8924     #     CYGINT_ISO_STDIO_FILEACCESS == 0
8925     #   --> 0
8926 };
8927
8928 # Zlib compress and decompress package build options
8929 # Package specific build options including control over
8930 # compiler flags used only in building this package,
8931 # and details of which tests are built.
8932 #
8933 cdl_component CYGPKG_COMPRESS_ZLIB_OPTIONS {
8934     # There is no associated value.
8935 };
8936
8937 # >
8938 # Additional compiler flags
8939 # This option modifies the set of compiler flags for
8940 # building this package. These flags are used in addition
8941 # to the set of global flags.
8942 #
8943 cdl_option CYGPKG_COMPRESS_ZLIB_CFLAGS_ADD {
8944     # Flavor: data
8945     # No user value, uncomment the following line to provide one.
8946     # user_value "-D__ECOS__ -DNO_ERRNO_H"
8947     # value_source default
8948     # Default value: "-D__ECOS__ -DNO_ERRNO_H"
8949 };
8950
8951 # Suppressed compiler flags
8952 # This option modifies the set of compiler flags for
8953 # building this package. These flags are removed from
8954 # the set of global flags if present.
8955 #
8956 cdl_option CYGPKG_COMPRESS_ZLIB_CFLAGS_REMOVE {
8957     # Flavor: data
8958     # No user value, uncomment the following line to provide one.
8959     # user_value -Wstrict-prototypes
8960     # value_source default
8961     # Default value: -Wstrict-prototypes
8962 };
8963
8964 # Additional compiler flags
8965 # This option modifies the set of compiler flags for
8966 # building this package. These flags are used in addition
8967 # to the set of global flags.
8968 #
8969 cdl_option CYGPKG_COMPRESS_ZLIB_LDFLAGS_ADD {
8970     # Flavor: data
8971     # No user value, uncomment the following line to provide one.
8972     # user_value ""
8973     # value_source default
8974     # Default value: ""
8975 };
8976
8977 # Suppressed compiler flags
8978 # This option modifies the set of compiler flags for
8979 # building this package. These flags are removed from
8980 # the set of global flags if present.
8981 #
8982 cdl_option CYGPKG_COMPRESS_ZLIB_LDFLAGS_REMOVE {
8983     # Flavor: data
8984     # No user value, uncomment the following line to provide one.
8985     # user_value ""
8986     # value_source default
8987     # Default value: ""
8988 };
8989
8990 # <
8991 # zlib tests
8992 #
8993 cdl_option CYGPKG_COMPRESS_ZLIB_TESTS {
8994     # Calculated value:  "tests/zlib1.c tests/zlib2.c" 
8995     # Flavor: data
8996     # Current_value: tests/zlib1.c tests/zlib2.c
8997 };
8998
8999 # <
9000 # FLASH device drivers
9001 # doc: ref/flash.html
9002 # This option enables drivers for basic I/O services on
9003 # flash devices.
9004 #
9005 cdl_package CYGPKG_IO_FLASH {
9006     # Packages cannot be added or removed, nor can their version be changed,
9007     # simply by editing their value. Instead the appropriate configuration
9008     # should be used to perform these actions.
9009
9010     # This value cannot be modified here.
9011     # Flavor: booldata
9012     # Current value: 1 current
9013     # Requires: CYGPKG_ISOINFRA
9014     #     CYGPKG_ISOINFRA == current
9015     #   --> 1
9016     # Requires: CYGINT_ISO_STRING_STRFUNCS
9017     #     CYGINT_ISO_STRING_STRFUNCS == 1
9018     #   --> 1
9019
9020     # The following properties are affected by this value
9021     # component CYGSEM_REDBOOT_FLASH_CONFIG
9022     #     DefaultValue:  CYGPKG_IO_FLASH != 0 
9023     # package CYGPKG_DEVS_FLASH_ONMXC
9024     #     ActiveIf: CYGPKG_IO_FLASH
9025 };
9026
9027 # >
9028 # Hardware FLASH device drivers
9029 # This option enables the hardware device drivers
9030 # for the current platform.
9031 #
9032 cdl_interface CYGHWR_IO_FLASH_DEVICE {
9033     # Implemented by CYGPKG_DEVS_FLASH_ONMXC, active, enabled
9034     # This value cannot be modified here.
9035     # Flavor: data
9036     # Current_value: 1
9037
9038     # The following properties are affected by this value
9039     # component CYGPKG_REDBOOT_FLASH
9040     #     ActiveIf: CYGHWR_IO_FLASH_DEVICE
9041 };
9042
9043 # Hardware FLASH device drivers are not in RAM
9044 # Use of this interface is deprecated.
9045 # Drivers should make sure that the functions are
9046 # linked to RAM by putting them in .2ram sections.
9047 #
9048 cdl_interface CYGHWR_IO_FLASH_DEVICE_NOT_IN_RAM {
9049     # No options implement this inferface
9050     # This value cannot be modified here.
9051     # Flavor: booldata
9052     # Current value: 0 0
9053     # Requires: !CYGHWR_IO_FLASH_DEVICE_NOT_IN_RAM
9054     #     CYGHWR_IO_FLASH_DEVICE_NOT_IN_RAM == 0
9055     #   --> 1
9056
9057     # The following properties are affected by this value
9058     # interface CYGHWR_IO_FLASH_DEVICE_NOT_IN_RAM
9059     #     Requires: !CYGHWR_IO_FLASH_DEVICE_NOT_IN_RAM
9060 };
9061
9062 # Hardware can support block locking
9063 # This option will be enabled by devices which can support
9064 # locking (write-protection) of individual blocks.
9065 #
9066 cdl_interface CYGHWR_IO_FLASH_BLOCK_LOCKING {
9067     # No options implement this inferface
9068     # This value cannot be modified here.
9069     # Flavor: booldata
9070     # Current value: 0 0
9071
9072     # The following properties are affected by this value
9073     # option CYGSEM_REDBOOT_FLASH_LOCK_SPECIAL
9074     #     ActiveIf:  CYGHWR_IO_FLASH_BLOCK_LOCKING != 0 
9075 };
9076
9077 # Hardware cannot support direct access to FLASH memory
9078 # This option will be asserted by devices which cannot support
9079 # direct access to the FLASH memory contents (e.g. EEPROM or NAND
9080 # devices).  In these cases, the driver must provide an appropriate
9081 # hardware access function.
9082 #
9083 cdl_option CYGSEM_IO_FLASH_READ_INDIRECT {
9084     # Flavor: bool
9085     # No user value, uncomment the following line to provide one.
9086     # user_value 0
9087     # The inferred value should not be edited directly.
9088     inferred_value 1
9089     # value_source inferred
9090     # Default value: 0
9091     # Requires:  !CYGSEM_IO_FLASH_VERIFY_PROGRAM 
9092     #     CYGSEM_IO_FLASH_VERIFY_PROGRAM == 0
9093     #   --> 1
9094
9095     # The following properties are affected by this value
9096     # option CYGPRI_REDBOOT_ZLIB_FLASH
9097     #     ActiveIf:  (!CYGSEM_IO_FLASH_READ_INDIRECT) || CYGPRI_REDBOOT_ZLIB_FLASH_FORCE 
9098     # component CYGHWR_DEVS_FLASH_MMC
9099     #     Requires:  CYGSEM_IO_FLASH_READ_INDIRECT == 1 
9100     # option CYGHWR_DEVS_FLASH_MMC_ESDHC
9101     #     Requires:  CYGSEM_IO_FLASH_READ_INDIRECT == 1 
9102     # option CYGHWR_DEVS_FLASH_MMC_SD
9103     #     Requires:  CYGSEM_IO_FLASH_READ_INDIRECT == 1 
9104     # option CYGHWR_DEVS_FLASH_MXC_NAND
9105     #     Requires:  CYGSEM_IO_FLASH_READ_INDIRECT == 1 
9106 };
9107
9108 # Display status messages during flash operations
9109 # Selecting this option will cause the drivers to print status
9110 # messages as various flash operations are undertaken.
9111 #
9112 cdl_option CYGSEM_IO_FLASH_CHATTER {
9113     # Flavor: bool
9114     # No user value, uncomment the following line to provide one.
9115     # user_value 1
9116     # value_source default
9117     # Default value: 1
9118 };
9119
9120 # Verify data programmed to flash
9121 # Selecting this option will cause verification of data
9122 # programmed to flash.
9123 #
9124 cdl_option CYGSEM_IO_FLASH_VERIFY_PROGRAM {
9125     # Flavor: bool
9126     # No user value, uncomment the following line to provide one.
9127     # user_value 1
9128     # The inferred value should not be edited directly.
9129     inferred_value 0
9130     # value_source inferred
9131     # Default value: 1
9132
9133     # The following properties are affected by this value
9134     # option CYGSEM_IO_FLASH_READ_INDIRECT
9135     #     Requires:  !CYGSEM_IO_FLASH_VERIFY_PROGRAM 
9136 };
9137
9138 # Platform has flash soft DIP switch write-protect
9139 # Selecting this option will cause the state of a hardware jumper or
9140 # dipswitch to be read by software to determine whether the flash is
9141 # write-protected or not.
9142 #
9143 cdl_option CYGSEM_IO_FLASH_SOFT_WRITE_PROTECT {
9144     # Flavor: bool
9145     # No user value, uncomment the following line to provide one.
9146     # user_value 0
9147     # value_source default
9148     # Default value: 0
9149 };
9150
9151 # Instantiate in I/O block device API
9152 # Provides a block device accessible using the standard I/O
9153 # API ( cyg_io_read() etc. )
9154 #
9155 cdl_component CYGPKG_IO_FLASH_BLOCK_DEVICE {
9156     # This option is not active
9157     # ActiveIf constraint: CYGPKG_IO
9158     #     CYGPKG_IO (unknown) == 0
9159     #   --> 0
9160
9161     # Flavor: bool
9162     # No user value, uncomment the following line to provide one.
9163     # user_value 0
9164     # value_source default
9165     # Default value: 0
9166 };
9167
9168 # >
9169 # Name of flash device 1 block device
9170 #
9171 cdl_component CYGDAT_IO_FLASH_BLOCK_DEVICE_NAME_1 {
9172     # This option is not active
9173     # The parent CYGPKG_IO_FLASH_BLOCK_DEVICE is not active
9174     # The parent CYGPKG_IO_FLASH_BLOCK_DEVICE is disabled
9175
9176     # Flavor: data
9177     # No user value, uncomment the following line to provide one.
9178     # user_value "\"/dev/flash1\""
9179     # value_source default
9180     # Default value: "\"/dev/flash1\""
9181 };
9182
9183 # >
9184 #
9185 cdl_interface CYGINT_IO_FLASH_BLOCK_CFG_1 {
9186     # Implemented by CYGNUM_IO_FLASH_BLOCK_CFG_STATIC_1, inactive, enabled
9187     # Implemented by CYGNUM_IO_FLASH_BLOCK_CFG_FIS_1, inactive, disabled
9188     # This option is not active
9189     # The parent CYGDAT_IO_FLASH_BLOCK_DEVICE_NAME_1 is not active
9190
9191     # This value cannot be modified here.
9192     # Flavor: data
9193     # Current_value: 0
9194     # Requires: 1 == CYGINT_IO_FLASH_BLOCK_CFG_1
9195     #     CYGINT_IO_FLASH_BLOCK_CFG_1 == 0
9196     #   --> 0
9197
9198     # The following properties are affected by this value
9199     # interface CYGINT_IO_FLASH_BLOCK_CFG_1
9200     #     Requires: 1 == CYGINT_IO_FLASH_BLOCK_CFG_1
9201 };
9202
9203 # Static configuration
9204 # This configures the flash device 1 block device
9205 # with static base and length
9206 #
9207 cdl_component CYGNUM_IO_FLASH_BLOCK_CFG_STATIC_1 {
9208     # This option is not active
9209     # The parent CYGDAT_IO_FLASH_BLOCK_DEVICE_NAME_1 is not active
9210
9211     # Flavor: bool
9212     # No user value, uncomment the following line to provide one.
9213     # user_value 1
9214     # value_source default
9215     # Default value: 1
9216 };
9217
9218 # >
9219 # Start offset from flash base
9220 # This gives the offset from the base of flash which this
9221 # block device corresponds to.
9222 #
9223 cdl_option CYGNUM_IO_FLASH_BLOCK_OFFSET_1 {
9224     # This option is not active
9225     # The parent CYGNUM_IO_FLASH_BLOCK_CFG_STATIC_1 is not active
9226
9227     # Flavor: data
9228     # No user value, uncomment the following line to provide one.
9229     # user_value 0x00100000
9230     # value_source default
9231     # Default value: 0x00100000
9232 };
9233
9234 # Length
9235 # This gives the length of the region of flash given over
9236 # to this block device.
9237 #
9238 cdl_option CYGNUM_IO_FLASH_BLOCK_LENGTH_1 {
9239     # This option is not active
9240     # The parent CYGNUM_IO_FLASH_BLOCK_CFG_STATIC_1 is not active
9241
9242     # Flavor: data
9243     # No user value, uncomment the following line to provide one.
9244     # user_value 0x00100000
9245     # value_source default
9246     # Default value: 0x00100000
9247 };
9248
9249 # <
9250 # Configuration from FIS
9251 # This configures the flash device 1 block device
9252 # from Redboot FIS
9253 #
9254 cdl_component CYGNUM_IO_FLASH_BLOCK_CFG_FIS_1 {
9255     # This option is not active
9256     # The parent CYGDAT_IO_FLASH_BLOCK_DEVICE_NAME_1 is not active
9257
9258     # Flavor: bool
9259     # No user value, uncomment the following line to provide one.
9260     # user_value 0
9261     # value_source default
9262     # Default value: 0
9263 };
9264
9265 # >
9266 # Name of FIS entry
9267 #
9268 cdl_component CYGDAT_IO_FLASH_BLOCK_FIS_NAME_1 {
9269     # This option is not active
9270     # The parent CYGNUM_IO_FLASH_BLOCK_CFG_FIS_1 is not active
9271     # The parent CYGNUM_IO_FLASH_BLOCK_CFG_FIS_1 is disabled
9272
9273     # Flavor: data
9274     # No user value, uncomment the following line to provide one.
9275     # user_value "\"jffs2\""
9276     # value_source default
9277     # Default value: "\"jffs2\""
9278 };
9279
9280 # <
9281 # <
9282 # <
9283 # Flash device driver build options
9284 # Package specific build options including control over
9285 # compiler flags used only in building this package,
9286 # and details of which tests are built.
9287 #
9288 cdl_component CYGPKG_IO_FLASH_OPTIONS {
9289     # There is no associated value.
9290 };
9291
9292 # >
9293 # Additional compiler flags
9294 # This option modifies the set of compiler flags for
9295 # building the flash device drivers. These flags are used in addition
9296 # to the set of global flags.
9297 #
9298 cdl_option CYGPKG_IO_FLASH_CFLAGS_ADD {
9299     # Flavor: data
9300     # No user value, uncomment the following line to provide one.
9301     # user_value ""
9302     # value_source default
9303     # Default value: ""
9304 };
9305
9306 # Suppressed compiler flags
9307 # This option modifies the set of compiler flags for
9308 # building the flash device drivers. These flags are removed from
9309 # the set of global flags if present.
9310 #
9311 cdl_option CYGPKG_IO_FLASH_CFLAGS_REMOVE {
9312     # Flavor: data
9313     # No user value, uncomment the following line to provide one.
9314     # user_value ""
9315     # value_source default
9316     # Default value: ""
9317 };
9318
9319 # Flash device driver tests
9320 # This option specifies the set of tests for the flash device drivers.
9321 #
9322 cdl_component CYGPKG_IO_FLASH_TESTS {
9323     # Calculated value:  "tests/flash1" 
9324     # Flavor: data
9325     # Current_value: tests/flash1
9326 };
9327
9328 # >
9329 # Start offset from flash base
9330 # This gives the offset from the base of flash where tests
9331 # can be run.  It is important to set this correctly, as an
9332 # incorrect value could allow the tests to write over critical
9333 # portions of the FLASH device and possibly render the target
9334 # board totally non-functional.
9335 #
9336 cdl_option CYGNUM_IO_FLASH_TEST_OFFSET {
9337     # Flavor: data
9338     # No user value, uncomment the following line to provide one.
9339     # user_value 0x00100000
9340     # value_source default
9341     # Default value: 0x00100000
9342 };
9343
9344 # Length
9345 # This gives the length of the region of flash used for testing.
9346 #
9347 cdl_option CYGNUM_IO_FLASH_TEST_LENGTH {
9348     # Flavor: data
9349     # No user value, uncomment the following line to provide one.
9350     # user_value 0x00100000
9351     # value_source default
9352     # Default value: 0x00100000
9353 };
9354
9355 # <
9356 # <
9357 # Support FLASH memory on Freescale MXC platforms
9358 #
9359 cdl_package CYGPKG_DEVS_FLASH_ONMXC {
9360     # Packages cannot be added or removed, nor can their version be changed,
9361     # simply by editing their value. Instead the appropriate configuration
9362     # should be used to perform these actions.
9363
9364     # ActiveIf constraint: CYGPKG_IO_FLASH
9365     #     CYGPKG_IO_FLASH == current
9366     #   --> 1
9367
9368     # This value cannot be modified here.
9369     # Flavor: booldata
9370     # Current value: 1 current
9371 };
9372
9373 # >
9374 # MXC platform MMC card support
9375 # When this option is enabled, it indicates MMC card is
9376 # supported on the MXC platforms
9377 #
9378 cdl_component CYGHWR_DEVS_FLASH_MMC {
9379     # Flavor: bool
9380     # No user value, uncomment the following line to provide one.
9381     # user_value 0
9382     # value_source default
9383     # Default value: 0
9384     # Requires:  CYGSEM_IO_FLASH_READ_INDIRECT == 1 
9385     #     CYGSEM_IO_FLASH_READ_INDIRECT == 1
9386     #   --> 1
9387
9388     # The following properties are affected by this value
9389     # option CYGHWR_DEVS_FLASH_MXC_MULTI
9390     #     ActiveIf: (CYGHWR_DEVS_FLASH_MXC_NAND && CYGHWR_DEVS_FLASH_MXC_NOR) ||
9391     #                            (CYGHWR_DEVS_FLASH_MXC_NAND && CYGHWR_DEVS_FLASH_MMC) ||
9392     #                            (CYGHWR_DEVS_FLASH_MXC_NOR && CYGHWR_DEVS_FLASH_MMC)
9393     # option CYGHWR_DEVS_FLASH_MXC_MULTI
9394     #     ActiveIf: (CYGHWR_DEVS_FLASH_MXC_NAND && CYGHWR_DEVS_FLASH_MXC_NOR) ||
9395     #                            (CYGHWR_DEVS_FLASH_MXC_NAND && CYGHWR_DEVS_FLASH_MMC) ||
9396     #                            (CYGHWR_DEVS_FLASH_MXC_NOR && CYGHWR_DEVS_FLASH_MMC)
9397 };
9398
9399 # >
9400 # MXC platform MMC card for newer SDHC controllers
9401 #
9402 cdl_option CYGHWR_DEVS_FLASH_MMC_ESDHC {
9403     # This option is not active
9404     # The parent CYGHWR_DEVS_FLASH_MMC is disabled
9405     # ActiveIf constraint:  CYGPKG_HAL_ARM_MX37_3STACK || CYGPKG_HAL_ARM_MX35_3STACK || CYGPKG_HAL_ARM_MX25_3STACK ||  CYGPKG_HAL_ARM_MX51
9406     #     CYGPKG_HAL_ARM_MX37_3STACK (unknown) == 0
9407     #     CYGPKG_HAL_ARM_MX35_3STACK (unknown) == 0
9408     #     CYGPKG_HAL_ARM_MX25_3STACK (unknown) == 0
9409     #     CYGPKG_HAL_ARM_MX51 (unknown) == 0
9410     #   --> 0
9411
9412     # Flavor: bool
9413     # No user value, uncomment the following line to provide one.
9414     # user_value 1
9415     # value_source default
9416     # Default value: 1
9417     # Requires:  CYGSEM_IO_FLASH_READ_INDIRECT == 1 
9418     #     CYGSEM_IO_FLASH_READ_INDIRECT == 1
9419     #   --> 1
9420 };
9421
9422 # MXC platform MMC card for older MMC/SD controllers
9423 #
9424 cdl_option CYGHWR_DEVS_FLASH_MMC_SD {
9425     # This option is not active
9426     # The parent CYGHWR_DEVS_FLASH_MMC is disabled
9427     # ActiveIf constraint:  CYGPKG_HAL_ARM_MX31_3STACK || CYGPKG_HAL_ARM_MX31ADS 
9428     #     CYGPKG_HAL_ARM_MX31_3STACK (unknown) == 0
9429     #     CYGPKG_HAL_ARM_MX31ADS (unknown) == 0
9430     #   --> 0
9431
9432     # Flavor: bool
9433     # No user value, uncomment the following line to provide one.
9434     # user_value 0
9435     # value_source default
9436     # Default value: 0
9437     # Requires:  CYGSEM_IO_FLASH_READ_INDIRECT == 1 
9438     #     CYGSEM_IO_FLASH_READ_INDIRECT == 1
9439     #   --> 1
9440 };
9441
9442 # <
9443 # MXC platform NOR flash memory support
9444 # When this option is enabled, it indicates NOR flash is
9445 # supported on the MXC platforms
9446 #
9447 cdl_option CYGHWR_DEVS_FLASH_MXC_NOR {
9448     # Flavor: bool
9449     # No user value, uncomment the following line to provide one.
9450     # user_value 0
9451     # The inferred value should not be edited directly.
9452     inferred_value 0
9453     # value_source inferred
9454     # Default value: 0
9455
9456     # The following properties are affected by this value
9457     # option CYGHWR_DEVS_FLASH_IMX_SPI_NOR
9458     #     Requires:  CYGHWR_DEVS_FLASH_MXC_NOR == 1 
9459     # option CYGHWR_DEVS_FLASH_MXC_MULTI
9460     #     ActiveIf: (CYGHWR_DEVS_FLASH_MXC_NAND && CYGHWR_DEVS_FLASH_MXC_NOR) ||
9461     #                            (CYGHWR_DEVS_FLASH_MXC_NAND && CYGHWR_DEVS_FLASH_MMC) ||
9462     #                            (CYGHWR_DEVS_FLASH_MXC_NOR && CYGHWR_DEVS_FLASH_MMC)
9463     # option CYGHWR_DEVS_FLASH_MXC_MULTI
9464     #     ActiveIf: (CYGHWR_DEVS_FLASH_MXC_NAND && CYGHWR_DEVS_FLASH_MXC_NOR) ||
9465     #                            (CYGHWR_DEVS_FLASH_MXC_NAND && CYGHWR_DEVS_FLASH_MMC) ||
9466     #                            (CYGHWR_DEVS_FLASH_MXC_NOR && CYGHWR_DEVS_FLASH_MMC)
9467 };
9468
9469 # MXC platform NAND flash memory support
9470 # When this option is enabled, it indicates NAND flash is
9471 # supported on the MXC platforms
9472 #
9473 cdl_option CYGHWR_DEVS_FLASH_MXC_NAND {
9474     # Flavor: bool
9475     # No user value, uncomment the following line to provide one.
9476     # user_value 0
9477     # The inferred value should not be edited directly.
9478     inferred_value 1
9479     # value_source inferred
9480     # Default value: 0
9481     # Requires:  CYGSEM_IO_FLASH_READ_INDIRECT == 1 
9482     #     CYGSEM_IO_FLASH_READ_INDIRECT == 1
9483     #   --> 1
9484
9485     # The following properties are affected by this value
9486     # component CYGPKG_DEVS_FLASH_NAND_BBT_IN_FLASH
9487     #     ActiveIf: CYGHWR_DEVS_FLASH_MXC_NAND
9488     # option CYGHWR_DEVS_FLASH_MXC_MULTI
9489     #     ActiveIf: (CYGHWR_DEVS_FLASH_MXC_NAND && CYGHWR_DEVS_FLASH_MXC_NOR) ||
9490     #                            (CYGHWR_DEVS_FLASH_MXC_NAND && CYGHWR_DEVS_FLASH_MMC) ||
9491     #                            (CYGHWR_DEVS_FLASH_MXC_NOR && CYGHWR_DEVS_FLASH_MMC)
9492     # option CYGHWR_DEVS_FLASH_MXC_MULTI
9493     #     ActiveIf: (CYGHWR_DEVS_FLASH_MXC_NAND && CYGHWR_DEVS_FLASH_MXC_NOR) ||
9494     #                            (CYGHWR_DEVS_FLASH_MXC_NAND && CYGHWR_DEVS_FLASH_MMC) ||
9495     #                            (CYGHWR_DEVS_FLASH_MXC_NOR && CYGHWR_DEVS_FLASH_MMC)
9496     # interface CYGHWR_DEVS_FLASH_MXC_NAND_RESET_WORKAROUND
9497     #     ActiveIf: CYGHWR_DEVS_FLASH_MXC_NAND
9498 };
9499
9500 # i.MX platform SPI NOR flash memory support
9501 # When this option is enabled, it indicates SPI NOR flash is
9502 # supported on the i.MX platforms
9503 #
9504 cdl_option CYGHWR_DEVS_FLASH_IMX_SPI_NOR {
9505     # Flavor: bool
9506     # No user value, uncomment the following line to provide one.
9507     # user_value 0
9508     # value_source default
9509     # Default value: 0
9510     # Requires:  CYGHWR_DEVS_FLASH_MXC_NOR == 1 
9511     #     CYGHWR_DEVS_FLASH_MXC_NOR == 0
9512     #   --> 0
9513 };
9514
9515 # MXC platform ATA support
9516 # When this option is enabled, it indicates ATA is
9517 # supported on the MXC platforms
9518 #
9519 cdl_option CYGHWR_DEVS_FLASH_MXC_ATA {
9520     # Flavor: bool
9521     # No user value, uncomment the following line to provide one.
9522     # user_value 0
9523     # value_source default
9524     # Default value: 0
9525 };
9526
9527 # Use a flash based Bad Block Table
9528 #
9529 cdl_component CYGPKG_DEVS_FLASH_NAND_BBT_IN_FLASH {
9530     # ActiveIf constraint: CYGHWR_DEVS_FLASH_MXC_NAND
9531     #     CYGHWR_DEVS_FLASH_MXC_NAND == 1
9532     #   --> 1
9533
9534     # There is no associated value.
9535 };
9536
9537 # >
9538 # When this option is enabled, the driver will search for a flash
9539 # based bad block table
9540 #
9541 cdl_option CYGHWR_DEVS_FLASH_MXC_BBT_IN_FLASH {
9542     # Flavor: bool
9543     # No user value, uncomment the following line to provide one.
9544     # user_value 1
9545     # value_source default
9546     # Default value: 1
9547 };
9548
9549 # header file defining the NAND BBT descriptor
9550 # defines the name of the header file that describes the BBT layout
9551 #
9552 cdl_component CYGHWR_FLASH_NAND_BBT_HEADER {
9553     # Flavor: booldata
9554     # No user value, uncomment the following line to provide one.
9555     # user_value 0 0
9556     # The inferred value should not be edited directly.
9557     inferred_value 1 <cyg/io/tx37_nand_bbt.h>
9558     # value_source inferred
9559     # Default value: 0 0
9560 };
9561
9562 # Number of blocks to reserve for BBT
9563 # Number of blocks to reserve for BBT
9564 #
9565 cdl_option CYGNUM_FLASH_NAND_BBT_BLOCKS {
9566     # Flavor: data
9567     # No user value, uncomment the following line to provide one.
9568     # user_value 4
9569     # value_source default
9570     # Default value: 4
9571 };
9572
9573 # <
9574 # MXC platform multi flash memory support
9575 # When this option is enabled, it indicates multi flashes are
9576 # supported on the MXC platforms (like NAND and NOR)
9577 #
9578 cdl_option CYGHWR_DEVS_FLASH_MXC_MULTI {
9579     # This option is not active
9580     # ActiveIf constraint: (CYGHWR_DEVS_FLASH_MXC_NAND && CYGHWR_DEVS_FLASH_MXC_NOR) ||
9581     #                            (CYGHWR_DEVS_FLASH_MXC_NAND && CYGHWR_DEVS_FLASH_MMC) ||
9582     #                            (CYGHWR_DEVS_FLASH_MXC_NOR && CYGHWR_DEVS_FLASH_MMC)
9583     #     CYGHWR_DEVS_FLASH_MXC_NAND == 1
9584     #     CYGHWR_DEVS_FLASH_MXC_NOR == 0
9585     #     CYGHWR_DEVS_FLASH_MXC_NAND == 1
9586     #     CYGHWR_DEVS_FLASH_MMC == 0
9587     #     CYGHWR_DEVS_FLASH_MXC_NOR == 0
9588     #     CYGHWR_DEVS_FLASH_MMC == 0
9589     #   --> 0
9590
9591     # Flavor: bool
9592     # No user value, uncomment the following line to provide one.
9593     # user_value 1
9594     # The inferred value should not be edited directly.
9595     inferred_value 0
9596     # value_source inferred
9597     # Default value: 1
9598 };
9599
9600 # MXC platform NAND flash reset workaround support
9601 # When this option is enabled, it indicates 0xFFFF is used for
9602 # the NAND reset command instead of 0xFF.
9603 #
9604 cdl_interface CYGHWR_DEVS_FLASH_MXC_NAND_RESET_WORKAROUND {
9605     # No options implement this inferface
9606     # ActiveIf constraint: CYGHWR_DEVS_FLASH_MXC_NAND
9607     #     CYGHWR_DEVS_FLASH_MXC_NAND == 1
9608     #   --> 1
9609
9610     # This value cannot be modified here.
9611     # Flavor: data
9612     # Current_value: 0
9613 };
9614
9615 # <
9616 # <
9617 # Dynamic memory allocation
9618 # doc: ref/memalloc.html
9619 # This package provides memory allocator infrastructure required for
9620 # dynamic memory allocators, including the ISO standard malloc
9621 # interface. It also contains some sample implementations.
9622 #
9623 cdl_package CYGPKG_MEMALLOC {
9624     # Packages cannot be added or removed, nor can their version be changed,
9625     # simply by editing their value. Instead the appropriate configuration
9626     # should be used to perform these actions.
9627
9628     # This value cannot be modified here.
9629     # Flavor: booldata
9630     # Current value: 1 current
9631
9632     # The following properties are affected by this value
9633     # option CYGSEM_COMPRESS_ZLIB_NEEDS_MALLOC
9634     #     Requires: CYGPKG_MEMALLOC
9635 };
9636
9637 # >
9638 # Memory allocator implementations
9639 # This component contains configuration options related to the 
9640 # various memory allocators available.
9641 #
9642 cdl_component CYGPKG_MEMALLOC_ALLOCATORS {
9643     # There is no associated value.
9644 };
9645
9646 # >
9647 # Fixed block allocator
9648 # This component contains configuration options related to the 
9649 # fixed block memory allocator.
9650 #
9651 cdl_component CYGPKG_MEMALLOC_ALLOCATOR_FIXED {
9652     # There is no associated value.
9653 };
9654
9655 # >
9656 # Make thread safe
9657 # With this option enabled, this allocator will be
9658 # made thread-safe. Additionally allocation functions
9659 # are made available that allow a thread to wait
9660 # until memory is available.
9661 #
9662 cdl_option CYGSEM_MEMALLOC_ALLOCATOR_FIXED_THREADAWARE {
9663     # This option is not active
9664     # ActiveIf constraint: CYGPKG_KERNEL
9665     #     CYGPKG_KERNEL (unknown) == 0
9666     #   --> 0
9667
9668     # Flavor: bool
9669     # No user value, uncomment the following line to provide one.
9670     # user_value 1
9671     # value_source default
9672     # Default value: 1
9673 };
9674
9675 # <
9676 # Simple variable block allocator
9677 # This component contains configuration options related to the 
9678 # simple variable block memory allocator. This allocator is not
9679 # very fast, and in particular does not scale well with large
9680 # numbers of allocations. It is however very compact in terms of
9681 # code size and does not have very much overhead per allocation.
9682 #
9683 cdl_component CYGPKG_MEMALLOC_ALLOCATOR_VARIABLE {
9684     # There is no associated value.
9685 };
9686
9687 # >
9688 # Make thread safe
9689 # With this option enabled, this allocator will be
9690 # made thread-safe. Additionally allocation functions
9691 # are added that allow a thread to wait until memory
9692 # are made available that allow a thread to wait
9693 # until memory is available.
9694 #
9695 cdl_option CYGSEM_MEMALLOC_ALLOCATOR_VARIABLE_THREADAWARE {
9696     # This option is not active
9697     # ActiveIf constraint: CYGPKG_KERNEL
9698     #     CYGPKG_KERNEL (unknown) == 0
9699     #   --> 0
9700
9701     # Flavor: bool
9702     # No user value, uncomment the following line to provide one.
9703     # user_value 1
9704     # value_source default
9705     # Default value: 1
9706 };
9707
9708 # Coalesce memory
9709 # The variable-block memory allocator can perform coalescing
9710 # of memory whenever the application code releases memory back
9711 # to the pool. This coalescing reduces the possibility of
9712 # memory fragmentation problems, but involves extra code and
9713 # processor cycles.
9714 #
9715 cdl_option CYGSEM_MEMALLOC_ALLOCATOR_VARIABLE_COALESCE {
9716     # Flavor: bool
9717     # No user value, uncomment the following line to provide one.
9718     # user_value 1
9719     # value_source default
9720     # Default value: 1
9721
9722     # The following properties are affected by this value
9723     # option CYGIMP_MEMALLOC_MALLOC_VARIABLE_SIMPLE
9724     #     Requires: CYGSEM_MEMALLOC_ALLOCATOR_VARIABLE_COALESCE
9725 };
9726
9727 # <
9728 # Doug Lea's malloc
9729 # This component contains configuration options related to the 
9730 # port of Doug Lea's memory allocator, normally known as
9731 # dlmalloc. dlmalloc has a reputation for being both fast
9732 # and space-conserving, as well as resisting fragmentation well.
9733 # It is a common choice for a general purpose allocator and
9734 # has been used in both newlib and Linux glibc.
9735 #
9736 cdl_component CYGPKG_MEMALLOC_ALLOCATOR_DLMALLOC {
9737     # There is no associated value.
9738 };
9739
9740 # >
9741 # Debug build
9742 # Doug Lea's malloc implementation has substantial amounts
9743 # of internal checking in order to verify the operation
9744 # and consistency of the allocator. However this imposes
9745 # substantial overhead on each operation. Therefore this
9746 # checking may be individually disabled.
9747 #
9748 cdl_option CYGDBG_MEMALLOC_ALLOCATOR_DLMALLOC_DEBUG {
9749     # Flavor: bool
9750     # No user value, uncomment the following line to provide one.
9751     # user_value 0
9752     # value_source default
9753     # Default value:  0 != CYGDBG_USE_ASSERTS 
9754     #     CYGDBG_USE_ASSERTS == 0
9755     #   --> 0
9756     # Requires: CYGDBG_USE_ASSERTS
9757     #     CYGDBG_USE_ASSERTS == 0
9758     #   --> 0
9759 };
9760
9761 # Make thread safe
9762 # With this option enabled, this allocator will be
9763 # made thread-safe. Additionally allocation functions
9764 # are made available that allow a thread to wait
9765 # until memory is available.
9766 #
9767 cdl_option CYGIMP_MEMALLOC_ALLOCATOR_DLMALLOC_THREADAWARE {
9768     # This option is not active
9769     # ActiveIf constraint: CYGPKG_KERNEL
9770     #     CYGPKG_KERNEL (unknown) == 0
9771     #   --> 0
9772
9773     # Flavor: bool
9774     # No user value, uncomment the following line to provide one.
9775     # user_value 1
9776     # value_source default
9777     # Default value: 1
9778     # Requires: CYGPKG_KERNEL
9779     #     CYGPKG_KERNEL (unknown) == 0
9780     #   --> 0
9781 };
9782
9783 # Support more than one instance
9784 # Having this option disabled allows important
9785 # implementation structures to be declared as a single
9786 # static instance, allowing faster access. However this
9787 # would fail if there is more than one instance of
9788 # the dlmalloc allocator class. Therefore this option can
9789 # be enabled if multiple instances are required. Note: as
9790 # a special case, if this allocator is used as the
9791 # implementation of malloc, and it can be determined there
9792 # is more than one malloc pool, then this option will be
9793 # silently enabled.
9794 #
9795 cdl_option CYGIMP_MEMALLOC_ALLOCATOR_DLMALLOC_SAFE_MULTIPLE {
9796     # Flavor: bool
9797     # No user value, uncomment the following line to provide one.
9798     # user_value 1
9799     # value_source default
9800     # Default value: 1
9801 };
9802
9803 # Use system memmove() and memset()
9804 # This may be used to control whether memset() and memmove()
9805 # are used within the implementation. The alternative is
9806 # to use some macro equivalents, which some people report
9807 # are faster in some circumstances.
9808 #
9809 cdl_option CYGIMP_MEMALLOC_ALLOCATOR_DLMALLOC_USE_MEMCPY {
9810     # Flavor: bool
9811     # No user value, uncomment the following line to provide one.
9812     # user_value 1
9813     # value_source default
9814     # Default value:  0 != CYGPKG_ISOINFRA 
9815     #     CYGPKG_ISOINFRA == current
9816     #   --> 1
9817     # Requires: CYGPKG_ISOINFRA
9818     #     CYGPKG_ISOINFRA == current
9819     #   --> 1
9820 };
9821
9822 # Minimum alignment of allocated blocks
9823 # This option controls the minimum alignment that the
9824 # allocated memory blocks are aligned on, specified as
9825 # 2^N. Note that using large mininum alignments can lead
9826 # to excessive memory wastage.
9827 #
9828 cdl_option CYGNUM_MEMALLOC_ALLOCATOR_DLMALLOC_ALIGNMENT {
9829     # Flavor: data
9830     # No user value, uncomment the following line to provide one.
9831     # user_value 3
9832     # value_source default
9833     # Default value: 3
9834     # Legal values: 3 to 10
9835 };
9836
9837 # <
9838 # Variable block allocator with separate metadata
9839 # This component contains configuration options related to the 
9840 # variable block memory allocator with separate metadata.
9841 #
9842 cdl_component CYGPKG_MEMALLOC_ALLOCATOR_SEPMETA {
9843     # There is no associated value.
9844 };
9845
9846 # >
9847 # Make thread safe
9848 # With this option enabled, this allocator will be
9849 # made thread-safe. Additionally allocation functions
9850 # are made available that allow a thread to wait
9851 # until memory is available.
9852 #
9853 cdl_option CYGSEM_MEMALLOC_ALLOCATOR_SEPMETA_THREADAWARE {
9854     # This option is not active
9855     # ActiveIf constraint: CYGPKG_KERNEL
9856     #     CYGPKG_KERNEL (unknown) == 0
9857     #   --> 0
9858
9859     # Flavor: bool
9860     # No user value, uncomment the following line to provide one.
9861     # user_value 1
9862     # value_source default
9863     # Default value: 1
9864 };
9865
9866 # <
9867 # <
9868 # Kernel C API support for memory allocation
9869 # This option must be enabled to provide the extensions required
9870 # to support integration into the kernel C API.
9871 #
9872 cdl_option CYGFUN_MEMALLOC_KAPI {
9873     # This option is not active
9874     # ActiveIf constraint: CYGPKG_KERNEL
9875     #     CYGPKG_KERNEL (unknown) == 0
9876     #   --> 0
9877
9878     # Flavor: bool
9879     # No user value, uncomment the following line to provide one.
9880     # user_value 0
9881     # value_source default
9882     # Default value: CYGFUN_KERNEL_API_C
9883     #     CYGFUN_KERNEL_API_C (unknown) == 0
9884     #   --> 0
9885 };
9886
9887 # malloc(0) returns NULL
9888 # This option controls the behavior of malloc(0) ( or calloc with
9889 # either argument 0 ). It is permitted by the standard to return
9890 # either a NULL pointer or a unique pointer. Enabling this option
9891 # forces a NULL pointer to be returned.
9892 #
9893 cdl_option CYGSEM_MEMALLOC_MALLOC_ZERO_RETURNS_NULL {
9894     # Flavor: bool
9895     # No user value, uncomment the following line to provide one.
9896     # user_value 0
9897     # value_source default
9898     # Default value: 0
9899 };
9900
9901 # Breakpoint site when running out of memory
9902 # Whenever the system runs out of memory, it invokes this function
9903 # before either going to sleep waiting for memory to become 
9904 # available or returning failure.
9905 #
9906 cdl_option CYGSEM_MEMALLOC_INVOKE_OUT_OF_MEMORY {
9907     # Flavor: bool
9908     # No user value, uncomment the following line to provide one.
9909     # user_value 0
9910     # value_source default
9911     # Default value: 0
9912 };
9913
9914 # malloc() and supporting allocators
9915 # This component enables support for dynamic memory
9916 # allocation as supplied by the functions malloc(),
9917 # free(), calloc() and realloc(). As these
9918 # functions are often used, but can have quite an
9919 # overhead, disabling them here can ensure they
9920 # cannot even be used accidentally when static
9921 # allocation is preferred. Within this component are
9922 # various allocators that can be selected for use
9923 # as the underlying implementation of the dynamic
9924 # allocation functions.
9925 #
9926 cdl_component CYGPKG_MEMALLOC_MALLOC_ALLOCATORS {
9927     # ActiveIf constraint: CYGPKG_ISOINFRA
9928     #     CYGPKG_ISOINFRA == current
9929     #   --> 1
9930
9931     # Flavor: bool
9932     # No user value, uncomment the following line to provide one.
9933     # user_value 1
9934     # value_source default
9935     # Default value: 1
9936 };
9937
9938 # >
9939 # Use external heap definition
9940 # This option allows other components in the
9941 # system to override the default system
9942 # provision of heap memory pools. This should
9943 # be set to a header which provides the equivalent
9944 # definitions to <pkgconf/heaps.hxx>.
9945 #
9946 cdl_component CYGBLD_MEMALLOC_MALLOC_EXTERNAL_HEAP_H {
9947     # Flavor: booldata
9948     # No user value, uncomment the following line to provide one.
9949     # user_value 0 0
9950     # value_source default
9951     # Default value: 0 0
9952 };
9953
9954 # Use external implementation of joining multiple heaps
9955 # The default implementation of joining multiple heaps
9956 # is fine for the case where there are multiple disjoint
9957 # memory regions of the same type. However, in a system
9958 # there might be e.g. a small amount of internal SRAM and
9959 # a large amount of external DRAM. The SRAM is faster and
9960 # the DRAM is slower. An application can implement some 
9961 # heuristic to choose which pool to allocate from. This
9962 # heuristic can be highly application specific.
9963 #
9964 cdl_component CYGBLD_MEMALLOC_MALLOC_EXTERNAL_JOIN_H {
9965     # Flavor: booldata
9966     # No user value, uncomment the following line to provide one.
9967     # user_value 0 0
9968     # value_source default
9969     # Default value: 0 0
9970 };
9971
9972 # malloc() allocator implementations
9973 #
9974 cdl_interface CYGINT_MEMALLOC_MALLOC_ALLOCATORS {
9975     # Implemented by CYGIMP_MEMALLOC_MALLOC_VARIABLE_SIMPLE, active, disabled
9976     # Implemented by CYGIMP_MEMALLOC_MALLOC_DLMALLOC, active, enabled
9977     # This value cannot be modified here.
9978     # Flavor: data
9979     # Current_value: 1
9980     # Requires:  CYGINT_MEMALLOC_MALLOC_ALLOCATORS == 1 
9981     #     CYGINT_MEMALLOC_MALLOC_ALLOCATORS == 1
9982     #   --> 1
9983
9984     # The following properties are affected by this value
9985     # interface CYGINT_MEMALLOC_MALLOC_ALLOCATORS
9986     #     Requires:  CYGINT_MEMALLOC_MALLOC_ALLOCATORS == 1 
9987 };
9988
9989 # malloc() implementation instantiation data
9990 # Memory allocator implementations that are capable of being
9991 # used underneath malloc() must be instantiated. The code
9992 # to do this is set in this option. It is only intended to
9993 # be set by the implementation, not the user.
9994 #
9995 cdl_option CYGBLD_MEMALLOC_MALLOC_IMPLEMENTATION_HEADER {
9996     # Flavor: data
9997     # No user value, uncomment the following line to provide one.
9998     # user_value <cyg/memalloc/dlmalloc.hxx>
9999     # value_source default
10000     # Default value: <cyg/memalloc/dlmalloc.hxx>
10001
10002     # The following properties are affected by this value
10003     # option CYGIMP_MEMALLOC_MALLOC_VARIABLE_SIMPLE
10004     #     Requires:  CYGBLD_MEMALLOC_MALLOC_IMPLEMENTATION_HEADER ==  "<cyg/memalloc/memvar.hxx>" 
10005     # option CYGIMP_MEMALLOC_MALLOC_DLMALLOC
10006     #     Requires:  CYGBLD_MEMALLOC_MALLOC_IMPLEMENTATION_HEADER ==  "<cyg/memalloc/dlmalloc.hxx>" 
10007 };
10008
10009 # Simple variable block implementation
10010 # This causes malloc() to use the simple
10011 # variable block allocator.
10012 #
10013 cdl_option CYGIMP_MEMALLOC_MALLOC_VARIABLE_SIMPLE {
10014     # Flavor: bool
10015     # No user value, uncomment the following line to provide one.
10016     # user_value 0
10017     # value_source default
10018     # Default value: 0
10019     # Requires:  CYGBLD_MEMALLOC_MALLOC_IMPLEMENTATION_HEADER ==  "<cyg/memalloc/memvar.hxx>" 
10020     #     CYGBLD_MEMALLOC_MALLOC_IMPLEMENTATION_HEADER == <cyg/memalloc/dlmalloc.hxx>
10021     #   --> 0
10022     # Requires: CYGSEM_MEMALLOC_ALLOCATOR_VARIABLE_COALESCE
10023     #     CYGSEM_MEMALLOC_ALLOCATOR_VARIABLE_COALESCE == 1
10024     #   --> 1
10025 };
10026
10027 # Doug Lea's malloc implementation
10028 # This causes malloc() to use a version of Doug Lea's
10029 # malloc (dlmalloc) as the underlying implementation.
10030 #
10031 cdl_option CYGIMP_MEMALLOC_MALLOC_DLMALLOC {
10032     # Flavor: bool
10033     # No user value, uncomment the following line to provide one.
10034     # user_value 1
10035     # value_source default
10036     # Default value: 1
10037     # Requires:  CYGBLD_MEMALLOC_MALLOC_IMPLEMENTATION_HEADER ==  "<cyg/memalloc/dlmalloc.hxx>" 
10038     #     CYGBLD_MEMALLOC_MALLOC_IMPLEMENTATION_HEADER == <cyg/memalloc/dlmalloc.hxx>
10039     #   --> 1
10040 };
10041
10042 # <
10043 # Size of the fallback dynamic memory pool in bytes
10044 # If *no* heaps are configured in your memory layout,
10045 # dynamic memory allocation by
10046 # malloc() and calloc() must be from a fixed-size,
10047 # contiguous memory pool (note here that it is the
10048 # pool that is of a fixed size, but malloc() is still
10049 # able to allocate variable sized chunks of memory
10050 # from it). This option is the size
10051 # of that pool, in bytes. Note that not all of
10052 # this is available for programs to
10053 # use - some is needed for internal information
10054 # about memory regions, and some may be lost to
10055 # ensure that memory allocation only returns
10056 # memory aligned on word (or double word)
10057 # boundaries - a very common architecture
10058 # constraint.
10059 #
10060 cdl_option CYGNUM_MEMALLOC_FALLBACK_MALLOC_POOL_SIZE {
10061     # Flavor: data
10062     # No user value, uncomment the following line to provide one.
10063     # user_value 16384
10064     # value_source default
10065     # Default value: 16384
10066     # Legal values: 32 to 0x7fffffff
10067 };
10068
10069 # Common memory allocator package build options
10070 # Package specific build options including control over
10071 # compiler flags used only in building this package,
10072 # and details of which tests are built.
10073 #
10074 cdl_component CYGPKG_MEMALLOC_OPTIONS {
10075     # There is no associated value.
10076 };
10077
10078 # >
10079 # Additional compiler flags
10080 # This option modifies the set of compiler flags for
10081 # building this package. These flags are used in addition
10082 # to the set of global flags.
10083 #
10084 cdl_option CYGPKG_MEMALLOC_CFLAGS_ADD {
10085     # Flavor: data
10086     # No user value, uncomment the following line to provide one.
10087     # user_value "-fno-rtti -Woverloaded-virtual"
10088     # value_source default
10089     # Default value: "-fno-rtti -Woverloaded-virtual"
10090 };
10091
10092 # Suppressed compiler flags
10093 # This option modifies the set of compiler flags for
10094 # building this package. These flags are removed from
10095 # the set of global flags if present.
10096 #
10097 cdl_option CYGPKG_MEMALLOC_CFLAGS_REMOVE {
10098     # Flavor: data
10099     # No user value, uncomment the following line to provide one.
10100     # user_value -Wno-pointer-sign
10101     # value_source default
10102     # Default value: -Wno-pointer-sign
10103 };
10104
10105 # Tests
10106 # This option specifies the set of tests for this package.
10107 #
10108 cdl_option CYGPKG_MEMALLOC_TESTS {
10109     # 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" 
10110     # Flavor: data
10111     # 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
10112 };
10113
10114 # <
10115 # <
10116 # Common error code support
10117 # This package contains the common list of error and
10118 # status codes. It is held centrally to allow
10119 # packages to interchange error codes and status
10120 # codes in a common way, rather than each package
10121 # having its own conventions for error/status
10122 # reporting. The error codes are modelled on the
10123 # POSIX style naming e.g. EINVAL etc. This package
10124 # also provides the standard strerror() function to
10125 # convert error codes to textual representation, as
10126 # well as an implementation of the errno idiom.
10127 #
10128 cdl_package CYGPKG_ERROR {
10129     # Packages cannot be added or removed, nor can their version be changed,
10130     # simply by editing their value. Instead the appropriate configuration
10131     # should be used to perform these actions.
10132
10133     # This value cannot be modified here.
10134     # Flavor: booldata
10135     # Current value: 1 current
10136     # Requires:  CYGBLD_ISO_ERRNO_CODES_HEADER == "<cyg/error/codes.h>" 
10137     #     CYGBLD_ISO_ERRNO_CODES_HEADER == <cyg/error/codes.h>
10138     #   --> 1
10139 };
10140
10141 # >
10142 # errno variable
10143 # This package controls the behaviour of the
10144 # errno variable (or more strictly, expression)
10145 # from <errno.h>.
10146 #
10147 cdl_component CYGPKG_ERROR_ERRNO {
10148     # Flavor: bool
10149     # No user value, uncomment the following line to provide one.
10150     # user_value 1
10151     # value_source default
10152     # Default value: 1
10153     # Requires:  CYGBLD_ISO_ERRNO_HEADER == "<cyg/error/errno.h>" 
10154     #     CYGBLD_ISO_ERRNO_HEADER == <cyg/error/errno.h>
10155     #   --> 1
10156 };
10157
10158 # >
10159 # Per-thread errno
10160 # This option controls whether the standard error
10161 # code reporting variable errno is a per-thread
10162 # variable, rather than global.
10163 #
10164 cdl_option CYGSEM_ERROR_PER_THREAD_ERRNO {
10165     # Flavor: bool
10166     # No user value, uncomment the following line to provide one.
10167     # user_value 1
10168     # The inferred value should not be edited directly.
10169     inferred_value 0
10170     # value_source inferred
10171     # Default value: 1
10172     # Requires: CYGVAR_KERNEL_THREADS_DATA
10173     #     CYGVAR_KERNEL_THREADS_DATA (unknown) == 0
10174     #   --> 0
10175 };
10176
10177 # Tracing level
10178 # Trace verbosity level for debugging the errno
10179 # retrieval mechanism in errno.cxx. Increase this
10180 # value to get additional trace output.
10181 #
10182 cdl_option CYGNUM_ERROR_ERRNO_TRACE_LEVEL {
10183     # Flavor: data
10184     # No user value, uncomment the following line to provide one.
10185     # user_value 0
10186     # value_source default
10187     # Default value: 0
10188     # Legal values: 0 to 1
10189 };
10190
10191 # <
10192 # strerror function
10193 # This package controls the presence and behaviour of the
10194 # strerror() function from <string.h>
10195 #
10196 cdl_option CYGPKG_ERROR_STRERROR {
10197     # Flavor: bool
10198     # No user value, uncomment the following line to provide one.
10199     # user_value 1
10200     # value_source default
10201     # Default value: 1
10202     # Requires:  CYGBLD_ISO_STRERROR_HEADER == "<cyg/error/strerror.h>" 
10203     #     CYGBLD_ISO_STRERROR_HEADER == <cyg/error/strerror.h>
10204     #   --> 1
10205 };
10206
10207 # Error package build options
10208 # Package specific build options including control over
10209 # compiler flags used only in building this package,
10210 # and details of which tests are built.
10211 #
10212 cdl_component CYGPKG_ERROR_OPTIONS {
10213     # There is no associated value.
10214 };
10215
10216 # >
10217 # Additional compiler flags
10218 # This option modifies the set of compiler flags for
10219 # building the error package. These flags are used in addition
10220 # to the set of global flags.
10221 #
10222 cdl_option CYGPKG_ERROR_CFLAGS_ADD {
10223     # Flavor: data
10224     # No user value, uncomment the following line to provide one.
10225     # user_value ""
10226     # value_source default
10227     # Default value: ""
10228 };
10229
10230 # Suppressed compiler flags
10231 # This option modifies the set of compiler flags for
10232 # building the error package. These flags are removed from
10233 # the set of global flags if present.
10234 #
10235 cdl_option CYGPKG_ERROR_CFLAGS_REMOVE {
10236     # Flavor: data
10237     # No user value, uncomment the following line to provide one.
10238     # user_value ""
10239     # value_source default
10240     # Default value: ""
10241 };
10242
10243 # <
10244 # <
10245 # <
10246