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