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