7 select SHA256 if ARMADA_3700
8 select SHA512 if ARMADA_3700
9 select DOS_PARTITION if ARMADA_3700
10 select EFI_PARTITION if ARMADA_3700
11 select PARTITION_TYPE_GUID if ARMADA_3700
12 select MVEBU_EFUSE if ARMADA_38X || ARMADA_3700
14 bubt - Burn a u-boot image to flash
15 For details about bubt command please see the documentation
16 in doc/mvebu/cmd/bubt.txt
21 prompt "Flash for image"
22 default MVEBU_SPI_BOOT if MVEBU_SPL_BOOT_DEVICE_SPI
23 default MVEBU_NAND_BOOT if MVEBU_SPL_BOOT_DEVICE_NAND
24 default MVEBU_MMC_BOOT if MVEBU_SPL_BOOT_DEVICE_MMC
25 default MVEBU_SATA_BOOT if MVEBU_SPL_BOOT_DEVICE_SATA
26 default MVEBU_SPI_BOOT
28 config MVEBU_NAND_BOOT
29 bool "NAND flash boot"
30 depends on NAND_PXA3XX
32 Enable boot from NAND flash.
33 Allow usage of NAND flash as a target for "bubt" command
34 For details about bubt command please see the documentation
35 in doc/mvebu/cmd/bubt.txt
41 Enable boot from SPI flash.
42 Allow usage of SPI flash as a target for "bubt" command
43 For details about bubt command please see the documentation
44 in doc/mvebu/cmd/bubt.txt
47 bool "eMMC flash boot"
48 depends on MVEBU_MMC || MMC_SDHCI_XENON
50 Enable boot from eMMC boot partition
51 Allow usage of eMMC/SD device as a target for "bubt" command
52 For details about bubt command please see the documentation
53 in doc/mvebu/cmd/bubt.txt
55 config MVEBU_SATA_BOOT
56 bool "SATA flash boot"
59 Enable boot from SATA disk.
60 Allow usage of SATA disk as a target for "bubt" command
61 For details about bubt command please see the documentation
62 in doc/mvebu/cmd/bubt.txt
66 config MVEBU_UBOOT_DFLT_NAME
67 string "Default image name for bubt command"
68 default BUILD_TARGET if ARMADA_32BIT && BUILD_TARGET != ""
69 default "flash-image.bin"
71 This option should contain a default file name to be used with
72 MVEBU "bubt" command if the source file name is omitted
76 config CMD_MVEBU_COMPHY_RX_TRAINING
77 bool "mvebu_comphy_rx_training"
80 Perform COMPHY RX training sequence