Lines Matching +full:one +full:- +full:time

7 	  This is used by SoC platforms which do not have built-in ELM
13 Enabling this option will pass "-O2" to gcc when compiling
86 This option allows you to use the built-in libgcc implementation
87 of U-Boot instead of the one provided by the compiler.
122 If this variable is defined, U-Boot is linked against the
128 prompt "Pseudo-random library support type"
132 Select the library to provide pseudo-random number generator
137 bool "Pseudo-random library support"
147 The faster memset() is the arch-specific one (if available) enabled
149 better performance by writing a word at a time. But in very
150 size-constrained environments even this may be too big. Enable this
156 The faster memset() is the arch-specific one (if available) enabled
158 better performance by writing a word at a time. But in very
159 size-constrained environments even this may be too big. Enable this
178 supported by the algorithm but only a 128-bit key is supported at
191 for the low-level TPM interface, but only one TPM is supported at
192 a time by the TPM library.
202 for the low-level TPM interface, but only one TPM is supported at
203 a time by the TPM library.
213 for the low-level TPM interface, but only one TPM is supported at
214 a time by the TPM library.
239 The SHA1 algorithm produces a 160-bit (20-byte) hash value
247 The SHA256 algorithm produces a 256-bit (32-byte) hash value
261 The SHA512 algorithm produces a 512-bit (64-byte) hash value
270 The SHA384 algorithm produces a 384-bit (48-byte) hash value
284 This option enables hardware-acceleration for SHA progressive
286 Data can be streamed in a block at a time and the hashing is
303 is included. The LZ4 algorithm can run in-place as long as the
311 (generated by 'lz4 -l'). The two formats are incompatible.
316 This enables support for LZMA (Lempel-Ziv-Markov chain algorithm),
332 family of byte-oriented compression schemes.
353 bool "Enable function for getting errno-related string message"
357 - if errno is null or positive number - a pointer to "Success" message
358 - if errno is negative - a pointer to errno related message
432 Change this to override the default one (CONFIG_SYS_VENDOR).
440 Change this to override the default one (CONFIG_SYS_BOARD).