Lines Matching +full:arc +full:- +full:2016
3 # see the file Documentation/kbuild/kconfig-language.txt in the
6 mainmenu "U-Boot $UBOOTVERSION Configuration"
12 # Allow defaults in arch-specific code to override any given here
24 string "Local version - append to U-Boot release"
26 Append an extra string to the end of your U-Boot version.
41 A string of the format -gxxxxxxxx will be added to the localversion
42 if a Git-based tree is found. The string generated by this will be
49 $ git rev-parse --verify HEAD
57 Enabling this option will pass "-Os" instead of "-O2" to gcc
58 resulting in a smaller U-Boot image.
60 This option is enabled by default for U-Boot.
83 for building u-boot for booting general purpose Linux distributions.
125 bool "Configure standard U-Boot features (expert users)"
128 This option allows certain base U-Boot options and settings
130 environments which can tolerate a "non-standard" U-Boot.
148 should be replaced by calloc - if one expects zeroed memory.
155 it is possible to set breakpoints on particular lines, single-step
172 bool "U-Boot Image with gzip compression"
175 This enables gzip compression on U-Boot Image.
204 SHA256 checksum is a 256-bit (32-byte) hash value used to check that
206 for use in secure applications since (as at 2016) there is no known
210 supported in U-Boot.
218 RSA4096 is a 4096-bit (512-byte) key used to check that
220 of algorithms recommended for use in secure applications since (as at 2016)
243 bool "Enable rollback-index protection for FIT image"
246 Enable rollback-index protection for FIT image
249 bool "Support rsassa-pss signature scheme of FIT image contents"
261 and in the u-boot support of the FIT image.
276 U-Boot itself. A match is considered "best" if it matches the
277 most specific compatibility entry of U-Boot's fdt's root node.
281 bool "Enable post-processing of FIT artifacts after loading by U-Boot"
286 board specific way. In order to use this feature a platform or board-
288 provided. Also, anything done during this post-processing step would
290 injected into the FIT creation (i.e. the blobs would have been pre-
307 bool "Omit u-boot-nodtb.bin and u-boot.dtb when output uboot.itb"
323 bool "Enable SPL rollback-index protection for FIT image"
326 Enable SPL rollback-index protection for FIT image
333 and in the u-boot support of the FIT image in SPL.
336 bool "Enable SPL loading U-Boot as a FIT"
340 of the build. This contains U-Boot along with information as to
344 and passing the correct one to U-Boot.
347 bool "Enable post-processing of FIT artifacts after loading by the SPL"
351 from the U-Boot FIT image like stripping off headers or modifying the
354 or board-specific implementation of board_fit_image_post_process() must
355 be provided. Also, anything done during this post-processing step would
357 injected into the FIT creation (i.e. the blobs would have been pre-
383 string ".its source file for U-Boot FIT image"
387 U-Boot FIT image. This could specify further image to load and/or
391 string ".its file generator script for U-Boot FIT image"
396 source file used to build the U-Boot FIT image file. This gets
405 SPL FIT image size in KiB, default 2048KB = 1024KB(u-boot) + 1024KB(tee/atf + others).
417 bool "Set up board-specific details in device tree before boot"
420 This causes U-Boot to call ft_board_setup() before booting into
422 board-specific information in the device tree for use by the OS.
426 bool "Set up system-specific details in device tree before boot"
429 This causes U-Boot to call ft_system_setup() before booting into
431 system-specific information in the device tree for use by the OS.
435 bool "Update the device-tree stdout alias from U-Boot"
438 This uses U-Boot's serial alias from the aliases node to update
439 the device tree passed to the OS. The "linux,stdout-path" property
459 depends on ARC || X86 || ARCH_UNIPHIER || ARCH_ZYNQMP || \
471 depends on ARC || ARCH_SUNXI