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