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