Lines Matching full:support

20 	bool "Support SPL based upon the common SPL framework"
74 bool "Support returning to the BOOTROM"
76 Some platforms (e.g. the Rockchip RK3368) provide support in their
85 bool "Support bootcount in SPL"
94 bool "Support SPL loading and booting of RAW images"
98 SPL will support loading and booting a RAW image when this option
103 bool "Support SPL loading and booting of Legacy images"
106 SPL will support loading and booting Legacy images when this option
204 Only ARM and PowerPC SPL support relocate now.
268 bool "Support CRC32"
271 Enable this to support CRC32 in uImages or FIT images within SPL.
278 bool "Support MD5"
281 Enable this to support MD5 in FIT images within SPL. An MD5
290 bool "Support SHA1"
294 Enable this to support SHA1 in FIT images within SPL. A SHA1
302 bool "Support SHA256"
306 Enable this to support SHA256 in FIT images within SPL. A SHA256
311 bool "Support SHA384"
316 Enable this to support SHA384 in FIT images within SPL. A SHA384
322 bool "Support SHA512"
327 Enable this to support SHA512 in FIT images within SPL. A SHA512
348 bool "Support CPU drivers"
350 Enable this to support CPU drivers in SPL. These drivers can set
357 bool "Support crypto drivers"
365 bool "Support hashing drivers"
375 bool "Support hashing drivers in TPL"
385 bool "Support DMA drivers"
393 bool "Support misc drivers"
398 build, for those that support building in SPL (not all drivers do).
401 bool "Support an environment"
403 Enable environment support in SPL. The U-Boot environment provides
407 configuration. But some boards use this to support 'Falcon' boot
413 bool "Support save environment"
417 Enable save environment support in SPL after setenv. By default
419 this support in 'Falcon' boot, where SPL need to boot from
427 bool "Support Ethernet"
432 link rather than from an on-board peripheral. Environment support
437 bool "Support EXT filesystems"
439 Enable support for EXT2/3/4 filesystems with SPL. This permits
441 filesystem from within SPL. Support for the underlying block
445 bool "Support FAT filesystems"
448 Enable support for FAT and VFAT filesystems with SPL. This
450 filesystem from within SPL. Support for the underlying block
454 bool "Support write for FAT filesystems"
456 Enable write support for FAT and VFAT filesystems with SPL.
457 Support for the underlying block device (e.g. MMC or USB) must be
461 bool "Support FPGAs"
463 Enable support for FPGAs in SPL. Field-programmable Gate Arrays
472 bool "Support GPIO in SPL"
474 Enable support for GPIOs (General-purpose Input/Output) in SPL.
483 bool "Support I2C"
485 Enable support for the I2C (Inter-Integrated Circuit) bus in SPL.
496 bool "Support common libraries"
498 Enable support for common U-Boot libraries within SPL. These
505 bool "Support disk partitions"
508 Enable support for disk partitions within SPL. 'Disk' is something
515 option enables whatever partition support has been enabled in
519 bool "Support generic libraries"
521 Enable support for generic U-Boot libraries within SPL. These
528 bool "Support Mailbox"
530 Enable support for Mailbox within SPL. This enable the inter
536 bool "Support MMC"
540 Enable support for MMC (Multimedia Card) within SPL. This enables
543 support depending on the application (SPL_LIBDISK_SUPPORT). Enable
548 bool "MMC/SD/SDIO card support for write operations in SPL"
556 bool "Support MPC8XXX DDR init"
558 Enable support for DDR-SDRAM (double-data-rate synchronous dynamic
564 bool "Support MTD drivers"
566 Enable support for MTD (Memory Technology Device) within SPL. MTD
573 bool "Support new Mentor Graphics USB"
575 Enable support for Mentor Graphics USB in SPL. This is a new
581 bool "Support NAND flash"
583 Enable support for NAND (Negative AND) flash in SPL. NAND flash
589 bool "Support networking"
591 Enable support for network devices (such as Ethernet) in SPL.
593 from an on-board peripheral. Environment support is required since
617 bool "Support NOR flash"
619 Enable support for loading U-Boot from memory-mapped NOR (Negative
625 bool "Support XIP"
628 Enable support for execute in place of U-Boot or kernel image. There
634 bool "Support OneNAND flash"
636 Enable support for OneNAND (Negative AND) flash in SPL. OneNAND is
670 bool "Support PCI drivers"
672 Enable support for PCI in SPL. For platforms that need PCI to boot,
674 necessary driver support. This enables the drivers in drivers/pci
678 bool "Support PCH drivers"
680 Enable support for PCH (Platform Controller Hub) devices in SPL.
686 bool "Support POST drivers"
688 Enable support for POST (Power-on Self Test) in SPL. POST is a
695 bool "Support reset drivers"
698 Enable support for reset control in SPL.
704 bool "Support power drivers"
706 Enable support for power control in SPL. This includes support
716 bool "Support power domain drivers"
718 Enable support for power domain control in SPL. Many SoCs allow
725 bool "Support booting from RAM"
732 bool "Support booting from preloaded image in RAM"
741 bool "Support REMOTEPROCS"
743 Enable support for REMOTEPROCs in SPL. This permits to load
747 bool "Support RTC drivers"
749 Enable RTC (Real-time Clock) support in SPL. This includes support
756 bool "Support loading from SATA"
758 Enable support for SATA (Serial AT attachment) in SPL. This allows
766 bool "Support serial"
770 Enable support for serial in SPL. This allows use of a serial UART
777 bool "Support SPI flash drivers"
779 Enable support for using SPI flash in SPL, and loading U-Boot from
789 bool "Enable low footprint SPL SPI Flash support"
793 Enable lightweight SPL SPI Flash support that supports just reading
794 data/images from flash. No support to write/erase flash. Enable
796 fledged SPI flash support.
799 bool "SFDP table parsing support for SPI NOR flashes"
802 Enable support for parsing and auto discovery of parameters for
807 bool "Support loading from SPI flash"
809 Enable support for loading next stage, U-Boot or otherwise, from
815 bool "Support SPI drivers"
817 Enable support for using SPI in SPL. This is used for connecting
825 bool "Driver support for thermal devices"
827 Enable support for temperature-sensing devices. Some SoCs have on-chip
833 bool "Support USB host drivers"
844 bool "Support loading from USB"
847 Enable support for USB devices in SPL. This allows use of USB
862 bool "Support USB Ethernet drivers"
867 than from an onboard peripheral. Environment support is required
872 bool "Support DFU (Device Firmware Upgrade)"
878 RAM memory device support. The ROM code will load and execute
899 bool "Support SDP (Serial Download Protocol)"
901 Enable Serial Download Protocol (SDP) device support in SPL. This
907 bool "Support watchdog drivers"
909 Enable support for watchdog drivers in SPL. A watchdog is
915 bool "Support loading using Ymodem"
924 bool "Support ARM Trusted Firmware"
953 bool "Support OP-TEE Trusted OS"
1037 bool "Support returning to the BOOTROM (from TPL)"
1039 Some platforms (e.g. the Rockchip RK3368) provide support in their
1048 bool "Support misc drivers in TPL"
1053 build, for those that support building in TPL (not all drivers do).
1056 bool "Support an environment"
1058 Enable environment support in TPL. See SPL_ENV_SUPPORT for details.
1061 bool "Support GPIO in TPL"
1063 Enable support for GPIOs (General-purpose Input/Output) in TPL.
1072 bool "Support I2C"
1074 Enable support for the I2C bus in TPL. See SPL_I2C_SUPPORT for
1078 bool "Support common libraries"
1080 Enable support for common U-Boot libraries within TPL. See
1084 bool "Support generic libraries"
1086 Enable support for generic U-Boot libraries within TPL. See
1090 bool "Support MPC8XXX DDR init"
1092 Enable support for DDR-SDRAM on the MPC8XXX family within TPL. See
1096 bool "Support MMC"
1099 Enable support for MMC within TPL. See SPL_MMC_SUPPORT for details.
1102 bool "Support NAND flash"
1104 Enable support for NAND in TPL. See SPL_NAND_SUPPORT for details.
1107 bool "Support PCI drivers"
1109 Enable support for PCI in TPL. For platforms that need PCI to boot,
1111 necessary driver support. This enables the drivers in drivers/pci
1115 bool "Support PCH drivers"
1117 Enable support for PCH (Platform Controller Hub) devices in TPL.
1123 bool "Support booting from RAM"
1129 bool "Support booting from preloaded image in RAM"
1137 bool "Support RTC drivers"
1139 Enable RTC (Real-time Clock) support in TPL. This includes support
1146 bool "Support serial"
1150 Enable support for serial in TPL. See SPL_SERIAL_SUPPORT for
1154 bool "Support SPI flash drivers"
1156 Enable support for using SPI flash in TPL. See SPL_SPI_FLASH_SUPPORT
1160 bool "Support loading from SPI flash"
1163 Enable support for loading next stage, U-Boot or otherwise, from
1167 bool "Support SPI drivers"
1169 Enable support for using SPI in TPL. See SPL_SPI_SUPPORT for
1173 bool "Support loading using Ymodem"