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