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