Home
last modified time | relevance | path

Searched refs:bootdev (Results 1 – 25 of 32) sorted by relevance

12

/OK3568_Linux_fs/u-boot/common/spl/
H A Dspl_net.c29 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 Dspl_ubi.c16 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 Dspl_ram.c31 struct spl_boot_device *bootdev) argument
38 if (bootdev->boot_device == BOOT_DEVICE_DFU)
H A Dspl_mtd_blk.c104 struct spl_boot_device *bootdev) argument
111 desc = find_mtd_device(spl_mtd_get_device_index(bootdev->boot_device));
H A Dspl_mmc.c283 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 Dspl.c424 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 Dspl_nand.c18 struct spl_boot_device *bootdev) in spl_nand_load_image() argument
108 struct spl_boot_device *bootdev) argument
H A Dspl_bootrom.c15 struct spl_boot_device *bootdev) in spl_return_to_bootrom() argument
H A Dspl_sdp.c17 struct spl_boot_device *bootdev) in spl_sdp_load_image() argument
H A Dspl_onenand.c18 struct spl_boot_device *bootdev) in spl_onenand_load_image() argument
H A Dspl_xip.c11 struct spl_boot_device *bootdev) in spl_xip() argument
H A Dspl_sata.c24 struct spl_boot_device *bootdev) in spl_sata_load_image() argument
H A Dspl_usb.c26 struct spl_boot_device *bootdev) in spl_usb_load_image() argument
H A Dspl_nor.c11 struct spl_boot_device *bootdev) in spl_nor_load_image() argument
H A Dspl_rknand.c53 struct spl_boot_device *bootdev) argument
H A Dspl_spi.c72 struct spl_boot_device *bootdev) argument
H A Dspl_ymodem.c72 struct spl_boot_device *bootdev) in spl_ymodem_load_image() argument
/OK3568_Linux_fs/u-boot/cmd/
H A Datags.c67 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 Dmain.c106 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 Dparam.c193 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 Dinit-install.sh254 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 Dspl.h187 struct spl_boot_device *bootdev);
286 struct spl_boot_device *bootdev);
/OK3568_Linux_fs/u-boot/arch/sandbox/cpu/
H A Dspl.c29 struct spl_boot_device *bootdev) in spl_board_load_image() argument
/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Dspl.c130 struct spl_boot_device *bootdev) in spl_board_load_image() argument
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/
H A Drk_atags.h203 struct tag_bootdev bootdev; member

12