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