Home
last modified time | relevance | path

Searched refs:ide (Results 1 – 25 of 28) sorted by relevance

12

/u-boot/doc/board/emulation/
A Dqemu-mips.rst102 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 Dqemu-arm.rst68 …-drive if=none,file=disk.img,id=mydisk -device ich9-ahci,id=ahci -device ide-drive,drive=mydisk,bu…
A Dqemu-riscv.rst113 -device ide-hd,drive=mydisk,bus=ahci.0
/u-boot/lib/efi_loader/
A Defi_device_path_to_text.c108 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 Dqemu-x86.h19 func(IDE, ide, 0) \
/u-boot/drivers/block/
A DMakefile13 obj-$(CONFIG_IDE) += ide.o
A Dide.c1224 U_BOOT_DRIVER(ide) = {
1235 U_BOOT_PCI_DEVICE(ide, ide_supported);
1237 UCLASS_DRIVER(ide) = {
1242 U_BOOT_LEGACY_BLK(ide) = {
A DKconfig72 from U-Boot. See also CMD_IDE which provides an 'ide' command for
/u-boot/cmd/
A Dide.c48 U_BOOT_CMD(ide, 5, 1, do_ide,
A DMakefile80 obj-$(CONFIG_CMD_IDE) += ide.o disk.o
/u-boot/doc/device-tree-bindings/ata/
A Dintel-sata.txt12 "plain-ide" : Use plain IDE mode
/u-boot/doc/device-tree-bindings/leds/
A Dcommon.txt14 "ide-disk" - LED indicates disk activity
A Dleds-gpio.txt32 linux,default-trigger = "ide-disk";
/u-boot/api/
A DREADME37 of devices are recognized and supported: network and storage (ide, scsi,
/u-boot/include/
A Dconfig_distro_bootcmd.h255 BOOTENV_SHARED_BLKDEV_BODY(ide)
/u-boot/doc/device-tree-bindings/clock/
A Dnvidia,tegra20-car.txt53 25 ide
/u-boot/doc/board/intel/
A Dslimbootloader.rst103 …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 DREADME14 one. This means that the old "ide" command and block interface is not
/u-boot/arch/arm/dts/
A Dtegra20-tamonten.dtsi29 nvidia,function = "ide";
A Dtegra20-ventana.dts75 nvidia,function = "ide";
A Dtegra20-harmony.dts75 nvidia,function = "ide";
A Dtegra20-seaboard.dts85 nvidia,function = "ide";
/u-boot/board/freescale/m54455evb/
A DREADME305 ide - IDE sub-system
/u-boot/doc/arch/
A Dx86.rst688 => load ide 0 3000000 u-boot-payload.efi
691 Scanning disk ide.blk#0...
/u-boot/common/
A DKconfig.boot583 -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