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