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