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