]> git.karo-electronics.de Git - karo-tx-redboot.git/blob - config/TX27-40x1.ecc
09bfee95ec53b71390a1b95afc30cf68d005f3a0
[karo-tx-redboot.git] / config / TX27-40x1.ecc
1 # eCos saved configuration
2
3 # ---- commands --------------------------------------------------------
4 # This section contains information about the savefile format.
5 # It should not be edited. Any modifications made to this section
6 # may make it impossible for the configuration tools to read
7 # the savefile.
8
9 cdl_savefile_version 1;
10 cdl_savefile_command cdl_savefile_version {};
11 cdl_savefile_command cdl_savefile_command {};
12 cdl_savefile_command cdl_configuration { description hardware template package };
13 cdl_savefile_command cdl_package { value_source user_value wizard_value inferred_value };
14 cdl_savefile_command cdl_component { value_source user_value wizard_value inferred_value };
15 cdl_savefile_command cdl_option { value_source user_value wizard_value inferred_value };
16 cdl_savefile_command cdl_interface { value_source user_value wizard_value inferred_value };
17
18 # ---- toplevel --------------------------------------------------------
19 # This section defines the toplevel configuration object. The only
20 # values that can be changed are the name of the configuration and
21 # the description field. It is not possible to modify the target,
22 # the template or the set of packages simply by editing the lines
23 # below because these changes have wide-ranging effects. Instead
24 # the appropriate tools should be used to make such modifications.
25
26 cdl_configuration eCos {
27     description "" ;
28
29     # These fields should not be modified.
30     hardware    tx27karo ;
31     template    redboot ;
32     package -hardware CYGPKG_HAL_ARM current ;
33     package -hardware CYGPKG_HAL_ARM_MX27 current ;
34     package -hardware CYGPKG_HAL_ARM_TX27KARO current ;
35     package -template CYGPKG_HAL current ;
36     package -template CYGPKG_INFRA current ;
37     package -template CYGPKG_REDBOOT current ;
38     package -template CYGPKG_ISOINFRA current ;
39     package -template CYGPKG_LIBC_STRING current ;
40     package -template CYGPKG_CRC current ;
41     package -hardware CYGPKG_IO_ETH_DRIVERS current ;
42     package -hardware CYGPKG_DEVS_ETH_ARM_TX27 current ;
43     package -hardware CYGPKG_DEVS_ETH_FEC current ;
44     package -hardware CYGPKG_COMPRESS_ZLIB current ;
45     package -hardware CYGPKG_IO_FLASH current ;
46     package -hardware CYGPKG_DEVS_FLASH_ONMXC current ;
47     package -template CYGPKG_MEMALLOC current ;
48     package -template CYGPKG_DEVS_ETH_PHY current ;
49     package -template CYGPKG_LIBC_I18N current ;
50     package -template CYGPKG_LIBC_STDLIB current ;
51     package -template CYGPKG_ERROR current ;
52 };
53
54 # ---- conflicts -------------------------------------------------------
55 # There are no conflicts.
56
57 # ---- contents --------------------------------------------------------
58 # >
59 # >
60 # Global build options
61 # Global build options including control over
62 # compiler flags, linker flags and choice of toolchain.
63 #
64 cdl_component CYGBLD_GLOBAL_OPTIONS {
65     # There is no associated value.
66
67     # The following properties are affected by this value
68 };
69
70 # >
71 # Global command prefix
72 # This option specifies the command prefix used when
73 # invoking the build tools.
74 #
75 cdl_option CYGBLD_GLOBAL_COMMAND_PREFIX {
76     # Flavor: data
77     # No user value, uncomment the following line to provide one.
78     # user_value arm-926ejs-linux-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     user_value 0x08000000
3447     # value_source user
3448     # Default value: 0x04000000
3449     # Legal values:  0x04000000 0x08000000 
3450 };
3451
3452 # Enable low level debugging with LED
3453 # This option enables low level debugging by blink codes
3454 # of the LED on STK5.
3455 #
3456 cdl_option CYGOPT_HAL_ARM_TX27_DEBUG {
3457     # Flavor: bool
3458     # No user value, uncomment the following line to provide one.
3459     # user_value 0
3460     # value_source default
3461     # Default value:  false 
3462     #     false (unknown) == 0
3463     #   --> 0
3464 };
3465
3466 # Additional compiler flags
3467 # This option modifies the set of compiler flags for
3468 # building the TX27 HAL. These flags are used in addition
3469 # to the set of global flags.
3470 #
3471 cdl_option CYGPKG_HAL_ARM_TX27_CFLAGS_ADD {
3472     # Flavor: data
3473     # No user value, uncomment the following line to provide one.
3474     # user_value ""
3475     # value_source default
3476     # Default value: ""
3477 };
3478
3479 # Suppressed compiler flags
3480 # This option modifies the set of compiler flags for
3481 # building the TX27 HAL. These flags are removed from
3482 # the set of global flags if present.
3483 #
3484 cdl_option CYGPKG_HAL_ARM_TX27_CFLAGS_REMOVE {
3485     # Flavor: data
3486     # No user value, uncomment the following line to provide one.
3487     # user_value ""
3488     # value_source default
3489     # Default value: ""
3490 };
3491
3492 # <
3493 # Memory layout
3494 #
3495 cdl_component CYGHWR_MEMORY_LAYOUT {
3496     # Calculated value:  "arm_tx27_romram" 
3497     # Flavor: data
3498     # Current_value: arm_tx27_romram
3499 };
3500
3501 # >
3502 # Memory layout linker script fragment
3503 #
3504 cdl_option CYGHWR_MEMORY_LAYOUT_LDI {
3505     # Calculated value:  "<pkgconf/mlt_arm_tx27_romram.ldi>" 
3506     # Flavor: data
3507     # Current_value: <pkgconf/mlt_arm_tx27_romram.ldi>
3508 };
3509
3510 # Memory layout header file
3511 #
3512 cdl_option CYGHWR_MEMORY_LAYOUT_H {
3513     # Calculated value:  "<pkgconf/mlt_arm_tx27_romram.h>" 
3514     # Flavor: data
3515     # Current_value: <pkgconf/mlt_arm_tx27_romram.h>
3516 };
3517
3518 # <
3519 # <
3520 # <
3521 # <
3522 # <
3523 # Infrastructure
3524 # Common types and useful macros.
3525 # Tracing and assertion facilities.
3526 # Package startup options.
3527 #
3528 cdl_package CYGPKG_INFRA {
3529     # Packages cannot be added or removed, nor can their version be changed,
3530     # simply by editing their value. Instead the appropriate configuration
3531     # should be used to perform these actions.
3532
3533     # This value cannot be modified here.
3534     # Flavor: booldata
3535     # Current value: 1 current
3536
3537     # The following properties are affected by this value
3538     # package CYGPKG_HAL
3539     #     Requires: CYGPKG_INFRA
3540     # component CYGBLD_BUILD_REDBOOT
3541     #     Requires: CYGPKG_INFRA
3542 };
3543
3544 # >
3545 # Asserts & Tracing
3546 # The eCos source code contains a significant amount of
3547 # internal debugging support, in the form of assertions and
3548 # tracing.
3549 # Assertions check at runtime that various conditions are as
3550 # expected; if not, execution is halted.
3551 # Tracing takes the form of text messages that are output
3552 # whenever certain events occur, or whenever functions are
3553 # called or return.
3554 # The most important property of these checks and messages is
3555 # that they are not required for the program to run.
3556 # It is prudent to develop software with assertions enabled,
3557 # but disable them when making a product release, thus
3558 # removing the overhead of that checking.
3559 # It is possible to enable assertions and tracing
3560 # independently.
3561 # There are also options controlling the exact behaviour of
3562 # the assertion and tracing facilities, thus giving users
3563 # finer control over the code and data size requirements.
3564 #
3565 cdl_component CYGPKG_INFRA_DEBUG {
3566     # Flavor: bool
3567     # No user value, uncomment the following line to provide one.
3568     # user_value 0
3569     # value_source default
3570     # Default value: 0
3571
3572     # The following properties are affected by this value
3573     # option CYGNUM_INFRA_EMPTY_DELETE_THRESHOLD
3574     #     ActiveIf: CYGPKG_INFRA_DEBUG
3575 };
3576
3577 # >
3578 # Use asserts
3579 # If this option is defined, asserts in the code are tested.
3580 # Assert functions (CYG_ASSERT()) are defined in
3581 # 'include/cyg/infra/cyg_ass.h' within the 'install' tree.
3582 # If it is not defined, these result in no additional
3583 # object code and no checking of the asserted conditions.
3584 #
3585 cdl_component CYGDBG_USE_ASSERTS {
3586     # This option is not active
3587     # The parent CYGPKG_INFRA_DEBUG is disabled
3588
3589     # Flavor: bool
3590     # No user value, uncomment the following line to provide one.
3591     # user_value 1
3592     # value_source default
3593     # Default value: 1
3594     # Requires:  1 == CYGINT_INFRA_DEBUG_TRACE_IMPL 
3595     #     CYGINT_INFRA_DEBUG_TRACE_IMPL == 0
3596     #   --> 0
3597
3598     # The following properties are affected by this value
3599     # option CYGDBG_MEMALLOC_ALLOCATOR_DLMALLOC_DEBUG
3600     #     Requires: CYGDBG_USE_ASSERTS
3601     # option CYGDBG_MEMALLOC_ALLOCATOR_DLMALLOC_DEBUG
3602     #     DefaultValue:  0 != CYGDBG_USE_ASSERTS 
3603 };
3604
3605 # >
3606 # Preconditions
3607 # This option allows individual control of preconditions.
3608 # A precondition is one type of assert, which it is
3609 # useful to control separately from more general asserts.
3610 # The function is CYG_PRECONDITION(condition,msg).
3611 #
3612 cdl_option CYGDBG_INFRA_DEBUG_PRECONDITIONS {
3613     # This option is not active
3614     # The parent CYGDBG_USE_ASSERTS is not active
3615
3616     # Flavor: bool
3617     # No user value, uncomment the following line to provide one.
3618     # user_value 1
3619     # value_source default
3620     # Default value: 1
3621 };
3622
3623 # Postconditions
3624 # This option allows individual control of postconditions.
3625 # A postcondition is one type of assert, which it is
3626 # useful to control separately from more general asserts.
3627 # The function is CYG_POSTCONDITION(condition,msg).
3628 #
3629 cdl_option CYGDBG_INFRA_DEBUG_POSTCONDITIONS {
3630     # This option is not active
3631     # The parent CYGDBG_USE_ASSERTS is not active
3632
3633     # Flavor: bool
3634     # No user value, uncomment the following line to provide one.
3635     # user_value 1
3636     # value_source default
3637     # Default value: 1
3638 };
3639
3640 # Loop invariants
3641 # This option allows individual control of loop invariants.
3642 # A loop invariant is one type of assert, which it is
3643 # useful to control separately from more general asserts,
3644 # particularly since a loop invariant is typically evaluated
3645 # a great many times when used correctly.
3646 # The function is CYG_LOOP_INVARIANT(condition,msg).
3647 #
3648 cdl_option CYGDBG_INFRA_DEBUG_LOOP_INVARIANTS {
3649     # This option is not active
3650     # The parent CYGDBG_USE_ASSERTS is not active
3651
3652     # Flavor: bool
3653     # No user value, uncomment the following line to provide one.
3654     # user_value 1
3655     # value_source default
3656     # Default value: 1
3657 };
3658
3659 # Use assert text
3660 # All assertions within eCos contain a text message
3661 # which should give some information about the condition
3662 # being tested.
3663 # These text messages will end up being embedded in the
3664 # application image and hence there is a significant penalty
3665 # in terms of image size.
3666 # It is possible to suppress the use of these messages by
3667 # disabling this option.
3668 # This results in smaller code size, but there is less
3669 # human-readable information if an assertion actually gets
3670 # triggered.
3671 #
3672 cdl_option CYGDBG_INFRA_DEBUG_ASSERT_MESSAGE {
3673     # This option is not active
3674     # The parent CYGDBG_USE_ASSERTS is not active
3675
3676     # Flavor: bool
3677     # No user value, uncomment the following line to provide one.
3678     # user_value 1
3679     # value_source default
3680     # Default value: 1
3681 };
3682
3683 # <
3684 # Use tracing
3685 # If this option is defined, tracing operations
3686 # result in output or logging, depending on other options.
3687 # This may have adverse effects on performance, if the time
3688 # taken to output message overwhelms the available CPU
3689 # power or output bandwidth.
3690 # Trace functions (CYG_TRACE()) are defined in
3691 # 'include/cyg/infra/cyg_trac.h' within the 'install' tree.
3692 # If it is not defined, these result in no additional
3693 # object code and no trace information.
3694 #
3695 cdl_component CYGDBG_USE_TRACING {
3696     # This option is not active
3697     # The parent CYGPKG_INFRA_DEBUG is disabled
3698
3699     # Flavor: bool
3700     # No user value, uncomment the following line to provide one.
3701     # user_value 0
3702     # value_source default
3703     # Default value: 0
3704     # Requires:  1 == CYGINT_INFRA_DEBUG_TRACE_IMPL 
3705     #     CYGINT_INFRA_DEBUG_TRACE_IMPL == 0
3706     #   --> 0
3707
3708     # The following properties are affected by this value
3709     # option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_SIZE
3710     #     ActiveIf: CYGDBG_USE_TRACING
3711     # option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_WRAP
3712     #     ActiveIf: CYGDBG_USE_TRACING
3713     # option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_HALT
3714     #     ActiveIf: CYGDBG_USE_TRACING
3715     # option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_PRINT
3716     #     ActiveIf: CYGDBG_USE_TRACING
3717     # option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_PRINT_ON_ASSERT
3718     #     ActiveIf: CYGDBG_USE_TRACING
3719 };
3720
3721 # >
3722 # Trace function reports
3723 # This option allows individual control of
3724 # function entry/exit tracing, independent of
3725 # more general tracing output.
3726 # This may be useful to remove clutter from a
3727 # trace log.
3728 #
3729 cdl_option CYGDBG_INFRA_DEBUG_FUNCTION_REPORTS {
3730     # This option is not active
3731     # The parent CYGDBG_USE_TRACING is not active
3732     # The parent CYGDBG_USE_TRACING is disabled
3733
3734     # Flavor: bool
3735     # No user value, uncomment the following line to provide one.
3736     # user_value 1
3737     # value_source default
3738     # Default value: 1
3739 };
3740
3741 # Use trace text
3742 # All trace calls within eCos contain a text message
3743 # which should give some information about the circumstances.
3744 # These text messages will end up being embedded in the
3745 # application image and hence there is a significant penalty
3746 # in terms of image size.
3747 # It is possible to suppress the use of these messages by
3748 # disabling this option.
3749 # This results in smaller code size, but there is less
3750 # human-readable information available in the trace output,
3751 # possibly only filenames and line numbers.
3752 #
3753 cdl_option CYGDBG_INFRA_DEBUG_TRACE_MESSAGE {
3754     # This option is not active
3755     # The parent CYGDBG_USE_TRACING is not active
3756     # The parent CYGDBG_USE_TRACING is disabled
3757
3758     # Flavor: bool
3759     # No user value, uncomment the following line to provide one.
3760     # user_value 1
3761     # value_source default
3762     # Default value: 1
3763 };
3764
3765 # <
3766 # Trace output implementations
3767 #
3768 cdl_interface CYGINT_INFRA_DEBUG_TRACE_IMPL {
3769     # Implemented by CYGDBG_INFRA_DEBUG_TRACE_ASSERT_NULL, inactive, disabled
3770     # Implemented by CYGDBG_INFRA_DEBUG_TRACE_ASSERT_SIMPLE, inactive, disabled
3771     # Implemented by CYGDBG_INFRA_DEBUG_TRACE_ASSERT_FANCY, inactive, disabled
3772     # Implemented by CYGDBG_INFRA_DEBUG_TRACE_ASSERT_BUFFER, inactive, enabled
3773     # This option is not active
3774     # The parent CYGPKG_INFRA_DEBUG is disabled
3775
3776     # This value cannot be modified here.
3777     # Flavor: data
3778     # Current_value: 0
3779
3780     # The following properties are affected by this value
3781     # component CYGDBG_USE_ASSERTS
3782     #     Requires:  1 == CYGINT_INFRA_DEBUG_TRACE_IMPL 
3783     # component CYGDBG_USE_TRACING
3784     #     Requires:  1 == CYGINT_INFRA_DEBUG_TRACE_IMPL 
3785 };
3786
3787 # Null output
3788 # A null output module which is useful when
3789 # debugging interactively; the output routines
3790 # can be breakpointed rather than have them actually
3791 # 'print' something.
3792 #
3793 cdl_option CYGDBG_INFRA_DEBUG_TRACE_ASSERT_NULL {
3794     # This option is not active
3795     # The parent CYGPKG_INFRA_DEBUG is disabled
3796
3797     # Flavor: bool
3798     # No user value, uncomment the following line to provide one.
3799     # user_value 0
3800     # value_source default
3801     # Default value: 0
3802 };
3803
3804 # Simple output
3805 # An output module which produces simple output
3806 # from tracing and assertion events.
3807 #
3808 cdl_option CYGDBG_INFRA_DEBUG_TRACE_ASSERT_SIMPLE {
3809     # This option is not active
3810     # The parent CYGPKG_INFRA_DEBUG is disabled
3811
3812     # Flavor: bool
3813     # No user value, uncomment the following line to provide one.
3814     # user_value 0
3815     # value_source default
3816     # Default value: 0
3817 };
3818
3819 # Fancy output
3820 # An output module which produces fancy output
3821 # from tracing and assertion events.
3822 #
3823 cdl_option CYGDBG_INFRA_DEBUG_TRACE_ASSERT_FANCY {
3824     # This option is not active
3825     # The parent CYGPKG_INFRA_DEBUG is disabled
3826
3827     # Flavor: bool
3828     # No user value, uncomment the following line to provide one.
3829     # user_value 0
3830     # value_source default
3831     # Default value: 0
3832 };
3833
3834 # Buffered tracing
3835 # An output module which buffers output
3836 # from tracing and assertion events. The stored
3837 # messages are output when an assert fires, or
3838 # CYG_TRACE_PRINT() (defined in <cyg/infra/cyg_trac.h>)
3839 # is called.
3840 # Of course, there will only be stored messages
3841 # if tracing per se (CYGDBG_USE_TRACING)
3842 # is enabled above.
3843 #
3844 cdl_component CYGDBG_INFRA_DEBUG_TRACE_ASSERT_BUFFER {
3845     # This option is not active
3846     # The parent CYGPKG_INFRA_DEBUG is disabled
3847
3848     # Flavor: bool
3849     # No user value, uncomment the following line to provide one.
3850     # user_value 1
3851     # value_source default
3852     # Default value: 1
3853 };
3854
3855 # >
3856 # Trace buffer size
3857 # The size of the trace buffer. This counts the number
3858 # of trace records stored. When the buffer fills it
3859 # either wraps, stops recording, or generates output.
3860 #
3861 cdl_option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_SIZE {
3862     # This option is not active
3863     # The parent CYGDBG_INFRA_DEBUG_TRACE_ASSERT_BUFFER is not active
3864     # ActiveIf constraint: CYGDBG_USE_TRACING
3865     #     CYGDBG_USE_TRACING == 0
3866     #   --> 0
3867
3868     # Flavor: data
3869     # No user value, uncomment the following line to provide one.
3870     # user_value 32
3871     # value_source default
3872     # Default value: 32
3873     # Legal values: 5 to 65535
3874 };
3875
3876 # Wrap trace buffer when full
3877 # When the trace buffer has filled with records it
3878 # starts again at the beginning. Hence only the last
3879 # CYGDBG_INFRA_DEBUG_TRACE_BUFFER_SIZE messages will
3880 # be recorded.
3881 #
3882 cdl_option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_WRAP {
3883     # This option is not active
3884     # The parent CYGDBG_INFRA_DEBUG_TRACE_ASSERT_BUFFER is not active
3885     # ActiveIf constraint: CYGDBG_USE_TRACING
3886     #     CYGDBG_USE_TRACING == 0
3887     #   --> 0
3888
3889     # Flavor: bool
3890     # No user value, uncomment the following line to provide one.
3891     # user_value 1
3892     # value_source default
3893     # Default value: 1
3894 };
3895
3896 # Halt trace buffer when full
3897 # When the trace buffer has filled with records it
3898 # stops recording. Hence only the first
3899 # CYGDBG_INFRA_DEBUG_TRACE_BUFFER_SIZE messages will
3900 # be recorded.
3901 #
3902 cdl_option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_HALT {
3903     # This option is not active
3904     # The parent CYGDBG_INFRA_DEBUG_TRACE_ASSERT_BUFFER is not active
3905     # ActiveIf constraint: CYGDBG_USE_TRACING
3906     #     CYGDBG_USE_TRACING == 0
3907     #   --> 0
3908
3909     # Flavor: bool
3910     # No user value, uncomment the following line to provide one.
3911     # user_value 0
3912     # value_source default
3913     # Default value: 0
3914 };
3915
3916 # Print trace buffer when full
3917 # When the trace buffer has filled with records it
3918 # prints the contents of the buffer. The buffer is then
3919 # emptied and the system continues.
3920 #
3921 cdl_option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_PRINT {
3922     # This option is not active
3923     # The parent CYGDBG_INFRA_DEBUG_TRACE_ASSERT_BUFFER is not active
3924     # ActiveIf constraint: CYGDBG_USE_TRACING
3925     #     CYGDBG_USE_TRACING == 0
3926     #   --> 0
3927
3928     # Flavor: bool
3929     # No user value, uncomment the following line to provide one.
3930     # user_value 0
3931     # value_source default
3932     # Default value: 0
3933 };
3934
3935 # Print trace buffer on assert fail
3936 # When an assertion fails the trace buffer will be 
3937 # printed to the default diagnostic device.
3938 #
3939 cdl_option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_PRINT_ON_ASSERT {
3940     # This option is not active
3941     # The parent CYGDBG_INFRA_DEBUG_TRACE_ASSERT_BUFFER is not active
3942     # ActiveIf constraint: CYGDBG_USE_TRACING
3943     #     CYGDBG_USE_TRACING == 0
3944     #   --> 0
3945
3946     # Flavor: bool
3947     # No user value, uncomment the following line to provide one.
3948     # user_value 1
3949     # value_source default
3950     # Default value: 1
3951 };
3952
3953 # <
3954 # Use function names
3955 # All trace and assert calls within eCos contain a
3956 # reference to the builtin macro '__PRETTY_FUNCTION__',
3957 # which evaluates to a string containing
3958 # the name of the current function.
3959 # This is useful when reading a trace log.
3960 # It is possible to suppress the use of the function name
3961 # by disabling this option.
3962 # This results in smaller code size, but there is less
3963 # human-readable information available in the trace output,
3964 # possibly only filenames and line numbers.
3965 #
3966 cdl_option CYGDBG_INFRA_DEBUG_FUNCTION_PSEUDOMACRO {
3967     # This option is not active
3968     # The parent CYGPKG_INFRA_DEBUG is disabled
3969
3970     # Flavor: bool
3971     # No user value, uncomment the following line to provide one.
3972     # user_value 1
3973     # value_source default
3974     # Default value: 1
3975 };
3976
3977 # <
3978 # Startup options
3979 # Some packages require a startup routine to be called.
3980 # This can be carried out by application code, by supplying
3981 # a routine called cyg_package_start() which calls the
3982 # appropriate package startup routine(s).
3983 # Alternatively, this routine can be constructed automatically
3984 # and configured to call the startup routines of your choice.
3985 #
3986 cdl_component CYGPKG_INFRA_STARTUP {
3987     # There is no associated value.
3988 };
3989
3990 # >
3991 # Start uITRON subsystem
3992 # Generate a call to initialize the
3993 # uITRON compatibility subsystem
3994 # within the system version of cyg_package_start().
3995 # This enables compatibility with uITRON.
3996 # You must configure uITRON with the correct tasks before
3997 # starting the uItron subsystem.
3998 # If this is disabled, and you want to use uITRON,
3999 # you must call cyg_uitron_start() from your own
4000 # cyg_package_start() or cyg_userstart().
4001 #
4002 cdl_option CYGSEM_START_UITRON_COMPATIBILITY {
4003     # This option is not active
4004     # ActiveIf constraint: CYGPKG_UITRON
4005     #     CYGPKG_UITRON (unknown) == 0
4006     #   --> 0
4007
4008     # Flavor: bool
4009     # No user value, uncomment the following line to provide one.
4010     # user_value 0
4011     # value_source default
4012     # Default value: 0
4013     # Requires: CYGPKG_UITRON
4014     #     CYGPKG_UITRON (unknown) == 0
4015     #   --> 0
4016 };
4017
4018 # <
4019 # Smaller slower memcpy()
4020 # Enabling this option causes the implementation of
4021 # the standard memcpy() routine to reduce code
4022 # size at the expense of execution speed. This
4023 # option is automatically enabled with the use of
4024 # the -Os option to the compiler. Also note that
4025 # the compiler will try to use its own builtin
4026 # version of memcpy() if possible, ignoring the
4027 # implementation in this package, unless given
4028 # the -fno-builtin compiler option.
4029 #
4030 cdl_option CYGIMP_INFRA_PREFER_SMALL_TO_FAST_MEMCPY {
4031     # Flavor: bool
4032     # No user value, uncomment the following line to provide one.
4033     # user_value 0
4034     # value_source default
4035     # Default value: 0
4036 };
4037
4038 # Smaller slower memset()
4039 # Enabling this option causes the implementation of
4040 # the standard memset() routine to reduce code
4041 # size at the expense of execution speed. This
4042 # option is automatically enabled with the use of
4043 # the -Os option to the compiler. Also note that
4044 # the compiler will try to use its own builtin
4045 # version of memset() if possible, ignoring the
4046 # implementation in this package, unless given
4047 # the -fno-builtin compiler option.
4048 #
4049 cdl_option CYGIMP_INFRA_PREFER_SMALL_TO_FAST_MEMSET {
4050     # Flavor: bool
4051     # No user value, uncomment the following line to provide one.
4052     # user_value 0
4053     # value_source default
4054     # Default value: 0
4055 };
4056
4057 # Provide empty C++ delete functions
4058 # To deal with virtual destructors, where the correct delete()
4059 # function must be called for the derived class in question, the
4060 # underlying delete is called when needed, from destructors.  This
4061 # is regardless of whether the destructor is called by delete itself.
4062 # So there is a reference to delete() from all destructors.  The
4063 # default builtin delete() attempts to call free() if there is
4064 # one defined.  So, if you have destructors, and you have free(),
4065 # as in malloc() and free(), any destructor counts as a reference
4066 # to free().  So the dynamic memory allocation code is linked
4067 # in regardless of whether it gets explicitly called. This
4068 # increases code and data size needlessly.
4069 # To defeat this undesirable behaviour, we define empty versions
4070 # of delete and delete.  But doing this prevents proper use
4071 # of dynamic memory in C++ programs via C++'s new and delete
4072 # operators.
4073 # Therefore, this option is provided
4074 # for explicitly disabling the provision of these empty functions,
4075 # so that new and delete can be used, if that is what is required.
4076 #
4077 cdl_option CYGFUN_INFRA_EMPTY_DELETE_FUNCTIONS {
4078     # Flavor: bool
4079     # No user value, uncomment the following line to provide one.
4080     # user_value 1
4081     # value_source default
4082     # Default value: 1
4083 };
4084
4085 # Threshold for valid number of delete calls
4086 # Some users don't know about the empty delete function and then
4087 # wonder why their C++ classes are leaking memory. If
4088 # INFRA_DEBUG is enabled we keep a counter for the number of
4089 # times delete is called. If it goes above this threshold we throw
4090 # an assertion failure. This should point heavy users of
4091 # delete in the right direction without upsetting those who want
4092 # an empty delete function. 
4093 #
4094 cdl_option CYGNUM_INFRA_EMPTY_DELETE_THRESHOLD {
4095     # This option is not active
4096     # ActiveIf constraint: CYGPKG_INFRA_DEBUG
4097     #     CYGPKG_INFRA_DEBUG == 0
4098     #   --> 0
4099
4100     # Flavor: data
4101     # No user value, uncomment the following line to provide one.
4102     # user_value 100
4103     # value_source default
4104     # Default value: 100
4105 };
4106
4107 # Provide dummy abort() function
4108 # This option controls the inclusion of a dummy abort() function.
4109 # Parts of the C and C++ compiler runtime systems contain references
4110 # to abort(), particulary in the C++ exception handling code. It is
4111 # not possible to eliminate these references, so this dummy function
4112 # in included to satisfy them. It is not expected that this function
4113 # will ever be called, so its current behaviour is to simply loop.
4114 #
4115 cdl_option CYGFUN_INFRA_DUMMY_ABORT {
4116     # Flavor: bool
4117     # No user value, uncomment the following line to provide one.
4118     # user_value 1
4119     # value_source default
4120     # Default value:  CYGINT_ISO_EXIT == 0 
4121     #     CYGINT_ISO_EXIT == 0
4122     #   --> 1
4123     # Requires: !CYGINT_ISO_EXIT
4124     #     CYGINT_ISO_EXIT == 0
4125     #   --> 1
4126 };
4127
4128 # Reset platform at end of test case execution
4129 # If this option is set then test case programs will reset the platform
4130 # when they terminate, as opposed to the default which is to just hang
4131 # in a loop.
4132 #
4133 cdl_option CYGSEM_INFRA_RESET_ON_TEST_EXIT {
4134     # Flavor: bool
4135     # No user value, uncomment the following line to provide one.
4136     # user_value 0
4137     # value_source default
4138     # Default value: 0
4139 };
4140
4141 # Provide dummy strlen() function
4142 # This option controls the inclusion of a dummy strlen() function.
4143 # Parts of the C and C++ compiler runtime systems contain references
4144 # to strlen(), particulary in the C++ exception handling code. It is
4145 # not possible to eliminate these references, so this dummy function
4146 # in included to satisfy them. While it is not expected that this function
4147 # will ever be called, it is functional but uses the simplest, smallest
4148 # algorithm. There is a faster version of strlen() in the C library.
4149 #
4150 cdl_option CYGFUN_INFRA_DUMMY_STRLEN {
4151     # Flavor: bool
4152     # No user value, uncomment the following line to provide one.
4153     # user_value 0
4154     # value_source default
4155     # Default value:  CYGINT_ISO_STRING_STRFUNCS == 0 
4156     #     CYGINT_ISO_STRING_STRFUNCS == 1
4157     #   --> 0
4158     # Requires: !CYGINT_ISO_STRING_STRFUNCS
4159     #     CYGINT_ISO_STRING_STRFUNCS == 1
4160     #   --> 0
4161 };
4162
4163 # Make all compiler warnings show as errors
4164 # Enabling this option will cause all compiler warnings to show
4165 # as errors and bring the library build to a halt. This is used
4166 # to ensure that the code base is warning free, and thus ensure
4167 # that newly introduced warnings stand out and get fixed before
4168 # they show up as weird run-time behavior.
4169 #
4170 cdl_option CYGBLD_INFRA_CFLAGS_WARNINGS_AS_ERRORS {
4171     # Flavor: bool
4172     user_value 1
4173     # value_source user
4174     # Default value: 0
4175     # Requires:  is_substr(CYGBLD_GLOBAL_CFLAGS, " -Werror") 
4176     #     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"
4177     #   --> 1
4178
4179     # The following properties are affected by this value
4180     # option CYGBLD_GLOBAL_CFLAGS
4181     #     Requires: CYGBLD_INFRA_CFLAGS_WARNINGS_AS_ERRORS
4182 };
4183
4184 # Make compiler and assembler communicate by pipe
4185 # Enabling this option will cause the compiler to feed the
4186 # assembly output the the assembler via a pipe instead of
4187 # via a temporary file. This normally reduces the build
4188 # time.
4189 #
4190 cdl_option CYGBLD_INFRA_CFLAGS_PIPE {
4191     # Flavor: bool
4192     user_value 1
4193     # value_source user
4194     # Default value: 0
4195     # Requires:  is_substr(CYGBLD_GLOBAL_CFLAGS, " -pipe") 
4196     #     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"
4197     #   --> 1
4198 };
4199
4200 # Infra build options
4201 # Package specific build options including control over
4202 # compiler flags used only in building this package.
4203 #
4204 cdl_component CYGPKG_INFRA_OPTIONS {
4205     # There is no associated value.
4206 };
4207
4208 # >
4209 # Additional compiler flags
4210 # This option modifies the set of compiler flags for
4211 # building the eCos infra package. These flags are used
4212 # in addition to the set of global flags.
4213 #
4214 cdl_option CYGPKG_INFRA_CFLAGS_ADD {
4215     # Flavor: data
4216     # No user value, uncomment the following line to provide one.
4217     # user_value "-fno-rtti -Woverloaded-virtual"
4218     # value_source default
4219     # Default value: "-fno-rtti -Woverloaded-virtual"
4220 };
4221
4222 # Suppressed compiler flags
4223 # This option modifies the set of compiler flags for
4224 # building the eCos infra package. These flags are removed from
4225 # the set of global flags if present.
4226 #
4227 cdl_option CYGPKG_INFRA_CFLAGS_REMOVE {
4228     # Flavor: data
4229     # No user value, uncomment the following line to provide one.
4230     # user_value -Wno-pointer-sign
4231     # value_source default
4232     # Default value: -Wno-pointer-sign
4233 };
4234
4235 # Suppressed linker flags
4236 # This option modifies the set of linker flags for
4237 # building the eCos infra package tests. These flags are removed from
4238 # the set of global flags if present.
4239 #
4240 cdl_option CYGPKG_INFRA_LDFLAGS_REMOVE {
4241     # Flavor: data
4242     # No user value, uncomment the following line to provide one.
4243     # user_value -Wl,--gc-sections
4244     # value_source default
4245     # Default value: -Wl,--gc-sections
4246 };
4247
4248 # Additional linker flags
4249 # This option modifies the set of linker flags for
4250 # building the eCos infra package tests. These flags are added to
4251 # the set of global flags if present.
4252 #
4253 cdl_option CYGPKG_INFRA_LDFLAGS_ADD {
4254     # Flavor: data
4255     # No user value, uncomment the following line to provide one.
4256     # user_value -Wl,--fatal-warnings
4257     # value_source default
4258     # Default value: -Wl,--fatal-warnings
4259 };
4260
4261 # Infra package tests
4262 #
4263 cdl_component CYGPKG_INFRA_TESTS {
4264     # Calculated value:  "tests/cxxsupp tests/diag_sprintf1 tests/diag_sprintf2" 
4265     # Flavor: data
4266     # Current_value: tests/cxxsupp tests/diag_sprintf1 tests/diag_sprintf2
4267 };
4268
4269 # >
4270 # Number of times a test runs
4271 # This option controls the number of times tests will execute their
4272 # basic function.  Not all tests will honor this setting, but those
4273 # that do will execute the test N times before terminating.  A value
4274 # less than 0 indicates to run forever.
4275 #
4276 cdl_option CYGNUM_TESTS_RUN_COUNT {
4277     # Flavor: data
4278     # No user value, uncomment the following line to provide one.
4279     # user_value 1
4280     # value_source default
4281     # Default value: 1
4282 };
4283
4284 # <
4285 # <
4286 # <
4287 # Redboot ROM monitor
4288 # doc: ref/redboot.html
4289 # This package supports the Redboot [stand-alone debug monitor]
4290 # using eCos as the underlying board support mechanism.
4291 #
4292 cdl_package CYGPKG_REDBOOT {
4293     # Packages cannot be added or removed, nor can their version be changed,
4294     # simply by editing their value. Instead the appropriate configuration
4295     # should be used to perform these actions.
4296
4297     # This value cannot be modified here.
4298     # Flavor: booldata
4299     # Current value: 1 current
4300     # Requires:  CYGIMP_HAL_COMMON_INTERRUPTS_USE_INTERRUPT_STACK == 0 
4301     #     CYGIMP_HAL_COMMON_INTERRUPTS_USE_INTERRUPT_STACK == 0
4302     #   --> 1
4303
4304     # The following properties are affected by this value
4305     # component CYGPKG_REDBOOT_ARM_OPTIONS
4306     #     ActiveIf: CYGPKG_REDBOOT
4307     # component CYGPKG_REDBOOT_HAL_OPTIONS
4308     #     ActiveIf: CYGPKG_REDBOOT
4309     # component CYGPKG_REDBOOT_HAL_TX27_OPTIONS
4310     #     ActiveIf: CYGPKG_REDBOOT
4311     # option CYGSEM_IO_ETH_DRIVERS_WARN
4312     #     ActiveIf: CYGPKG_REDBOOT
4313 };
4314
4315 # >
4316 # Include support for ELF file format
4317 #
4318 cdl_component CYGSEM_REDBOOT_ELF {
4319     # Flavor: bool
4320     # No user value, uncomment the following line to provide one.
4321     # user_value 1
4322     # value_source default
4323     # Default value: 1
4324 };
4325
4326 # >
4327 # Use the virtual address in the ELF headers
4328 # The ELF headers contain both a virtual and a physical address
4329 # for where code/data should be loaded. By default the physical
4330 # address is used but sometimes it is necassary to use the
4331 # virtual address because of bugy toolchains
4332 #
4333 cdl_option CYGOPT_REDBOOT_ELF_VIRTUAL_ADDRESS {
4334     # Flavor: bool
4335     # No user value, uncomment the following line to provide one.
4336     # user_value 0
4337     # value_source default
4338     # Default value: 0
4339 };
4340
4341 # <
4342 # Methods of loading images using redboot
4343 #
4344 cdl_interface CYGINT_REDBOOT_LOAD_METHOD {
4345     # Implemented by CYGBLD_BUILD_REDBOOT_WITH_XYZMODEM, active, enabled
4346     # Implemented by CYGPKG_REDBOOT_NETWORKING, active, enabled
4347     # This value cannot be modified here.
4348     # Flavor: data
4349     # Current_value: 2
4350
4351     # The following properties are affected by this value
4352     # component CYGBLD_BUILD_REDBOOT
4353     #     Requires: CYGINT_REDBOOT_LOAD_METHOD
4354 };
4355
4356 # Build Redboot ROM ELF image
4357 # This option enables the building of the Redboot ELF image.
4358 # The image may require further relocation or symbol
4359 # stripping before being converted to a binary image.
4360 # This is handled by a rule in the target CDL.
4361 #
4362 cdl_component CYGBLD_BUILD_REDBOOT {
4363     # Flavor: bool
4364     # No user value, uncomment the following line to provide one.
4365     # user_value 0
4366     # The inferred value should not be edited directly.
4367     inferred_value 1
4368     # value_source inferred
4369     # Default value: 0
4370     # Requires: CYGPKG_INFRA
4371     #     CYGPKG_INFRA == current
4372     #   --> 1
4373     # Requires: CYGPKG_ISOINFRA
4374     #     CYGPKG_ISOINFRA == current
4375     #   --> 1
4376     # Requires: ! CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT
4377     #     CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT == 0
4378     #   --> 1
4379     # Requires: ! CYGDBG_HAL_COMMON_INTERRUPTS_SAVE_MINIMUM_CONTEXT
4380     #     CYGDBG_HAL_COMMON_INTERRUPTS_SAVE_MINIMUM_CONTEXT == 0
4381     #   --> 1
4382     # Requires: ! CYGDBG_HAL_COMMON_CONTEXT_SAVE_MINIMUM
4383     #     CYGDBG_HAL_COMMON_CONTEXT_SAVE_MINIMUM == 0
4384     #   --> 1
4385     # Requires: CYGSEM_HAL_VIRTUAL_VECTOR_SUPPORT
4386     #     CYGSEM_HAL_VIRTUAL_VECTOR_SUPPORT == 1
4387     #   --> 1
4388     # Requires: CYGINT_ISO_STRING_MEMFUNCS
4389     #     CYGINT_ISO_STRING_MEMFUNCS == 1
4390     #   --> 1
4391     # Requires: CYGINT_ISO_STRING_STRFUNCS
4392     #     CYGINT_ISO_STRING_STRFUNCS == 1
4393     #   --> 1
4394     # Requires: CYGINT_REDBOOT_LOAD_METHOD
4395     #     CYGINT_REDBOOT_LOAD_METHOD == 2
4396     #   --> 1
4397
4398     # The following properties are affected by this value
4399     # package CYGPKG_HAL_ARM_TX27KARO
4400     #     Requires: CYGBLD_BUILD_REDBOOT == 1
4401     # option CYGBLD_BUILD_REDBOOT_BIN
4402     #     ActiveIf: CYGBLD_BUILD_REDBOOT
4403 };
4404
4405 # >
4406 # Include GDB support in RedBoot
4407 # RedBoot normally includes support for the GDB debugging
4408 # protocols. This option allows this to be disabled which
4409 # may yield a substantial savings in terms of code and memory 
4410 # usage by RedBoot.
4411 #
4412 cdl_option CYGBLD_BUILD_REDBOOT_WITH_GDB {
4413     # ActiveIf constraint: CYGINT_HAL_DEBUG_GDB_STUBS
4414     #     CYGINT_HAL_DEBUG_GDB_STUBS == 1
4415     #   --> 1
4416
4417     # Flavor: bool
4418     user_value 0
4419     # value_source user
4420     # Default value: 1
4421     # Requires: CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
4422     #     CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS == 0
4423     #   --> 0
4424     # Requires: CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT
4425     #     CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT == 0
4426     #   --> 0
4427 };
4428
4429 # Threads debugging support
4430 # Enabling this option will include special code in the
4431 # GDB stubs to support debugging of threaded programs.  In
4432 # the case of eCos programs, this support allows GDB to
4433 # have complete access to the eCos threads in the
4434 # program.
4435 #
4436 cdl_option CYGBLD_BUILD_REDBOOT_WITH_THREADS {
4437     # ActiveIf constraint:  CYG_HAL_STARTUP != "RAM" 
4438     #     CYG_HAL_STARTUP == ROMRAM
4439     #   --> 1
4440
4441     # Flavor: bool
4442     # No user value, uncomment the following line to provide one.
4443     # user_value 0
4444     # value_source default
4445     # Default value: 0
4446     # Requires: CYGDBG_HAL_DEBUG_GDB_THREAD_SUPPORT
4447     #     CYGDBG_HAL_DEBUG_GDB_THREAD_SUPPORT == 1
4448     #   --> 1
4449 };
4450
4451 # Customized version string
4452 # Use this option to define a customized version "string" for
4453 # RedBoot.  Note: this value is only cosmetic, displayed by the
4454 # "version" command, but is useful for providing site specific
4455 # information about the RedBoot configuration.
4456 #
4457 cdl_option CYGDAT_REDBOOT_CUSTOM_VERSION {
4458     # Flavor: booldata
4459     # No user value, uncomment the following line to provide one.
4460     # user_value 0 0
4461     # The inferred value should not be edited directly.
4462     inferred_value 1 "Ka-Ro 2009-06-10"
4463     # value_source inferred
4464     # Default value: 0 0
4465 };
4466
4467 # Enable command line editing
4468 # If this option is non-zero, RedBoot will remember the
4469 # last N command lines.  These lines may be reused.
4470 # Enabling this history will also enable rudimentary
4471 # editting of the lines themselves.
4472 #
4473 cdl_option CYGNUM_REDBOOT_CMD_LINE_EDITING {
4474     # Flavor: data
4475     # No user value, uncomment the following line to provide one.
4476     # user_value 16
4477     # value_source default
4478     # Default value: 16
4479
4480     # The following properties are affected by this value
4481     # option CYGSEM_REDBOOT_CMD_LINE_ANSI_SEQUENCES
4482     #     ActiveIf: CYGNUM_REDBOOT_CMD_LINE_EDITING != 0
4483     # option CYGBLD_REDBOOT_CMD_LINE_HISTORY
4484     #     Requires:  CYGNUM_REDBOOT_CMD_LINE_EDITING > 0 
4485 };
4486
4487 # Enable command line editing using ANSI arrows, etc
4488 # If this option is enabled, RedBoot will accept standard ANSI key
4489 # sequences for cursor movement (along with the emacs style keys).
4490 #
4491 cdl_option CYGSEM_REDBOOT_CMD_LINE_ANSI_SEQUENCES {
4492     # ActiveIf constraint: CYGNUM_REDBOOT_CMD_LINE_EDITING != 0
4493     #     CYGNUM_REDBOOT_CMD_LINE_EDITING == 16
4494     #   --> 1
4495
4496     # Flavor: bool
4497     # No user value, uncomment the following line to provide one.
4498     # user_value 1
4499     # value_source default
4500     # Default value: 1
4501 };
4502
4503 # Enable history command and expansion
4504 # Enabling this option will allow RedBoot to provide a
4505 # history command to list previous commands. Also enables
4506 # history expansion via '!'  character similar to bash
4507 # shell.
4508 #
4509 cdl_option CYGBLD_REDBOOT_CMD_LINE_HISTORY {
4510     # Flavor: bool
4511     # No user value, uncomment the following line to provide one.
4512     # user_value 1
4513     # value_source default
4514     # Default value: 1
4515     # Requires:  CYGNUM_REDBOOT_CMD_LINE_EDITING > 0 
4516     #     CYGNUM_REDBOOT_CMD_LINE_EDITING == 16
4517     #   --> 1
4518 };
4519
4520 # Number of unique RAM segments on platform
4521 # Change this option to be the number of memory segments which are
4522 # supported by the platform.  If the value is greater than 1, then
4523 # a platform specific function must provide information about the
4524 # additional segments.
4525 #
4526 cdl_option CYGBLD_REDBOOT_MAX_MEM_SEGMENTS {
4527     # Flavor: data
4528     # No user value, uncomment the following line to provide one.
4529     # user_value 1
4530     # value_source default
4531     # Default value: 1
4532 };
4533
4534 # Include support gzip/zlib decompression
4535 #
4536 cdl_component CYGBLD_BUILD_REDBOOT_WITH_ZLIB {
4537     # ActiveIf constraint: CYGPKG_COMPRESS_ZLIB
4538     #     CYGPKG_COMPRESS_ZLIB == current
4539     #   --> 1
4540
4541     # Flavor: bool
4542     # No user value, uncomment the following line to provide one.
4543     # user_value 1
4544     # value_source default
4545     # Default value: 1
4546
4547     # The following properties are affected by this value
4548     # component CYGOPT_REDBOOT_FIS_ZLIB_COMMON_BUFFER
4549     #     ActiveIf:  CYGBLD_BUILD_REDBOOT_WITH_ZLIB &&  CYGOPT_REDBOOT_FIS 
4550 };
4551
4552 # >
4553 # Size of zlib decompression buffer
4554 # This is the size of the buffer filled with incoming data
4555 # during load before calls are made to the decompressor
4556 # function. For ethernet downloads this can be made bigger
4557 # (at the cost of memory), but for serial downloads on slow
4558 # processors it may be necessary to reduce the size to
4559 # avoid serial overruns. zlib appears to bail out if less 
4560 # than five bytes are available initially so this is the 
4561 # minimum.
4562 #
4563 cdl_option CYGNUM_REDBOOT_LOAD_ZLIB_BUFFER {
4564     # Flavor: data
4565     # No user value, uncomment the following line to provide one.
4566     # user_value 64
4567     # value_source default
4568     # Default value: 64
4569     # Legal values: 5 to 256
4570 };
4571
4572 # Support compression of Flash images
4573 # This CDL indicates whether flash images can
4574 # be decompressed from gzip/zlib format into RAM.
4575 #
4576 cdl_option CYGPRI_REDBOOT_ZLIB_FLASH {
4577     # ActiveIf constraint: CYGPKG_REDBOOT_FLASH
4578     #     CYGPKG_REDBOOT_FLASH == 1
4579     #   --> 1
4580     # ActiveIf constraint:  (!CYGSEM_IO_FLASH_READ_INDIRECT) || CYGPRI_REDBOOT_ZLIB_FLASH_FORCE 
4581     #     CYGSEM_IO_FLASH_READ_INDIRECT == 1
4582     #     CYGPRI_REDBOOT_ZLIB_FLASH_FORCE == 1
4583     #   --> 1
4584
4585     # Calculated value: 1
4586     # Flavor: bool
4587     # Current value: 1
4588 };
4589
4590 # Include GZIP uncompress command
4591 # Enable this option to include a 'gunzip' command 
4592 # to uncompress GZIP compressed data.
4593 #
4594 cdl_option CYGBLD_BUILD_REDBOOT_WITH_GUNZIP {
4595     # Flavor: bool
4596     # No user value, uncomment the following line to provide one.
4597     # user_value 0
4598     # value_source default
4599     # Default value: 0
4600 };
4601
4602 # Turn on CYGPRI_REDBOOT_ZLIB_FLASH
4603 # Force CYGPRI_REDBOOT_ZLIB_FLASH to be chosen
4604 #
4605 cdl_option CYGPRI_REDBOOT_ZLIB_FLASH_FORCE {
4606     # Flavor: bool
4607     # No user value, uncomment the following line to provide one.
4608     # user_value 0
4609     # The inferred value should not be edited directly.
4610     inferred_value 1
4611     # value_source inferred
4612     # Default value: 0
4613
4614     # The following properties are affected by this value
4615     # option CYGPRI_REDBOOT_ZLIB_FLASH
4616     #     ActiveIf:  (!CYGSEM_IO_FLASH_READ_INDIRECT) || CYGPRI_REDBOOT_ZLIB_FLASH_FORCE 
4617 };
4618
4619 # <
4620 # Include support for xyzModem downloads
4621 # doc: ref/download-command.html
4622 #
4623 cdl_option CYGBLD_BUILD_REDBOOT_WITH_XYZMODEM {
4624     # Flavor: bool
4625     # No user value, uncomment the following line to provide one.
4626     # user_value 1
4627     # value_source default
4628     # Default value: 1
4629
4630     # The following properties are affected by this value
4631     # option CYGPKG_REDBOOT_CFLAGS_ADD
4632     #     ActiveIf: CYGBLD_BUILD_REDBOOT_WITH_XYZMODEM
4633 };
4634
4635 # Additional compiler flags
4636 # This option modifies the set of compiler flags for
4637 # building the eCos infra package. These flags are used
4638 # in addition to the set of global flags.
4639 #
4640 cdl_option CYGPKG_REDBOOT_CFLAGS_ADD {
4641     # ActiveIf constraint: CYGBLD_BUILD_REDBOOT_WITH_XYZMODEM
4642     #     CYGBLD_BUILD_REDBOOT_WITH_XYZMODEM == 1
4643     #   --> 1
4644
4645     # Flavor: data
4646     # No user value, uncomment the following line to provide one.
4647     # user_value -Wno-inline
4648     # value_source default
4649     # Default value: -Wno-inline
4650 };
4651
4652 # Allow the load-command write into Flash.
4653 # Write images direct to Flash via the load command.
4654 # We assume anything which is invalid RAM is flash, hence
4655 # the requires statement
4656 #
4657 cdl_option CYGBLD_REDBOOT_LOAD_INTO_FLASH {
4658     # ActiveIf constraint: CYGPKG_REDBOOT_FLASH
4659     #     CYGPKG_REDBOOT_FLASH == 1
4660     #   --> 1
4661
4662     # Flavor: bool
4663     # No user value, uncomment the following line to provide one.
4664     # user_value 0
4665     # value_source default
4666     # Default value: 0
4667     # Requires: CYGSEM_REDBOOT_VALIDATE_USER_RAM_LOADS
4668     #     CYGSEM_REDBOOT_VALIDATE_USER_RAM_LOADS == 1
4669     #   --> 1
4670 };
4671
4672 # Include MS Windows CE support
4673 # doc: ref/wince.html
4674 # This option enables MS Windows CE EShell support
4675 # and Windows CE .BIN images support
4676 #
4677 cdl_option CYGBLD_BUILD_REDBOOT_WITH_WINCE_SUPPORT {
4678     # Flavor: bool
4679     user_value 1
4680     # value_source user
4681     # Default value: 0
4682 };
4683
4684 # Include support for MXC USB downloads
4685 #
4686 cdl_option CYGBLD_BUILD_REDBOOT_WITH_MXCUSB {
4687     # Flavor: bool
4688     # No user value, uncomment the following line to provide one.
4689     # user_value 0
4690     # value_source default
4691     # Default value: 0
4692 };
4693
4694 # Include support for i.MX USB OTG downloads
4695 #
4696 cdl_option CYGBLD_BUILD_REDBOOT_WITH_IMXOTG {
4697     # Flavor: bool
4698     # No user value, uncomment the following line to provide one.
4699     # user_value 0
4700     # value_source default
4701     # Default value: 0
4702 };
4703
4704 # Include POSIX checksum command
4705 # doc: ref/cksum-command.html
4706 #
4707 cdl_option CYGBLD_BUILD_REDBOOT_WITH_CKSUM {
4708     # Flavor: bool
4709     # No user value, uncomment the following line to provide one.
4710     # user_value 1
4711     # value_source default
4712     # Default value: 1
4713 };
4714
4715 # Include memory fill command
4716 # doc: ref/mfill-command.html
4717 #
4718 cdl_option CYGBLD_BUILD_REDBOOT_WITH_MFILL {
4719     # Flavor: bool
4720     # No user value, uncomment the following line to provide one.
4721     # user_value 1
4722     # value_source default
4723     # Default value: 1
4724 };
4725
4726 # Include memory compare command
4727 # doc: ref/mcmp-command.html
4728 #
4729 cdl_option CYGBLD_BUILD_REDBOOT_WITH_MCMP {
4730     # Flavor: bool
4731     # No user value, uncomment the following line to provide one.
4732     # user_value 1
4733     # value_source default
4734     # Default value: 1
4735 };
4736
4737 # Include memory copy command
4738 # doc: ref/mcopy-command.html
4739 #
4740 cdl_option CYGBLD_BUILD_REDBOOT_WITH_MCOPY {
4741     # Flavor: bool
4742     # No user value, uncomment the following line to provide one.
4743     # user_value 1
4744     # value_source default
4745     # Default value: 1
4746 };
4747
4748 # Include memory dump command
4749 # doc: ref/dump-command.html
4750 #
4751 cdl_option CYGBLD_BUILD_REDBOOT_WITH_DUMP {
4752     # Flavor: bool
4753     # No user value, uncomment the following line to provide one.
4754     # user_value 1
4755     # value_source default
4756     # Default value: 1
4757 };
4758
4759 # Include cache command
4760 # doc: ref/cache-command.html
4761 #
4762 cdl_option CYGBLD_BUILD_REDBOOT_WITH_CACHES {
4763     # Flavor: bool
4764     # No user value, uncomment the following line to provide one.
4765     # user_value 1
4766     # value_source default
4767     # Default value: 1
4768 };
4769
4770 # Include exec command
4771 # doc: ref/exec-command.html
4772 #
4773 cdl_option CYGBLD_BUILD_REDBOOT_WITH_EXEC {
4774     # Flavor: bool
4775     # No user value, uncomment the following line to provide one.
4776     # user_value 1
4777     # value_source default
4778     # Default value: 1
4779
4780     # The following properties are affected by this value
4781     # component CYGPKG_REDBOOT_ARM_LINUX_EXEC
4782     #     ActiveIf: CYGBLD_BUILD_REDBOOT_WITH_EXEC
4783 };
4784
4785 # Include I/O Memory commands 'iopeek' and 'iopoke'
4786 #
4787 cdl_option CYGBLD_BUILD_REDBOOT_WITH_IOMEM {
4788     # Flavor: bool
4789     # No user value, uncomment the following line to provide one.
4790     # user_value 0
4791     # value_source default
4792     # Default value: 0
4793 };
4794
4795 # Granularity of timer/ticks
4796 # This option controls the granularity of the timers.
4797 # Faster CPUs can afford higher granularity (lower values)
4798 # which should give higher network performance since the stack
4799 # is purely polled.
4800 #
4801 cdl_option CYGDBG_REDBOOT_TICK_GRANULARITY {
4802     # Flavor: data
4803     # No user value, uncomment the following line to provide one.
4804     # user_value 250
4805     # value_source default
4806     # Default value: 250
4807     # Legal values:  10 25 50 100 250 500 1000 
4808 };
4809
4810 # Redboot Networking
4811 # This option includes networking support in RedBoot.
4812 #
4813 cdl_component CYGPKG_REDBOOT_NETWORKING {
4814     # ActiveIf constraint: CYGPKG_IO_ETH_DRIVERS
4815     #     CYGPKG_IO_ETH_DRIVERS == current
4816     #   --> 1
4817
4818     # Flavor: bool
4819     # No user value, uncomment the following line to provide one.
4820     # user_value 1
4821     # value_source default
4822     # Default value: 1
4823
4824     # The following properties are affected by this value
4825     # option CYGSEM_IO_ETH_DRIVERS_PASS_PACKETS
4826     #     DefaultValue:  0 != CYGPKG_REDBOOT_NETWORKING 
4827 };
4828
4829 # >
4830 # Print net debug information
4831 # This option is overriden by the configuration stored 
4832 # in flash.
4833 #
4834 cdl_option CYGDBG_REDBOOT_NET_DEBUG {
4835     # Flavor: bool
4836     # No user value, uncomment the following line to provide one.
4837     # user_value 0
4838     # value_source default
4839     # Default value: 0
4840 };
4841
4842 # Support TFTP for download
4843 # This option enables the use of the TFTP protocol for 
4844 # download
4845 #
4846 cdl_option CYGSEM_REDBOOT_NET_TFTP_DOWNLOAD {
4847     # Flavor: bool
4848     # No user value, uncomment the following line to provide one.
4849     # user_value 1
4850     # value_source default
4851     # Default value: 1
4852 };
4853
4854 # Support HTTP for download
4855 # This option enables the use of the HTTP protocol for 
4856 # download
4857 #
4858 cdl_option CYGSEM_REDBOOT_NET_HTTP_DOWNLOAD {
4859     # Flavor: bool
4860     user_value 0
4861     # value_source user
4862     # Default value: 1
4863 };
4864
4865 # Default IP address
4866 # This IP address is the default used by RedBoot if
4867 # a BOOTP/DHCP server does not respond. The numbers
4868 # should be separated by *commas*, and not dots. If
4869 # an IP address is configured into the Flash
4870 # configuration, that will be used in preference.
4871 #
4872 cdl_component CYGDAT_REDBOOT_DEFAULT_IP_ADDR {
4873     # Flavor: booldata
4874     # No user value, uncomment the following line to provide one.
4875     # user_value 0 0
4876     # value_source default
4877     # Default value: CYGSEM_REDBOOT_FLASH_CONFIG ? 0 :  "0, 0, 0, 0" 
4878     #     CYGSEM_REDBOOT_FLASH_CONFIG == 1
4879     #   --> 0 0
4880 };
4881
4882 # >
4883 # Do not try to use BOOTP
4884 # By default Redboot tries to use BOOTP to get an IP
4885 # address. If there's no BOOTP server on your network
4886 # use this option to avoid to wait until the
4887 # timeout. This option is overriden by the
4888 # configuration stored in flash.
4889 #
4890 cdl_option CYGSEM_REDBOOT_DEFAULT_NO_BOOTP {
4891     # This option is not active
4892     # The parent CYGDAT_REDBOOT_DEFAULT_IP_ADDR is disabled
4893
4894     # Flavor: bool
4895     # No user value, uncomment the following line to provide one.
4896     # user_value 0
4897     # value_source default
4898     # Default value: 0
4899 };
4900
4901 # Default bootp server
4902 # This IP address is the default server
4903 # address used by RedBoot if a BOOTP/DHCP
4904 # server does not respond. The numbers should
4905 # be separated by *commas*, and not dots. If
4906 # an IP address is configured into the Flash
4907 # configuration, that will be used in
4908 # preference.
4909 #
4910 cdl_option CYGDAT_REDBOOT_DEFAULT_BOOTP_SERVER_IP_ADDR {
4911     # This option is not active
4912     # The parent CYGDAT_REDBOOT_DEFAULT_IP_ADDR is disabled
4913
4914     # Flavor: booldata
4915     # No user value, uncomment the following line to provide one.
4916     # user_value 0 0
4917     # value_source default
4918     # Default value: CYGSEM_REDBOOT_FLASH_CONFIG ? 0 :  "0, 0, 0, 0" 
4919     #     CYGSEM_REDBOOT_FLASH_CONFIG == 1
4920     #   --> 0 0
4921 };
4922
4923 # <
4924 # Use DHCP to get IP information
4925 # Use DHCP protocol to obtain pertinent IP addresses, such 
4926 # as the client, server, gateway, etc.
4927 #
4928 cdl_component CYGSEM_REDBOOT_NETWORKING_DHCP {
4929     # Flavor: bool
4930     # No user value, uncomment the following line to provide one.
4931     # user_value 1
4932     # value_source default
4933     # Default value: 1
4934
4935     # The following properties are affected by this value
4936     # component CYGSEM_REDBOOT_NETWORKING_USE_GATEWAY
4937     #     Requires: CYGSEM_REDBOOT_NETWORKING_DHCP
4938 };
4939
4940 # Use a gateway for non-local IP traffic
4941 # Enabling this option will allow the RedBoot networking
4942 # stack to use a [single] gateway to reach a non-local
4943 # IP address.  If disabled, RedBoot will only be able to
4944 # reach nodes on the same subnet.
4945 #
4946 cdl_component CYGSEM_REDBOOT_NETWORKING_USE_GATEWAY {
4947     # Flavor: bool
4948     # No user value, uncomment the following line to provide one.
4949     # user_value 1
4950     # value_source default
4951     # Default value: 1
4952     # Requires: CYGSEM_REDBOOT_NETWORKING_DHCP
4953     #     CYGSEM_REDBOOT_NETWORKING_DHCP == 1
4954     #   --> 1
4955 };
4956
4957 # >
4958 # Default gateway IP address
4959 # This IP address is the default used by RedBoot
4960 # if a BOOTP/DHCP server does not respond. The
4961 # numbers should be separated by *commas*, and
4962 # not dots. If an IP address is configured into
4963 # the Flash configuration, that will be used in
4964 # preference.
4965 #
4966 cdl_component CYGDAT_REDBOOT_DEFAULT_GATEWAY_IP_ADDR {
4967     # Flavor: booldata
4968     # No user value, uncomment the following line to provide one.
4969     # user_value 0 0
4970     # value_source default
4971     # Default value: CYGSEM_REDBOOT_FLASH_CONFIG ? 0 :  "0, 0, 0, 0" 
4972     #     CYGSEM_REDBOOT_FLASH_CONFIG == 1
4973     #   --> 0 0
4974 };
4975
4976 # Default IP address mask
4977 # This IP address mask is the default used by
4978 # RedBoot if a BOOTP/DHCP server does not
4979 # respond. The numbers should be separated by
4980 # *commas*, and not dots. If an IP address is
4981 # configured into the Flash configuration, that
4982 # will be used in preference.
4983 #
4984 cdl_component CYGDAT_REDBOOT_DEFAULT_IP_ADDR_MASK {
4985     # Flavor: booldata
4986     # No user value, uncomment the following line to provide one.
4987     # user_value 0 0
4988     # value_source default
4989     # Default value: CYGSEM_REDBOOT_FLASH_CONFIG ? 0 :  "255, 255, 255, 0" 
4990     #     CYGSEM_REDBOOT_FLASH_CONFIG == 1
4991     #   --> 0 0
4992 };
4993
4994 # <
4995 # TCP port to listen for incoming connections
4996 # RedBoot will 'listen' on this port for incoming TCP 
4997 # connections. This allows outside connections to be made 
4998 # to the platform, either for GDB or RedBoot commands.
4999 #
5000 cdl_option CYGNUM_REDBOOT_NETWORKING_TCP_PORT {
5001     # Flavor: data
5002     # No user value, uncomment the following line to provide one.
5003     # user_value 9000
5004     # value_source default
5005     # Default value: 9000
5006 };
5007
5008 # Number of [network] packet buffers
5009 # RedBoot may need to buffer network data to support
5010 # various connections.  This option allows control
5011 # over the number of such buffered packets, and in
5012 # turn, controls the amount of memory used by RedBoot
5013 # (which is not available to user applications).
5014 # Each packet buffer takes up about 1514 bytes.
5015 # Note: there is little need to make this larger than
5016 # the default.
5017 #
5018 cdl_option CYGNUM_REDBOOT_NETWORKING_MAX_PKTBUF {
5019     # Flavor: data
5020     # No user value, uncomment the following line to provide one.
5021     # user_value 4
5022     # value_source default
5023     # Default value: 4
5024     # Legal values: 3 to 8
5025 };
5026
5027 # DNS support
5028 # When this option is enabled, RedBoot will be built with
5029 # support for DNS, allowing use of hostnames on the command
5030 # line.
5031 #
5032 cdl_component CYGPKG_REDBOOT_NETWORKING_DNS {
5033     # This option is not active
5034     # ActiveIf constraint: CYGPKG_NS_DNS
5035     #     CYGPKG_NS_DNS (unknown) == 0
5036     #   --> 0
5037
5038     # Flavor: bool
5039     # No user value, uncomment the following line to provide one.
5040     # user_value 1
5041     # value_source default
5042     # Default value: 1
5043     # Requires: !CYGPKG_NS_DNS_BUILD
5044     #     CYGPKG_NS_DNS_BUILD (unknown) == 0
5045     #   --> 1
5046 };
5047
5048 # >
5049 # Default DNS IP
5050 # This option sets the IP of the default DNS. The IP can be
5051 # changed at runtime as well.
5052 #
5053 cdl_option CYGPKG_REDBOOT_NETWORKING_DNS_IP {
5054     # This option is not active
5055     # The parent CYGPKG_REDBOOT_NETWORKING_DNS is not active
5056     # ActiveIf constraint: !CYGSEM_REDBOOT_FLASH_CONFIG
5057     #     CYGSEM_REDBOOT_FLASH_CONFIG == 1
5058     #   --> 0
5059
5060     # Flavor: data
5061     # No user value, uncomment the following line to provide one.
5062     # user_value 0.0.0.0
5063     # value_source default
5064     # Default value: 0.0.0.0
5065 };
5066
5067 # Timeout in DNS lookup
5068 # This option sets the timeout used when looking up an
5069 # address via the DNS. Default is 10 seconds.
5070 #
5071 cdl_option CYGNUM_REDBOOT_NETWORKING_DNS_TIMEOUT {
5072     # This option is not active
5073     # The parent CYGPKG_REDBOOT_NETWORKING_DNS is not active
5074
5075     # Flavor: data
5076     # No user value, uncomment the following line to provide one.
5077     # user_value 10
5078     # value_source default
5079     # Default value: 10
5080 };
5081
5082 # Support the use of a domain name
5083 # This option controls if Redboot supports domain
5084 # names when performing DNS lookups
5085 #
5086 cdl_component CYGPKG_REDBOOT_NETWORKING_DNS_WITH_DOMAIN {
5087     # This option is not active
5088     # The parent CYGPKG_REDBOOT_NETWORKING_DNS is not active
5089
5090     # Flavor: bool
5091     # No user value, uncomment the following line to provide one.
5092     # user_value 0
5093     # value_source default
5094     # Default value: 0
5095 };
5096
5097 # >
5098 # Default DNS domain
5099 # This option sets the default DNS domain name.
5100 # This value will be overwritten by the value in
5101 # flash or a domain returned by DHCP
5102 #
5103 cdl_option CYGPKG_REDBOOT_NETWORKING_DNS_DEFAULT_DOMAIN {
5104     # This option is not active
5105     # The parent CYGPKG_REDBOOT_NETWORKING_DNS_WITH_DOMAIN is not active
5106     # The parent CYGPKG_REDBOOT_NETWORKING_DNS_WITH_DOMAIN is disabled
5107
5108     # Flavor: booldata
5109     # No user value, uncomment the following line to provide one.
5110     # user_value 0 0
5111     # value_source default
5112     # Default value: 0 0
5113 };
5114
5115 # Get DNS domain from Flash
5116 # This option enables getting the domain name 
5117 # from the flash configuration. This can later be 
5118 # overwritten by a value learnt from DHCP
5119 #
5120 cdl_option CYGPKG_REDBOOT_NETWORKING_DNS_FCONFIG_DOMAIN {
5121     # This option is not active
5122     # The parent CYGPKG_REDBOOT_NETWORKING_DNS_WITH_DOMAIN is not active
5123     # The parent CYGPKG_REDBOOT_NETWORKING_DNS_WITH_DOMAIN is disabled
5124     # ActiveIf constraint: CYGSEM_REDBOOT_FLASH_CONFIG
5125     #     CYGSEM_REDBOOT_FLASH_CONFIG == 1
5126     #   --> 1
5127
5128     # Flavor: bool
5129     # No user value, uncomment the following line to provide one.
5130     # user_value 0
5131     # value_source default
5132     # Default value: 0
5133 };
5134
5135 # Use DNS domain from DHCP
5136 # This option enables the use of the domain name
5137 # returned by DHCP.
5138 #
5139 cdl_option CYGPKG_REDBOOT_NETWORKING_DNS_DHCP_DOMAIN {
5140     # This option is not active
5141     # The parent CYGPKG_REDBOOT_NETWORKING_DNS_WITH_DOMAIN is not active
5142     # The parent CYGPKG_REDBOOT_NETWORKING_DNS_WITH_DOMAIN is disabled
5143
5144     # Flavor: bool
5145     # No user value, uncomment the following line to provide one.
5146     # user_value 0
5147     # value_source default
5148     # Default value: 0
5149 };
5150
5151 # BOOTP/DHCP DNS domain buffer size
5152 # This options sets the size of the static
5153 # buffer used by BOOTP/DHCP to store the DNS
5154 # domain name. The domain name will not be
5155 # set if the buffer is too small to hold it.
5156 #
5157 cdl_option CYGNUM_REDBOOT_NETWORK_DNS_DOMAIN_BUFSIZE {
5158     # This option is not active
5159     # The parent CYGPKG_REDBOOT_NETWORKING_DNS_WITH_DOMAIN is not active
5160     # The parent CYGPKG_REDBOOT_NETWORKING_DNS_WITH_DOMAIN is disabled
5161
5162     # Flavor: data
5163     # No user value, uncomment the following line to provide one.
5164     # user_value 32
5165     # value_source default
5166     # Default value: 32
5167 };
5168
5169 # <
5170 # <
5171 # Default network device driver
5172 # This is the name of the default network device to use.
5173 #
5174 cdl_option CYGDAT_REDBOOT_DEFAULT_NETWORK_DEVICE {
5175     # This option is not active
5176     # ActiveIf constraint:  CYGHWR_NET_DRIVERS > 1 
5177     #     CYGHWR_NET_DRIVERS == 1
5178     #   --> 0
5179
5180     # Flavor: data
5181     # No user value, uncomment the following line to provide one.
5182     # user_value "\"\""
5183     # value_source default
5184     # Default value: "\"\""
5185 };
5186
5187 # Initialize only one net device
5188 # This option tells RedBoot to stop initializing network
5189 # devices when it finds the first device which is
5190 # successfully initialized. The default behavior causes
5191 # all network devices to be initialized.
5192 #
5193 cdl_option CYGSEM_REDBOOT_NETWORK_INIT_ONE_DEVICE {
5194     # This option is not active
5195     # ActiveIf constraint:  CYGHWR_NET_DRIVERS > 1 
5196     #     CYGHWR_NET_DRIVERS == 1
5197     #   --> 0
5198
5199     # Flavor: bool
5200     # No user value, uncomment the following line to provide one.
5201     # user_value 0
5202     # value_source default
5203     # Default value: 0
5204 };
5205
5206 # <
5207 # Let RedBoot use any I/O channel for its console.
5208 # If this option is enabled then RedBoot will attempt to use all
5209 # defined serial I/O channels for its console device.  Once input
5210 # arrives at one of these channels then the console will use only
5211 # that port.
5212 #
5213 cdl_option CYGPKG_REDBOOT_ANY_CONSOLE {
5214     # Flavor: bool
5215     # No user value, uncomment the following line to provide one.
5216     # user_value 1
5217     # The inferred value should not be edited directly.
5218     inferred_value 0
5219     # value_source inferred
5220     # Default value: 1
5221 };
5222
5223 # Let RedBoot adjust the baud rate of the serial console.
5224 # If this option is enabled then RedBoot will support commands 
5225 # to set and query the baud rate on the selected console.
5226 #
5227 cdl_option CYGSEM_REDBOOT_VARIABLE_BAUD_RATE {
5228     # ActiveIf constraint: CYGINT_HAL_VIRTUAL_VECTOR_COMM_BAUD_SUPPORT
5229     #     CYGINT_HAL_VIRTUAL_VECTOR_COMM_BAUD_SUPPORT == 1
5230     #   --> 1
5231
5232     # Flavor: bool
5233     # No user value, uncomment the following line to provide one.
5234     # user_value 1
5235     # value_source default
5236     # Default value: 1
5237 };
5238
5239 # Run a platform specific startup function.
5240 # If this option is enabled then RedBoot will execute a platform
5241 # specific startup function before entering into its command line
5242 # processing.  This allows the platform to perform any special
5243 # setups before RedBoot actually starts running.  Note: the entire
5244 # RedBoot environment will already be initialized at this point.
5245 #
5246 cdl_option CYGSEM_REDBOOT_PLF_STARTUP {
5247     # Flavor: bool
5248     # No user value, uncomment the following line to provide one.
5249     # user_value 0
5250     # value_source default
5251     # Default value: 0
5252 };
5253
5254 # Run a platform specific ESA validation function.
5255 # If this option is enabled then RedBoot will execute a platform
5256 # specific function to validate an ethernet ESA.  This would be
5257 # useful if the address must conform to standards set by the
5258 # hardware manufacturer, etc.
5259 #
5260 cdl_option CYGSEM_REDBOOT_PLF_ESA_VALIDATE {
5261     # Flavor: bool
5262     # No user value, uncomment the following line to provide one.
5263     # user_value 0
5264     # The inferred value should not be edited directly.
5265     inferred_value 1
5266     # value_source inferred
5267     # Default value: 0
5268
5269     # The following properties are affected by this value
5270     # component CYGPKG_DEVS_ETH_ARM_MXCBOARD_ETH0
5271     #     Requires: CYGSEM_REDBOOT_PLF_ESA_VALIDATE
5272     # option CYGDAT_DEVS_ETH_ARM_TX27KARO_OUI
5273     #     ActiveIf: CYGSEM_REDBOOT_PLF_ESA_VALIDATE
5274 };
5275
5276 # Maximum command line length
5277 # This option allows control over how long the CLI command line
5278 # should be.  This space will be allocated statically
5279 # rather than from RedBoot's stack.
5280 #
5281 cdl_option CYGPKG_REDBOOT_MAX_CMD_LINE {
5282     # Flavor: data
5283     # No user value, uncomment the following line to provide one.
5284     # user_value 256
5285     # The inferred value should not be edited directly.
5286     inferred_value 1024
5287     # value_source inferred
5288     # Default value: 256
5289 };
5290
5291 # Command processing idle timeout (ms)
5292 # This option controls the timeout period before the
5293 # command processing is considered 'idle'.  Making this
5294 # number smaller will cause idle processing to take place
5295 # more often, etc.  The default value of 10ms is a reasonable
5296 # tradeoff between responsiveness and overhead.
5297 #
5298 cdl_option CYGNUM_REDBOOT_CLI_IDLE_TIMEOUT {
5299     # Flavor: data
5300     # No user value, uncomment the following line to provide one.
5301     # user_value 10
5302     # value_source default
5303     # Default value: 10
5304 };
5305
5306 # Validate RAM addresses during load
5307 # This option controls whether or not RedBoot will make
5308 # sure that memory being used by the "load" command is
5309 # in fact in user RAM.  Leaving the option enabled makes
5310 # for a safer environment, but this check may not be valid
5311 # on all platforms, thus the ability to disable it.  
5312 # ** Disable this only with great care **
5313 #
5314 cdl_option CYGSEM_REDBOOT_VALIDATE_USER_RAM_LOADS {
5315     # Flavor: bool
5316     # No user value, uncomment the following line to provide one.
5317     # user_value 1
5318     # value_source default
5319     # Default value: 1
5320
5321     # The following properties are affected by this value
5322     # option CYGBLD_REDBOOT_LOAD_INTO_FLASH
5323     #     Requires: CYGSEM_REDBOOT_VALIDATE_USER_RAM_LOADS
5324 };
5325
5326 # Allow RedBoot to support FLASH programming
5327 # If this option is enabled then RedBoot will provide commands
5328 # to manage images in FLASH memory.  These images can be loaded
5329 # into memory for execution or executed in place.
5330 #
5331 cdl_component CYGPKG_REDBOOT_FLASH {
5332     # ActiveIf constraint: CYGHWR_IO_FLASH_DEVICE
5333     #     CYGHWR_IO_FLASH_DEVICE == 1
5334     #   --> 1
5335
5336     # Flavor: bool
5337     # No user value, uncomment the following line to provide one.
5338     # user_value 1
5339     # value_source default
5340     # Default value: 1
5341
5342     # The following properties are affected by this value
5343     # option CYGPRI_REDBOOT_ZLIB_FLASH
5344     #     ActiveIf: CYGPKG_REDBOOT_FLASH
5345     # option CYGBLD_REDBOOT_LOAD_INTO_FLASH
5346     #     ActiveIf: CYGPKG_REDBOOT_FLASH
5347 };
5348
5349 # >
5350 # Byte order used to store info in flash.
5351 # This option controls the byte ordering used to store
5352 # the FIS directory info and flash config info.
5353 #
5354 cdl_option CYGOPT_REDBOOT_FLASH_BYTEORDER {
5355     # Flavor: data
5356     # No user value, uncomment the following line to provide one.
5357     # user_value NATURAL
5358     # value_source default
5359     # Default value: NATURAL
5360     # Legal values: "NATURAL" "MSBFIRST" "LSBFIRST" 
5361 };
5362
5363 # RedBoot Flash Image System support
5364 # doc: ref/flash-image-system.html
5365 # This option enables the Flash Image System commands
5366 # and support within RedBoot.  If disabled, simple Flash
5367 # access commands such as "fis write" will still exist.
5368 # This option would be disabled for targets that need simple
5369 # FLASH manipulation, but do not have the need or space for
5370 # complete image management.
5371 #
5372 cdl_option CYGOPT_REDBOOT_FIS {
5373     # Flavor: bool
5374     # No user value, uncomment the following line to provide one.
5375     # user_value 1
5376     # value_source default
5377     # Default value: 1
5378
5379     # The following properties are affected by this value
5380     # component CYGPKG_REDBOOT_FIS_CONTENTS
5381     #     ActiveIf: CYGOPT_REDBOOT_FIS
5382     # option CYGSEM_REDBOOT_FLASH_COMBINED_FIS_AND_CONFIG
5383     #     ActiveIf:  CYGOPT_REDBOOT_FIS &&  (CYGHWR_REDBOOT_FLASH_CONFIG_MEDIA == "FLASH") 
5384     # component CYGOPT_REDBOOT_FIS_ZLIB_COMMON_BUFFER
5385     #     ActiveIf:  CYGBLD_BUILD_REDBOOT_WITH_ZLIB &&  CYGOPT_REDBOOT_FIS 
5386 };
5387
5388 # Max number of chunks of free space to manage
5389 # If this option is defined then "fis free" will
5390 # rely on the FIS directory to determine what space is
5391 # free within the FLASH.  This option controls the
5392 # maximum number of free segment which can be handled
5393 # (typically this number is small).  If this option is
5394 # not enabled, the the archaic behaviour of actually
5395 # scanning the FLASH for erased sectors (unreliable)
5396 # will be used to determine what's free and what's
5397 # not.
5398 #
5399 cdl_option CYGDAT_REDBOOT_FIS_MAX_FREE_CHUNKS {
5400     # Flavor: booldata
5401     # No user value, uncomment the following line to provide one.
5402     # user_value 1 32
5403     # value_source default
5404     # Default value: 1 32
5405 };
5406
5407 # Flash Image System default directory contents
5408 #
5409 cdl_component CYGPKG_REDBOOT_FIS_CONTENTS {
5410     # ActiveIf constraint: CYGOPT_REDBOOT_FIS
5411     #     CYGOPT_REDBOOT_FIS == 1
5412     #   --> 1
5413
5414     # Calculated value: 1
5415     # Flavor: bool
5416     # Current value: 1
5417 };
5418
5419 # >
5420 # Flash block containing the Directory
5421 # Which block of flash should hold the directory
5422 # information. Positive numbers are absolute block
5423 # numbers.  Negative block numbers count backwards
5424 # from the last block.  eg 2 means block 2, -2
5425 # means the last but one block.
5426 #
5427 cdl_option CYGNUM_REDBOOT_FIS_DIRECTORY_BLOCK {
5428     # Flavor: data
5429     # No user value, uncomment the following line to provide one.
5430     # user_value -1
5431     # value_source default
5432     # Default value: -1
5433
5434     # The following properties are affected by this value
5435     # option CYGNUM_REDBOOT_FIS_REDUNDANT_DIRECTORY_BLOCK
5436     #     Requires:  CYGNUM_REDBOOT_FIS_REDUNDANT_DIRECTORY_BLOCK !=
5437     #                                        CYGNUM_REDBOOT_FIS_DIRECTORY_BLOCK 
5438 };
5439
5440 # Redundant Flash Image System Directory Support
5441 # This option enables the use of a redundant FIS
5442 # directory within RedBoot.  If enabled a flash block
5443 # will be reserved for a second copy of the fis
5444 # directory. Doing this allow for power failure safe
5445 # updates of the directory by the application.
5446 #
5447 cdl_component CYGOPT_REDBOOT_REDUNDANT_FIS {
5448     # Flavor: bool
5449     # No user value, uncomment the following line to provide one.
5450     # user_value 0
5451     # value_source default
5452     # Default value: 0
5453     # Requires:  0 == CYGSEM_REDBOOT_FLASH_COMBINED_FIS_AND_CONFIG 
5454     #     CYGSEM_REDBOOT_FLASH_COMBINED_FIS_AND_CONFIG == 1
5455     #   --> 0
5456 };
5457
5458 # >
5459 # Flash block containing the backup Directory
5460 # Which block of flash should hold the redundant
5461 # directory information. Positive numbers are
5462 # absolute block numbers. Negative block numbers
5463 # count backwards from the last block. eg 2 means
5464 # block 2, -2 means the last but one block.
5465 #
5466 cdl_option CYGNUM_REDBOOT_FIS_REDUNDANT_DIRECTORY_BLOCK {
5467     # This option is not active
5468     # The parent CYGOPT_REDBOOT_REDUNDANT_FIS is disabled
5469
5470     # Flavor: data
5471     # No user value, uncomment the following line to provide one.
5472     # user_value -3
5473     # value_source default
5474     # Default value: -3
5475     # Requires:  CYGNUM_REDBOOT_FIS_REDUNDANT_DIRECTORY_BLOCK !=
5476     #                                        CYGNUM_REDBOOT_FIS_DIRECTORY_BLOCK 
5477     #     CYGNUM_REDBOOT_FIS_REDUNDANT_DIRECTORY_BLOCK == 0
5478     #     CYGNUM_REDBOOT_FIS_DIRECTORY_BLOCK == -1
5479     #   --> 1
5480
5481     # The following properties are affected by this value
5482     # option CYGNUM_REDBOOT_FIS_REDUNDANT_DIRECTORY_BLOCK
5483     #     Requires:  CYGNUM_REDBOOT_FIS_REDUNDANT_DIRECTORY_BLOCK !=
5484     #                                        CYGNUM_REDBOOT_FIS_DIRECTORY_BLOCK 
5485 };
5486
5487 # <
5488 # Pseudo-file to describe reserved area
5489 # If an area of FLASH is reserved, it is informative to
5490 # have a fis entry describing it.  This option controls
5491 # creation of such an entry by default in the fis init
5492 # command.
5493 #
5494 cdl_option CYGOPT_REDBOOT_FIS_RESERVED_BASE {
5495     # This option is not active
5496     # ActiveIf constraint:  0 != CYGNUM_REDBOOT_FLASH_RESERVED_BASE 
5497     #     CYGNUM_REDBOOT_FLASH_RESERVED_BASE == 0
5498     #   --> 0
5499
5500     # Flavor: bool
5501     # No user value, uncomment the following line to provide one.
5502     # user_value 1
5503     # value_source default
5504     # Default value: 1
5505 };
5506
5507 # File to describe RedBoot boot image
5508 # Normally a ROM-startup RedBoot image is first in the
5509 # FLASH, and the system boots using that image.  This
5510 # option controls creation of an entry describing it in
5511 # the fis init command.  It might be disabled if a
5512 # platform has an immutable boot image of its own, where
5513 # we use a POST-startup RedBoot instead, which performs
5514 # less board initialization.
5515 #
5516 cdl_option CYGOPT_REDBOOT_FIS_REDBOOT {
5517     # Flavor: bool
5518     # No user value, uncomment the following line to provide one.
5519     # user_value 1
5520     # value_source default
5521     # Default value: 1
5522
5523     # The following properties are affected by this value
5524     # component CYGOPT_REDBOOT_FIS_REDBOOT_POST
5525     #     DefaultValue: !CYGOPT_REDBOOT_FIS_REDBOOT
5526     # option CYGBLD_REDBOOT_MIN_IMAGE_SIZE
5527     #     DefaultValue:  CYGOPT_REDBOOT_FIS_REDBOOT ? 0x20000 : 0 
5528 };
5529
5530 # File to describe RedBoot POST-compatible image
5531 # This option controls creation of an entry describing a
5532 # POST-startup RedBoot image in the fis init command.
5533 # Not all platforms support POST-startup.  A platform
5534 # might have both for testing purposes, where the
5535 # eventual user would substitute their own POST code for
5536 # the initial ROM-startup RedBoot, and then jump to the
5537 # POST-compatible RedBoot immediately following.
5538 #
5539 cdl_component CYGOPT_REDBOOT_FIS_REDBOOT_POST {
5540     # Flavor: bool
5541     # No user value, uncomment the following line to provide one.
5542     # user_value 0
5543     # value_source default
5544     # Default value: !CYGOPT_REDBOOT_FIS_REDBOOT
5545     #     CYGOPT_REDBOOT_FIS_REDBOOT == 1
5546     #   --> 0
5547 };
5548
5549 # >
5550 # Offset of POST image from FLASH start
5551 # This option specifies the offset for a POST image from
5552 # the start of FLASH.  If unset, then the fis entry
5553 # describing the POST image will be placed where
5554 # convenient.
5555 #
5556 cdl_option CYGNUM_REDBOOT_FIS_REDBOOT_POST_OFFSET {
5557     # This option is not active
5558     # The parent CYGOPT_REDBOOT_FIS_REDBOOT_POST is disabled
5559
5560     # Flavor: booldata
5561     # No user value, uncomment the following line to provide one.
5562     # user_value 0 0
5563     # value_source default
5564     # Default value: 0 0
5565     # Requires:  CYGNUM_REDBOOT_FIS_REDBOOT_POST_OFFSET >=  CYGBLD_REDBOOT_FLASH_BOOT_OFFSET 
5566     #     CYGNUM_REDBOOT_FIS_REDBOOT_POST_OFFSET == 0
5567     #     CYGBLD_REDBOOT_FLASH_BOOT_OFFSET == 0
5568     #   --> 1
5569
5570     # The following properties are affected by this value
5571     # option CYGNUM_REDBOOT_FIS_REDBOOT_POST_OFFSET
5572     #     Requires:  CYGNUM_REDBOOT_FIS_REDBOOT_POST_OFFSET >=  CYGBLD_REDBOOT_FLASH_BOOT_OFFSET 
5573 };
5574
5575 # <
5576 # File to describe RedBoot backup image
5577 # This option controls creation of an entry describing a
5578 # backup RedBoot image in the fis init command.
5579 # Conventionally a RAM-startup RedBoot image is kept
5580 # under this name for use in updating the ROM-based
5581 # RedBoot that boots the board.
5582 #
5583 cdl_option CYGOPT_REDBOOT_FIS_REDBOOT_BACKUP {
5584     # Flavor: bool
5585     # No user value, uncomment the following line to provide one.
5586     # user_value 0
5587     # value_source default
5588     # Default value: 0
5589 };
5590
5591 # Include ARM SIB ID in FIS
5592 # If set, this option will cause the last 5 words of
5593 # the FIS to include the special ID needed for the
5594 # flash to be recognized as a reserved area for RedBoot
5595 # by an ARM BootRom monitor.
5596 #
5597 cdl_option CYGOPT_REDBOOT_FIS_DIRECTORY_ARM_SIB_ID {
5598     # Flavor: bool
5599     # No user value, uncomment the following line to provide one.
5600     # user_value 0
5601     # value_source default
5602     # Default value: 0
5603 };
5604
5605 # Size of FIS directory entry
5606 # The FIS directory is limited to one single flash
5607 # sector. If your flash has tiny sectors, you may wish
5608 # to reduce this value in order to get more slots in
5609 # the FIS directory.
5610 #
5611 cdl_option CYGNUM_REDBOOT_FIS_DIRECTORY_ENTRY_SIZE {
5612     # Flavor: data
5613     # No user value, uncomment the following line to provide one.
5614     # user_value 256
5615     # value_source default
5616     # Default value: 256
5617 };
5618
5619 # Number of FIS directory entries
5620 # The FIS directory normally occupies a single flash
5621 # sector. Adjusting this value can allow for more than
5622 # one flash sector to be used, which is useful if your
5623 # sectors are very small.
5624 #
5625 cdl_option CYGNUM_REDBOOT_FIS_DIRECTORY_ENTRY_COUNT {
5626     # Flavor: data
5627     # No user value, uncomment the following line to provide one.
5628     # user_value 8
5629     # value_source default
5630     # Default value: 8
5631 };
5632
5633 # Maximum RedBoot image size
5634 # This option controls the maximum length reserved
5635 # for the RedBoot boot image in the FIS table.
5636 # This should be a multiple of the flash's erase
5637 # block size.
5638 #
5639 cdl_option CYGBLD_REDBOOT_MIN_IMAGE_SIZE {
5640     # Flavor: data
5641     # No user value, uncomment the following line to provide one.
5642     # user_value 0x00020000
5643     # The inferred value should not be edited directly.
5644     inferred_value 0x00040000
5645     # value_source inferred
5646     # Default value:  CYGOPT_REDBOOT_FIS_REDBOOT ? 0x20000 : 0 
5647     #     CYGOPT_REDBOOT_FIS_REDBOOT == 1
5648     #   --> 0x00020000
5649 };
5650
5651 # Offset from start of FLASH to RedBoot boot image
5652 # This option controls where the RedBoot boot image is 
5653 # located relative to the start of FLASH.
5654 #
5655 cdl_option CYGBLD_REDBOOT_FLASH_BOOT_OFFSET {
5656     # Flavor: data
5657     # No user value, uncomment the following line to provide one.
5658     # user_value 0
5659     # value_source default
5660     # Default value: CYGNUM_REDBOOT_FLASH_RESERVED_BASE
5661     #     CYGNUM_REDBOOT_FLASH_RESERVED_BASE == 0
5662     #   --> 0
5663     # Requires:  CYGNUM_REDBOOT_FLASH_RESERVED_BASE <=  CYGBLD_REDBOOT_FLASH_BOOT_OFFSET 
5664     #     CYGNUM_REDBOOT_FLASH_RESERVED_BASE == 0
5665     #     CYGBLD_REDBOOT_FLASH_BOOT_OFFSET == 0
5666     #   --> 1
5667
5668     # The following properties are affected by this value
5669     # option CYGNUM_REDBOOT_FIS_REDBOOT_POST_OFFSET
5670     #     Requires:  CYGNUM_REDBOOT_FIS_REDBOOT_POST_OFFSET >=  CYGBLD_REDBOOT_FLASH_BOOT_OFFSET 
5671     # option CYGBLD_REDBOOT_FLASH_BOOT_OFFSET
5672     #     Requires:  CYGNUM_REDBOOT_FLASH_RESERVED_BASE <=  CYGBLD_REDBOOT_FLASH_BOOT_OFFSET 
5673     # component CYGPKG_HAL_ARM_TX27_OPTIONS
5674     #     Requires:  CYGBLD_REDBOOT_FLASH_BOOT_OFFSET == 0 
5675 };
5676
5677 # Size of reserved area at start of FLASH
5678 # This option reserves an area at the start of
5679 # FLASH where RedBoot will never interfere; it is
5680 # expected that this area contains
5681 # (non-RedBoot-based) POST code or some other boot
5682 # monitor that executes before RedBoot.
5683 #
5684 cdl_option CYGNUM_REDBOOT_FLASH_RESERVED_BASE {
5685     # Flavor: data
5686     # No user value, uncomment the following line to provide one.
5687     # user_value 0
5688     # value_source default
5689     # Default value: 0
5690
5691     # The following properties are affected by this value
5692     # option CYGOPT_REDBOOT_FIS_RESERVED_BASE
5693     #     ActiveIf:  0 != CYGNUM_REDBOOT_FLASH_RESERVED_BASE 
5694     # option CYGBLD_REDBOOT_FLASH_BOOT_OFFSET
5695     #     DefaultValue: CYGNUM_REDBOOT_FLASH_RESERVED_BASE
5696     # option CYGBLD_REDBOOT_FLASH_BOOT_OFFSET
5697     #     Requires:  CYGNUM_REDBOOT_FLASH_RESERVED_BASE <=  CYGBLD_REDBOOT_FLASH_BOOT_OFFSET 
5698 };
5699
5700 # <
5701 # Keep all RedBoot FLASH data blocks locked.
5702 # When this option is enabled, RedBoot will keep configuration
5703 # data and the FIS directory blocks implicitly locked.  While
5704 # this is somewhat safer, it does add overhead during updates.
5705 #
5706 cdl_option CYGSEM_REDBOOT_FLASH_LOCK_SPECIAL {
5707     # This option is not active
5708     # ActiveIf constraint:  CYGHWR_IO_FLASH_BLOCK_LOCKING != 0 
5709     #     CYGHWR_IO_FLASH_BLOCK_LOCKING == 0
5710     #   --> 0
5711
5712     # Flavor: bool
5713     # No user value, uncomment the following line to provide one.
5714     # user_value 1
5715     # value_source default
5716     # Default value: 1
5717 };
5718
5719 # Use CRC checksums on FIS images.
5720 # When this option is enabled, RedBoot will use CRC checksums
5721 # when reading and writing flash images.
5722 #
5723 cdl_option CYGSEM_REDBOOT_FIS_CRC_CHECK {
5724     # Flavor: bool
5725     # No user value, uncomment the following line to provide one.
5726     # user_value 1
5727     # value_source default
5728     # Default value: 1
5729 };
5730
5731 # ARM FLASH drivers support SIB flash block structure
5732 # This interface is implemented by a flash driver
5733 # to indicate that it supports the ARM SIB flash
5734 # block structure
5735 #
5736 cdl_interface CYGINT_REDBOOT_ARM_FLASH_SIB_SUPPORTED {
5737     # No options implement this inferface
5738     # ActiveIf constraint: CYGPKG_HAL_ARM
5739     #     CYGPKG_HAL_ARM == current
5740     #   --> 1
5741
5742     # This value cannot be modified here.
5743     # Flavor: data
5744     # Current_value: 0
5745
5746     # The following properties are affected by this value
5747     # option CYGHWR_REDBOOT_ARM_FLASH_SIB
5748     #     ActiveIf: CYGINT_REDBOOT_ARM_FLASH_SIB_SUPPORTED
5749 };
5750
5751 # Use ARM SIB flash block structure
5752 # This option is used to interpret ARM Flash System 
5753 # information blocks.
5754 #
5755 cdl_option CYGHWR_REDBOOT_ARM_FLASH_SIB {
5756     # This option is not active
5757     # ActiveIf constraint: CYGINT_REDBOOT_ARM_FLASH_SIB_SUPPORTED
5758     #     CYGINT_REDBOOT_ARM_FLASH_SIB_SUPPORTED == 0
5759     #   --> 0
5760
5761     # Flavor: bool
5762     # No user value, uncomment the following line to provide one.
5763     # user_value 1
5764     # value_source default
5765     # Default value: 1
5766 };
5767
5768 # <
5769 # Keep RedBoot configuration data in FLASH
5770 # When this option is enabled, RedBoot will keep configuration
5771 # data in a separate block of FLASH memory.  This data will
5772 # include such items as the node IP address or startup scripts.
5773 #
5774 cdl_component CYGSEM_REDBOOT_FLASH_CONFIG {
5775     # Flavor: bool
5776     # No user value, uncomment the following line to provide one.
5777     # user_value 1
5778     # value_source default
5779     # Default value:  CYGPKG_IO_FLASH != 0 
5780     #     CYGPKG_IO_FLASH == current
5781     #   --> 1
5782
5783     # The following properties are affected by this value
5784     # component CYGDAT_REDBOOT_DEFAULT_IP_ADDR
5785     #     DefaultValue: CYGSEM_REDBOOT_FLASH_CONFIG ? 0 :  "0, 0, 0, 0" 
5786     # option CYGDAT_REDBOOT_DEFAULT_BOOTP_SERVER_IP_ADDR
5787     #     DefaultValue: CYGSEM_REDBOOT_FLASH_CONFIG ? 0 :  "0, 0, 0, 0" 
5788     # component CYGDAT_REDBOOT_DEFAULT_GATEWAY_IP_ADDR
5789     #     DefaultValue: CYGSEM_REDBOOT_FLASH_CONFIG ? 0 :  "0, 0, 0, 0" 
5790     # component CYGDAT_REDBOOT_DEFAULT_IP_ADDR_MASK
5791     #     DefaultValue: CYGSEM_REDBOOT_FLASH_CONFIG ? 0 :  "255, 255, 255, 0" 
5792     # option CYGPKG_REDBOOT_NETWORKING_DNS_IP
5793     #     ActiveIf: !CYGSEM_REDBOOT_FLASH_CONFIG
5794     # option CYGPKG_REDBOOT_NETWORKING_DNS_FCONFIG_DOMAIN
5795     #     ActiveIf: CYGSEM_REDBOOT_FLASH_CONFIG
5796     # option CYGFUN_REDBOOT_BOOT_SCRIPT
5797     #     ActiveIf:  CYGDAT_REDBOOT_DEFAULT_BOOT_SCRIPT ||  CYGSEM_REDBOOT_FLASH_CONFIG 
5798 };
5799
5800 # >
5801 # Length of configuration data in FLASH
5802 # This option is used to control the amount of memory and FLASH
5803 # to be used for configuration options (persistent storage).
5804 #
5805 cdl_option CYGNUM_REDBOOT_FLASH_CONFIG_SIZE {
5806     # Flavor: data
5807     # No user value, uncomment the following line to provide one.
5808     # user_value 4096
5809     # value_source default
5810     # Default value: 4096
5811 };
5812
5813 # Style of media used for persistent data storage
5814 # Persistent data storage can either be held in 'norma' FLASH
5815 # or some other device (represented by the 'EEPROM' choice).
5816 # The different styles utilize different access methods.
5817 #
5818 cdl_option CYGHWR_REDBOOT_FLASH_CONFIG_MEDIA {
5819     # Flavor: data
5820     # No user value, uncomment the following line to provide one.
5821     # user_value FLASH
5822     # value_source default
5823     # Default value: FLASH
5824     # Legal values:  "FLASH" "EEPROM" 
5825
5826     # The following properties are affected by this value
5827     # option CYGSEM_REDBOOT_FLASH_COMBINED_FIS_AND_CONFIG
5828     #     ActiveIf:  CYGOPT_REDBOOT_FIS &&  (CYGHWR_REDBOOT_FLASH_CONFIG_MEDIA == "FLASH") 
5829     # option CYGSEM_REDBOOT_FLASH_CONFIG_READONLY_FALLBACK
5830     #     DefaultValue:  (CYGHWR_REDBOOT_FLASH_CONFIG_MEDIA == "FLASH") 
5831 };
5832
5833 # Merged config data and FIS directory
5834 # If this option is set, then the FIS directory and FLASH 
5835 # configuration database will be stored in the same physical
5836 # FLASH block.
5837 #
5838 cdl_option CYGSEM_REDBOOT_FLASH_COMBINED_FIS_AND_CONFIG {
5839     # ActiveIf constraint:  CYGOPT_REDBOOT_FIS &&  (CYGHWR_REDBOOT_FLASH_CONFIG_MEDIA == "FLASH") 
5840     #     CYGOPT_REDBOOT_FIS == 1
5841     #     CYGHWR_REDBOOT_FLASH_CONFIG_MEDIA == FLASH
5842     #   --> 1
5843
5844     # Flavor: bool
5845     # No user value, uncomment the following line to provide one.
5846     # user_value 1
5847     # value_source default
5848     # Default value: 1
5849
5850     # The following properties are affected by this value
5851     # component CYGOPT_REDBOOT_REDUNDANT_FIS
5852     #     Requires:  0 == CYGSEM_REDBOOT_FLASH_COMBINED_FIS_AND_CONFIG 
5853 };
5854
5855 # Which block of flash to use
5856 # Which block of flash should hold the configuration 
5857 # information. Positive numbers are absolute block numbers. 
5858 # Negative block numbers count backwards from the last block.
5859 # eg 2 means block 2, -2 means the last but one block.
5860 #
5861 cdl_option CYGNUM_REDBOOT_FLASH_CONFIG_BLOCK {
5862     # Flavor: data
5863     # No user value, uncomment the following line to provide one.
5864     # user_value -2
5865     # value_source default
5866     # Default value: -2
5867 };
5868
5869 # Support simple macros/aliases in FLASH
5870 # This option is used to allow support for simple text-based
5871 # macros (aliases).  These aliases are kept in the FLASH
5872 # configuration data (persistent storage).
5873 #
5874 cdl_option CYGSEM_REDBOOT_FLASH_ALIASES {
5875     # Flavor: bool
5876     # No user value, uncomment the following line to provide one.
5877     # user_value 1
5878     # value_source default
5879     # Default value: 1
5880 };
5881
5882 # Length of strings in FLASH configuration data
5883 # This option is used to control the amount of memory
5884 # and FLASH to be used for string configuration
5885 # options (persistent storage).
5886 #
5887 cdl_option CYGNUM_REDBOOT_FLASH_STRING_SIZE {
5888     # Flavor: data
5889     # No user value, uncomment the following line to provide one.
5890     # user_value 128
5891     # value_source default
5892     # Default value: 128
5893 };
5894
5895 # Length of configuration script(s) in FLASH
5896 # This option is used to control the amount of memory and 
5897 # FLASH to be used for configuration options (persistent 
5898 # storage).
5899 #
5900 cdl_option CYGNUM_REDBOOT_FLASH_SCRIPT_SIZE {
5901     # Flavor: data
5902     # No user value, uncomment the following line to provide one.
5903     # user_value 512
5904     # The inferred value should not be edited directly.
5905     inferred_value 2048
5906     # value_source inferred
5907     # Default value: 512
5908 };
5909
5910 # Fallback to read-only FLASH configuration
5911 # This option will cause the configuration information to
5912 # revert to the readonly information stored in the FLASH.
5913 # The option only takes effect after 
5914 # 1) the config_ok flag has been set to be true,
5915 # indicating that at one time the copy in RAM was valid;
5916 # and
5917 # 2) the information in RAM has been verified to be invalid
5918 #
5919 cdl_option CYGSEM_REDBOOT_FLASH_CONFIG_READONLY_FALLBACK {
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:  (CYGHWR_REDBOOT_FLASH_CONFIG_MEDIA == "FLASH") 
5925     #     CYGHWR_REDBOOT_FLASH_CONFIG_MEDIA == FLASH
5926     #   --> 1
5927 };
5928
5929 # <
5930 # Allow RedBoot to support fileio
5931 # If this option is enabled then RedBoot will provide commands
5932 # to load files from fileio file systems such as JFFS2.
5933 #
5934 cdl_component CYGPKG_REDBOOT_FILEIO {
5935     # This option is not active
5936     # ActiveIf constraint: CYGPKG_IO_FILEIO
5937     #     CYGPKG_IO_FILEIO (unknown) == 0
5938     #   --> 0
5939
5940     # Flavor: bool
5941     # No user value, uncomment the following line to provide one.
5942     # user_value 1
5943     # value_source default
5944     # Default value: 1
5945
5946     # The following properties are affected by this value
5947     # option CYGNUM_REDBOOT_GETC_BUFFER
5948     #     DefaultValue:  CYGPKG_REDBOOT_FILEIO ? 4096 : 256 
5949 };
5950
5951 # >
5952 # Include an ls command
5953 # If this option is enabled a simple ls command will be
5954 # included in redboot so the contents of a directory
5955 # can be listed
5956 #
5957 cdl_option CYGBLD_REDBOOT_FILEIO_WITH_LS {
5958     # This option is not active
5959     # The parent CYGPKG_REDBOOT_FILEIO is not active
5960
5961     # Flavor: bool
5962     # No user value, uncomment the following line to provide one.
5963     # user_value 1
5964     # value_source default
5965     # Default value: 1
5966 };
5967
5968 # <
5969 # Allow RedBoot to support disks
5970 # If this option is enabled then RedBoot will provide commands
5971 # to load disk files.
5972 #
5973 cdl_component CYGPKG_REDBOOT_DISK {
5974     # Flavor: bool
5975     user_value 0
5976     # value_source user
5977     # Default value: 1
5978 };
5979
5980 # >
5981 # Include Redboot commands for disk access
5982 #
5983 cdl_option CYGSEM_REDBOOT_DISK {
5984     # This option is not active
5985     # The parent CYGPKG_REDBOOT_DISK is disabled
5986
5987     # Flavor: bool
5988     # No user value, uncomment the following line to provide one.
5989     # user_value 0
5990     # value_source default
5991     # Default value:  CYGINT_REDBOOT_DISK_DRIVERS != 0 
5992     #     CYGINT_REDBOOT_DISK_DRIVERS == 0
5993     #   --> 0
5994 };
5995
5996 # Hardware drivers for disk-type devices
5997 #
5998 cdl_interface CYGINT_REDBOOT_DISK_DRIVERS {
5999     # Implemented by CYGSEM_REDBOOT_DISK_IDE, inactive, enabled
6000     # This option is not active
6001     # The parent CYGPKG_REDBOOT_DISK is disabled
6002
6003     # This value cannot be modified here.
6004     # Flavor: data
6005     # Current_value: 0
6006
6007     # The following properties are affected by this value
6008     # option CYGSEM_REDBOOT_DISK
6009     #     DefaultValue:  CYGINT_REDBOOT_DISK_DRIVERS != 0 
6010 };
6011
6012 # Maximum number of supported disks
6013 # This option controls the number of disks supported by 
6014 # RedBoot.
6015 #
6016 cdl_option CYGNUM_REDBOOT_MAX_DISKS {
6017     # This option is not active
6018     # The parent CYGPKG_REDBOOT_DISK is disabled
6019
6020     # Flavor: data
6021     # No user value, uncomment the following line to provide one.
6022     # user_value 4
6023     # value_source default
6024     # Default value: 4
6025 };
6026
6027 # Maximum number of partitions per disk
6028 # This option controls the maximum number of supported 
6029 # partitions per disk.
6030 #
6031 cdl_option CYGNUM_REDBOOT_MAX_PARTITIONS {
6032     # This option is not active
6033     # The parent CYGPKG_REDBOOT_DISK is disabled
6034
6035     # Flavor: data
6036     # No user value, uncomment the following line to provide one.
6037     # user_value 8
6038     # value_source default
6039     # Default value: 8
6040 };
6041
6042 # Support IDE disks.
6043 # When this option is enabled, RedBoot will support IDE disks.
6044 #
6045 cdl_component CYGSEM_REDBOOT_DISK_IDE {
6046     # This option is not active
6047     # The parent CYGPKG_REDBOOT_DISK is disabled
6048     # ActiveIf constraint:  CYGINT_HAL_PLF_IF_IDE != 0 
6049     #     CYGINT_HAL_PLF_IF_IDE == 0
6050     #   --> 0
6051
6052     # Flavor: bool
6053     # No user value, uncomment the following line to provide one.
6054     # user_value 1
6055     # value_source default
6056     # Default value: 1
6057 };
6058
6059 # >
6060 # Work with VMware virtual disks
6061 # This option controls the disk driver behavior at 
6062 # ide-init
6063 #
6064 cdl_option CYGSEM_REDBOOT_DISK_IDE_VMWARE {
6065     # This option is not active
6066     # The parent CYGSEM_REDBOOT_DISK_IDE is not active
6067
6068     # Flavor: bool
6069     # No user value, uncomment the following line to provide one.
6070     # user_value 0
6071     # value_source default
6072     # Default value: 0
6073 };
6074
6075 # <
6076 # Support Linux second extended filesystems.
6077 # When this option is enabled, RedBoot will support EXT2 
6078 # filesystems.
6079 #
6080 cdl_component CYGSEM_REDBOOT_DISK_EXT2FS {
6081     # This option is not active
6082     # The parent CYGPKG_REDBOOT_DISK is disabled
6083
6084     # Flavor: bool
6085     # No user value, uncomment the following line to provide one.
6086     # user_value 1
6087     # value_source default
6088     # Default value: 1
6089 };
6090
6091 # Support ISO9660 filesystems.
6092 # When this option is enabled, RedBoot will support ISO9660 
6093 # filesystems.
6094 #
6095 cdl_component CYGSEM_REDBOOT_DISK_ISO9660 {
6096     # This option is not active
6097     # The parent CYGPKG_REDBOOT_DISK is disabled
6098
6099     # Calculated value: 0
6100     # Flavor: bool
6101     # Current value: 0
6102 };
6103
6104 # <
6105 # Boot scripting
6106 # doc: ref/persistent-state-flash.html
6107 # This contains options related to RedBoot's boot script
6108 # functionality.
6109 #
6110 cdl_component CYGPKG_REDBOOT_BOOT_SCRIPT {
6111     # There is no associated value.
6112 };
6113
6114 # >
6115 # Boot scripting enabled
6116 # This option controls whether RedBoot boot script
6117 # functionality is enabled.
6118 #
6119 cdl_option CYGFUN_REDBOOT_BOOT_SCRIPT {
6120     # ActiveIf constraint:  CYGDAT_REDBOOT_DEFAULT_BOOT_SCRIPT ||  CYGSEM_REDBOOT_FLASH_CONFIG 
6121     #     CYGDAT_REDBOOT_DEFAULT_BOOT_SCRIPT == 0
6122     #     CYGSEM_REDBOOT_FLASH_CONFIG == 1
6123     #   --> 1
6124
6125     # Calculated value: 1
6126     # Flavor: bool
6127     # Current value: 1
6128 };
6129
6130 # Use default RedBoot boot script
6131 # If enabled, this option will tell RedBoot to use the 
6132 # value of this option as a default boot script.
6133 #
6134 cdl_option CYGDAT_REDBOOT_DEFAULT_BOOT_SCRIPT {
6135     # Flavor: booldata
6136     # No user value, uncomment the following line to provide one.
6137     # user_value 0 0
6138     # The inferred value should not be edited directly.
6139     inferred_value 0 0
6140     # value_source inferred
6141     # Default value: 0 0
6142
6143     # The following properties are affected by this value
6144     # option CYGFUN_REDBOOT_BOOT_SCRIPT
6145     #     ActiveIf:  CYGDAT_REDBOOT_DEFAULT_BOOT_SCRIPT ||  CYGSEM_REDBOOT_FLASH_CONFIG 
6146 };
6147
6148 # Resolution (in ms) for script timeout value.
6149 # This option controls the resolution of the script
6150 # timeout.  The value is specified in milliseconds
6151 # (ms), thus to have the script timeout be defined in
6152 # terms of tenths of seconds, use 100.
6153 #
6154 cdl_option CYGNUM_REDBOOT_BOOT_SCRIPT_TIMEOUT_RESOLUTION {
6155     # Flavor: data
6156     # No user value, uncomment the following line to provide one.
6157     # user_value 1000
6158     # The inferred value should not be edited directly.
6159     inferred_value 10
6160     # value_source inferred
6161     # Default value: 1000
6162 };
6163
6164 # Script default timeout value
6165 # This option is used to set the default timeout for startup
6166 # scripts, when they are enabled.
6167 #
6168 cdl_option CYGNUM_REDBOOT_BOOT_SCRIPT_DEFAULT_TIMEOUT {
6169     # Flavor: data
6170     # No user value, uncomment the following line to provide one.
6171     # user_value 10
6172     # The inferred value should not be edited directly.
6173     inferred_value 1
6174     # value_source inferred
6175     # Default value: 10
6176 };
6177
6178 # <
6179 # Support RTC for time & date functions
6180 # When this option is enabled, RedBoot will support commands to
6181 # query and set the real time clock (time and date)
6182 #
6183 cdl_option CYGSEM_REDBOOT_RTC {
6184     # This option is not active
6185     # ActiveIf constraint:  CYGPKG_IO_WALLCLOCK 
6186     #     CYGPKG_IO_WALLCLOCK (unknown) == 0
6187     #   --> 0
6188
6189     # Flavor: bool
6190     # No user value, uncomment the following line to provide one.
6191     # user_value 1
6192     # value_source default
6193     # Default value: 1
6194 };
6195
6196 # Behave like a ROM monitor
6197 # Enabling this option will allow RedBoot to provide ROM 
6198 # monitor-style services to programs which it executes.
6199 #
6200 cdl_option CYGPRI_REDBOOT_ROM_MONITOR {
6201     # ActiveIf constraint:  CYG_HAL_STARTUP == "ROM" ||  CYG_HAL_STARTUP == "ROMRAM" 
6202     #     CYG_HAL_STARTUP == ROMRAM
6203     #     CYG_HAL_STARTUP == ROMRAM
6204     #   --> 1
6205
6206     # Calculated value: 1
6207     # Flavor: bool
6208     # Current value: 1
6209     # Requires: CYGSEM_HAL_ROM_MONITOR
6210     #     CYGSEM_HAL_ROM_MONITOR == 1
6211     #   --> 1
6212 };
6213
6214 # Allow RedBoot to handle GNUPro application 'syscalls'.
6215 # If this option is enabled then RedBoot will install a
6216 # syscall handler to support debugging of applications
6217 # based on GNUPro newlib/bsp.
6218 #
6219 cdl_component CYGSEM_REDBOOT_BSP_SYSCALLS {
6220     # Flavor: bool
6221     # No user value, uncomment the following line to provide one.
6222     # user_value 0
6223     # value_source default
6224     # Default value: 0
6225
6226     # The following properties are affected by this value
6227     # option CYGOPT_HAL_ARM_SYSCALL_GPROF_SUPPORT
6228     #     ActiveIf: CYGSEM_REDBOOT_BSP_SYSCALLS
6229     # option CYGPKG_HAL_GDB_FILEIO
6230     #     ActiveIf: CYGSEM_REDBOOT_BSP_SYSCALLS
6231 };
6232
6233 # >
6234 # Support additional syscalls for 'gprof' profiling
6235 # Support additional syscalls to support a periodic callback
6236 # function for histogram-style profiling, and an enquire/set
6237 # of the tick rate.
6238 # The application must use the GNUPro newlib facilities
6239 # to set this up.
6240 #
6241 cdl_option CYGSEM_REDBOOT_BSP_SYSCALLS_GPROF {
6242     # This option is not active
6243     # The parent CYGSEM_REDBOOT_BSP_SYSCALLS is disabled
6244     # ActiveIf constraint:  0 < CYGINT_REDBOOT_BSP_SYSCALLS_GPROF_SUPPORT 
6245     #     CYGINT_REDBOOT_BSP_SYSCALLS_GPROF_SUPPORT == 0
6246     #   --> 0
6247
6248     # Flavor: bool
6249     # No user value, uncomment the following line to provide one.
6250     # user_value 1
6251     # value_source default
6252     # Default value: 1
6253 };
6254
6255 # Does the HAL support 'gprof' profiling?
6256 #
6257 cdl_interface CYGINT_REDBOOT_BSP_SYSCALLS_GPROF_SUPPORT {
6258     # Implemented by CYGOPT_HAL_ARM_SYSCALL_GPROF_SUPPORT, inactive, enabled
6259     # This option is not active
6260     # The parent CYGSEM_REDBOOT_BSP_SYSCALLS is disabled
6261
6262     # This value cannot be modified here.
6263     # Flavor: data
6264     # Current_value: 0
6265
6266     # The following properties are affected by this value
6267     # option CYGSEM_REDBOOT_BSP_SYSCALLS_GPROF
6268     #     ActiveIf:  0 < CYGINT_REDBOOT_BSP_SYSCALLS_GPROF_SUPPORT 
6269 };
6270
6271 # Do not raise SIGTRAP when program exits
6272 # For some (single shot) newlib based programs,
6273 # exiting and returning a termination status may be
6274 # the normal expected behavior.
6275 #
6276 cdl_option CYGOPT_REDBOOT_BSP_SYSCALLS_EXIT_WITHOUT_TRAP {
6277     # This option is not active
6278     # The parent CYGSEM_REDBOOT_BSP_SYSCALLS is disabled
6279
6280     # Flavor: bool
6281     # No user value, uncomment the following line to provide one.
6282     # user_value 0
6283     # value_source default
6284     # Default value: 0
6285 };
6286
6287 # <
6288 # Use a common buffer for Zlib and FIS
6289 # Use a common memory buffer for both the zlib workspace
6290 # and FIS directory operations. This can save a substantial
6291 # amount of RAM, especially when flash sectors are large.
6292 #
6293 cdl_component CYGOPT_REDBOOT_FIS_ZLIB_COMMON_BUFFER {
6294     # ActiveIf constraint:  CYGBLD_BUILD_REDBOOT_WITH_ZLIB &&  CYGOPT_REDBOOT_FIS 
6295     #     CYGBLD_BUILD_REDBOOT_WITH_ZLIB == 1
6296     #     CYGOPT_REDBOOT_FIS == 1
6297     #   --> 1
6298
6299     # Flavor: bool
6300     # No user value, uncomment the following line to provide one.
6301     # user_value 0
6302     # value_source default
6303     # Default value: 0
6304 };
6305
6306 # >
6307 # Size of Zlib/FIS common buffer
6308 # Size of common buffer to allocate. Must be at least the
6309 # size of one flash sector.
6310 #
6311 cdl_option CYGNUM_REDBOOT_FIS_ZLIB_COMMON_BUFFER_SIZE {
6312     # This option is not active
6313     # The parent CYGOPT_REDBOOT_FIS_ZLIB_COMMON_BUFFER is disabled
6314
6315     # Flavor: data
6316     # No user value, uncomment the following line to provide one.
6317     # user_value 0x0000C000
6318     # value_source default
6319     # Default value: 0x0000C000
6320     # Legal values: 0x4000 to 0x80000000
6321 };
6322
6323 # <
6324 # Buffer size in getc when loading images
6325 # When loading images a buffer is used between redboot and the
6326 # underlying storage medium, eg a filesystem, or a socket etc.
6327 # The size of this buffer can have a big impart on load speed.
6328 #
6329 cdl_option CYGNUM_REDBOOT_GETC_BUFFER {
6330     # Flavor: data
6331     # No user value, uncomment the following line to provide one.
6332     # user_value 256
6333     # value_source default
6334     # Default value:  CYGPKG_REDBOOT_FILEIO ? 4096 : 256 
6335     #     CYGPKG_REDBOOT_FILEIO == 0
6336     #   --> 256
6337 };
6338
6339 # <
6340 # Redboot for ARM options
6341 # This option lists the target's requirements for a valid Redboot
6342 # configuration.
6343 #
6344 cdl_component CYGPKG_REDBOOT_ARM_OPTIONS {
6345     # ActiveIf constraint: CYGPKG_REDBOOT
6346     #     CYGPKG_REDBOOT == current
6347     #   --> 1
6348
6349     # There is no associated value.
6350
6351     # The following properties are affected by this value
6352 };
6353
6354 # >
6355 # Provide the exec command in RedBoot
6356 # This option contains requirements for booting linux
6357 # from RedBoot. The component is enabled/disabled from
6358 # RedBoots CDL.
6359 #
6360 cdl_component CYGPKG_REDBOOT_ARM_LINUX_EXEC {
6361     # ActiveIf constraint: CYGBLD_BUILD_REDBOOT_WITH_EXEC
6362     #     CYGBLD_BUILD_REDBOOT_WITH_EXEC == 1
6363     #   --> 1
6364
6365     # There is no associated value.
6366 };
6367
6368 # >
6369 # Enable -x switch for exec command.
6370 # This option allows bi-endian platforms to launch kernels
6371 # built for an endianess different than the RedBoot endianess
6372 #
6373 cdl_option CYGHWR_REDBOOT_LINUX_EXEC_X_SWITCH {
6374     # Flavor: bool
6375     # No user value, uncomment the following line to provide one.
6376     # user_value 0
6377     # value_source default
6378     # Default value: 0
6379 };
6380
6381 # Physical base address of linux kernel
6382 # This is the physical address of the base of the 
6383 # Linux kernel image.
6384 #
6385 cdl_option CYGHWR_REDBOOT_ARM_LINUX_EXEC_ADDRESS {
6386     # Flavor: data
6387     # No user value, uncomment the following line to provide one.
6388     # user_value 0xA0108000
6389     # value_source default
6390     # Default value: CYGHWR_REDBOOT_ARM_LINUX_EXEC_ADDRESS_DEFAULT
6391     #     CYGHWR_REDBOOT_ARM_LINUX_EXEC_ADDRESS_DEFAULT == 0xA0108000
6392     #   --> 0xA0108000
6393 };
6394
6395 # Default physical base address of linux kernel
6396 # This is the physical address of the base of the 
6397 # Linux kernel image. This option gets set by the 
6398 # platform CDL.
6399 #
6400 cdl_option CYGHWR_REDBOOT_ARM_LINUX_EXEC_ADDRESS_DEFAULT {
6401     # Flavor: data
6402     # No user value, uncomment the following line to provide one.
6403     # user_value 0x00008000
6404     # The inferred value should not be edited directly.
6405     inferred_value 0xA0108000
6406     # value_source inferred
6407     # Default value: 0x00008000
6408
6409     # The following properties are affected by this value
6410     # option CYGHWR_REDBOOT_ARM_LINUX_EXEC_ADDRESS
6411     #     DefaultValue: CYGHWR_REDBOOT_ARM_LINUX_EXEC_ADDRESS_DEFAULT
6412     # component CYGPKG_REDBOOT_HAL_TX27_OPTIONS
6413     #     Requires:  CYGHWR_REDBOOT_ARM_LINUX_EXEC_ADDRESS_DEFAULT == 0xA0108000 
6414 };
6415
6416 # Base address of linux kernel parameter tags
6417 # This is the base address of the area of memory used to
6418 # pass parameters to the Linux kernel. This should be chosen
6419 # to avoid overlap with the kernel and any ramdisk image.
6420 #
6421 cdl_option CYGHWR_REDBOOT_ARM_LINUX_TAGS_ADDRESS {
6422     # Flavor: data
6423     # No user value, uncomment the following line to provide one.
6424     # user_value 0x00000100
6425     # value_source default
6426     # Default value: 0x00000100
6427 };
6428
6429 # <
6430 # <
6431 # Redboot HAL options
6432 # This option lists the target's requirements for a valid Redboot
6433 # configuration.
6434 #
6435 cdl_component CYGPKG_REDBOOT_HAL_OPTIONS {
6436     # ActiveIf constraint: CYGPKG_REDBOOT
6437     #     CYGPKG_REDBOOT == current
6438     #   --> 1
6439
6440     # There is no associated value.
6441 };
6442
6443 # >
6444 # Build Redboot ROM binary image
6445 # This option enables the conversion of the Redboot ELF
6446 # image to a binary image suitable for ROM programming.
6447 #
6448 cdl_option CYGBLD_BUILD_REDBOOT_BIN {
6449     # ActiveIf constraint: CYGBLD_BUILD_REDBOOT
6450     #     CYGBLD_BUILD_REDBOOT == 1
6451     #   --> 1
6452
6453     # Flavor: bool
6454     # No user value, uncomment the following line to provide one.
6455     # user_value 1
6456     # value_source default
6457     # Default value: 1
6458 };
6459
6460 # <
6461 # Redboot HAL variant options
6462 #
6463 cdl_component CYGPKG_REDBOOT_HAL_TX27_OPTIONS {
6464     # ActiveIf constraint: CYGPKG_REDBOOT
6465     #     CYGPKG_REDBOOT == current
6466     #   --> 1
6467
6468     # There is no associated value.
6469     # Requires:  CYGHWR_REDBOOT_ARM_LINUX_EXEC_ADDRESS_DEFAULT == 0xA0108000 
6470     #     CYGHWR_REDBOOT_ARM_LINUX_EXEC_ADDRESS_DEFAULT == 0xA0108000
6471     #   --> 1
6472 };
6473
6474 # <
6475 # ISO C and POSIX infrastructure
6476 # eCos supports implementations of ISO C libraries and POSIX
6477 # implementations. This package provides infrastructure used by
6478 # all such implementations.
6479 #
6480 cdl_package CYGPKG_ISOINFRA {
6481     # Packages cannot be added or removed, nor can their version be changed,
6482     # simply by editing their value. Instead the appropriate configuration
6483     # should be used to perform these actions.
6484
6485     # This value cannot be modified here.
6486     # Flavor: booldata
6487     # Current value: 1 current
6488
6489     # The following properties are affected by this value
6490     # component CYGBLD_BUILD_REDBOOT
6491     #     Requires: CYGPKG_ISOINFRA
6492     # package CYGPKG_LIBC_STRING
6493     #     Requires: CYGPKG_ISOINFRA
6494     # package CYGPKG_COMPRESS_ZLIB
6495     #     Requires: CYGPKG_ISOINFRA
6496     # package CYGPKG_IO_FLASH
6497     #     Requires: CYGPKG_ISOINFRA
6498     # option CYGIMP_MEMALLOC_ALLOCATOR_DLMALLOC_USE_MEMCPY
6499     #     Requires: CYGPKG_ISOINFRA
6500     # option CYGIMP_MEMALLOC_ALLOCATOR_DLMALLOC_USE_MEMCPY
6501     #     DefaultValue:  0 != CYGPKG_ISOINFRA 
6502     # component CYGPKG_MEMALLOC_MALLOC_ALLOCATORS
6503     #     ActiveIf: CYGPKG_ISOINFRA
6504     # package CYGPKG_LIBC_I18N
6505     #     Requires: CYGPKG_ISOINFRA
6506     # package CYGPKG_LIBC_STDLIB
6507     #     Requires: CYGPKG_ISOINFRA
6508 };
6509
6510 # >
6511 # Startup and termination
6512 #
6513 cdl_component CYGPKG_ISO_STARTUP {
6514     # There is no associated value.
6515 };
6516
6517 # >
6518 # main() startup implementations
6519 # Implementations of this interface arrange for a user-supplied
6520 # main() to be called in an ISO compatible environment.
6521 #
6522 cdl_interface CYGINT_ISO_MAIN_STARTUP {
6523     # No options implement this inferface
6524     # This value cannot be modified here.
6525     # Flavor: data
6526     # Current_value: 0
6527     # Requires:  1 >= CYGINT_ISO_MAIN_STARTUP 
6528     #     CYGINT_ISO_MAIN_STARTUP == 0
6529     #   --> 1
6530
6531     # The following properties are affected by this value
6532     # interface CYGINT_ISO_MAIN_STARTUP
6533     #     Requires:  1 >= CYGINT_ISO_MAIN_STARTUP 
6534 };
6535
6536 # environ implementations
6537 # Implementations of this interface provide the environ
6538 # variable required by POSIX.
6539 #
6540 cdl_interface CYGINT_ISO_ENVIRON {
6541     # No options implement this inferface
6542     # This value cannot be modified here.
6543     # Flavor: data
6544     # Current_value: 0
6545     # Requires:  1 >= CYGINT_ISO_ENVIRON 
6546     #     CYGINT_ISO_ENVIRON == 0
6547     #   --> 1
6548
6549     # The following properties are affected by this value
6550     # interface CYGINT_ISO_ENVIRON
6551     #     Requires:  1 >= CYGINT_ISO_ENVIRON 
6552 };
6553
6554 # <
6555 # ctype.h functions
6556 #
6557 cdl_component CYGPKG_ISO_CTYPE_H {
6558     # There is no associated value.
6559 };
6560
6561 # >
6562 # Number of implementations of ctype functions
6563 #
6564 cdl_interface CYGINT_ISO_CTYPE {
6565     # Implemented by CYGPKG_LIBC_I18N, active, enabled
6566     # This value cannot be modified here.
6567     # Flavor: data
6568     # Current_value: 1
6569     # Requires:  1 >= CYGINT_ISO_CTYPE 
6570     #     CYGINT_ISO_CTYPE == 1
6571     #   --> 1
6572
6573     # The following properties are affected by this value
6574     # interface CYGINT_ISO_CTYPE
6575     #     Requires:  1 >= CYGINT_ISO_CTYPE 
6576     # package CYGPKG_HAL_ARM_TX27KARO
6577     #     Requires: CYGINT_ISO_CTYPE
6578     # option CYGFUN_LIBC_STRING_BSD_FUNCS
6579     #     Requires: CYGINT_ISO_CTYPE
6580     # package CYGPKG_LIBC_STDLIB
6581     #     Requires: CYGINT_ISO_CTYPE
6582 };
6583
6584 # Ctype implementation header
6585 #
6586 cdl_option CYGBLD_ISO_CTYPE_HEADER {
6587     # Flavor: booldata
6588     # No user value, uncomment the following line to provide one.
6589     # user_value 0 0
6590     # The inferred value should not be edited directly.
6591     inferred_value 1 <cyg/libc/i18n/ctype.inl>
6592     # value_source inferred
6593     # Default value: 0 0
6594
6595     # The following properties are affected by this value
6596     # option CYGPKG_LIBC_I18N_NEWLIB_CTYPE
6597     #     Requires:  CYGBLD_ISO_CTYPE_HEADER ==  "<cyg/libc/i18n/newlibctype.h>" 
6598     # option CYGIMP_LIBC_I18N_CTYPE_INLINES
6599     #     Requires:  CYGBLD_ISO_CTYPE_HEADER ==  "<cyg/libc/i18n/ctype.inl>" 
6600 };
6601
6602 # <
6603 # Error handling
6604 #
6605 cdl_component CYGPKG_ISO_ERRNO {
6606     # There is no associated value.
6607 };
6608
6609 # >
6610 # Number of implementations of error codes
6611 #
6612 cdl_interface CYGINT_ISO_ERRNO_CODES {
6613     # Implemented by CYGPKG_ERROR, active, enabled
6614     # This value cannot be modified here.
6615     # Flavor: data
6616     # Current_value: 1
6617     # Requires:  1 >= CYGINT_ISO_ERRNO_CODES 
6618     #     CYGINT_ISO_ERRNO_CODES == 1
6619     #   --> 1
6620
6621     # The following properties are affected by this value
6622     # interface CYGINT_ISO_ERRNO_CODES
6623     #     Requires:  1 >= CYGINT_ISO_ERRNO_CODES 
6624 };
6625
6626 # Error codes implementation header
6627 #
6628 cdl_option CYGBLD_ISO_ERRNO_CODES_HEADER {
6629     # Flavor: booldata
6630     # No user value, uncomment the following line to provide one.
6631     # user_value 0 0
6632     # The inferred value should not be edited directly.
6633     inferred_value 1 <cyg/error/codes.h>
6634     # value_source inferred
6635     # Default value: 0 0
6636
6637     # The following properties are affected by this value
6638     # package CYGPKG_ERROR
6639     #     Requires:  CYGBLD_ISO_ERRNO_CODES_HEADER == "<cyg/error/codes.h>" 
6640 };
6641
6642 # Number of implementations of errno variable
6643 #
6644 cdl_interface CYGINT_ISO_ERRNO {
6645     # Implemented by CYGPKG_ERROR_ERRNO, active, enabled
6646     # This value cannot be modified here.
6647     # Flavor: data
6648     # Current_value: 1
6649     # Requires:  1 >= CYGINT_ISO_ERRNO 
6650     #     CYGINT_ISO_ERRNO == 1
6651     #   --> 1
6652
6653     # The following properties are affected by this value
6654     # interface CYGINT_ISO_ERRNO
6655     #     Requires:  1 >= CYGINT_ISO_ERRNO 
6656 };
6657
6658 # errno variable implementation header
6659 #
6660 cdl_option CYGBLD_ISO_ERRNO_HEADER {
6661     # Flavor: booldata
6662     # No user value, uncomment the following line to provide one.
6663     # user_value 0 0
6664     # The inferred value should not be edited directly.
6665     inferred_value 1 <cyg/error/errno.h>
6666     # value_source inferred
6667     # Default value: 0 0
6668
6669     # The following properties are affected by this value
6670     # component CYGPKG_ERROR_ERRNO
6671     #     Requires:  CYGBLD_ISO_ERRNO_HEADER == "<cyg/error/errno.h>" 
6672 };
6673
6674 # <
6675 # Locale-related functions
6676 #
6677 cdl_component CYGPKG_ISO_LOCALE {
6678     # There is no associated value.
6679 };
6680
6681 # >
6682 # Number of implementations of locale functions
6683 #
6684 cdl_interface CYGINT_ISO_LOCALE {
6685     # Implemented by CYGPKG_LIBC_I18N, active, enabled
6686     # This value cannot be modified here.
6687     # Flavor: data
6688     # Current_value: 1
6689     # Requires:  1 >= CYGINT_ISO_LOCALE 
6690     #     CYGINT_ISO_LOCALE == 1
6691     #   --> 1
6692
6693     # The following properties are affected by this value
6694     # interface CYGINT_ISO_LOCALE
6695     #     Requires:  1 >= CYGINT_ISO_LOCALE 
6696 };
6697
6698 # Locale implementation header
6699 #
6700 cdl_option CYGBLD_ISO_LOCALE_HEADER {
6701     # Flavor: booldata
6702     # No user value, uncomment the following line to provide one.
6703     # user_value 0 0
6704     # value_source default
6705     # Default value: 0 0
6706 };
6707
6708 # <
6709 # Standard I/O-related functionality
6710 #
6711 cdl_component CYGPKG_ISO_STDIO {
6712     # There is no associated value.
6713 };
6714
6715 # >
6716 # Number of implementations of stdio file types
6717 #
6718 cdl_interface CYGINT_ISO_STDIO_FILETYPES {
6719     # No options implement this inferface
6720     # This value cannot be modified here.
6721     # Flavor: booldata
6722     # Current value: 0 0
6723     # Requires:  1 >= CYGINT_ISO_STDIO_FILETYPES 
6724     #     CYGINT_ISO_STDIO_FILETYPES == 0
6725     #   --> 1
6726
6727     # The following properties are affected by this value
6728     # interface CYGINT_ISO_STDIO_FILETYPES
6729     #     Requires:  1 >= CYGINT_ISO_STDIO_FILETYPES 
6730 };
6731
6732 # Stdio file types implementation header
6733 #
6734 cdl_option CYGBLD_ISO_STDIO_FILETYPES_HEADER {
6735     # Flavor: booldata
6736     # No user value, uncomment the following line to provide one.
6737     # user_value 0 0
6738     # value_source default
6739     # Default value: 0 0
6740 };
6741
6742 # Stdio standard streams implementations
6743 #
6744 cdl_interface CYGINT_ISO_STDIO_STREAMS {
6745     # No options implement this inferface
6746     # This value cannot be modified here.
6747     # Flavor: booldata
6748     # Current value: 0 0
6749     # Requires:  1 >= CYGINT_ISO_STDIO_STREAMS 
6750     #     CYGINT_ISO_STDIO_STREAMS == 0
6751     #   --> 1
6752
6753     # The following properties are affected by this value
6754     # interface CYGINT_ISO_STDIO_STREAMS
6755     #     Requires:  1 >= CYGINT_ISO_STDIO_STREAMS 
6756 };
6757
6758 # Stdio standard streams implementation header
6759 # This header file must define stdin, stdout
6760 # and stderr.
6761 #
6762 cdl_option CYGBLD_ISO_STDIO_STREAMS_HEADER {
6763     # Flavor: booldata
6764     # No user value, uncomment the following line to provide one.
6765     # user_value 0 0
6766     # value_source default
6767     # Default value: 0 0
6768 };
6769
6770 # Number of implementations of stdio file operations
6771 #
6772 cdl_interface CYGINT_ISO_STDIO_FILEOPS {
6773     # No options implement this inferface
6774     # This value cannot be modified here.
6775     # Flavor: booldata
6776     # Current value: 0 0
6777     # Requires:  1 >= CYGINT_ISO_STDIO_FILEOPS 
6778     #     CYGINT_ISO_STDIO_FILEOPS == 0
6779     #   --> 1
6780
6781     # The following properties are affected by this value
6782     # interface CYGINT_ISO_STDIO_FILEOPS
6783     #     Requires:  1 >= CYGINT_ISO_STDIO_FILEOPS 
6784 };
6785
6786 # Stdio file operations implementation header
6787 # This header controls the file system operations on a file
6788 # such as remove(), rename(), tmpfile(), tmpnam() and associated
6789 # constants.
6790 #
6791 cdl_option CYGBLD_ISO_STDIO_FILEOPS_HEADER {
6792     # Flavor: booldata
6793     # No user value, uncomment the following line to provide one.
6794     # user_value 0 0
6795     # value_source default
6796     # Default value: 0 0
6797 };
6798
6799 # Number of implementations of stdio file access  functionals
6800 #
6801 cdl_interface CYGINT_ISO_STDIO_FILEACCESS {
6802     # No options implement this inferface
6803     # This value cannot be modified here.
6804     # Flavor: booldata
6805     # Current value: 0 0
6806     # Requires:  1 >= CYGINT_ISO_STDIO_FILEACCESS 
6807     #     CYGINT_ISO_STDIO_FILEACCESS == 0
6808     #   --> 1
6809
6810     # The following properties are affected by this value
6811     # interface CYGINT_ISO_STDIO_FILEACCESS
6812     #     Requires:  1 >= CYGINT_ISO_STDIO_FILEACCESS 
6813     # option CYGFUN_COMPRESS_ZLIB_GZIO
6814     #     Requires: CYGINT_ISO_STDIO_FILEACCESS
6815 };
6816
6817 # Stdio file access implementation header
6818 # This header controls the file access operations
6819 # such as fclose(), fflush(), fopen(), freopen(), setbuf(),
6820 # setvbuf(), and associated constants.
6821 #
6822 cdl_option CYGBLD_ISO_STDIO_FILEACCESS_HEADER {
6823     # Flavor: booldata
6824     # No user value, uncomment the following line to provide one.
6825     # user_value 0 0
6826     # value_source default
6827     # Default value: 0 0
6828 };
6829
6830 # Number of implementations of stdio formatted I/O
6831 #
6832 cdl_interface CYGINT_ISO_STDIO_FORMATTED_IO {
6833     # No options implement this inferface
6834     # This value cannot be modified here.
6835     # Flavor: booldata
6836     # Current value: 0 0
6837     # Requires:  1 >= CYGINT_ISO_STDIO_FORMATTED_IO 
6838     #     CYGINT_ISO_STDIO_FORMATTED_IO == 0
6839     #   --> 1
6840
6841     # The following properties are affected by this value
6842     # interface CYGINT_ISO_STDIO_FORMATTED_IO
6843     #     Requires:  1 >= CYGINT_ISO_STDIO_FORMATTED_IO 
6844     # option CYGFUN_COMPRESS_ZLIB_GZIO
6845     #     Requires: CYGINT_ISO_STDIO_FORMATTED_IO
6846 };
6847
6848 # Stdio formatted I/O implementation header
6849 #
6850 cdl_option CYGBLD_ISO_STDIO_FORMATTED_IO_HEADER {
6851     # Flavor: booldata
6852     # No user value, uncomment the following line to provide one.
6853     # user_value 0 0
6854     # value_source default
6855     # Default value: 0 0
6856 };
6857
6858 # Number of implementations of stdio character I/O
6859 #
6860 cdl_interface CYGINT_ISO_STDIO_CHAR_IO {
6861     # No options implement this inferface
6862     # This value cannot be modified here.
6863     # Flavor: booldata
6864     # Current value: 0 0
6865     # Requires:  1 >= CYGINT_ISO_STDIO_CHAR_IO 
6866     #     CYGINT_ISO_STDIO_CHAR_IO == 0
6867     #   --> 1
6868
6869     # The following properties are affected by this value
6870     # interface CYGINT_ISO_STDIO_CHAR_IO
6871     #     Requires:  1 >= CYGINT_ISO_STDIO_CHAR_IO 
6872 };
6873
6874 # Stdio character I/O implementation header
6875 #
6876 cdl_option CYGBLD_ISO_STDIO_CHAR_IO_HEADER {
6877     # Flavor: booldata
6878     # No user value, uncomment the following line to provide one.
6879     # user_value 0 0
6880     # value_source default
6881     # Default value: 0 0
6882 };
6883
6884 # Number of implementations of stdio direct I/O
6885 #
6886 cdl_interface CYGINT_ISO_STDIO_DIRECT_IO {
6887     # No options implement this inferface
6888     # This value cannot be modified here.
6889     # Flavor: booldata
6890     # Current value: 0 0
6891     # Requires:  1 >= CYGINT_ISO_STDIO_DIRECT_IO 
6892     #     CYGINT_ISO_STDIO_DIRECT_IO == 0
6893     #   --> 1
6894
6895     # The following properties are affected by this value
6896     # interface CYGINT_ISO_STDIO_DIRECT_IO
6897     #     Requires:  1 >= CYGINT_ISO_STDIO_DIRECT_IO 
6898 };
6899
6900 # Stdio direct I/O implementation header
6901 #
6902 cdl_option CYGBLD_ISO_STDIO_DIRECT_IO_HEADER {
6903     # Flavor: booldata
6904     # No user value, uncomment the following line to provide one.
6905     # user_value 0 0
6906     # value_source default
6907     # Default value: 0 0
6908 };
6909
6910 # Number of implementations of stdio file positioning
6911 #
6912 cdl_interface CYGINT_ISO_STDIO_FILEPOS {
6913     # No options implement this inferface
6914     # This value cannot be modified here.
6915     # Flavor: booldata
6916     # Current value: 0 0
6917     # Requires:  1 >= CYGINT_ISO_STDIO_FILEPOS 
6918     #     CYGINT_ISO_STDIO_FILEPOS == 0
6919     #   --> 1
6920
6921     # The following properties are affected by this value
6922     # interface CYGINT_ISO_STDIO_FILEPOS
6923     #     Requires:  1 >= CYGINT_ISO_STDIO_FILEPOS 
6924     # option CYGFUN_COMPRESS_ZLIB_GZIO
6925     #     Requires: CYGINT_ISO_STDIO_FILEPOS
6926 };
6927
6928 # Stdio file positioning implementation header
6929 #
6930 cdl_option CYGBLD_ISO_STDIO_FILEPOS_HEADER {
6931     # Flavor: booldata
6932     # No user value, uncomment the following line to provide one.
6933     # user_value 0 0
6934     # value_source default
6935     # Default value: 0 0
6936 };
6937
6938 # Number of implementations of stdio error handling
6939 #
6940 cdl_interface CYGINT_ISO_STDIO_ERROR {
6941     # No options implement this inferface
6942     # This value cannot be modified here.
6943     # Flavor: booldata
6944     # Current value: 0 0
6945     # Requires:  1 >= CYGINT_ISO_STDIO_ERROR 
6946     #     CYGINT_ISO_STDIO_ERROR == 0
6947     #   --> 1
6948
6949     # The following properties are affected by this value
6950     # interface CYGINT_ISO_STDIO_ERROR
6951     #     Requires:  1 >= CYGINT_ISO_STDIO_ERROR 
6952 };
6953
6954 # Stdio error handling implementation header
6955 #
6956 cdl_option CYGBLD_ISO_STDIO_ERROR_HEADER {
6957     # Flavor: booldata
6958     # No user value, uncomment the following line to provide one.
6959     # user_value 0 0
6960     # value_source default
6961     # Default value: 0 0
6962 };
6963
6964 # POSIX fd-related function implementations
6965 #
6966 cdl_interface CYGINT_ISO_STDIO_POSIX_FDFUNCS {
6967     # No options implement this inferface
6968     # This value cannot be modified here.
6969     # Flavor: booldata
6970     # Current value: 0 0
6971     # Requires:  1 >=  CYGINT_ISO_STDIO_POSIX_FDFUNCS 
6972     #     CYGINT_ISO_STDIO_POSIX_FDFUNCS == 0
6973     #   --> 1
6974
6975     # The following properties are affected by this value
6976     # interface CYGINT_ISO_STDIO_POSIX_FDFUNCS
6977     #     Requires:  1 >=  CYGINT_ISO_STDIO_POSIX_FDFUNCS 
6978 };
6979
6980 # POSIX fd-related function implementation header
6981 #
6982 cdl_option CYGBLD_ISO_STDIO_POSIX_FDFUNCS_HEADER {
6983     # Flavor: booldata
6984     # No user value, uncomment the following line to provide one.
6985     # user_value 0 0
6986     # value_source default
6987     # Default value: 0 0
6988 };
6989
6990 # <
6991 # Standard general utility functions
6992 #
6993 cdl_component CYGPKG_ISO_STDLIB {
6994     # There is no associated value.
6995 };
6996
6997 # >
6998 # String conversion function implementations
6999 #
7000 cdl_interface CYGINT_ISO_STDLIB_STRCONV {
7001     # Implemented by CYGPKG_LIBC_STDLIB, active, enabled
7002     # This value cannot be modified here.
7003     # Flavor: data
7004     # Current_value: 1
7005     # Requires:  1 >= CYGINT_ISO_STDLIB_STRCONV 
7006     #     CYGINT_ISO_STDLIB_STRCONV == 1
7007     #   --> 1
7008
7009     # The following properties are affected by this value
7010     # interface CYGINT_ISO_STDLIB_STRCONV
7011     #     Requires:  1 >= CYGINT_ISO_STDLIB_STRCONV 
7012 };
7013
7014 # String conversion function implementation header
7015 #
7016 cdl_option CYGBLD_ISO_STDLIB_STRCONV_HEADER {
7017     # Flavor: booldata
7018     # No user value, uncomment the following line to provide one.
7019     # user_value 0 0
7020     # The inferred value should not be edited directly.
7021     inferred_value 1 <cyg/libc/stdlib/atox.inl>
7022     # value_source inferred
7023     # Default value: 0 0
7024
7025     # The following properties are affected by this value
7026     # option CYGIMP_LIBC_STDLIB_INLINE_ATOX
7027     #     Requires:  CYGBLD_ISO_STDLIB_STRCONV_HEADER ==  "<cyg/libc/stdlib/atox.inl>" 
7028 };
7029
7030 # String to FP conversion function implementations
7031 #
7032 cdl_interface CYGINT_ISO_STDLIB_STRCONV_FLOAT {
7033     # Implemented by CYGFUN_LIBC_strtod, active, disabled
7034     # This value cannot be modified here.
7035     # Flavor: data
7036     # Current_value: 0
7037     # Requires:  1 >= CYGINT_ISO_STDLIB_STRCONV_FLOAT 
7038     #     CYGINT_ISO_STDLIB_STRCONV_FLOAT == 0
7039     #   --> 1
7040
7041     # The following properties are affected by this value
7042     # interface CYGINT_ISO_STDLIB_STRCONV_FLOAT
7043     #     Requires:  1 >= CYGINT_ISO_STDLIB_STRCONV_FLOAT 
7044 };
7045
7046 # String to FP conversion function implementation header
7047 #
7048 cdl_option CYGBLD_ISO_STDLIB_STRCONV_FLOAT_HEADER {
7049     # Flavor: booldata
7050     # No user value, uncomment the following line to provide one.
7051     # user_value 0 0
7052     # value_source default
7053     # Default value: 0 0
7054 };
7055
7056 # Random number generator implementations
7057 #
7058 cdl_interface CYGINT_ISO_RAND {
7059     # Implemented by CYGIMP_LIBC_RAND_SIMPLEST, active, disabled
7060     # Implemented by CYGIMP_LIBC_RAND_SIMPLE1, active, disabled
7061     # Implemented by CYGIMP_LIBC_RAND_KNUTH1, active, enabled
7062     # This value cannot be modified here.
7063     # Flavor: data
7064     # Current_value: 1
7065     # Requires:  1 >= CYGINT_ISO_RAND 
7066     #     CYGINT_ISO_RAND == 1
7067     #   --> 1
7068
7069     # The following properties are affected by this value
7070     # interface CYGINT_ISO_RAND
7071     #     Requires:  1 >= CYGINT_ISO_RAND 
7072 };
7073
7074 # Random number generator implementation header
7075 #
7076 cdl_option CYGBLD_ISO_RAND_HEADER {
7077     # Flavor: booldata
7078     # No user value, uncomment the following line to provide one.
7079     # user_value 0 0
7080     # value_source default
7081     # Default value: 0 0
7082 };
7083
7084 # Malloc implementations
7085 #
7086 cdl_interface CYGINT_ISO_MALLOC {
7087     # Implemented by CYGPKG_MEMALLOC_MALLOC_ALLOCATORS, active, enabled
7088     # This value cannot be modified here.
7089     # Flavor: data
7090     # Current_value: 1
7091     # Requires:  1 >= CYGINT_ISO_MALLOC 
7092     #     CYGINT_ISO_MALLOC == 1
7093     #   --> 1
7094
7095     # The following properties are affected by this value
7096     # interface CYGINT_ISO_MALLOC
7097     #     Requires:  1 >= CYGINT_ISO_MALLOC 
7098     # option CYGFUN_LIBC_STRING_STRDUP
7099     #     ActiveIf: CYGINT_ISO_MALLOC
7100 };
7101
7102 # Malloc implementation header
7103 #
7104 cdl_option CYGBLD_ISO_MALLOC_HEADER {
7105     # Flavor: booldata
7106     # No user value, uncomment the following line to provide one.
7107     # user_value 0 0
7108     # value_source default
7109     # Default value: 0 0
7110 };
7111
7112 # Mallinfo() implementations
7113 #
7114 cdl_interface CYGINT_ISO_MALLINFO {
7115     # Implemented by CYGPKG_MEMALLOC_MALLOC_ALLOCATORS, active, enabled
7116     # This value cannot be modified here.
7117     # Flavor: data
7118     # Current_value: 1
7119     # Requires:  1 >= CYGINT_ISO_MALLINFO 
7120     #     CYGINT_ISO_MALLINFO == 1
7121     #   --> 1
7122
7123     # The following properties are affected by this value
7124     # interface CYGINT_ISO_MALLINFO
7125     #     Requires:  1 >= CYGINT_ISO_MALLINFO 
7126 };
7127
7128 # Mallinfo() implementation header
7129 #
7130 cdl_option CYGBLD_ISO_MALLINFO_HEADER {
7131     # Flavor: booldata
7132     # No user value, uncomment the following line to provide one.
7133     # user_value 0 0
7134     # value_source default
7135     # Default value: 0 0
7136 };
7137
7138 # Program exit functionality implementations
7139 #
7140 cdl_interface CYGINT_ISO_EXIT {
7141     # No options implement this inferface
7142     # This value cannot be modified here.
7143     # Flavor: data
7144     # Current_value: 0
7145     # Requires:  1 >= CYGINT_ISO_EXIT 
7146     #     CYGINT_ISO_EXIT == 0
7147     #   --> 1
7148
7149     # The following properties are affected by this value
7150     # interface CYGINT_ISO_EXIT
7151     #     Requires:  1 >= CYGINT_ISO_EXIT 
7152     # option CYGFUN_INFRA_DUMMY_ABORT
7153     #     Requires: !CYGINT_ISO_EXIT
7154     # option CYGFUN_INFRA_DUMMY_ABORT
7155     #     DefaultValue:  CYGINT_ISO_EXIT == 0 
7156 };
7157
7158 # Program exit functionality implementation header
7159 #
7160 cdl_option CYGBLD_ISO_EXIT_HEADER {
7161     # Flavor: booldata
7162     # No user value, uncomment the following line to provide one.
7163     # user_value 0 0
7164     # value_source default
7165     # Default value: 0 0
7166 };
7167
7168 # Program environment implementations
7169 #
7170 cdl_interface CYGINT_ISO_STDLIB_ENVIRON {
7171     # Implemented by CYGPKG_LIBC_STDLIB, active, enabled
7172     # This value cannot be modified here.
7173     # Flavor: data
7174     # Current_value: 1
7175     # Requires:  1 >= CYGINT_ISO_STDLIB_ENVIRON 
7176     #     CYGINT_ISO_STDLIB_ENVIRON == 1
7177     #   --> 1
7178
7179     # The following properties are affected by this value
7180     # interface CYGINT_ISO_STDLIB_ENVIRON
7181     #     Requires:  1 >= CYGINT_ISO_STDLIB_ENVIRON 
7182 };
7183
7184 # Program environment implementation header
7185 #
7186 cdl_option CYGBLD_ISO_STDLIB_ENVIRON_HEADER {
7187     # Flavor: booldata
7188     # No user value, uncomment the following line to provide one.
7189     # user_value 0 0
7190     # value_source default
7191     # Default value: 0 0
7192 };
7193
7194 # system() implementations
7195 #
7196 cdl_interface CYGINT_ISO_STDLIB_SYSTEM {
7197     # Implemented by CYGPKG_LIBC_STDLIB, active, enabled
7198     # This value cannot be modified here.
7199     # Flavor: data
7200     # Current_value: 1
7201     # Requires:  1 >= CYGINT_ISO_STDLIB_SYSTEM 
7202     #     CYGINT_ISO_STDLIB_SYSTEM == 1
7203     #   --> 1
7204
7205     # The following properties are affected by this value
7206     # interface CYGINT_ISO_STDLIB_SYSTEM
7207     #     Requires:  1 >= CYGINT_ISO_STDLIB_SYSTEM 
7208 };
7209
7210 # system() implementation header
7211 #
7212 cdl_option CYGBLD_ISO_STDLIB_SYSTEM_HEADER {
7213     # Flavor: booldata
7214     # No user value, uncomment the following line to provide one.
7215     # user_value 0 0
7216     # value_source default
7217     # Default value: 0 0
7218 };
7219
7220 # bsearch() implementations
7221 #
7222 cdl_interface CYGINT_ISO_BSEARCH {
7223     # Implemented by CYGPKG_LIBC_STDLIB, active, enabled
7224     # This value cannot be modified here.
7225     # Flavor: data
7226     # Current_value: 1
7227     # Requires:  1 >= CYGINT_ISO_BSEARCH 
7228     #     CYGINT_ISO_BSEARCH == 1
7229     #   --> 1
7230
7231     # The following properties are affected by this value
7232     # interface CYGINT_ISO_BSEARCH
7233     #     Requires:  1 >= CYGINT_ISO_BSEARCH 
7234 };
7235
7236 # bsearch() implementation header
7237 #
7238 cdl_option CYGBLD_ISO_BSEARCH_HEADER {
7239     # Flavor: booldata
7240     # No user value, uncomment the following line to provide one.
7241     # user_value 0 0
7242     # value_source default
7243     # Default value: 0 0
7244 };
7245
7246 # qsort() implementations
7247 #
7248 cdl_interface CYGINT_ISO_QSORT {
7249     # Implemented by CYGPKG_LIBC_STDLIB, active, enabled
7250     # This value cannot be modified here.
7251     # Flavor: data
7252     # Current_value: 1
7253     # Requires:  1 >= CYGINT_ISO_STDLIB_QSORT 
7254     #     CYGINT_ISO_STDLIB_QSORT (unknown) == 0
7255     #   --> 1
7256
7257     # The following properties are affected by this value
7258 };
7259
7260 # qsort() implementation header
7261 #
7262 cdl_option CYGBLD_ISO_QSORT_HEADER {
7263     # Flavor: booldata
7264     # No user value, uncomment the following line to provide one.
7265     # user_value 0 0
7266     # value_source default
7267     # Default value: 0 0
7268 };
7269
7270 # abs()/labs() implementations
7271 #
7272 cdl_interface CYGINT_ISO_ABS {
7273     # Implemented by CYGPKG_LIBC_STDLIB, active, enabled
7274     # This value cannot be modified here.
7275     # Flavor: data
7276     # Current_value: 1
7277     # Requires:  1 >= CYGINT_ISO_STDLIB_ABS 
7278     #     CYGINT_ISO_STDLIB_ABS (unknown) == 0
7279     #   --> 1
7280
7281     # The following properties are affected by this value
7282 };
7283
7284 # abs()/labs() implementation header
7285 #
7286 cdl_option CYGBLD_ISO_STDLIB_ABS_HEADER {
7287     # Flavor: booldata
7288     # No user value, uncomment the following line to provide one.
7289     # user_value 0 0
7290     # The inferred value should not be edited directly.
7291     inferred_value 1 <cyg/libc/stdlib/abs.inl>
7292     # value_source inferred
7293     # Default value: 0 0
7294
7295     # The following properties are affected by this value
7296     # option CYGIMP_LIBC_STDLIB_INLINE_ABS
7297     #     Requires:  CYGBLD_ISO_STDLIB_ABS_HEADER ==  "<cyg/libc/stdlib/abs.inl>" 
7298 };
7299
7300 # div()/ldiv() implementations
7301 #
7302 cdl_interface CYGINT_ISO_DIV {
7303     # Implemented by CYGPKG_LIBC_STDLIB, active, enabled
7304     # This value cannot be modified here.
7305     # Flavor: data
7306     # Current_value: 1
7307     # Requires:  1 >= CYGINT_ISO_STDLIB_DIV 
7308     #     CYGINT_ISO_STDLIB_DIV (unknown) == 0
7309     #   --> 1
7310
7311     # The following properties are affected by this value
7312 };
7313
7314 # div()/ldiv() implementation header
7315 #
7316 cdl_option CYGBLD_ISO_STDLIB_DIV_HEADER {
7317     # Flavor: booldata
7318     # No user value, uncomment the following line to provide one.
7319     # user_value 0 0
7320     # The inferred value should not be edited directly.
7321     inferred_value 1 <cyg/libc/stdlib/div.inl>
7322     # value_source inferred
7323     # Default value: 0 0
7324
7325     # The following properties are affected by this value
7326     # option CYGIMP_LIBC_STDLIB_INLINE_DIV
7327     #     Requires:  CYGBLD_ISO_STDLIB_DIV_HEADER ==  "<cyg/libc/stdlib/div.inl>" 
7328 };
7329
7330 # Header defining the implementation's MB_CUR_MAX
7331 #
7332 cdl_option CYGBLD_ISO_STDLIB_MB_CUR_MAX_HEADER {
7333     # Flavor: booldata
7334     # No user value, uncomment the following line to provide one.
7335     # user_value 0 0
7336     # value_source default
7337     # Default value: 0 0
7338
7339     # The following properties are affected by this value
7340     # interface CYGINT_LIBC_I18N_MB_REQUIRED
7341     #     Requires:  CYGBLD_ISO_STDLIB_MB_CUR_MAX_HEADER ==  "<cyg/libc/i18n/mb.h>" 
7342 };
7343
7344 # Multibyte character implementations
7345 #
7346 cdl_interface CYGINT_ISO_STDLIB_MULTIBYTE {
7347     # Implemented by CYGPKG_LIBC_I18N, active, enabled
7348     # This value cannot be modified here.
7349     # Flavor: data
7350     # Current_value: 1
7351     # Requires:  1 >= CYGINT_ISO_STDLIB_MULTIBYTE 
7352     #     CYGINT_ISO_STDLIB_MULTIBYTE == 1
7353     #   --> 1
7354
7355     # The following properties are affected by this value
7356     # interface CYGINT_ISO_STDLIB_MULTIBYTE
7357     #     Requires:  1 >= CYGINT_ISO_STDLIB_MULTIBYTE 
7358 };
7359
7360 # Multibyte character implementation header
7361 #
7362 cdl_option CYGBLD_ISO_STDLIB_MULTIBYTE_HEADER {
7363     # Flavor: booldata
7364     # No user value, uncomment the following line to provide one.
7365     # user_value 0 0
7366     # value_source default
7367     # Default value: 0 0
7368 };
7369
7370 # <
7371 # String functions
7372 #
7373 cdl_component CYGPKG_ISO_STRING {
7374     # There is no associated value.
7375 };
7376
7377 # >
7378 # Number of implementations of strerror() function
7379 #
7380 cdl_interface CYGINT_ISO_STRERROR {
7381     # Implemented by CYGPKG_ERROR_STRERROR, active, enabled
7382     # This value cannot be modified here.
7383     # Flavor: booldata
7384     # Current value: 1 1
7385     # Requires:  1 >= CYGINT_ISO_STRERROR 
7386     #     CYGINT_ISO_STRERROR == 1
7387     #   --> 1
7388
7389     # The following properties are affected by this value
7390     # interface CYGINT_ISO_STRERROR
7391     #     Requires:  1 >= CYGINT_ISO_STRERROR 
7392 };
7393
7394 # strerror() implementation header
7395 #
7396 cdl_option CYGBLD_ISO_STRERROR_HEADER {
7397     # Flavor: booldata
7398     # No user value, uncomment the following line to provide one.
7399     # user_value 0 0
7400     # The inferred value should not be edited directly.
7401     inferred_value 1 <cyg/error/strerror.h>
7402     # value_source inferred
7403     # Default value: 0 0
7404
7405     # The following properties are affected by this value
7406     # option CYGPKG_ERROR_STRERROR
7407     #     Requires:  CYGBLD_ISO_STRERROR_HEADER == "<cyg/error/strerror.h>" 
7408 };
7409
7410 # memcpy() implementation header
7411 #
7412 cdl_option CYGBLD_ISO_MEMCPY_HEADER {
7413     # Flavor: booldata
7414     # No user value, uncomment the following line to provide one.
7415     # user_value 0 0
7416     # value_source default
7417     # Default value: 0 0
7418 };
7419
7420 # memset() implementation header
7421 #
7422 cdl_option CYGBLD_ISO_MEMSET_HEADER {
7423     # Flavor: booldata
7424     # No user value, uncomment the following line to provide one.
7425     # user_value 0 0
7426     # value_source default
7427     # Default value: 0 0
7428 };
7429
7430 # Number of implementations of strtok_r() function
7431 #
7432 cdl_interface CYGINT_ISO_STRTOK_R {
7433     # Implemented by CYGPKG_LIBC_STRING, active, enabled
7434     # This value cannot be modified here.
7435     # Flavor: booldata
7436     # Current value: 1 1
7437     # Requires:  1 >= CYGINT_ISO_STRTOK_R 
7438     #     CYGINT_ISO_STRTOK_R == 1
7439     #   --> 1
7440
7441     # The following properties are affected by this value
7442     # interface CYGINT_ISO_STRTOK_R
7443     #     Requires:  1 >= CYGINT_ISO_STRTOK_R 
7444 };
7445
7446 # strtok_r() implementation header
7447 #
7448 cdl_option CYGBLD_ISO_STRTOK_R_HEADER {
7449     # Flavor: booldata
7450     # No user value, uncomment the following line to provide one.
7451     # user_value 0 0
7452     # The inferred value should not be edited directly.
7453     inferred_value 1 <cyg/libc/string/string.h>
7454     # value_source inferred
7455     # Default value: 0 0
7456
7457     # The following properties are affected by this value
7458     # package CYGPKG_LIBC_STRING
7459     #     Requires:  CYGBLD_ISO_STRTOK_R_HEADER ==  "<cyg/libc/string/string.h>" 
7460 };
7461
7462 # Number of implementations of locale-specific string  functions
7463 # This covers locale-dependent string functions such as strcoll()
7464 # and strxfrm().
7465 #
7466 cdl_interface CYGINT_ISO_STRING_LOCALE_FUNCS {
7467     # Implemented by CYGPKG_LIBC_STRING, active, enabled
7468     # This value cannot be modified here.
7469     # Flavor: booldata
7470     # Current value: 1 1
7471     # Requires:  1 >= CYGINT_ISO_STRING_LOCALE_FUNCS 
7472     #     CYGINT_ISO_STRING_LOCALE_FUNCS == 1
7473     #   --> 1
7474
7475     # The following properties are affected by this value
7476     # interface CYGINT_ISO_STRING_LOCALE_FUNCS
7477     #     Requires:  1 >= CYGINT_ISO_STRING_LOCALE_FUNCS 
7478 };
7479
7480 # Locale-specific string functions' implementation  header
7481 # This covers locale-dependent string functions such as strcoll()
7482 # and strxfrm().
7483 #
7484 cdl_option CYGBLD_ISO_STRING_LOCALE_FUNCS_HEADER {
7485     # Flavor: booldata
7486     # No user value, uncomment the following line to provide one.
7487     # user_value 0 0
7488     # The inferred value should not be edited directly.
7489     inferred_value 1 <cyg/libc/string/string.h>
7490     # value_source inferred
7491     # Default value: 0 0
7492
7493     # The following properties are affected by this value
7494     # package CYGPKG_LIBC_STRING
7495     #     Requires:  CYGBLD_ISO_STRING_LOCALE_FUNCS_HEADER ==  "<cyg/libc/string/string.h>" 
7496 };
7497
7498 # Number of implementations of BSD string functions
7499 #
7500 cdl_interface CYGINT_ISO_STRING_BSD_FUNCS {
7501     # Implemented by CYGFUN_LIBC_STRING_BSD_FUNCS, active, disabled
7502     # This value cannot be modified here.
7503     # Flavor: booldata
7504     # Current value: 0 0
7505     # Requires:  1 >= CYGINT_ISO_STRING_BSD_FUNCS 
7506     #     CYGINT_ISO_STRING_BSD_FUNCS == 0
7507     #   --> 1
7508
7509     # The following properties are affected by this value
7510     # interface CYGINT_ISO_STRING_BSD_FUNCS
7511     #     Requires:  1 >= CYGINT_ISO_STRING_BSD_FUNCS 
7512 };
7513
7514 # BSD string functions' implementation header
7515 #
7516 cdl_option CYGBLD_ISO_STRING_BSD_FUNCS_HEADER {
7517     # Flavor: booldata
7518     # No user value, uncomment the following line to provide one.
7519     # user_value 0 0
7520     # The inferred value should not be edited directly.
7521     inferred_value 1 <cyg/libc/string/bsdstring.h>
7522     # value_source inferred
7523     # Default value: 0 0
7524
7525     # The following properties are affected by this value
7526     # option CYGFUN_LIBC_STRING_BSD_FUNCS
7527     #     Requires:  CYGBLD_ISO_STRING_BSD_FUNCS_HEADER ==  "<cyg/libc/string/bsdstring.h>" 
7528 };
7529
7530 # Number of implementations of other mem*() functions
7531 #
7532 cdl_interface CYGINT_ISO_STRING_MEMFUNCS {
7533     # Implemented by CYGPKG_LIBC_STRING, active, enabled
7534     # This value cannot be modified here.
7535     # Flavor: booldata
7536     # Current value: 1 1
7537     # Requires:  1 >= CYGINT_ISO_STRING_MEMFUNCS 
7538     #     CYGINT_ISO_STRING_MEMFUNCS == 1
7539     #   --> 1
7540
7541     # The following properties are affected by this value
7542     # interface CYGINT_ISO_STRING_MEMFUNCS
7543     #     Requires:  1 >= CYGINT_ISO_STRING_MEMFUNCS 
7544     # component CYGBLD_BUILD_REDBOOT
7545     #     Requires: CYGINT_ISO_STRING_MEMFUNCS
7546     # component CYGPKG_IO_ETH_DRIVERS_STAND_ALONE
7547     #     Requires: CYGINT_ISO_STRING_MEMFUNCS
7548 };
7549
7550 # Other mem*() functions' implementation header
7551 #
7552 cdl_option CYGBLD_ISO_STRING_MEMFUNCS_HEADER {
7553     # Flavor: booldata
7554     # No user value, uncomment the following line to provide one.
7555     # user_value 0 0
7556     # The inferred value should not be edited directly.
7557     inferred_value 1 <cyg/libc/string/string.h>
7558     # value_source inferred
7559     # Default value: 0 0
7560
7561     # The following properties are affected by this value
7562     # package CYGPKG_LIBC_STRING
7563     #     Requires:  CYGBLD_ISO_STRING_MEMFUNCS_HEADER ==  "<cyg/libc/string/string.h>" 
7564 };
7565
7566 # Number of implementations of other ISO C str*()  functions
7567 # This covers the other str*() functions defined by ISO C.
7568 #
7569 cdl_interface CYGINT_ISO_STRING_STRFUNCS {
7570     # Implemented by CYGPKG_LIBC_STRING, active, enabled
7571     # This value cannot be modified here.
7572     # Flavor: booldata
7573     # Current value: 1 1
7574     # Requires:  1 >= CYGINT_ISO_STRING_STRFUNCS 
7575     #     CYGINT_ISO_STRING_STRFUNCS == 1
7576     #   --> 1
7577
7578     # The following properties are affected by this value
7579     # interface CYGINT_ISO_STRING_STRFUNCS
7580     #     Requires:  1 >= CYGINT_ISO_STRING_STRFUNCS 
7581     # option CYGFUN_INFRA_DUMMY_STRLEN
7582     #     Requires: !CYGINT_ISO_STRING_STRFUNCS
7583     # option CYGFUN_INFRA_DUMMY_STRLEN
7584     #     DefaultValue:  CYGINT_ISO_STRING_STRFUNCS == 0 
7585     # component CYGBLD_BUILD_REDBOOT
7586     #     Requires: CYGINT_ISO_STRING_STRFUNCS
7587     # component CYGPKG_IO_ETH_DRIVERS_NET
7588     #     Requires: CYGINT_ISO_STRING_STRFUNCS
7589     # option CYGFUN_COMPRESS_ZLIB_GZIO
7590     #     Requires: CYGINT_ISO_STRING_STRFUNCS
7591     # package CYGPKG_IO_FLASH
7592     #     Requires: CYGINT_ISO_STRING_STRFUNCS
7593     # package CYGPKG_LIBC_STDLIB
7594     #     Requires: CYGINT_ISO_STRING_STRFUNCS
7595 };
7596
7597 # Other ISO C str*() functions' implementation  header
7598 # This covers the other str*() functions defined by ISO C.
7599 #
7600 cdl_option CYGBLD_ISO_STRING_STRFUNCS_HEADER {
7601     # Flavor: booldata
7602     # No user value, uncomment the following line to provide one.
7603     # user_value 0 0
7604     # The inferred value should not be edited directly.
7605     inferred_value 1 <cyg/libc/string/string.h>
7606     # value_source inferred
7607     # Default value: 0 0
7608
7609     # The following properties are affected by this value
7610     # package CYGPKG_LIBC_STRING
7611     #     Requires:  CYGBLD_ISO_STRING_STRFUNCS_HEADER ==  "<cyg/libc/string/string.h>" 
7612 };
7613
7614 # <
7615 # Clock and time functionality
7616 #
7617 cdl_component CYGPKG_ISO_TIME {
7618     # There is no associated value.
7619 };
7620
7621 # >
7622 # time_t implementation header
7623 #
7624 cdl_option CYGBLD_ISO_TIME_T_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 # clock_t implementation header
7633 #
7634 cdl_option CYGBLD_ISO_CLOCK_T_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 # struct timeval implementation header
7643 #
7644 cdl_option CYGBLD_ISO_STRUCTTIMEVAL_HEADER {
7645     # Flavor: booldata
7646     # No user value, uncomment the following line to provide one.
7647     # user_value 0 0
7648     # value_source default
7649     # Default value: 0 0
7650 };
7651
7652 # fnmatch implementation header
7653 #
7654 cdl_option CYGBLD_ISO_FNMATCH_HEADER {
7655     # Flavor: booldata
7656     # No user value, uncomment the following line to provide one.
7657     # user_value 0 0
7658     # value_source default
7659     # Default value: 0 0
7660 };
7661
7662 # Number of implementations of POSIX timer types
7663 #
7664 cdl_interface CYGINT_ISO_POSIX_TIMER_TYPES {
7665     # No options implement this inferface
7666     # This value cannot be modified here.
7667     # Flavor: booldata
7668     # Current value: 0 0
7669     # Requires:  1 >= CYGINT_ISO_POSIX_TIMER_TYPES 
7670     #     CYGINT_ISO_POSIX_TIMER_TYPES == 0
7671     #   --> 1
7672
7673     # The following properties are affected by this value
7674     # interface CYGINT_ISO_POSIX_TIMER_TYPES
7675     #     Requires:  1 >= CYGINT_ISO_POSIX_TIMER_TYPES 
7676 };
7677
7678 # POSIX timer types implementation header
7679 #
7680 cdl_option CYGBLD_ISO_POSIX_TIMER_TYPES_HEADER {
7681     # Flavor: booldata
7682     # No user value, uncomment the following line to provide one.
7683     # user_value 0 0
7684     # value_source default
7685     # Default value: 0 0
7686 };
7687
7688 # Number of implementations of POSIX clock types
7689 #
7690 cdl_interface CYGINT_ISO_POSIX_CLOCK_TYPES {
7691     # No options implement this inferface
7692     # This value cannot be modified here.
7693     # Flavor: booldata
7694     # Current value: 0 0
7695     # Requires:  1 >= CYGINT_ISO_POSIX_CLOCK_TYPES 
7696     #     CYGINT_ISO_POSIX_CLOCK_TYPES == 0
7697     #   --> 1
7698
7699     # The following properties are affected by this value
7700     # interface CYGINT_ISO_POSIX_CLOCK_TYPES
7701     #     Requires:  1 >= CYGINT_ISO_POSIX_CLOCK_TYPES 
7702 };
7703
7704 # POSIX clock types implementation header
7705 #
7706 cdl_option CYGBLD_ISO_POSIX_CLOCK_TYPES_HEADER {
7707     # Flavor: booldata
7708     # No user value, uncomment the following line to provide one.
7709     # user_value 0 0
7710     # value_source default
7711     # Default value: 0 0
7712 };
7713
7714 # Number of implementations of ISO C types
7715 #
7716 cdl_interface CYGINT_ISO_C_TIME_TYPES {
7717     # No options implement this inferface
7718     # This value cannot be modified here.
7719     # Flavor: booldata
7720     # Current value: 0 0
7721     # Requires:  1 >= CYGINT_ISO_C_TIME_TYPES 
7722     #     CYGINT_ISO_C_TIME_TYPES == 0
7723     #   --> 1
7724
7725     # The following properties are affected by this value
7726     # interface CYGINT_ISO_C_TIME_TYPES
7727     #     Requires:  1 >= CYGINT_ISO_C_TIME_TYPES 
7728 };
7729
7730 # ISO C time types implementation header
7731 #
7732 cdl_option CYGBLD_ISO_C_TIME_TYPES_HEADER {
7733     # Flavor: booldata
7734     # No user value, uncomment the following line to provide one.
7735     # user_value 0 0
7736     # value_source default
7737     # Default value: 0 0
7738 };
7739
7740 # Number of implementations of POSIX timers
7741 #
7742 cdl_interface CYGINT_ISO_POSIX_TIMERS {
7743     # No options implement this inferface
7744     # This value cannot be modified here.
7745     # Flavor: booldata
7746     # Current value: 0 0
7747     # Requires:  1 >= CYGINT_ISO_POSIX_TIMERS 
7748     #     CYGINT_ISO_POSIX_TIMERS == 0
7749     #   --> 1
7750
7751     # The following properties are affected by this value
7752     # interface CYGINT_ISO_POSIX_TIMERS
7753     #     Requires:  1 >= CYGINT_ISO_POSIX_TIMERS 
7754 };
7755
7756 # POSIX timer implementation header
7757 #
7758 cdl_option CYGBLD_ISO_POSIX_TIMERS_HEADER {
7759     # Flavor: booldata
7760     # No user value, uncomment the following line to provide one.
7761     # user_value 0 0
7762     # value_source default
7763     # Default value: 0 0
7764 };
7765
7766 # Number of implementations of POSIX clocks
7767 #
7768 cdl_interface CYGINT_ISO_POSIX_CLOCKS {
7769     # No options implement this inferface
7770     # This value cannot be modified here.
7771     # Flavor: booldata
7772     # Current value: 0 0
7773     # Requires:  1 >= CYGINT_ISO_POSIX_CLOCKS 
7774     #     CYGINT_ISO_POSIX_CLOCKS == 0
7775     #   --> 1
7776
7777     # The following properties are affected by this value
7778     # interface CYGINT_ISO_POSIX_CLOCKS
7779     #     Requires:  1 >= CYGINT_ISO_POSIX_CLOCKS 
7780 };
7781
7782 # POSIX clocks implementation header
7783 #
7784 cdl_option CYGBLD_ISO_POSIX_CLOCKS_HEADER {
7785     # Flavor: booldata
7786     # No user value, uncomment the following line to provide one.
7787     # user_value 0 0
7788     # value_source default
7789     # Default value: 0 0
7790 };
7791
7792 # Number of implementations of ISO C clock functions
7793 #
7794 cdl_interface CYGINT_ISO_C_CLOCK_FUNCS {
7795     # No options implement this inferface
7796     # This value cannot be modified here.
7797     # Flavor: booldata
7798     # Current value: 0 0
7799     # Requires:  1 >= CYGINT_ISO_C_CLOCK_FUNCS 
7800     #     CYGINT_ISO_C_CLOCK_FUNCS == 0
7801     #   --> 1
7802
7803     # The following properties are affected by this value
7804     # interface CYGINT_ISO_C_CLOCK_FUNCS
7805     #     Requires:  1 >= CYGINT_ISO_C_CLOCK_FUNCS 
7806 };
7807
7808 # ISO C clock functions' implementation header
7809 #
7810 cdl_option CYGBLD_ISO_C_CLOCK_FUNCS_HEADER {
7811     # Flavor: booldata
7812     # No user value, uncomment the following line to provide one.
7813     # user_value 0 0
7814     # value_source default
7815     # Default value: 0 0
7816 };
7817
7818 # Number of implementations of tzset() function
7819 #
7820 cdl_interface CYGINT_ISO_TZSET {
7821     # No options implement this inferface
7822     # This value cannot be modified here.
7823     # Flavor: booldata
7824     # Current value: 0 0
7825     # Requires:  1 >= CYGINT_ISO_TZSET 
7826     #     CYGINT_ISO_TZSET == 0
7827     #   --> 1
7828
7829     # The following properties are affected by this value
7830     # interface CYGINT_ISO_TZSET
7831     #     Requires:  1 >= CYGINT_ISO_TZSET 
7832 };
7833
7834 # tzset() implementation header
7835 #
7836 cdl_option CYGBLD_ISO_TZSET_HEADER {
7837     # Flavor: booldata
7838     # No user value, uncomment the following line to provide one.
7839     # user_value 0 0
7840     # value_source default
7841     # Default value: 0 0
7842 };
7843
7844 # <
7845 # Signal functionality
7846 #
7847 cdl_component CYGPKG_ISO_SIGNAL {
7848     # There is no associated value.
7849 };
7850
7851 # >
7852 # Number of implementations of signal numbers
7853 #
7854 cdl_interface CYGINT_ISO_SIGNAL_NUMBERS {
7855     # No options implement this inferface
7856     # This value cannot be modified here.
7857     # Flavor: data
7858     # Current_value: 0
7859     # Requires:  1 >= CYGINT_ISO_SIGNAL_NUMBERS 
7860     #     CYGINT_ISO_SIGNAL_NUMBERS == 0
7861     #   --> 1
7862
7863     # The following properties are affected by this value
7864     # interface CYGINT_ISO_SIGNAL_NUMBERS
7865     #     Requires:  1 >= CYGINT_ISO_SIGNAL_NUMBERS 
7866 };
7867
7868 # Signal numbering implementation header
7869 # This header provides the mapping of signal
7870 # names (e.g. SIGBUS) to numbers.
7871 #
7872 cdl_option CYGBLD_ISO_SIGNAL_NUMBERS_HEADER {
7873     # Flavor: booldata
7874     # No user value, uncomment the following line to provide one.
7875     # user_value 0 0
7876     # value_source default
7877     # Default value: 0 0
7878 };
7879
7880 # Number of signal implementations
7881 #
7882 cdl_interface CYGINT_ISO_SIGNAL_IMPL {
7883     # No options implement this inferface
7884     # This value cannot be modified here.
7885     # Flavor: data
7886     # Current_value: 0
7887     # Requires:  1 >= CYGINT_ISO_SIGNAL_IMPL 
7888     #     CYGINT_ISO_SIGNAL_IMPL == 0
7889     #   --> 1
7890
7891     # The following properties are affected by this value
7892     # interface CYGINT_ISO_SIGNAL_IMPL
7893     #     Requires:  1 >= CYGINT_ISO_SIGNAL_IMPL 
7894 };
7895
7896 # Signals implementation header
7897 #
7898 cdl_option CYGBLD_ISO_SIGNAL_IMPL_HEADER {
7899     # Flavor: booldata
7900     # No user value, uncomment the following line to provide one.
7901     # user_value 0 0
7902     # value_source default
7903     # Default value: 0 0
7904 };
7905
7906 # POSIX real time signals feature test macro
7907 # This defines the POSIX feature test macro
7908 # that indicates that the POSIX real time signals
7909 # are present.
7910 #
7911 cdl_interface CYGINT_POSIX_REALTIME_SIGNALS {
7912     # No options implement this inferface
7913     # This value cannot be modified here.
7914     # Flavor: data
7915     # Current_value: 0
7916     # Requires:  1 >= CYGINT_POSIX_REALTIME_SIGNALS 
7917     #     CYGINT_POSIX_REALTIME_SIGNALS == 0
7918     #   --> 1
7919
7920     # The following properties are affected by this value
7921     # interface CYGINT_POSIX_REALTIME_SIGNALS
7922     #     Requires:  1 >= CYGINT_POSIX_REALTIME_SIGNALS 
7923 };
7924
7925 # <
7926 # Non-local jumps functionality
7927 #
7928 cdl_component CYGPKG_ISO_SETJMP {
7929     # There is no associated value.
7930 };
7931
7932 # >
7933 # setjmp() / longjmp() implementations
7934 #
7935 cdl_interface CYGINT_ISO_SETJMP {
7936     # No options implement this inferface
7937     # This value cannot be modified here.
7938     # Flavor: data
7939     # Current_value: 0
7940     # Requires:  1 >= CYGINT_ISO_SETJMP 
7941     #     CYGINT_ISO_SETJMP == 0
7942     #   --> 1
7943
7944     # The following properties are affected by this value
7945     # interface CYGINT_ISO_SETJMP
7946     #     Requires:  1 >= CYGINT_ISO_SETJMP 
7947 };
7948
7949 # setjmp() / longjmp() implementation header
7950 #
7951 cdl_option CYGBLD_ISO_SETJMP_HEADER {
7952     # Flavor: booldata
7953     # No user value, uncomment the following line to provide one.
7954     # user_value 0 0
7955     # value_source default
7956     # Default value: 0 0
7957 };
7958
7959 # sigsetjmp() / siglongjmp() implementations
7960 #
7961 cdl_interface CYGINT_ISO_SIGSETJMP {
7962     # No options implement this inferface
7963     # This value cannot be modified here.
7964     # Flavor: data
7965     # Current_value: 0
7966     # Requires:  1 >= CYGINT_ISO_SIGSETJMP 
7967     #     CYGINT_ISO_SIGSETJMP == 0
7968     #   --> 1
7969
7970     # The following properties are affected by this value
7971     # interface CYGINT_ISO_SIGSETJMP
7972     #     Requires:  1 >= CYGINT_ISO_SIGSETJMP 
7973 };
7974
7975 # sigsetjmp() / siglongjmp() implementation header
7976 #
7977 cdl_option CYGBLD_ISO_SIGSETJMP_HEADER {
7978     # Flavor: booldata
7979     # No user value, uncomment the following line to provide one.
7980     # user_value 0 0
7981     # value_source default
7982     # Default value: 0 0
7983 };
7984
7985 # <
7986 # Assertions implementation header
7987 #
7988 cdl_option CYGBLD_ISO_ASSERT_HEADER {
7989     # Flavor: booldata
7990     # No user value, uncomment the following line to provide one.
7991     # user_value 0 0
7992     # value_source default
7993     # Default value: 0 0
7994 };
7995
7996 # POSIX file control
7997 # This covers the POSIX file control definitions,
7998 # normally found in <fcntl.h>
7999 #
8000 cdl_component CYGPKG_ISO_POSIX_FCNTL {
8001     # There is no associated value.
8002 };
8003
8004 # >
8005 # POSIX open flags implementation header
8006 #
8007 cdl_option CYGBLD_ISO_OFLAG_HEADER {
8008     # Flavor: booldata
8009     # No user value, uncomment the following line to provide one.
8010     # user_value 0 0
8011     # value_source default
8012     # Default value: 0 0
8013 };
8014
8015 # POSIX fcntl() implementations
8016 #
8017 cdl_interface CYGINT_ISO_FCNTL {
8018     # No options implement this inferface
8019     # This value cannot be modified here.
8020     # Flavor: data
8021     # Current_value: 0
8022     # Requires:  1 >= CYGINT_ISO_FCNTL 
8023     #     CYGINT_ISO_FCNTL == 0
8024     #   --> 1
8025
8026     # The following properties are affected by this value
8027     # interface CYGINT_ISO_FCNTL
8028     #     Requires:  1 >= CYGINT_ISO_FCNTL 
8029 };
8030
8031 # POSIX fcntl() implementation header
8032 #
8033 cdl_option CYGBLD_ISO_FCNTL_HEADER {
8034     # Flavor: booldata
8035     # No user value, uncomment the following line to provide one.
8036     # user_value 0 0
8037     # value_source default
8038     # Default value: 0 0
8039 };
8040
8041 # POSIX file open implementations
8042 #
8043 cdl_interface CYGINT_ISO_OPEN {
8044     # No options implement this inferface
8045     # This value cannot be modified here.
8046     # Flavor: data
8047     # Current_value: 0
8048     # Requires:  1 >= CYGINT_ISO_OPEN 
8049     #     CYGINT_ISO_OPEN == 0
8050     #   --> 1
8051
8052     # The following properties are affected by this value
8053     # interface CYGINT_ISO_OPEN
8054     #     Requires:  1 >= CYGINT_ISO_OPEN 
8055 };
8056
8057 # POSIX file open implementation header
8058 #
8059 cdl_option CYGBLD_ISO_OPEN_HEADER {
8060     # Flavor: booldata
8061     # No user value, uncomment the following line to provide one.
8062     # user_value 0 0
8063     # value_source default
8064     # Default value: 0 0
8065 };
8066
8067 # <
8068 # <sys/stat.h> definitions implementation header
8069 #
8070 cdl_option CYGBLD_ISO_STAT_DEFS_HEADER {
8071     # Flavor: booldata
8072     # No user value, uncomment the following line to provide one.
8073     # user_value 0 0
8074     # value_source default
8075     # Default value: 0 0
8076 };
8077
8078 # POSIX directory reading implementation
8079 #
8080 cdl_interface CYGINT_ISO_DIRENT {
8081     # No options implement this inferface
8082     # This value cannot be modified here.
8083     # Flavor: data
8084     # Current_value: 0
8085     # Requires:  1 >= CYGINT_ISO_DIRENT 
8086     #     CYGINT_ISO_DIRENT == 0
8087     #   --> 1
8088
8089     # The following properties are affected by this value
8090     # interface CYGINT_ISO_DIRENT
8091     #     Requires:  1 >= CYGINT_ISO_DIRENT 
8092 };
8093
8094 # <dirent.h> definitions implementation header
8095 #
8096 cdl_option CYGBLD_ISO_DIRENT_HEADER {
8097     # Flavor: booldata
8098     # No user value, uncomment the following line to provide one.
8099     # user_value 0 0
8100     # value_source default
8101     # Default value: 0 0
8102 };
8103
8104 # POSIX <sys/types.h> contents
8105 # This covers the types required by POSIX to be in
8106 # <sys/types.h>
8107 #
8108 cdl_component CYGPKG_ISO_POSIX_TYPES {
8109     # There is no associated value.
8110 };
8111
8112 # >
8113 # POSIX thread types implementations
8114 #
8115 cdl_interface CYGINT_ISO_PTHREADTYPES {
8116     # No options implement this inferface
8117     # This value cannot be modified here.
8118     # Flavor: data
8119     # Current_value: 0
8120     # Requires:  1 >= CYGINT_ISO_PTHREADTYPES 
8121     #     CYGINT_ISO_PTHREADTYPES == 0
8122     #   --> 1
8123
8124     # The following properties are affected by this value
8125     # interface CYGINT_ISO_PTHREADTYPES
8126     #     Requires:  1 >= CYGINT_ISO_PTHREADTYPES 
8127     # interface CYGINT_ISO_PMUTEXTYPES
8128     #     Requires:  1 >= CYGINT_ISO_PTHREADTYPES 
8129 };
8130
8131 # POSIX thread types implementation header
8132 #
8133 cdl_option CYGBLD_ISO_PTHREADTYPES_HEADER {
8134     # Flavor: booldata
8135     # No user value, uncomment the following line to provide one.
8136     # user_value 0 0
8137     # value_source default
8138     # Default value: 0 0
8139 };
8140
8141 # POSIX mutex types implementations
8142 #
8143 cdl_interface CYGINT_ISO_PMUTEXTYPES {
8144     # No options implement this inferface
8145     # This value cannot be modified here.
8146     # Flavor: data
8147     # Current_value: 0
8148     # Requires:  1 >= CYGINT_ISO_PTHREADTYPES 
8149     #     CYGINT_ISO_PTHREADTYPES == 0
8150     #   --> 1
8151 };
8152
8153 # POSIX mutex types implementation header
8154 #
8155 cdl_option CYGBLD_ISO_PMUTEXTYPES_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 # ssize_t implementation header
8164 #
8165 cdl_option CYGBLD_ISO_SSIZE_T_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 # Filesystem types implementation header
8174 #
8175 cdl_option CYGBLD_ISO_FSTYPES_HEADER {
8176     # Flavor: booldata
8177     # No user value, uncomment the following line to provide one.
8178     # user_value 0 0
8179     # value_source default
8180     # Default value: 0 0
8181 };
8182
8183 # gid_t, pid_t, uid_t implementation header
8184 #
8185 cdl_option CYGBLD_ISO_SCHEDTYPES_HEADER {
8186     # Flavor: booldata
8187     # No user value, uncomment the following line to provide one.
8188     # user_value 0 0
8189     # value_source default
8190     # Default value: 0 0
8191 };
8192
8193 # <
8194 # Non-POSIX <sys/types.h> contents
8195 # This covers the extra types required by non-POSIX
8196 # packages to be in <sys/types.h>. These would normally
8197 # only be visible if _POSIX_SOURCE is not defined.
8198 #
8199 cdl_component CYGPKG_ISO_EXTRA_TYPES {
8200     # There is no associated value.
8201 };
8202
8203 # >
8204 # BSD compatible types
8205 #
8206 cdl_interface CYGINT_ISO_BSDTYPES {
8207     # No options implement this inferface
8208     # This value cannot be modified here.
8209     # Flavor: data
8210     # Current_value: 0
8211     # Requires:  1 >= CYGINT_ISO_BSDTYPES 
8212     #     CYGINT_ISO_BSDTYPES == 0
8213     #   --> 1
8214
8215     # The following properties are affected by this value
8216     # interface CYGINT_ISO_BSDTYPES
8217     #     Requires:  1 >= CYGINT_ISO_BSDTYPES 
8218 };
8219
8220 # BSD types header
8221 #
8222 cdl_option CYGBLD_ISO_BSDTYPES_HEADER {
8223     # Flavor: booldata
8224     # No user value, uncomment the following line to provide one.
8225     # user_value 0 0
8226     # value_source default
8227     # Default value: 0 0
8228 };
8229
8230 # <
8231 # Utsname structure
8232 #
8233 cdl_component CYGPKG_ISO_UTSNAME {
8234     # There is no associated value.
8235 };
8236
8237 # >
8238 # Utsname header
8239 #
8240 cdl_option CYGBLD_ISO_UTSNAME_HEADER {
8241     # Flavor: booldata
8242     # No user value, uncomment the following line to provide one.
8243     # user_value 0 0
8244     # value_source default
8245     # Default value: 0 0
8246 };
8247
8248 # <
8249 # POSIX scheduler
8250 #
8251 cdl_component CYGPKG_ISO_SCHED {
8252     # There is no associated value.
8253 };
8254
8255 # >
8256 # POSIX scheduler implementations
8257 #
8258 cdl_interface CYGINT_ISO_SCHED_IMPL {
8259     # No options implement this inferface
8260     # This value cannot be modified here.
8261     # Flavor: data
8262     # Current_value: 0
8263     # Requires:  1 >= CYGINT_ISO_SCHED_IMPL 
8264     #     CYGINT_ISO_SCHED_IMPL == 0
8265     #   --> 1
8266
8267     # The following properties are affected by this value
8268     # interface CYGINT_ISO_SCHED_IMPL
8269     #     Requires:  1 >= CYGINT_ISO_SCHED_IMPL 
8270 };
8271
8272 # POSIX scheduler implementation header
8273 #
8274 cdl_option CYGBLD_ISO_SCHED_IMPL_HEADER {
8275     # Flavor: booldata
8276     # No user value, uncomment the following line to provide one.
8277     # user_value 0 0
8278     # value_source default
8279     # Default value: 0 0
8280 };
8281
8282 # <
8283 # POSIX semaphores
8284 #
8285 cdl_component CYGPKG_ISO_SEMAPHORES {
8286     # There is no associated value.
8287 };
8288
8289 # >
8290 # POSIX semaphore implementations
8291 #
8292 cdl_interface CYGINT_ISO_SEMAPHORES {
8293     # No options implement this inferface
8294     # This value cannot be modified here.
8295     # Flavor: data
8296     # Current_value: 0
8297     # Requires:  1 >= CYGINT_ISO_SEMAPHORES 
8298     #     CYGINT_ISO_SEMAPHORES == 0
8299     #   --> 1
8300
8301     # The following properties are affected by this value
8302     # interface CYGINT_ISO_SEMAPHORES
8303     #     Requires:  1 >= CYGINT_ISO_SEMAPHORES 
8304 };
8305
8306 # POSIX semaphore implementation header
8307 #
8308 cdl_option CYGBLD_ISO_SEMAPHORES_HEADER {
8309     # Flavor: booldata
8310     # No user value, uncomment the following line to provide one.
8311     # user_value 0 0
8312     # value_source default
8313     # Default value: 0 0
8314 };
8315
8316 # <
8317 # POSIX message queues
8318 #
8319 cdl_component CYGPKG_ISO_MQUEUE {
8320     # There is no associated value.
8321 };
8322
8323 # >
8324 # Implementations
8325 #
8326 cdl_interface CYGINT_ISO_MQUEUE {
8327     # No options implement this inferface
8328     # This value cannot be modified here.
8329     # Flavor: data
8330     # Current_value: 0
8331     # Requires:  1 >= CYGINT_ISO_MQUEUE 
8332     #     CYGINT_ISO_MQUEUE == 0
8333     #   --> 1
8334
8335     # The following properties are affected by this value
8336     # interface CYGINT_ISO_MQUEUE
8337     #     Requires:  1 >= CYGINT_ISO_MQUEUE 
8338     # option CYGNUM_ISO_MQUEUE_OPEN_MAX
8339     #     ActiveIf: CYGINT_ISO_MQUEUE
8340     # option CYGNUM_ISO_MQUEUE_PRIO_MAX
8341     #     ActiveIf: CYGINT_ISO_MQUEUE
8342 };
8343
8344 # Implementation header
8345 #
8346 cdl_option CYGBLD_ISO_MQUEUE_HEADER {
8347     # Flavor: booldata
8348     # No user value, uncomment the following line to provide one.
8349     # user_value 0 0
8350     # value_source default
8351     # Default value: 0 0
8352 };
8353
8354 # Maximum number of open message queues
8355 #
8356 cdl_option CYGNUM_ISO_MQUEUE_OPEN_MAX {
8357     # This option is not active
8358     # ActiveIf constraint: CYGINT_ISO_MQUEUE
8359     #     CYGINT_ISO_MQUEUE == 0
8360     #   --> 0
8361
8362     # Flavor: booldata
8363     # No user value, uncomment the following line to provide one.
8364     # user_value 0 0
8365     # value_source default
8366     # Default value:  CYGNUM_POSIX_MQUEUE_OPEN_MAX > 0 ? CYGNUM_POSIX_MQUEUE_OPEN_MAX : 0 
8367     #     CYGNUM_POSIX_MQUEUE_OPEN_MAX (unknown) == 0
8368     #     CYGNUM_POSIX_MQUEUE_OPEN_MAX (unknown) == 0
8369     #   --> 0 0
8370 };
8371
8372 # Maximum number of message priorities
8373 #
8374 cdl_option CYGNUM_ISO_MQUEUE_PRIO_MAX {
8375     # This option is not active
8376     # ActiveIf constraint: CYGINT_ISO_MQUEUE
8377     #     CYGINT_ISO_MQUEUE == 0
8378     #   --> 0
8379
8380     # Flavor: booldata
8381     # No user value, uncomment the following line to provide one.
8382     # user_value 1 65535
8383     # value_source default
8384     # Default value: 1 65535
8385 };
8386
8387 # <
8388 # POSIX threads
8389 #
8390 cdl_component CYGPKG_ISO_PTHREAD {
8391     # There is no associated value.
8392 };
8393
8394 # >
8395 # POSIX pthread implementations
8396 #
8397 cdl_interface CYGINT_ISO_PTHREAD_IMPL {
8398     # No options implement this inferface
8399     # This value cannot be modified here.
8400     # Flavor: booldata
8401     # Current value: 0 0
8402     # Requires:  1 >= CYGINT_ISO_PTHREAD_IMPL 
8403     #     CYGINT_ISO_PTHREAD_IMPL == 0
8404     #   --> 1
8405
8406     # The following properties are affected by this value
8407     # interface CYGINT_ISO_PTHREAD_IMPL
8408     #     Requires:  1 >= CYGINT_ISO_PTHREAD_IMPL 
8409 };
8410
8411 # POSIX pthread implementation header
8412 #
8413 cdl_option CYGBLD_ISO_PTHREAD_IMPL_HEADER {
8414     # Flavor: booldata
8415     # No user value, uncomment the following line to provide one.
8416     # user_value 0 0
8417     # value_source default
8418     # Default value: 0 0
8419 };
8420
8421 # POSIX mutex/cond var implementations
8422 #
8423 cdl_interface CYGINT_ISO_PTHREAD_MUTEX {
8424     # No options implement this inferface
8425     # This value cannot be modified here.
8426     # Flavor: booldata
8427     # Current value: 0 0
8428     # Requires:  1 >= CYGINT_ISO_PTHREAD_MUTEX 
8429     #     CYGINT_ISO_PTHREAD_MUTEX == 0
8430     #   --> 1
8431
8432     # The following properties are affected by this value
8433     # interface CYGINT_ISO_PTHREAD_MUTEX
8434     #     Requires:  1 >= CYGINT_ISO_PTHREAD_MUTEX 
8435 };
8436
8437 # POSIX mutex/cond var implementation header
8438 #
8439 cdl_option CYGBLD_ISO_PTHREAD_MUTEX_HEADER {
8440     # Flavor: booldata
8441     # No user value, uncomment the following line to provide one.
8442     # user_value 0 0
8443     # value_source default
8444     # Default value: 0 0
8445 };
8446
8447 # <
8448 # Limits
8449 #
8450 cdl_component CYGPKG_ISO_LIMITS {
8451     # There is no associated value.
8452 };
8453
8454 # >
8455 # POSIX pthread limits implementations
8456 #
8457 cdl_interface CYGINT_ISO_POSIX_LIMITS {
8458     # No options implement this inferface
8459     # This value cannot be modified here.
8460     # Flavor: data
8461     # Current_value: 0
8462     # Requires:  1 >= CYGINT_ISO_POSIX_LIMITS 
8463     #     CYGINT_ISO_POSIX_LIMITS == 0
8464     #   --> 1
8465
8466     # The following properties are affected by this value
8467     # interface CYGINT_ISO_POSIX_LIMITS
8468     #     Requires:  1 >= CYGINT_ISO_POSIX_LIMITS 
8469 };
8470
8471 # POSIX pthread limits implementation header
8472 #
8473 cdl_option CYGBLD_ISO_POSIX_LIMITS_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 # OPEN_MAX implementation header
8482 #
8483 cdl_option CYGBLD_ISO_OPEN_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 # LINK_MAX implementation header
8492 #
8493 cdl_option CYGBLD_ISO_LINK_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 # NAME_MAX implementation header
8502 #
8503 cdl_option CYGBLD_ISO_NAME_MAX_HEADER {
8504     # Flavor: booldata
8505     # No user value, uncomment the following line to provide one.
8506     # user_value 0 0
8507     # value_source default
8508     # Default value: 0 0
8509 };
8510
8511 # PATH_MAX implementation header
8512 #
8513 cdl_option CYGBLD_ISO_PATH_MAX_HEADER {
8514     # Flavor: booldata
8515     # No user value, uncomment the following line to provide one.
8516     # user_value 0 0
8517     # value_source default
8518     # Default value: 0 0
8519 };
8520
8521 # <
8522 # POSIX termios
8523 #
8524 cdl_component CYGPKG_ISO_TERMIOS {
8525     # There is no associated value.
8526 };
8527
8528 # >
8529 # POSIX termios implementations
8530 #
8531 cdl_interface CYGINT_ISO_TERMIOS {
8532     # No options implement this inferface
8533     # This value cannot be modified here.
8534     # Flavor: data
8535     # Current_value: 0
8536     # Requires:  1 >= CYGINT_ISO_TERMIOS 
8537     #     CYGINT_ISO_TERMIOS == 0
8538     #   --> 1
8539
8540     # The following properties are affected by this value
8541     # interface CYGINT_ISO_TERMIOS
8542     #     Requires:  1 >= CYGINT_ISO_TERMIOS 
8543 };
8544
8545 # POSIX termios implementation header
8546 #
8547 cdl_option CYGBLD_ISO_TERMIOS_HEADER {
8548     # Flavor: booldata
8549     # No user value, uncomment the following line to provide one.
8550     # user_value 0 0
8551     # value_source default
8552     # Default value: 0 0
8553 };
8554
8555 # <
8556 # Dynamic load API
8557 #
8558 cdl_component CYGPKG_ISO_DLFCN {
8559     # There is no associated value.
8560 };
8561
8562 # >
8563 # Dynamic load implementations
8564 #
8565 cdl_interface CYGINT_ISO_DLFCN {
8566     # No options implement this inferface
8567     # This value cannot be modified here.
8568     # Flavor: data
8569     # Current_value: 0
8570     # Requires:  1 >= CYGINT_ISO_DLFCN 
8571     #     CYGINT_ISO_DLFCN == 0
8572     #   --> 1
8573
8574     # The following properties are affected by this value
8575     # interface CYGINT_ISO_DLFCN
8576     #     Requires:  1 >= CYGINT_ISO_DLFCN 
8577 };
8578
8579 # Dynamic load implementation header
8580 #
8581 cdl_option CYGBLD_ISO_DLFCN_HEADER {
8582     # Flavor: booldata
8583     # No user value, uncomment the following line to provide one.
8584     # user_value 0 0
8585     # value_source default
8586     # Default value: 0 0
8587 };
8588
8589 # <
8590 # UNIX standard functions
8591 #
8592 cdl_component CYGPKG_ISO_UNISTD {
8593     # There is no associated value.
8594 };
8595
8596 # >
8597 # POSIX timer operations implementations
8598 #
8599 cdl_interface CYGINT_ISO_POSIX_TIMER_OPS {
8600     # No options implement this inferface
8601     # This value cannot be modified here.
8602     # Flavor: booldata
8603     # Current value: 0 0
8604     # Requires:  1 >= CYGINT_ISO_POSIX_TIMER_OPS 
8605     #     CYGINT_ISO_POSIX_TIMER_OPS == 0
8606     #   --> 1
8607
8608     # The following properties are affected by this value
8609     # interface CYGINT_ISO_POSIX_TIMER_OPS
8610     #     Requires:  1 >= CYGINT_ISO_POSIX_TIMER_OPS 
8611 };
8612
8613 # POSIX timer operations implementation header
8614 #
8615 cdl_option CYGBLD_ISO_POSIX_TIMER_OPS_HEADER {
8616     # Flavor: booldata
8617     # No user value, uncomment the following line to provide one.
8618     # user_value 0 0
8619     # value_source default
8620     # Default value: 0 0
8621 };
8622
8623 # POSIX sleep() implementations
8624 #
8625 cdl_interface CYGINT_ISO_POSIX_SLEEP {
8626     # No options implement this inferface
8627     # This value cannot be modified here.
8628     # Flavor: booldata
8629     # Current value: 0 0
8630     # Requires:  1 >= CYGINT_ISO_POSIX_SLEEP 
8631     #     CYGINT_ISO_POSIX_SLEEP == 0
8632     #   --> 1
8633
8634     # The following properties are affected by this value
8635     # interface CYGINT_ISO_POSIX_SLEEP
8636     #     Requires:  1 >= CYGINT_ISO_POSIX_SLEEP 
8637 };
8638
8639 # POSIX sleep() implementation header
8640 #
8641 cdl_option CYGBLD_ISO_POSIX_SLEEP_HEADER {
8642     # Flavor: booldata
8643     # No user value, uncomment the following line to provide one.
8644     # user_value 0 0
8645     # value_source default
8646     # Default value: 0 0
8647 };
8648
8649 # <
8650 # select()/poll() functions
8651 #
8652 cdl_component CYGPKG_ISO_SELECT {
8653     # There is no associated value.
8654 };
8655
8656 # >
8657 # select() implementations
8658 #
8659 cdl_interface CYGINT_ISO_SELECT {
8660     # No options implement this inferface
8661     # This value cannot be modified here.
8662     # Flavor: booldata
8663     # Current value: 0 0
8664     # Requires:  1 >= CYGINT_ISO_SELECT 
8665     #     CYGINT_ISO_SELECT == 0
8666     #   --> 1
8667
8668     # The following properties are affected by this value
8669     # interface CYGINT_ISO_SELECT
8670     #     Requires:  1 >= CYGINT_ISO_SELECT 
8671 };
8672
8673 # select() implementation header
8674 #
8675 cdl_option CYGBLD_ISO_SELECT_HEADER {
8676     # Flavor: booldata
8677     # No user value, uncomment the following line to provide one.
8678     # user_value 0 0
8679     # value_source default
8680     # Default value: 0 0
8681 };
8682
8683 # poll() implementations
8684 #
8685 cdl_interface CYGINT_ISO_POLL {
8686     # No options implement this inferface
8687     # This value cannot be modified here.
8688     # Flavor: booldata
8689     # Current value: 0 0
8690     # Requires:  1 >= CYGINT_ISO_POLL 
8691     #     CYGINT_ISO_POLL == 0
8692     #   --> 1
8693
8694     # The following properties are affected by this value
8695     # interface CYGINT_ISO_POLL
8696     #     Requires:  1 >= CYGINT_ISO_POLL 
8697 };
8698
8699 # poll() implementation header
8700 #
8701 cdl_option CYGBLD_ISO_POLL_HEADER {
8702     # Flavor: booldata
8703     # No user value, uncomment the following line to provide one.
8704     # user_value 0 0
8705     # value_source default
8706     # Default value: 0 0
8707 };
8708
8709 # <
8710 # NetDB utility functions
8711 #
8712 cdl_component CYGPKG_ISO_NETDB {
8713     # There is no associated value.
8714 };
8715
8716 # >
8717 # DNS implementations
8718 #
8719 cdl_interface CYGINT_ISO_DNS {
8720     # No options implement this inferface
8721     # This value cannot be modified here.
8722     # Flavor: bool
8723     # Current value: 0
8724     # Requires:  1 >= CYGINT_ISO_DNS 
8725     #     CYGINT_ISO_DNS == 0
8726     #   --> 1
8727
8728     # The following properties are affected by this value
8729     # interface CYGINT_ISO_DNS
8730     #     Requires:  1 >= CYGINT_ISO_DNS 
8731 };
8732
8733 # DNS implementation header
8734 #
8735 cdl_option CYGBLD_ISO_DNS_HEADER {
8736     # Flavor: booldata
8737     # No user value, uncomment the following line to provide one.
8738     # user_value 0 0
8739     # value_source default
8740     # Default value: 0 0
8741 };
8742
8743 # Protocol network database implementations
8744 #
8745 cdl_interface CYGINT_ISO_NETDB_PROTO {
8746     # No options implement this inferface
8747     # This value cannot be modified here.
8748     # Flavor: bool
8749     # Current value: 0
8750     # Requires:  1 >= CYGINT_ISO_NETDB_PROTO 
8751     #     CYGINT_ISO_NETDB_PROTO == 0
8752     #   --> 1
8753
8754     # The following properties are affected by this value
8755     # interface CYGINT_ISO_NETDB_PROTO
8756     #     Requires:  1 >= CYGINT_ISO_NETDB_PROTO 
8757 };
8758
8759 # Protocol network database implementation header
8760 #
8761 cdl_option CYGBLD_ISO_NETDB_PROTO_HEADER {
8762     # Flavor: booldata
8763     # No user value, uncomment the following line to provide one.
8764     # user_value 0 0
8765     # value_source default
8766     # Default value: 0 0
8767 };
8768
8769 # Services network database implementations
8770 #
8771 cdl_interface CYGINT_ISO_NETDB_SERV {
8772     # No options implement this inferface
8773     # This value cannot be modified here.
8774     # Flavor: bool
8775     # Current value: 0
8776     # Requires:  1 >= CYGINT_ISO_NETDB_SERV 
8777     #     CYGINT_ISO_NETDB_SERV == 0
8778     #   --> 1
8779
8780     # The following properties are affected by this value
8781     # interface CYGINT_ISO_NETDB_SERV
8782     #     Requires:  1 >= CYGINT_ISO_NETDB_SERV 
8783 };
8784
8785 # Services network database implementation header
8786 #
8787 cdl_option CYGBLD_ISO_NETDB_SERV_HEADER {
8788     # Flavor: booldata
8789     # No user value, uncomment the following line to provide one.
8790     # user_value 0 0
8791     # value_source default
8792     # Default value: 0 0
8793 };
8794
8795 # <
8796 # Build options
8797 # Package specific build options including control over
8798 # compiler flags used only in building this package,
8799 # and details of which tests are built.
8800 #
8801 cdl_component CYGPKG_ISOINFRA_OPTIONS {
8802     # There is no associated value.
8803 };
8804
8805 # >
8806 # Additional compiler flags
8807 # This option modifies the set of compiler flags for
8808 # building the ISO C and POSIX infrastructure package.
8809 # These flags are used in addition to the set of global flags.
8810 #
8811 cdl_option CYGPKG_ISOINFRA_CFLAGS_ADD {
8812     # Flavor: data
8813     # No user value, uncomment the following line to provide one.
8814     # user_value ""
8815     # value_source default
8816     # Default value: ""
8817 };
8818
8819 # Suppressed compiler flags
8820 # This option modifies the set of compiler flags for
8821 # building the ISO C and POSIX infrastructure package.
8822 # These flags are removed from the set of global flags
8823 # if present.
8824 #
8825 cdl_option CYGPKG_ISOINFRA_CFLAGS_REMOVE {
8826     # Flavor: data
8827     # No user value, uncomment the following line to provide one.
8828     # user_value ""
8829     # value_source default
8830     # Default value: ""
8831 };
8832
8833 # <
8834 # <
8835 # Compute CRCs
8836 # doc: ref/services-crc.html
8837 # This package provides support for CRC calculation. Currently 
8838 # this is the POSIX 1003 defined CRC algorithm, a 32 CRC by 
8839 # Gary S. Brown, and a 16 bit CRC.
8840 #
8841 cdl_package CYGPKG_CRC {
8842     # Packages cannot be added or removed, nor can their version be changed,
8843     # simply by editing their value. Instead the appropriate configuration
8844     # should be used to perform these actions.
8845
8846     # This value cannot be modified here.
8847     # Flavor: booldata
8848     # Current value: 1 current
8849
8850     # The following properties are affected by this value
8851     # package CYGPKG_COMPRESS_ZLIB
8852     #     Requires: CYGPKG_CRC
8853 };
8854
8855 # >
8856 # POSIX CRC tests
8857 #
8858 cdl_option CYGPKG_CRC_TESTS {
8859     # Calculated value:  "tests/crc_test" 
8860     # Flavor: data
8861     # Current_value: tests/crc_test
8862 };
8863
8864 # <
8865 # Zlib compress and decompress package
8866 # This package provides support for compression and
8867 # decompression.
8868 #
8869 cdl_package CYGPKG_COMPRESS_ZLIB {
8870     # Packages cannot be added or removed, nor can their version be changed,
8871     # simply by editing their value. Instead the appropriate configuration
8872     # should be used to perform these actions.
8873
8874     # This value cannot be modified here.
8875     # Flavor: booldata
8876     # Current value: 1 current
8877     # Requires: CYGPKG_ISOINFRA
8878     #     CYGPKG_ISOINFRA == current
8879     #   --> 1
8880     # Requires: CYGPKG_CRC
8881     #     CYGPKG_CRC == current
8882     #   --> 1
8883
8884     # The following properties are affected by this value
8885     # component CYGBLD_BUILD_REDBOOT_WITH_ZLIB
8886     #     ActiveIf: CYGPKG_COMPRESS_ZLIB
8887 };
8888
8889 # >
8890 # Override memory allocation routines.
8891 #
8892 cdl_interface CYGINT_COMPRESS_ZLIB_LOCAL_ALLOC {
8893     # Implemented by CYGBLD_BUILD_REDBOOT_WITH_ZLIB, active, enabled
8894     # This value cannot be modified here.
8895     # Flavor: data
8896     # Current_value: 1
8897
8898     # The following properties are affected by this value
8899     # option CYGSEM_COMPRESS_ZLIB_NEEDS_MALLOC
8900     #     ActiveIf:  CYGINT_COMPRESS_ZLIB_LOCAL_ALLOC == 0 
8901 };
8902
8903 # Should deflate() produce 'gzip' compatible output?
8904 # If this option is set then the output of calling deflate()
8905 # will be wrapped up as a 'gzip' compatible file.
8906 #
8907 cdl_option CYGSEM_COMPRESS_ZLIB_DEFLATE_MAKES_GZIP {
8908     # Flavor: bool
8909     # No user value, uncomment the following line to provide one.
8910     # user_value 1
8911     # value_source default
8912     # Default value: 1
8913 };
8914
8915 # Does this library need malloc?
8916 # This pseudo-option will force the memalloc library to be
8917 # required iff the application does not provide it's own
8918 # infrastructure.
8919 #
8920 cdl_option CYGSEM_COMPRESS_ZLIB_NEEDS_MALLOC {
8921     # This option is not active
8922     # ActiveIf constraint:  CYGINT_COMPRESS_ZLIB_LOCAL_ALLOC == 0 
8923     #     CYGINT_COMPRESS_ZLIB_LOCAL_ALLOC == 1
8924     #   --> 0
8925
8926     # Flavor: bool
8927     # No user value, uncomment the following line to provide one.
8928     # user_value 1
8929     # value_source default
8930     # Default value: 1
8931     # Requires: CYGPKG_MEMALLOC
8932     #     CYGPKG_MEMALLOC == current
8933     #   --> 1
8934 };
8935
8936 # Include stdio-like utility functions
8937 # This option enables the stdio-like zlib utility functions
8938 # (gzread/gzwrite and friends) provided in gzio.c.
8939 #
8940 cdl_option CYGFUN_COMPRESS_ZLIB_GZIO {
8941     # Flavor: bool
8942     # No user value, uncomment the following line to provide one.
8943     # user_value 0
8944     # value_source default
8945     # Default value:  CYGPKG_LIBC_STDIO_OPEN ? 1 : 0 
8946     #     CYGPKG_LIBC_STDIO_OPEN (unknown) == 0
8947     #   --> 0
8948     # Requires: CYGINT_ISO_STDIO_FILEPOS
8949     #     CYGINT_ISO_STDIO_FILEPOS == 0
8950     #   --> 0
8951     # Requires: CYGINT_ISO_STRING_STRFUNCS
8952     #     CYGINT_ISO_STRING_STRFUNCS == 1
8953     #   --> 1
8954     # Requires: CYGINT_ISO_STDIO_FORMATTED_IO
8955     #     CYGINT_ISO_STDIO_FORMATTED_IO == 0
8956     #   --> 0
8957     # Requires: CYGINT_ISO_STDIO_FILEACCESS
8958     #     CYGINT_ISO_STDIO_FILEACCESS == 0
8959     #   --> 0
8960 };
8961
8962 # Zlib compress and decompress package build options
8963 # Package specific build options including control over
8964 # compiler flags used only in building this package,
8965 # and details of which tests are built.
8966 #
8967 cdl_component CYGPKG_COMPRESS_ZLIB_OPTIONS {
8968     # There is no associated value.
8969 };
8970
8971 # >
8972 # Additional compiler flags
8973 # This option modifies the set of compiler flags for
8974 # building this package. These flags are used in addition
8975 # to the set of global flags.
8976 #
8977 cdl_option CYGPKG_COMPRESS_ZLIB_CFLAGS_ADD {
8978     # Flavor: data
8979     # No user value, uncomment the following line to provide one.
8980     # user_value "-D__ECOS__ -DNO_ERRNO_H"
8981     # value_source default
8982     # Default value: "-D__ECOS__ -DNO_ERRNO_H"
8983 };
8984
8985 # Suppressed compiler flags
8986 # This option modifies the set of compiler flags for
8987 # building this package. These flags are removed from
8988 # the set of global flags if present.
8989 #
8990 cdl_option CYGPKG_COMPRESS_ZLIB_CFLAGS_REMOVE {
8991     # Flavor: data
8992     # No user value, uncomment the following line to provide one.
8993     # user_value -Wstrict-prototypes
8994     # value_source default
8995     # Default value: -Wstrict-prototypes
8996 };
8997
8998 # Additional compiler flags
8999 # This option modifies the set of compiler flags for
9000 # building this package. These flags are used in addition
9001 # to the set of global flags.
9002 #
9003 cdl_option CYGPKG_COMPRESS_ZLIB_LDFLAGS_ADD {
9004     # Flavor: data
9005     # No user value, uncomment the following line to provide one.
9006     # user_value ""
9007     # value_source default
9008     # Default value: ""
9009 };
9010
9011 # Suppressed compiler flags
9012 # This option modifies the set of compiler flags for
9013 # building this package. These flags are removed from
9014 # the set of global flags if present.
9015 #
9016 cdl_option CYGPKG_COMPRESS_ZLIB_LDFLAGS_REMOVE {
9017     # Flavor: data
9018     # No user value, uncomment the following line to provide one.
9019     # user_value ""
9020     # value_source default
9021     # Default value: ""
9022 };
9023
9024 # <
9025 # zlib tests
9026 #
9027 cdl_option CYGPKG_COMPRESS_ZLIB_TESTS {
9028     # Calculated value:  "tests/zlib1.c tests/zlib2.c" 
9029     # Flavor: data
9030     # Current_value: tests/zlib1.c tests/zlib2.c
9031 };
9032
9033 # <
9034 # FLASH device drivers
9035 # doc: ref/flash.html
9036 # This option enables drivers for basic I/O services on
9037 # flash devices.
9038 #
9039 cdl_package CYGPKG_IO_FLASH {
9040     # Packages cannot be added or removed, nor can their version be changed,
9041     # simply by editing their value. Instead the appropriate configuration
9042     # should be used to perform these actions.
9043
9044     # This value cannot be modified here.
9045     # Flavor: booldata
9046     # Current value: 1 current
9047     # Requires: CYGPKG_ISOINFRA
9048     #     CYGPKG_ISOINFRA == current
9049     #   --> 1
9050     # Requires: CYGINT_ISO_STRING_STRFUNCS
9051     #     CYGINT_ISO_STRING_STRFUNCS == 1
9052     #   --> 1
9053
9054     # The following properties are affected by this value
9055     # component CYGSEM_REDBOOT_FLASH_CONFIG
9056     #     DefaultValue:  CYGPKG_IO_FLASH != 0 
9057     # package CYGPKG_DEVS_FLASH_ONMXC
9058     #     ActiveIf: CYGPKG_IO_FLASH
9059 };
9060
9061 # >
9062 # Hardware FLASH device drivers
9063 # This option enables the hardware device drivers
9064 # for the current platform.
9065 #
9066 cdl_interface CYGHWR_IO_FLASH_DEVICE {
9067     # Implemented by CYGPKG_DEVS_FLASH_ONMXC, active, enabled
9068     # This value cannot be modified here.
9069     # Flavor: data
9070     # Current_value: 1
9071
9072     # The following properties are affected by this value
9073     # component CYGPKG_REDBOOT_FLASH
9074     #     ActiveIf: CYGHWR_IO_FLASH_DEVICE
9075 };
9076
9077 # Hardware FLASH device drivers are not in RAM
9078 # Use of this interface is deprecated.
9079 # Drivers should make sure that the functions are
9080 # linked to RAM by putting them in .2ram sections.
9081 #
9082 cdl_interface CYGHWR_IO_FLASH_DEVICE_NOT_IN_RAM {
9083     # No options implement this inferface
9084     # This value cannot be modified here.
9085     # Flavor: booldata
9086     # Current value: 0 0
9087     # Requires: !CYGHWR_IO_FLASH_DEVICE_NOT_IN_RAM
9088     #     CYGHWR_IO_FLASH_DEVICE_NOT_IN_RAM == 0
9089     #   --> 1
9090
9091     # The following properties are affected by this value
9092     # interface CYGHWR_IO_FLASH_DEVICE_NOT_IN_RAM
9093     #     Requires: !CYGHWR_IO_FLASH_DEVICE_NOT_IN_RAM
9094 };
9095
9096 # Hardware can support block locking
9097 # This option will be enabled by devices which can support
9098 # locking (write-protection) of individual blocks.
9099 #
9100 cdl_interface CYGHWR_IO_FLASH_BLOCK_LOCKING {
9101     # No options implement this inferface
9102     # This value cannot be modified here.
9103     # Flavor: booldata
9104     # Current value: 0 0
9105
9106     # The following properties are affected by this value
9107     # option CYGSEM_REDBOOT_FLASH_LOCK_SPECIAL
9108     #     ActiveIf:  CYGHWR_IO_FLASH_BLOCK_LOCKING != 0 
9109 };
9110
9111 # Hardware cannot support direct access to FLASH memory
9112 # This option will be asserted by devices which cannot support
9113 # direct access to the FLASH memory contents (e.g. EEPROM or NAND
9114 # devices).  In these cases, the driver must provide an appropriate
9115 # hardware access function.
9116 #
9117 cdl_option CYGSEM_IO_FLASH_READ_INDIRECT {
9118     # Flavor: bool
9119     # No user value, uncomment the following line to provide one.
9120     # user_value 0
9121     # The inferred value should not be edited directly.
9122     inferred_value 1
9123     # value_source inferred
9124     # Default value: 0
9125     # Requires:  !CYGSEM_IO_FLASH_VERIFY_PROGRAM 
9126     #     CYGSEM_IO_FLASH_VERIFY_PROGRAM == 0
9127     #   --> 1
9128
9129     # The following properties are affected by this value
9130     # option CYGPRI_REDBOOT_ZLIB_FLASH
9131     #     ActiveIf:  (!CYGSEM_IO_FLASH_READ_INDIRECT) || CYGPRI_REDBOOT_ZLIB_FLASH_FORCE 
9132     # component CYGHWR_DEVS_FLASH_MMC
9133     #     Requires:  CYGSEM_IO_FLASH_READ_INDIRECT == 1 
9134     # option CYGHWR_DEVS_FLASH_MMC_ESDHC
9135     #     Requires:  CYGSEM_IO_FLASH_READ_INDIRECT == 1 
9136     # option CYGHWR_DEVS_FLASH_MMC_SD
9137     #     Requires:  CYGSEM_IO_FLASH_READ_INDIRECT == 1 
9138     # option CYGHWR_DEVS_FLASH_MXC_NAND
9139     #     Requires:  CYGSEM_IO_FLASH_READ_INDIRECT == 1 
9140 };
9141
9142 # Display status messages during flash operations
9143 # Selecting this option will cause the drivers to print status
9144 # messages as various flash operations are undertaken.
9145 #
9146 cdl_option CYGSEM_IO_FLASH_CHATTER {
9147     # Flavor: bool
9148     # No user value, uncomment the following line to provide one.
9149     # user_value 1
9150     # value_source default
9151     # Default value: 1
9152 };
9153
9154 # Verify data programmed to flash
9155 # Selecting this option will cause verification of data
9156 # programmed to flash.
9157 #
9158 cdl_option CYGSEM_IO_FLASH_VERIFY_PROGRAM {
9159     # Flavor: bool
9160     # No user value, uncomment the following line to provide one.
9161     # user_value 1
9162     # The inferred value should not be edited directly.
9163     inferred_value 0
9164     # value_source inferred
9165     # Default value: 1
9166
9167     # The following properties are affected by this value
9168     # option CYGSEM_IO_FLASH_READ_INDIRECT
9169     #     Requires:  !CYGSEM_IO_FLASH_VERIFY_PROGRAM 
9170 };
9171
9172 # Platform has flash soft DIP switch write-protect
9173 # Selecting this option will cause the state of a hardware jumper or
9174 # dipswitch to be read by software to determine whether the flash is
9175 # write-protected or not.
9176 #
9177 cdl_option CYGSEM_IO_FLASH_SOFT_WRITE_PROTECT {
9178     # Flavor: bool
9179     # No user value, uncomment the following line to provide one.
9180     # user_value 0
9181     # value_source default
9182     # Default value: 0
9183 };
9184
9185 # Instantiate in I/O block device API
9186 # Provides a block device accessible using the standard I/O
9187 # API ( cyg_io_read() etc. )
9188 #
9189 cdl_component CYGPKG_IO_FLASH_BLOCK_DEVICE {
9190     # This option is not active
9191     # ActiveIf constraint: CYGPKG_IO
9192     #     CYGPKG_IO (unknown) == 0
9193     #   --> 0
9194
9195     # Flavor: bool
9196     # No user value, uncomment the following line to provide one.
9197     # user_value 0
9198     # value_source default
9199     # Default value: 0
9200 };
9201
9202 # >
9203 # Name of flash device 1 block device
9204 #
9205 cdl_component CYGDAT_IO_FLASH_BLOCK_DEVICE_NAME_1 {
9206     # This option is not active
9207     # The parent CYGPKG_IO_FLASH_BLOCK_DEVICE is not active
9208     # The parent CYGPKG_IO_FLASH_BLOCK_DEVICE is disabled
9209
9210     # Flavor: data
9211     # No user value, uncomment the following line to provide one.
9212     # user_value "\"/dev/flash1\""
9213     # value_source default
9214     # Default value: "\"/dev/flash1\""
9215 };
9216
9217 # >
9218 #
9219 cdl_interface CYGINT_IO_FLASH_BLOCK_CFG_1 {
9220     # Implemented by CYGNUM_IO_FLASH_BLOCK_CFG_STATIC_1, inactive, enabled
9221     # Implemented by CYGNUM_IO_FLASH_BLOCK_CFG_FIS_1, inactive, disabled
9222     # This option is not active
9223     # The parent CYGDAT_IO_FLASH_BLOCK_DEVICE_NAME_1 is not active
9224
9225     # This value cannot be modified here.
9226     # Flavor: data
9227     # Current_value: 0
9228     # Requires: 1 == CYGINT_IO_FLASH_BLOCK_CFG_1
9229     #     CYGINT_IO_FLASH_BLOCK_CFG_1 == 0
9230     #   --> 0
9231
9232     # The following properties are affected by this value
9233     # interface CYGINT_IO_FLASH_BLOCK_CFG_1
9234     #     Requires: 1 == CYGINT_IO_FLASH_BLOCK_CFG_1
9235 };
9236
9237 # Static configuration
9238 # This configures the flash device 1 block device
9239 # with static base and length
9240 #
9241 cdl_component CYGNUM_IO_FLASH_BLOCK_CFG_STATIC_1 {
9242     # This option is not active
9243     # The parent CYGDAT_IO_FLASH_BLOCK_DEVICE_NAME_1 is not active
9244
9245     # Flavor: bool
9246     # No user value, uncomment the following line to provide one.
9247     # user_value 1
9248     # value_source default
9249     # Default value: 1
9250 };
9251
9252 # >
9253 # Start offset from flash base
9254 # This gives the offset from the base of flash which this
9255 # block device corresponds to.
9256 #
9257 cdl_option CYGNUM_IO_FLASH_BLOCK_OFFSET_1 {
9258     # This option is not active
9259     # The parent CYGNUM_IO_FLASH_BLOCK_CFG_STATIC_1 is not active
9260
9261     # Flavor: data
9262     # No user value, uncomment the following line to provide one.
9263     # user_value 0x00100000
9264     # value_source default
9265     # Default value: 0x00100000
9266 };
9267
9268 # Length
9269 # This gives the length of the region of flash given over
9270 # to this block device.
9271 #
9272 cdl_option CYGNUM_IO_FLASH_BLOCK_LENGTH_1 {
9273     # This option is not active
9274     # The parent CYGNUM_IO_FLASH_BLOCK_CFG_STATIC_1 is not active
9275
9276     # Flavor: data
9277     # No user value, uncomment the following line to provide one.
9278     # user_value 0x00100000
9279     # value_source default
9280     # Default value: 0x00100000
9281 };
9282
9283 # <
9284 # Configuration from FIS
9285 # This configures the flash device 1 block device
9286 # from Redboot FIS
9287 #
9288 cdl_component CYGNUM_IO_FLASH_BLOCK_CFG_FIS_1 {
9289     # This option is not active
9290     # The parent CYGDAT_IO_FLASH_BLOCK_DEVICE_NAME_1 is not active
9291
9292     # Flavor: bool
9293     # No user value, uncomment the following line to provide one.
9294     # user_value 0
9295     # value_source default
9296     # Default value: 0
9297 };
9298
9299 # >
9300 # Name of FIS entry
9301 #
9302 cdl_component CYGDAT_IO_FLASH_BLOCK_FIS_NAME_1 {
9303     # This option is not active
9304     # The parent CYGNUM_IO_FLASH_BLOCK_CFG_FIS_1 is not active
9305     # The parent CYGNUM_IO_FLASH_BLOCK_CFG_FIS_1 is disabled
9306
9307     # Flavor: data
9308     # No user value, uncomment the following line to provide one.
9309     # user_value "\"jffs2\""
9310     # value_source default
9311     # Default value: "\"jffs2\""
9312 };
9313
9314 # <
9315 # <
9316 # <
9317 # Flash device driver build options
9318 # Package specific build options including control over
9319 # compiler flags used only in building this package,
9320 # and details of which tests are built.
9321 #
9322 cdl_component CYGPKG_IO_FLASH_OPTIONS {
9323     # There is no associated value.
9324 };
9325
9326 # >
9327 # Additional compiler flags
9328 # This option modifies the set of compiler flags for
9329 # building the flash device drivers. These flags are used in addition
9330 # to the set of global flags.
9331 #
9332 cdl_option CYGPKG_IO_FLASH_CFLAGS_ADD {
9333     # Flavor: data
9334     # No user value, uncomment the following line to provide one.
9335     # user_value ""
9336     # value_source default
9337     # Default value: ""
9338 };
9339
9340 # Suppressed compiler flags
9341 # This option modifies the set of compiler flags for
9342 # building the flash device drivers. These flags are removed from
9343 # the set of global flags if present.
9344 #
9345 cdl_option CYGPKG_IO_FLASH_CFLAGS_REMOVE {
9346     # Flavor: data
9347     # No user value, uncomment the following line to provide one.
9348     # user_value ""
9349     # value_source default
9350     # Default value: ""
9351 };
9352
9353 # Flash device driver tests
9354 # This option specifies the set of tests for the flash device drivers.
9355 #
9356 cdl_component CYGPKG_IO_FLASH_TESTS {
9357     # Calculated value:  "tests/flash1" 
9358     # Flavor: data
9359     # Current_value: tests/flash1
9360 };
9361
9362 # >
9363 # Start offset from flash base
9364 # This gives the offset from the base of flash where tests
9365 # can be run.  It is important to set this correctly, as an
9366 # incorrect value could allow the tests to write over critical
9367 # portions of the FLASH device and possibly render the target
9368 # board totally non-functional.
9369 #
9370 cdl_option CYGNUM_IO_FLASH_TEST_OFFSET {
9371     # Flavor: data
9372     # No user value, uncomment the following line to provide one.
9373     # user_value 0x00100000
9374     # value_source default
9375     # Default value: 0x00100000
9376 };
9377
9378 # Length
9379 # This gives the length of the region of flash used for testing.
9380 #
9381 cdl_option CYGNUM_IO_FLASH_TEST_LENGTH {
9382     # Flavor: data
9383     # No user value, uncomment the following line to provide one.
9384     # user_value 0x00100000
9385     # value_source default
9386     # Default value: 0x00100000
9387 };
9388
9389 # <
9390 # <
9391 # Support FLASH memory on Freescale MXC platforms
9392 #
9393 cdl_package CYGPKG_DEVS_FLASH_ONMXC {
9394     # Packages cannot be added or removed, nor can their version be changed,
9395     # simply by editing their value. Instead the appropriate configuration
9396     # should be used to perform these actions.
9397
9398     # ActiveIf constraint: CYGPKG_IO_FLASH
9399     #     CYGPKG_IO_FLASH == current
9400     #   --> 1
9401
9402     # This value cannot be modified here.
9403     # Flavor: booldata
9404     # Current value: 1 current
9405 };
9406
9407 # >
9408 # MXC platform MMC card support
9409 # When this option is enabled, it indicates MMC card is
9410 # supported on the MXC platforms
9411 #
9412 cdl_component CYGHWR_DEVS_FLASH_MMC {
9413     # Flavor: bool
9414     # No user value, uncomment the following line to provide one.
9415     # user_value 0
9416     # value_source default
9417     # Default value: 0
9418     # Requires:  CYGSEM_IO_FLASH_READ_INDIRECT == 1 
9419     #     CYGSEM_IO_FLASH_READ_INDIRECT == 1
9420     #   --> 1
9421
9422     # The following properties are affected by this value
9423     # option CYGHWR_DEVS_FLASH_MXC_MULTI
9424     #     ActiveIf: (CYGHWR_DEVS_FLASH_MXC_NAND && CYGHWR_DEVS_FLASH_MXC_NOR) ||
9425     #                            (CYGHWR_DEVS_FLASH_MXC_NAND && CYGHWR_DEVS_FLASH_MMC) ||
9426     #                            (CYGHWR_DEVS_FLASH_MXC_NOR && CYGHWR_DEVS_FLASH_MMC)
9427     # option CYGHWR_DEVS_FLASH_MXC_MULTI
9428     #     ActiveIf: (CYGHWR_DEVS_FLASH_MXC_NAND && CYGHWR_DEVS_FLASH_MXC_NOR) ||
9429     #                            (CYGHWR_DEVS_FLASH_MXC_NAND && CYGHWR_DEVS_FLASH_MMC) ||
9430     #                            (CYGHWR_DEVS_FLASH_MXC_NOR && CYGHWR_DEVS_FLASH_MMC)
9431 };
9432
9433 # >
9434 # MXC platform MMC card for newer SDHC controllers
9435 #
9436 cdl_option CYGHWR_DEVS_FLASH_MMC_ESDHC {
9437     # This option is not active
9438     # The parent CYGHWR_DEVS_FLASH_MMC is disabled
9439     # ActiveIf constraint:  CYGPKG_HAL_ARM_MX37_3STACK || CYGPKG_HAL_ARM_MX35_3STACK || CYGPKG_HAL_ARM_MX25_3STACK ||  CYGPKG_HAL_ARM_MX51
9440     #     CYGPKG_HAL_ARM_MX37_3STACK (unknown) == 0
9441     #     CYGPKG_HAL_ARM_MX35_3STACK (unknown) == 0
9442     #     CYGPKG_HAL_ARM_MX25_3STACK (unknown) == 0
9443     #     CYGPKG_HAL_ARM_MX51 (unknown) == 0
9444     #   --> 0
9445
9446     # Flavor: bool
9447     # No user value, uncomment the following line to provide one.
9448     # user_value 1
9449     # value_source default
9450     # Default value: 1
9451     # Requires:  CYGSEM_IO_FLASH_READ_INDIRECT == 1 
9452     #     CYGSEM_IO_FLASH_READ_INDIRECT == 1
9453     #   --> 1
9454 };
9455
9456 # MXC platform MMC card for older MMC/SD controllers
9457 #
9458 cdl_option CYGHWR_DEVS_FLASH_MMC_SD {
9459     # This option is not active
9460     # The parent CYGHWR_DEVS_FLASH_MMC is disabled
9461     # ActiveIf constraint:  CYGPKG_HAL_ARM_MX31_3STACK || CYGPKG_HAL_ARM_MX31ADS 
9462     #     CYGPKG_HAL_ARM_MX31_3STACK (unknown) == 0
9463     #     CYGPKG_HAL_ARM_MX31ADS (unknown) == 0
9464     #   --> 0
9465
9466     # Flavor: bool
9467     # No user value, uncomment the following line to provide one.
9468     # user_value 0
9469     # value_source default
9470     # Default value: 0
9471     # Requires:  CYGSEM_IO_FLASH_READ_INDIRECT == 1 
9472     #     CYGSEM_IO_FLASH_READ_INDIRECT == 1
9473     #   --> 1
9474 };
9475
9476 # <
9477 # MXC platform NOR flash memory support
9478 # When this option is enabled, it indicates NOR flash is
9479 # supported on the MXC platforms
9480 #
9481 cdl_option CYGHWR_DEVS_FLASH_MXC_NOR {
9482     # Flavor: bool
9483     # No user value, uncomment the following line to provide one.
9484     # user_value 0
9485     # The inferred value should not be edited directly.
9486     inferred_value 0
9487     # value_source inferred
9488     # Default value: 0
9489
9490     # The following properties are affected by this value
9491     # option CYGHWR_DEVS_FLASH_IMX_SPI_NOR
9492     #     Requires:  CYGHWR_DEVS_FLASH_MXC_NOR == 1 
9493     # option CYGHWR_DEVS_FLASH_MXC_MULTI
9494     #     ActiveIf: (CYGHWR_DEVS_FLASH_MXC_NAND && CYGHWR_DEVS_FLASH_MXC_NOR) ||
9495     #                            (CYGHWR_DEVS_FLASH_MXC_NAND && CYGHWR_DEVS_FLASH_MMC) ||
9496     #                            (CYGHWR_DEVS_FLASH_MXC_NOR && CYGHWR_DEVS_FLASH_MMC)
9497     # option CYGHWR_DEVS_FLASH_MXC_MULTI
9498     #     ActiveIf: (CYGHWR_DEVS_FLASH_MXC_NAND && CYGHWR_DEVS_FLASH_MXC_NOR) ||
9499     #                            (CYGHWR_DEVS_FLASH_MXC_NAND && CYGHWR_DEVS_FLASH_MMC) ||
9500     #                            (CYGHWR_DEVS_FLASH_MXC_NOR && CYGHWR_DEVS_FLASH_MMC)
9501 };
9502
9503 # MXC platform NAND flash memory support
9504 # When this option is enabled, it indicates NAND flash is
9505 # supported on the MXC platforms
9506 #
9507 cdl_option CYGHWR_DEVS_FLASH_MXC_NAND {
9508     # Flavor: bool
9509     # No user value, uncomment the following line to provide one.
9510     # user_value 0
9511     # The inferred value should not be edited directly.
9512     inferred_value 1
9513     # value_source inferred
9514     # Default value: 0
9515     # Requires:  CYGSEM_IO_FLASH_READ_INDIRECT == 1 
9516     #     CYGSEM_IO_FLASH_READ_INDIRECT == 1
9517     #   --> 1
9518
9519     # The following properties are affected by this value
9520     # component CYGPKG_DEVS_FLASH_NAND_BBT_IN_FLASH
9521     #     ActiveIf: CYGHWR_DEVS_FLASH_MXC_NAND
9522     # option CYGHWR_DEVS_FLASH_MXC_MULTI
9523     #     ActiveIf: (CYGHWR_DEVS_FLASH_MXC_NAND && CYGHWR_DEVS_FLASH_MXC_NOR) ||
9524     #                            (CYGHWR_DEVS_FLASH_MXC_NAND && CYGHWR_DEVS_FLASH_MMC) ||
9525     #                            (CYGHWR_DEVS_FLASH_MXC_NOR && CYGHWR_DEVS_FLASH_MMC)
9526     # option CYGHWR_DEVS_FLASH_MXC_MULTI
9527     #     ActiveIf: (CYGHWR_DEVS_FLASH_MXC_NAND && CYGHWR_DEVS_FLASH_MXC_NOR) ||
9528     #                            (CYGHWR_DEVS_FLASH_MXC_NAND && CYGHWR_DEVS_FLASH_MMC) ||
9529     #                            (CYGHWR_DEVS_FLASH_MXC_NOR && CYGHWR_DEVS_FLASH_MMC)
9530     # interface CYGHWR_DEVS_FLASH_MXC_NAND_RESET_WORKAROUND
9531     #     ActiveIf: CYGHWR_DEVS_FLASH_MXC_NAND
9532 };
9533
9534 # i.MX platform SPI NOR flash memory support
9535 # When this option is enabled, it indicates SPI NOR flash is
9536 # supported on the i.MX platforms
9537 #
9538 cdl_option CYGHWR_DEVS_FLASH_IMX_SPI_NOR {
9539     # Flavor: bool
9540     # No user value, uncomment the following line to provide one.
9541     # user_value 0
9542     # value_source default
9543     # Default value: 0
9544     # Requires:  CYGHWR_DEVS_FLASH_MXC_NOR == 1 
9545     #     CYGHWR_DEVS_FLASH_MXC_NOR == 0
9546     #   --> 0
9547 };
9548
9549 # MXC platform ATA support
9550 # When this option is enabled, it indicates ATA is
9551 # supported on the MXC platforms
9552 #
9553 cdl_option CYGHWR_DEVS_FLASH_MXC_ATA {
9554     # Flavor: bool
9555     # No user value, uncomment the following line to provide one.
9556     # user_value 0
9557     # value_source default
9558     # Default value: 0
9559 };
9560
9561 # Use a flash based Bad Block Table
9562 #
9563 cdl_component CYGPKG_DEVS_FLASH_NAND_BBT_IN_FLASH {
9564     # ActiveIf constraint: CYGHWR_DEVS_FLASH_MXC_NAND
9565     #     CYGHWR_DEVS_FLASH_MXC_NAND == 1
9566     #   --> 1
9567
9568     # There is no associated value.
9569 };
9570
9571 # >
9572 # When this option is enabled, the driver will search for a flash
9573 # based bad block table
9574 #
9575 cdl_option CYGHWR_DEVS_FLASH_MXC_BBT_IN_FLASH {
9576     # Flavor: bool
9577     # No user value, uncomment the following line to provide one.
9578     # user_value 1
9579     # value_source default
9580     # Default value: 1
9581 };
9582
9583 # header file defining the NAND BBT descriptor
9584 # defines the name of the header file that describes the BBT layout
9585 #
9586 cdl_component CYGHWR_FLASH_NAND_BBT_HEADER {
9587     # Flavor: booldata
9588     # No user value, uncomment the following line to provide one.
9589     # user_value 0 0
9590     # The inferred value should not be edited directly.
9591     inferred_value 1 <cyg/io/tx27_nand_bbt.h>
9592     # value_source inferred
9593     # Default value: 0 0
9594 };
9595
9596 # Number of blocks to reserve for BBT
9597 # Number of blocks to reserve for BBT
9598 #
9599 cdl_option CYGNUM_FLASH_NAND_BBT_BLOCKS {
9600     # Flavor: data
9601     # No user value, uncomment the following line to provide one.
9602     # user_value 4
9603     # value_source default
9604     # Default value: 4
9605 };
9606
9607 # <
9608 # MXC platform multi flash memory support
9609 # When this option is enabled, it indicates multi flashes are
9610 # supported on the MXC platforms (like NAND and NOR)
9611 #
9612 cdl_option CYGHWR_DEVS_FLASH_MXC_MULTI {
9613     # This option is not active
9614     # ActiveIf constraint: (CYGHWR_DEVS_FLASH_MXC_NAND && CYGHWR_DEVS_FLASH_MXC_NOR) ||
9615     #                            (CYGHWR_DEVS_FLASH_MXC_NAND && CYGHWR_DEVS_FLASH_MMC) ||
9616     #                            (CYGHWR_DEVS_FLASH_MXC_NOR && CYGHWR_DEVS_FLASH_MMC)
9617     #     CYGHWR_DEVS_FLASH_MXC_NAND == 1
9618     #     CYGHWR_DEVS_FLASH_MXC_NOR == 0
9619     #     CYGHWR_DEVS_FLASH_MXC_NAND == 1
9620     #     CYGHWR_DEVS_FLASH_MMC == 0
9621     #     CYGHWR_DEVS_FLASH_MXC_NOR == 0
9622     #     CYGHWR_DEVS_FLASH_MMC == 0
9623     #   --> 0
9624
9625     # Flavor: bool
9626     # No user value, uncomment the following line to provide one.
9627     # user_value 1
9628     # The inferred value should not be edited directly.
9629     inferred_value 0
9630     # value_source inferred
9631     # Default value: 1
9632 };
9633
9634 # MXC platform NAND flash reset workaround support
9635 # When this option is enabled, it indicates 0xFFFF is used for
9636 # the NAND reset command instead of 0xFF.
9637 #
9638 cdl_interface CYGHWR_DEVS_FLASH_MXC_NAND_RESET_WORKAROUND {
9639     # No options implement this inferface
9640     # ActiveIf constraint: CYGHWR_DEVS_FLASH_MXC_NAND
9641     #     CYGHWR_DEVS_FLASH_MXC_NAND == 1
9642     #   --> 1
9643
9644     # This value cannot be modified here.
9645     # Flavor: data
9646     # Current_value: 0
9647 };
9648
9649 # <
9650 # <
9651 # Dynamic memory allocation
9652 # doc: ref/memalloc.html
9653 # This package provides memory allocator infrastructure required for
9654 # dynamic memory allocators, including the ISO standard malloc
9655 # interface. It also contains some sample implementations.
9656 #
9657 cdl_package CYGPKG_MEMALLOC {
9658     # Packages cannot be added or removed, nor can their version be changed,
9659     # simply by editing their value. Instead the appropriate configuration
9660     # should be used to perform these actions.
9661
9662     # This value cannot be modified here.
9663     # Flavor: booldata
9664     # Current value: 1 current
9665
9666     # The following properties are affected by this value
9667     # option CYGSEM_COMPRESS_ZLIB_NEEDS_MALLOC
9668     #     Requires: CYGPKG_MEMALLOC
9669 };
9670
9671 # >
9672 # Memory allocator implementations
9673 # This component contains configuration options related to the 
9674 # various memory allocators available.
9675 #
9676 cdl_component CYGPKG_MEMALLOC_ALLOCATORS {
9677     # There is no associated value.
9678 };
9679
9680 # >
9681 # Fixed block allocator
9682 # This component contains configuration options related to the 
9683 # fixed block memory allocator.
9684 #
9685 cdl_component CYGPKG_MEMALLOC_ALLOCATOR_FIXED {
9686     # There is no associated value.
9687 };
9688
9689 # >
9690 # Make thread safe
9691 # With this option enabled, this allocator will be
9692 # made thread-safe. Additionally allocation functions
9693 # are made available that allow a thread to wait
9694 # until memory is available.
9695 #
9696 cdl_option CYGSEM_MEMALLOC_ALLOCATOR_FIXED_THREADAWARE {
9697     # This option is not active
9698     # ActiveIf constraint: CYGPKG_KERNEL
9699     #     CYGPKG_KERNEL (unknown) == 0
9700     #   --> 0
9701
9702     # Flavor: bool
9703     # No user value, uncomment the following line to provide one.
9704     # user_value 1
9705     # value_source default
9706     # Default value: 1
9707 };
9708
9709 # <
9710 # Simple variable block allocator
9711 # This component contains configuration options related to the 
9712 # simple variable block memory allocator. This allocator is not
9713 # very fast, and in particular does not scale well with large
9714 # numbers of allocations. It is however very compact in terms of
9715 # code size and does not have very much overhead per allocation.
9716 #
9717 cdl_component CYGPKG_MEMALLOC_ALLOCATOR_VARIABLE {
9718     # There is no associated value.
9719 };
9720
9721 # >
9722 # Make thread safe
9723 # With this option enabled, this allocator will be
9724 # made thread-safe. Additionally allocation functions
9725 # are added that allow a thread to wait until memory
9726 # are made available that allow a thread to wait
9727 # until memory is available.
9728 #
9729 cdl_option CYGSEM_MEMALLOC_ALLOCATOR_VARIABLE_THREADAWARE {
9730     # This option is not active
9731     # ActiveIf constraint: CYGPKG_KERNEL
9732     #     CYGPKG_KERNEL (unknown) == 0
9733     #   --> 0
9734
9735     # Flavor: bool
9736     # No user value, uncomment the following line to provide one.
9737     # user_value 1
9738     # value_source default
9739     # Default value: 1
9740 };
9741
9742 # Coalesce memory
9743 # The variable-block memory allocator can perform coalescing
9744 # of memory whenever the application code releases memory back
9745 # to the pool. This coalescing reduces the possibility of
9746 # memory fragmentation problems, but involves extra code and
9747 # processor cycles.
9748 #
9749 cdl_option CYGSEM_MEMALLOC_ALLOCATOR_VARIABLE_COALESCE {
9750     # Flavor: bool
9751     # No user value, uncomment the following line to provide one.
9752     # user_value 1
9753     # value_source default
9754     # Default value: 1
9755
9756     # The following properties are affected by this value
9757     # option CYGIMP_MEMALLOC_MALLOC_VARIABLE_SIMPLE
9758     #     Requires: CYGSEM_MEMALLOC_ALLOCATOR_VARIABLE_COALESCE
9759 };
9760
9761 # <
9762 # Doug Lea's malloc
9763 # This component contains configuration options related to the 
9764 # port of Doug Lea's memory allocator, normally known as
9765 # dlmalloc. dlmalloc has a reputation for being both fast
9766 # and space-conserving, as well as resisting fragmentation well.
9767 # It is a common choice for a general purpose allocator and
9768 # has been used in both newlib and Linux glibc.
9769 #
9770 cdl_component CYGPKG_MEMALLOC_ALLOCATOR_DLMALLOC {
9771     # There is no associated value.
9772 };
9773
9774 # >
9775 # Debug build
9776 # Doug Lea's malloc implementation has substantial amounts
9777 # of internal checking in order to verify the operation
9778 # and consistency of the allocator. However this imposes
9779 # substantial overhead on each operation. Therefore this
9780 # checking may be individually disabled.
9781 #
9782 cdl_option CYGDBG_MEMALLOC_ALLOCATOR_DLMALLOC_DEBUG {
9783     # Flavor: bool
9784     # No user value, uncomment the following line to provide one.
9785     # user_value 0
9786     # value_source default
9787     # Default value:  0 != CYGDBG_USE_ASSERTS 
9788     #     CYGDBG_USE_ASSERTS == 0
9789     #   --> 0
9790     # Requires: CYGDBG_USE_ASSERTS
9791     #     CYGDBG_USE_ASSERTS == 0
9792     #   --> 0
9793 };
9794
9795 # Make thread safe
9796 # With this option enabled, this allocator will be
9797 # made thread-safe. Additionally allocation functions
9798 # are made available that allow a thread to wait
9799 # until memory is available.
9800 #
9801 cdl_option CYGIMP_MEMALLOC_ALLOCATOR_DLMALLOC_THREADAWARE {
9802     # This option is not active
9803     # ActiveIf constraint: CYGPKG_KERNEL
9804     #     CYGPKG_KERNEL (unknown) == 0
9805     #   --> 0
9806
9807     # Flavor: bool
9808     # No user value, uncomment the following line to provide one.
9809     # user_value 1
9810     # value_source default
9811     # Default value: 1
9812     # Requires: CYGPKG_KERNEL
9813     #     CYGPKG_KERNEL (unknown) == 0
9814     #   --> 0
9815 };
9816
9817 # Support more than one instance
9818 # Having this option disabled allows important
9819 # implementation structures to be declared as a single
9820 # static instance, allowing faster access. However this
9821 # would fail if there is more than one instance of
9822 # the dlmalloc allocator class. Therefore this option can
9823 # be enabled if multiple instances are required. Note: as
9824 # a special case, if this allocator is used as the
9825 # implementation of malloc, and it can be determined there
9826 # is more than one malloc pool, then this option will be
9827 # silently enabled.
9828 #
9829 cdl_option CYGIMP_MEMALLOC_ALLOCATOR_DLMALLOC_SAFE_MULTIPLE {
9830     # Flavor: bool
9831     # No user value, uncomment the following line to provide one.
9832     # user_value 1
9833     # value_source default
9834     # Default value: 1
9835 };
9836
9837 # Use system memmove() and memset()
9838 # This may be used to control whether memset() and memmove()
9839 # are used within the implementation. The alternative is
9840 # to use some macro equivalents, which some people report
9841 # are faster in some circumstances.
9842 #
9843 cdl_option CYGIMP_MEMALLOC_ALLOCATOR_DLMALLOC_USE_MEMCPY {
9844     # Flavor: bool
9845     # No user value, uncomment the following line to provide one.
9846     # user_value 1
9847     # value_source default
9848     # Default value:  0 != CYGPKG_ISOINFRA 
9849     #     CYGPKG_ISOINFRA == current
9850     #   --> 1
9851     # Requires: CYGPKG_ISOINFRA
9852     #     CYGPKG_ISOINFRA == current
9853     #   --> 1
9854 };
9855
9856 # Minimum alignment of allocated blocks
9857 # This option controls the minimum alignment that the
9858 # allocated memory blocks are aligned on, specified as
9859 # 2^N. Note that using large mininum alignments can lead
9860 # to excessive memory wastage.
9861 #
9862 cdl_option CYGNUM_MEMALLOC_ALLOCATOR_DLMALLOC_ALIGNMENT {
9863     # Flavor: data
9864     # No user value, uncomment the following line to provide one.
9865     # user_value 3
9866     # value_source default
9867     # Default value: 3
9868     # Legal values: 3 to 10
9869 };
9870
9871 # <
9872 # Variable block allocator with separate metadata
9873 # This component contains configuration options related to the 
9874 # variable block memory allocator with separate metadata.
9875 #
9876 cdl_component CYGPKG_MEMALLOC_ALLOCATOR_SEPMETA {
9877     # There is no associated value.
9878 };
9879
9880 # >
9881 # Make thread safe
9882 # With this option enabled, this allocator will be
9883 # made thread-safe. Additionally allocation functions
9884 # are made available that allow a thread to wait
9885 # until memory is available.
9886 #
9887 cdl_option CYGSEM_MEMALLOC_ALLOCATOR_SEPMETA_THREADAWARE {
9888     # This option is not active
9889     # ActiveIf constraint: CYGPKG_KERNEL
9890     #     CYGPKG_KERNEL (unknown) == 0
9891     #   --> 0
9892
9893     # Flavor: bool
9894     # No user value, uncomment the following line to provide one.
9895     # user_value 1
9896     # value_source default
9897     # Default value: 1
9898 };
9899
9900 # <
9901 # <
9902 # Kernel C API support for memory allocation
9903 # This option must be enabled to provide the extensions required
9904 # to support integration into the kernel C API.
9905 #
9906 cdl_option CYGFUN_MEMALLOC_KAPI {
9907     # This option is not active
9908     # ActiveIf constraint: CYGPKG_KERNEL
9909     #     CYGPKG_KERNEL (unknown) == 0
9910     #   --> 0
9911
9912     # Flavor: bool
9913     # No user value, uncomment the following line to provide one.
9914     # user_value 0
9915     # value_source default
9916     # Default value: CYGFUN_KERNEL_API_C
9917     #     CYGFUN_KERNEL_API_C (unknown) == 0
9918     #   --> 0
9919 };
9920
9921 # malloc(0) returns NULL
9922 # This option controls the behavior of malloc(0) ( or calloc with
9923 # either argument 0 ). It is permitted by the standard to return
9924 # either a NULL pointer or a unique pointer. Enabling this option
9925 # forces a NULL pointer to be returned.
9926 #
9927 cdl_option CYGSEM_MEMALLOC_MALLOC_ZERO_RETURNS_NULL {
9928     # Flavor: bool
9929     # No user value, uncomment the following line to provide one.
9930     # user_value 0
9931     # value_source default
9932     # Default value: 0
9933 };
9934
9935 # Breakpoint site when running out of memory
9936 # Whenever the system runs out of memory, it invokes this function
9937 # before either going to sleep waiting for memory to become 
9938 # available or returning failure.
9939 #
9940 cdl_option CYGSEM_MEMALLOC_INVOKE_OUT_OF_MEMORY {
9941     # Flavor: bool
9942     # No user value, uncomment the following line to provide one.
9943     # user_value 0
9944     # value_source default
9945     # Default value: 0
9946 };
9947
9948 # malloc() and supporting allocators
9949 # This component enables support for dynamic memory
9950 # allocation as supplied by the functions malloc(),
9951 # free(), calloc() and realloc(). As these
9952 # functions are often used, but can have quite an
9953 # overhead, disabling them here can ensure they
9954 # cannot even be used accidentally when static
9955 # allocation is preferred. Within this component are
9956 # various allocators that can be selected for use
9957 # as the underlying implementation of the dynamic
9958 # allocation functions.
9959 #
9960 cdl_component CYGPKG_MEMALLOC_MALLOC_ALLOCATORS {
9961     # ActiveIf constraint: CYGPKG_ISOINFRA
9962     #     CYGPKG_ISOINFRA == current
9963     #   --> 1
9964
9965     # Flavor: bool
9966     # No user value, uncomment the following line to provide one.
9967     # user_value 1
9968     # value_source default
9969     # Default value: 1
9970 };
9971
9972 # >
9973 # Use external heap definition
9974 # This option allows other components in the
9975 # system to override the default system
9976 # provision of heap memory pools. This should
9977 # be set to a header which provides the equivalent
9978 # definitions to <pkgconf/heaps.hxx>.
9979 #
9980 cdl_component CYGBLD_MEMALLOC_MALLOC_EXTERNAL_HEAP_H {
9981     # Flavor: booldata
9982     # No user value, uncomment the following line to provide one.
9983     # user_value 0 0
9984     # value_source default
9985     # Default value: 0 0
9986 };
9987
9988 # Use external implementation of joining multiple heaps
9989 # The default implementation of joining multiple heaps
9990 # is fine for the case where there are multiple disjoint
9991 # memory regions of the same type. However, in a system
9992 # there might be e.g. a small amount of internal SRAM and
9993 # a large amount of external DRAM. The SRAM is faster and
9994 # the DRAM is slower. An application can implement some 
9995 # heuristic to choose which pool to allocate from. This
9996 # heuristic can be highly application specific.
9997 #
9998 cdl_component CYGBLD_MEMALLOC_MALLOC_EXTERNAL_JOIN_H {
9999     # Flavor: booldata
10000     # No user value, uncomment the following line to provide one.
10001     # user_value 0 0
10002     # value_source default
10003     # Default value: 0 0
10004 };
10005
10006 # malloc() allocator implementations
10007 #
10008 cdl_interface CYGINT_MEMALLOC_MALLOC_ALLOCATORS {
10009     # Implemented by CYGIMP_MEMALLOC_MALLOC_VARIABLE_SIMPLE, active, disabled
10010     # Implemented by CYGIMP_MEMALLOC_MALLOC_DLMALLOC, active, enabled
10011     # This value cannot be modified here.
10012     # Flavor: data
10013     # Current_value: 1
10014     # Requires:  CYGINT_MEMALLOC_MALLOC_ALLOCATORS == 1 
10015     #     CYGINT_MEMALLOC_MALLOC_ALLOCATORS == 1
10016     #   --> 1
10017
10018     # The following properties are affected by this value
10019     # interface CYGINT_MEMALLOC_MALLOC_ALLOCATORS
10020     #     Requires:  CYGINT_MEMALLOC_MALLOC_ALLOCATORS == 1 
10021 };
10022
10023 # malloc() implementation instantiation data
10024 # Memory allocator implementations that are capable of being
10025 # used underneath malloc() must be instantiated. The code
10026 # to do this is set in this option. It is only intended to
10027 # be set by the implementation, not the user.
10028 #
10029 cdl_option CYGBLD_MEMALLOC_MALLOC_IMPLEMENTATION_HEADER {
10030     # Flavor: data
10031     # No user value, uncomment the following line to provide one.
10032     # user_value <cyg/memalloc/dlmalloc.hxx>
10033     # value_source default
10034     # Default value: <cyg/memalloc/dlmalloc.hxx>
10035
10036     # The following properties are affected by this value
10037     # option CYGIMP_MEMALLOC_MALLOC_VARIABLE_SIMPLE
10038     #     Requires:  CYGBLD_MEMALLOC_MALLOC_IMPLEMENTATION_HEADER ==  "<cyg/memalloc/memvar.hxx>" 
10039     # option CYGIMP_MEMALLOC_MALLOC_DLMALLOC
10040     #     Requires:  CYGBLD_MEMALLOC_MALLOC_IMPLEMENTATION_HEADER ==  "<cyg/memalloc/dlmalloc.hxx>" 
10041 };
10042
10043 # Simple variable block implementation
10044 # This causes malloc() to use the simple
10045 # variable block allocator.
10046 #
10047 cdl_option CYGIMP_MEMALLOC_MALLOC_VARIABLE_SIMPLE {
10048     # Flavor: bool
10049     # No user value, uncomment the following line to provide one.
10050     # user_value 0
10051     # value_source default
10052     # Default value: 0
10053     # Requires:  CYGBLD_MEMALLOC_MALLOC_IMPLEMENTATION_HEADER ==  "<cyg/memalloc/memvar.hxx>" 
10054     #     CYGBLD_MEMALLOC_MALLOC_IMPLEMENTATION_HEADER == <cyg/memalloc/dlmalloc.hxx>
10055     #   --> 0
10056     # Requires: CYGSEM_MEMALLOC_ALLOCATOR_VARIABLE_COALESCE
10057     #     CYGSEM_MEMALLOC_ALLOCATOR_VARIABLE_COALESCE == 1
10058     #   --> 1
10059 };
10060
10061 # Doug Lea's malloc implementation
10062 # This causes malloc() to use a version of Doug Lea's
10063 # malloc (dlmalloc) as the underlying implementation.
10064 #
10065 cdl_option CYGIMP_MEMALLOC_MALLOC_DLMALLOC {
10066     # Flavor: bool
10067     # No user value, uncomment the following line to provide one.
10068     # user_value 1
10069     # value_source default
10070     # Default value: 1
10071     # Requires:  CYGBLD_MEMALLOC_MALLOC_IMPLEMENTATION_HEADER ==  "<cyg/memalloc/dlmalloc.hxx>" 
10072     #     CYGBLD_MEMALLOC_MALLOC_IMPLEMENTATION_HEADER == <cyg/memalloc/dlmalloc.hxx>
10073     #   --> 1
10074 };
10075
10076 # <
10077 # Size of the fallback dynamic memory pool in bytes
10078 # If *no* heaps are configured in your memory layout,
10079 # dynamic memory allocation by
10080 # malloc() and calloc() must be from a fixed-size,
10081 # contiguous memory pool (note here that it is the
10082 # pool that is of a fixed size, but malloc() is still
10083 # able to allocate variable sized chunks of memory
10084 # from it). This option is the size
10085 # of that pool, in bytes. Note that not all of
10086 # this is available for programs to
10087 # use - some is needed for internal information
10088 # about memory regions, and some may be lost to
10089 # ensure that memory allocation only returns
10090 # memory aligned on word (or double word)
10091 # boundaries - a very common architecture
10092 # constraint.
10093 #
10094 cdl_option CYGNUM_MEMALLOC_FALLBACK_MALLOC_POOL_SIZE {
10095     # Flavor: data
10096     # No user value, uncomment the following line to provide one.
10097     # user_value 16384
10098     # value_source default
10099     # Default value: 16384
10100     # Legal values: 32 to 0x7fffffff
10101 };
10102
10103 # Common memory allocator package build options
10104 # Package specific build options including control over
10105 # compiler flags used only in building this package,
10106 # and details of which tests are built.
10107 #
10108 cdl_component CYGPKG_MEMALLOC_OPTIONS {
10109     # There is no associated value.
10110 };
10111
10112 # >
10113 # Additional compiler flags
10114 # This option modifies the set of compiler flags for
10115 # building this package. These flags are used in addition
10116 # to the set of global flags.
10117 #
10118 cdl_option CYGPKG_MEMALLOC_CFLAGS_ADD {
10119     # Flavor: data
10120     # No user value, uncomment the following line to provide one.
10121     # user_value "-fno-rtti -Woverloaded-virtual"
10122     # value_source default
10123     # Default value: "-fno-rtti -Woverloaded-virtual"
10124 };
10125
10126 # Suppressed compiler flags
10127 # This option modifies the set of compiler flags for
10128 # building this package. These flags are removed from
10129 # the set of global flags if present.
10130 #
10131 cdl_option CYGPKG_MEMALLOC_CFLAGS_REMOVE {
10132     # Flavor: data
10133     # No user value, uncomment the following line to provide one.
10134     # user_value -Wno-pointer-sign
10135     # value_source default
10136     # Default value: -Wno-pointer-sign
10137 };
10138
10139 # Tests
10140 # This option specifies the set of tests for this package.
10141 #
10142 cdl_option CYGPKG_MEMALLOC_TESTS {
10143     # 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" 
10144     # Flavor: data
10145     # 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
10146 };
10147
10148 # <
10149 # <
10150 # Common error code support
10151 # This package contains the common list of error and
10152 # status codes. It is held centrally to allow
10153 # packages to interchange error codes and status
10154 # codes in a common way, rather than each package
10155 # having its own conventions for error/status
10156 # reporting. The error codes are modelled on the
10157 # POSIX style naming e.g. EINVAL etc. This package
10158 # also provides the standard strerror() function to
10159 # convert error codes to textual representation, as
10160 # well as an implementation of the errno idiom.
10161 #
10162 cdl_package CYGPKG_ERROR {
10163     # Packages cannot be added or removed, nor can their version be changed,
10164     # simply by editing their value. Instead the appropriate configuration
10165     # should be used to perform these actions.
10166
10167     # This value cannot be modified here.
10168     # Flavor: booldata
10169     # Current value: 1 current
10170     # Requires:  CYGBLD_ISO_ERRNO_CODES_HEADER == "<cyg/error/codes.h>" 
10171     #     CYGBLD_ISO_ERRNO_CODES_HEADER == <cyg/error/codes.h>
10172     #   --> 1
10173 };
10174
10175 # >
10176 # errno variable
10177 # This package controls the behaviour of the
10178 # errno variable (or more strictly, expression)
10179 # from <errno.h>.
10180 #
10181 cdl_component CYGPKG_ERROR_ERRNO {
10182     # Flavor: bool
10183     # No user value, uncomment the following line to provide one.
10184     # user_value 1
10185     # value_source default
10186     # Default value: 1
10187     # Requires:  CYGBLD_ISO_ERRNO_HEADER == "<cyg/error/errno.h>" 
10188     #     CYGBLD_ISO_ERRNO_HEADER == <cyg/error/errno.h>
10189     #   --> 1
10190 };
10191
10192 # >
10193 # Per-thread errno
10194 # This option controls whether the standard error
10195 # code reporting variable errno is a per-thread
10196 # variable, rather than global.
10197 #
10198 cdl_option CYGSEM_ERROR_PER_THREAD_ERRNO {
10199     # Flavor: bool
10200     # No user value, uncomment the following line to provide one.
10201     # user_value 1
10202     # The inferred value should not be edited directly.
10203     inferred_value 0
10204     # value_source inferred
10205     # Default value: 1
10206     # Requires: CYGVAR_KERNEL_THREADS_DATA
10207     #     CYGVAR_KERNEL_THREADS_DATA (unknown) == 0
10208     #   --> 0
10209 };
10210
10211 # Tracing level
10212 # Trace verbosity level for debugging the errno
10213 # retrieval mechanism in errno.cxx. Increase this
10214 # value to get additional trace output.
10215 #
10216 cdl_option CYGNUM_ERROR_ERRNO_TRACE_LEVEL {
10217     # Flavor: data
10218     # No user value, uncomment the following line to provide one.
10219     # user_value 0
10220     # value_source default
10221     # Default value: 0
10222     # Legal values: 0 to 1
10223 };
10224
10225 # <
10226 # strerror function
10227 # This package controls the presence and behaviour of the
10228 # strerror() function from <string.h>
10229 #
10230 cdl_option CYGPKG_ERROR_STRERROR {
10231     # Flavor: bool
10232     # No user value, uncomment the following line to provide one.
10233     # user_value 1
10234     # value_source default
10235     # Default value: 1
10236     # Requires:  CYGBLD_ISO_STRERROR_HEADER == "<cyg/error/strerror.h>" 
10237     #     CYGBLD_ISO_STRERROR_HEADER == <cyg/error/strerror.h>
10238     #   --> 1
10239 };
10240
10241 # Error package build options
10242 # Package specific build options including control over
10243 # compiler flags used only in building this package,
10244 # and details of which tests are built.
10245 #
10246 cdl_component CYGPKG_ERROR_OPTIONS {
10247     # There is no associated value.
10248 };
10249
10250 # >
10251 # Additional compiler flags
10252 # This option modifies the set of compiler flags for
10253 # building the error package. These flags are used in addition
10254 # to the set of global flags.
10255 #
10256 cdl_option CYGPKG_ERROR_CFLAGS_ADD {
10257     # Flavor: data
10258     # No user value, uncomment the following line to provide one.
10259     # user_value ""
10260     # value_source default
10261     # Default value: ""
10262 };
10263
10264 # Suppressed compiler flags
10265 # This option modifies the set of compiler flags for
10266 # building the error package. These flags are removed from
10267 # the set of global flags if present.
10268 #
10269 cdl_option CYGPKG_ERROR_CFLAGS_REMOVE {
10270     # Flavor: data
10271     # No user value, uncomment the following line to provide one.
10272     # user_value ""
10273     # value_source default
10274     # Default value: ""
10275 };
10276
10277 # <
10278 # <
10279 # <
10280