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