| /OK3568_Linux_fs/u-boot/common/spl/ |
| H A D | spl_net.c | 29 struct spl_boot_device *bootdev) argument 42 if (bootdev->boot_device_name) 43 env_set("ethact", bootdev->boot_device_name); 80 struct spl_boot_device *bootdev) argument 83 bootdev->boot_device_name = CONFIG_SPL_ETH_DEVICE; 86 return spl_net_load_image(spl_image, bootdev); 94 struct spl_boot_device *bootdev) argument 96 bootdev->boot_device_name = "usb_ether"; 98 return spl_net_load_image(spl_image, bootdev);
|
| H 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() 75 if (bootdev->boot_device == BOOT_DEVICE_NAND) in spl_ubi_load_image()
|
| H A D | spl_ram.c | 31 struct spl_boot_device *bootdev) argument 38 if (bootdev->boot_device == BOOT_DEVICE_DFU)
|
| H A D | spl_mtd_blk.c | 104 struct spl_boot_device *bootdev) argument 111 desc = find_mtd_device(spl_mtd_get_device_index(bootdev->boot_device));
|
| H A D | spl_mmc.c | 283 struct spl_boot_device *bootdev) argument 290 err = spl_mmc_find_device(&mmc, bootdev->boot_device); 315 boot_mode = spl_boot_mode(bootdev->boot_device);
|
| H A D | spl.c | 424 struct spl_boot_device bootdev; in spl_load_image() local 426 bootdev.boot_device = loader->boot_device; in spl_load_image() 427 bootdev.boot_device_name = NULL; in spl_load_image() 429 return loader->load_image(spl_image, &bootdev); in spl_load_image()
|
| H A D | spl_nand.c | 18 struct spl_boot_device *bootdev) in spl_nand_load_image() argument 108 struct spl_boot_device *bootdev) argument
|
| H A D | spl_bootrom.c | 15 struct spl_boot_device *bootdev) in spl_return_to_bootrom() argument
|
| H A D | spl_sdp.c | 17 struct spl_boot_device *bootdev) in spl_sdp_load_image() argument
|
| H A D | spl_onenand.c | 18 struct spl_boot_device *bootdev) in spl_onenand_load_image() argument
|
| H A D | spl_xip.c | 11 struct spl_boot_device *bootdev) in spl_xip() argument
|
| H A D | spl_sata.c | 24 struct spl_boot_device *bootdev) in spl_sata_load_image() argument
|
| H A D | spl_usb.c | 26 struct spl_boot_device *bootdev) in spl_usb_load_image() argument
|
| H A D | spl_nor.c | 11 struct spl_boot_device *bootdev) in spl_nor_load_image() argument
|
| H A D | spl_rknand.c | 53 struct spl_boot_device *bootdev) argument
|
| H A D | spl_spi.c | 72 struct spl_boot_device *bootdev) argument
|
| H A D | spl_ymodem.c | 72 struct spl_boot_device *bootdev) in spl_ymodem_load_image() argument
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | atags.c | 67 printf(" version = 0x%x\n", t->u.bootdev.version); in atags_print_tag() 68 printf(" devtype = 0x%x\n", t->u.bootdev.devtype); in atags_print_tag() 69 printf(" devnum = 0x%x\n", t->u.bootdev.devnum); in atags_print_tag() 70 printf(" mode = 0x%x\n", t->u.bootdev.mode); in atags_print_tag() 71 for (i = 0; i < ARRAY_SIZE(t->u.bootdev.reserved); i++) in atags_print_tag() 73 i, t->u.bootdev.reserved[i]); in atags_print_tag() 74 printf(" hash = 0x%x\n", t->u.bootdev.hash); in atags_print_tag()
|
| /OK3568_Linux_fs/kernel/arch/alpha/boot/ |
| H A D | main.c | 106 char bootdev[256]; in openboot() local 109 result = callback_getenv(ENV_BOOTED_DEV, bootdev, 255); in openboot() 112 return callback_open(bootdev, result & 255); in openboot()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/ |
| H A D | param.c | 193 switch (t->u.bootdev.devtype) { in param_parse_atags_bootdev() 212 if (t->u.bootdev.sdupdate == SD_UNKNOWN_CARD) { in param_parse_atags_bootdev() 215 } else if (t->u.bootdev.sdupdate == SD_UPDATE_CARD) { in param_parse_atags_bootdev() 264 t->u.bootdev.devtype); in param_parse_atags_bootdev()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/initrdscripts/files/ |
| H A D | init-install.sh | 254 bootdev="UUID=$boot_uuid" 257 bootdev=${bootfs} 261 …echo "$bootdev /boot ext3 defaults 1 2" >> /tgt_root/e…
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | spl.h | 187 struct spl_boot_device *bootdev); 286 struct spl_boot_device *bootdev);
|
| /OK3568_Linux_fs/u-boot/arch/sandbox/cpu/ |
| H A D | spl.c | 29 struct spl_boot_device *bootdev) in spl_board_load_image() argument
|
| /OK3568_Linux_fs/u-boot/arch/x86/lib/ |
| H A D | spl.c | 130 struct spl_boot_device *bootdev) in spl_board_load_image() argument
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/ |
| H A D | rk_atags.h | 203 struct tag_bootdev bootdev; member
|