Lines Matching +full:arm +full:- +full:efi

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
24 default y if HAVE_PRIVATE_LIBGCC && ((ARM && !ARM64) || MIPS)
26 This option allows you to use the built-in libgcc implementation
27 of U-Boot instead of the one provided by the compiler.
68 If this variable is defined, U-Boot is linked against the
74 bool "Pseudo-random library support "
76 This library provides pseudo-random number generator functions.
82 The faster memset() is the arch-specific one (if available) enabled
85 size-constrained envrionments even this may be too big. Enable this
91 The faster memset() is the arch-specific one (if available) enabled
94 size-constrained envrionments even this may be too big. Enable this
125 supported by the algorithm but only a 128-bit key is supported at
138 for the low-level TPM interface, but only one TPM is supported at
164 The SHA1 algorithm produces a 160-bit (20-byte) hash value
172 The SHA256 algorithm produces a 256-bit (32-byte) hash value
180 The SHA512 algorithm produces a 512-bit (64-byte) hash value
195 This option enables hardware-acceleration for
214 is included. The LZ4 algorithm can run in-place as long as the
222 (generated by 'lz4 -l'). The two formats are incompatible.
227 This enables support for LZMA (Lempel-Ziv-Markov chain algorithm),
236 This enables support for LZMA (Lempel-Ziv-Markov chain algorithm),
264 bool "Enable function for getting errno-related string message"
268 - if errno is null or positive number - a pointer to "Success" message
269 - if errno is negative - a pointer to errno related message
321 depends on (!EFI && !SYS_COREBOOT) || (ARM && EFI_LOADER)
360 source lib/efi/Kconfig