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