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