Searched refs:ide (Results 1 – 25 of 28) sorted by relevance
12
/u-boot/doc/board/emulation/ |
A D | qemu-mips.rst | 102 dd of=ide bs=1k count=100k if=/dev/zero 105 sudo sfdisk ide << EOF 115 Copy to ide 120 dd if=uImage bs=512 conv=notrunc seek=63 of=ide 127 # Attached as loop device ide offset = 32130 * 512 128 sudo losetup -o 16450560 /dev/loop0 ide 133 sudo mount -o loop,offset=16450560 -t ext2 ide /mnt 152 setenv load_rd_ext2 'ide res; ext2load ide 0:2 ${rd_start} /boot/initrd.gz' 154 setenv load_kernel_hda 'ide res; diskboot ${load_addr} 0:2' 155 setenv load_kernel_ext2 'ide res; ext2load ide 0:2 ${load_addr} /boot/uImage' [all …]
|
A D | qemu-arm.rst | 68 …-drive if=none,file=disk.img,id=mydisk -device ich9-ahci,id=ahci -device ide-drive,drive=mydisk,bu…
|
A D | qemu-riscv.rst | 113 -device ide-hd,drive=mydisk,bus=ahci.0
|
/u-boot/lib/efi_loader/ |
A D | efi_device_path_to_text.c | 108 struct efi_device_path_atapi *ide = in dp_msging() local 110 s += sprintf(s, "Ata(%d,%d,%d)", ide->primary_secondary, in dp_msging() 111 ide->slave_master, ide->logical_unit_number); in dp_msging() 115 struct efi_device_path_scsi *ide = in dp_msging() local 117 s += sprintf(s, "Scsi(%u,%u)", ide->target_id, in dp_msging() 118 ide->logical_unit_number); in dp_msging()
|
/u-boot/include/configs/ |
A D | qemu-x86.h | 19 func(IDE, ide, 0) \
|
/u-boot/drivers/block/ |
A D | Makefile | 13 obj-$(CONFIG_IDE) += ide.o
|
A D | ide.c | 1224 U_BOOT_DRIVER(ide) = { 1235 U_BOOT_PCI_DEVICE(ide, ide_supported); 1237 UCLASS_DRIVER(ide) = { 1242 U_BOOT_LEGACY_BLK(ide) = {
|
A D | Kconfig | 72 from U-Boot. See also CMD_IDE which provides an 'ide' command for
|
/u-boot/cmd/ |
A D | ide.c | 48 U_BOOT_CMD(ide, 5, 1, do_ide,
|
A D | Makefile | 80 obj-$(CONFIG_CMD_IDE) += ide.o disk.o
|
/u-boot/doc/device-tree-bindings/ata/ |
A D | intel-sata.txt | 12 "plain-ide" : Use plain IDE mode
|
/u-boot/doc/device-tree-bindings/leds/ |
A D | common.txt | 14 "ide-disk" - LED indicates disk activity
|
A D | leds-gpio.txt | 32 linux,default-trigger = "ide-disk";
|
/u-boot/api/ |
A D | README | 37 of devices are recognized and supported: network and storage (ide, scsi,
|
/u-boot/include/ |
A D | config_distro_bootcmd.h | 255 BOOTENV_SHARED_BLKDEV_BODY(ide)
|
/u-boot/doc/device-tree-bindings/clock/ |
A D | nvidia,tegra20-car.txt | 53 25 ide
|
/u-boot/doc/board/intel/ |
A D | slimbootloader.rst | 103 …f=none,file=/path/to/core-image-sato-intel-corei7-64.hddimg,format=raw -device ide-hd,drive=mydrive
|
/u-boot/board/buffalo/lsxl/ |
A D | README | 14 one. This means that the old "ide" command and block interface is not
|
/u-boot/arch/arm/dts/ |
A D | tegra20-tamonten.dtsi | 29 nvidia,function = "ide";
|
A D | tegra20-ventana.dts | 75 nvidia,function = "ide";
|
A D | tegra20-harmony.dts | 75 nvidia,function = "ide";
|
A D | tegra20-seaboard.dts | 85 nvidia,function = "ide";
|
/u-boot/board/freescale/m54455evb/ |
A D | README | 305 ide - IDE sub-system
|
/u-boot/doc/arch/ |
A D | x86.rst | 688 => load ide 0 3000000 u-boot-payload.efi 691 Scanning disk ide.blk#0...
|
/u-boot/common/ |
A D | Kconfig.boot | 583 -42 common/cmd_ide.c Bad usage of "ide" command 584 42 common/cmd_ide.c correct usage of "ide" command
|
Completed in 56 milliseconds
12