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