| /u-boot/doc/usage/cmd/ |
| A D | bootdev.rst | 3 bootdev command 13 bootdev select <bm> - select a bootdev by name 14 bootdev info [-p] - show information about a bootdev 25 bootdev list 64 with `.bootdev` 67 bootdev hunt 78 bootdev select 84 Once a bootdev is selected, you can use `bootdev info` to look at it or 87 If no bootdev name or number is provided, then any existing bootdev is 91 bootdev info [all …]
|
| A D | bootflow.rst | 11 bootflow scan [-abelGH] [bootdev] 33 - If no bootdev is selected (see `bootdev select`) it scans bootflows one 71 the name of a bootdev or its sequence number (both shown with `bootdev list`). 147 Name mmc\@7e202000.bootdev.part_2 148 Device mmc\@7e202000.bootdev 166 Name of the bootdev 210 Scanning bootdev 'mmc@7e202000.bootdev': 212 Scanning bootdev 'sdhci@7e300000.bootdev': 214 Scanning bootdev 'smsc95xx_eth.bootdev': 259 Device: mmc@7e202000.bootdev [all …]
|
| /u-boot/doc/device-tree-bindings/ |
| A D | bootdev.txt | 1 U-Boot boot device (bootdev) 4 A bootdev provides a way to obtain a bootflow file from a device. It is a 7 The bootdev driver is provided by the media devices. The bindings for each 13 "u-boot,bootdev-eth" - Ethernet bootdev 14 "u-boot,bootdev-mmc" - MMC bootdev 15 "u-boot,bootdev-usb" - USB bootdev 23 mmc-bootdev { 24 compatible = "u-boot,bootdev-eth";
|
| A D | bootstd.txt | 16 bootdev-order: 17 List of bootdevs to check for bootflows, each a bootdev label (the media 27 bootdev-order = "mmc2", "mmc1";
|
| /u-boot/common/spl/ |
| A D | spl_net.c | 29 struct spl_boot_device *bootdev) in spl_net_load_image() argument 42 if (bootdev->boot_device_name) in spl_net_load_image() 43 env_set("ethact", bootdev->boot_device_name); in spl_net_load_image() 61 rv = spl_parse_image_header(spl_image, bootdev, header); in spl_net_load_image() 74 struct spl_boot_device *bootdev) in spl_net_load_image_cpgmac() argument 77 bootdev->boot_device_name = CONFIG_SPL_ETH_DEVICE; in spl_net_load_image_cpgmac() 80 return spl_net_load_image(spl_image, bootdev); in spl_net_load_image_cpgmac() 88 struct spl_boot_device *bootdev) in spl_net_load_image_usb() argument 90 bootdev->boot_device_name = "usb_ether"; in spl_net_load_image_usb() 94 return spl_net_load_image(spl_image, bootdev); in spl_net_load_image_usb()
|
| A D | spl_mmc.c | 21 struct spl_boot_device *bootdev, in mmc_load_legacy() argument 31 ret = spl_parse_image_header(spl_image, bootdev, header); in mmc_load_legacy() 82 struct spl_boot_device *bootdev, in mmc_load_image_raw_sector() argument 187 struct spl_boot_device *bootdev, in mmc_load_image_raw_partition() argument 227 struct spl_boot_device *bootdev, in mmc_load_image_raw_os() argument 261 struct spl_boot_device *bootdev, in mmc_load_image_raw_os() argument 277 struct spl_boot_device *bootdev, in spl_mmc_do_fs_boot() argument 405 struct spl_boot_device *bootdev, in spl_mmc_load() argument 496 struct spl_boot_device *bootdev) in spl_mmc_load_image() argument 498 return spl_mmc_load(spl_image, bootdev, in spl_mmc_load_image() [all …]
|
| A D | spl_usb.c | 22 struct spl_boot_device *bootdev, int partition, in spl_usb_load() argument 52 spl_load_image_fat_os(spl_image, bootdev, stor_dev, partition)) in spl_usb_load() 55 err = spl_load_image_fat(spl_image, bootdev, stor_dev, partition, filename); in spl_usb_load() 67 struct spl_boot_device *bootdev) in spl_usb_load_image() argument 69 return spl_usb_load(spl_image, bootdev, in spl_usb_load_image()
|
| A D | spl_sata.c | 21 struct spl_boot_device *bootdev, in spl_sata_load_image_raw() argument 36 ret = spl_parse_image_header(spl_image, bootdev, header); in spl_sata_load_image_raw() 58 struct spl_boot_device *bootdev) in spl_sata_load_image() argument 71 spl_load_image_fat_os(spl_image, bootdev, stor_dev, in spl_sata_load_image() 76 err = spl_load_image_fat(spl_image, bootdev, stor_dev, in spl_sata_load_image() 80 err = spl_sata_load_image_raw(spl_image, bootdev, stor_dev, in spl_sata_load_image()
|
| A D | spl_nand.c | 24 struct spl_boot_device *bootdev) in spl_nand_load_image() argument 80 struct spl_boot_device *bootdev, in spl_nand_load_element() argument 122 return spl_load_legacy_img(spl_image, bootdev, &load, offset, header); in spl_nand_load_element() 124 err = spl_parse_image_header(spl_image, bootdev, header); in spl_nand_load_element() 133 struct spl_boot_device *bootdev) in spl_nand_load_image() argument 173 err = spl_parse_image_header(spl_image, bootdev, header); in spl_nand_load_image() 193 spl_nand_load_element(spl_image, bootdev, CONFIG_ENV_OFFSET, header); in spl_nand_load_image() 195 spl_nand_load_element(spl_image, bootdev, CONFIG_ENV_OFFSET_REDUND, header); in spl_nand_load_image() 199 err = spl_nand_load_element(spl_image, bootdev, spl_nand_get_uboot_raw_page(), in spl_nand_load_image() 204 err = spl_nand_load_element(spl_image, bootdev, in spl_nand_load_image()
|
| A D | spl_bootrom.c | 10 struct spl_boot_device *bootdev) in board_return_to_bootrom() argument 16 struct spl_boot_device *bootdev) in spl_return_to_bootrom() argument 24 return board_return_to_bootrom(spl_image, bootdev); in spl_return_to_bootrom()
|
| A D | spl_fat.c | 58 struct spl_boot_device *bootdev, in spl_load_image_fat() argument 80 err = spl_parse_image_header(spl_image, bootdev, in spl_load_image_fat() 98 err = spl_parse_image_header(spl_image, bootdev, header); in spl_load_image_fat() 118 struct spl_boot_device *bootdev, in spl_load_image_fat_os() argument 139 err = spl_load_image_fat(spl_image, bootdev, block_dev, in spl_load_image_fat_os() 165 return spl_load_image_fat(spl_image, bootdev, block_dev, partition, in spl_load_image_fat_os() 170 struct spl_boot_device *bootdev, in spl_load_image_fat_os() argument
|
| A D | spl_ubi.c | 16 struct spl_boot_device *bootdev) in spl_ubi_load_image() argument 23 switch (bootdev->boot_device) { in spl_ubi_load_image() 58 spl_parse_image_header(spl_image, bootdev, header); in spl_ubi_load_image() 78 spl_parse_image_header(spl_image, bootdev, header); in spl_ubi_load_image() 81 if (bootdev->boot_device == BOOT_DEVICE_NAND) in spl_ubi_load_image()
|
| A D | spl_ext.c | 13 struct spl_boot_device *bootdev, in spl_load_image_ext() argument 50 err = spl_parse_image_header(spl_image, bootdev, header); in spl_load_image_ext() 70 struct spl_boot_device *bootdev, in spl_load_image_ext_os() argument 108 err = spl_load_image_ext(spl_image, bootdev, block_dev, in spl_load_image_ext_os() 139 return spl_load_image_ext(spl_image, bootdev, block_dev, partition, in spl_load_image_ext_os() 144 struct spl_boot_device *bootdev, in spl_load_image_ext_os() argument
|
| A D | spl_spi.c | 27 struct spl_boot_device *bootdev, in spi_load_image_os() argument 40 err = spl_parse_image_header(spl_image, bootdev, header); in spi_load_image_os() 90 struct spl_boot_device *bootdev) in spl_spi_load_image() argument 122 if (spl_start_uboot() || spi_load_image_os(spl_image, bootdev, flash, header)) in spl_spi_load_image() 141 err = spl_parse_image_header(spl_image, bootdev, in spl_spi_load_image() 168 err = spl_parse_image_header(spl_image, bootdev, header); in spl_spi_load_image()
|
| A D | spl_onenand.c | 19 struct spl_boot_device *bootdev) in spl_onenand_load_image() argument 30 ret = spl_parse_image_header(spl_image, bootdev, header); in spl_onenand_load_image()
|
| A D | spl_xip.c | 13 struct spl_boot_device *bootdev) in spl_xip() argument 27 return(spl_parse_image_header(spl_image, bootdev, in spl_xip()
|
| A D | spl_ram.c | 38 struct spl_boot_device *bootdev) in spl_ram_load_image() argument 57 if (bootdev->boot_device == BOOT_DEVICE_DFU) in spl_ram_load_image() 89 ret = spl_parse_image_header(spl_image, bootdev, header); in spl_ram_load_image()
|
| A D | spl_sdp.c | 15 struct spl_boot_device *bootdev) in spl_sdp_load_image() argument 42 ret = spl_sdp_handle(controller_index, spl_image, bootdev); in spl_sdp_load_image()
|
| /u-boot/configs/ |
| A D | slimbootloader_defconfig | 11 …bootdev} = 'usb'; then ${bootdev} start; fi; if test ${bootdev} = 'scsi'; then ${bootdev} scan; fi…
|
| A D | uniphier_v8_defconfig | 15 CONFIG_BOOTCOMMAND="run ${bootdev}script; run ${bootdev}boot" 17 CONFIG_PREBOOT="env exist ${bootdev}preboot && run ${bootdev}preboot"
|
| A D | uniphier_ld4_sld8_defconfig | 19 CONFIG_BOOTCOMMAND="run ${bootdev}script; run ${bootdev}boot" 21 CONFIG_PREBOOT="env exist ${bootdev}preboot && run ${bootdev}preboot"
|
| /u-boot/include/ |
| A D | spl.h | 378 struct spl_boot_device *bootdev, 616 struct spl_boot_device *bootdev); 658 struct spl_boot_device *bootdev, 662 struct spl_boot_device *bootdev, 669 struct spl_boot_device *bootdev, 673 struct spl_boot_device *bootdev, 730 struct spl_boot_device *bootdev); 744 struct spl_boot_device *bootdev, 760 struct spl_boot_device *bootdev, 764 struct spl_boot_device *bootdev); [all …]
|
| /u-boot/doc/develop/ |
| A D | bootstd.rst | 69 job of bootdev. A bootdev is simply a layer on top of a media device (such as 80 bootdev scans the SCSI bus looking for devices, creating a bootdev for each 112 while (get next bootdev) 129 above bootdev scanning. 302 bootdev 0 [ ] mmc_bootdev | | `-- mmc@7e202000.bootdev 305 bootdev 1 [ ] mmc_bootdev | | `-- sdhci@7e300000.bootdev 370 bootdev { 422 `bootdev` 541 bootdev. 565 bootdev part method [all …]
|
| /u-boot/arch/mips/mach-mtmips/mt7620/ |
| A D | init.c | 151 const char *bootdev; in print_cpuinfo() local 162 bootdev = boot_mode[chipmode]; in print_cpuinfo() 163 if (!bootdev) in print_cpuinfo() 164 bootdev = "Unsupported boot mode"; in print_cpuinfo() 169 printf("Boot: %s, %s\n", dram_type[dram], bootdev); in print_cpuinfo()
|
| /u-boot/arch/arm/mach-mvebu/ |
| A D | spl.c | 147 const struct spl_boot_device *bootdev) in spl_check_board_image() argument 161 const struct spl_boot_device *bootdev, in spl_parse_board_header() argument 184 bootdev->boot_device == BOOT_DEVICE_SPI && in spl_parse_board_header() 192 bootdev->boot_device == BOOT_DEVICE_SATA && in spl_parse_board_header() 200 (bootdev->boot_device == BOOT_DEVICE_MMC1) && in spl_parse_board_header() 305 struct spl_boot_device *bootdev) in board_return_to_bootrom() argument
|