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