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