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