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