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