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