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