Home
last modified time | relevance | path

Searched refs:boot_media (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Dboot_rkimg.c139 char *boot_media = NULL, *devtype = NULL; in get_bootdev_type() local
157 boot_media = "sd"; in get_bootdev_type()
159 boot_media = "emmc"; in get_bootdev_type()
162 boot_media = "nand"; in get_bootdev_type()
165 boot_media = "nand"; /* kernel treat sfc nand as nand device */ in get_bootdev_type()
168 boot_media = "nor"; in get_bootdev_type()
171 boot_media = "ramdisk"; in get_bootdev_type()
174 boot_media = "mtd"; in get_bootdev_type()
177 boot_media = "scsi"; in get_bootdev_type()
180 boot_media = "nvme"; in get_bootdev_type()
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dspl.h70 uint32_t boot_media; /* written here by the boot ROM */ member
/OK3568_Linux_fs/u-boot/disk/
H A Dpart_iso.h133 …unsigned char boot_media; /* boot Media Type: 0=no Emulation, 1=1.2MB floppy, 2=1.44MB floppy, 3=… member
H A Dpart_iso.c179 switch(pide->boot_media) { in part_get_info_iso_verb()