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