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