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