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