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