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