Searched refs:ide (Results 1 – 25 of 37) sorted by relevance
12
| /u-boot/lib/efi_loader/ |
| A D | efi_device_path_to_text.c | 115 struct efi_device_path_atapi *ide = in dp_msging() local 117 s += sprintf(s, "Ata(%d,%d,%d)", ide->primary_secondary, in dp_msging() 118 ide->slave_master, ide->logical_unit_number); in dp_msging() 122 struct efi_device_path_scsi *ide = in dp_msging() local 124 s += sprintf(s, "Scsi(%u,%u)", ide->target_id, in dp_msging() 125 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 | 1070 U_BOOT_DRIVER(ide) = { 1081 U_BOOT_PCI_DEVICE(ide, ide_supported); 1083 UCLASS_DRIVER(ide) = {
|
| A D | Kconfig | 138 from U-Boot. See also CMD_IDE which provides an 'ide' command for
|
| /u-boot/cmd/ |
| A D | ide.c | 68 U_BOOT_CMD(ide, 5, 1, do_ide,
|
| A D | Makefile | 96 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/scripts/ |
| A D | build-efi.sh | 117 -device ide-hd,drive=disk,bus=ahci.0 ${extra}
|
| /u-boot/api/ |
| A D | README | 37 of devices are recognized and supported: network and storage (ide, scsi,
|
| /u-boot/tools/buildman/ |
| A D | control.py | 393 if not options.ide: 404 options.filter_migration_warnings, options.ide)
|
| A D | builder.py | 396 filter_migration_warnings=False, ide=False): argument 423 self._ide = ide
|
| /u-boot/include/ |
| A D | config_distro_bootcmd.h | 265 BOOTENV_SHARED_BLKDEV_BODY(ide)
|
| /u-boot/doc/device-tree-bindings/clock/ |
| A D | nvidia,tegra20-car.txt | 53 25 ide
|
| /u-boot/doc/usage/cmd/ |
| A D | bootdev.rst | 154 5 ide ide_bootdev
|
| /u-boot/doc/board/emulation/ |
| A D | qemu-arm.rst | 73 -device ich9-ahci,id=ahci -device ide-drive,drive=mydisk,bus=ahci.0
|
| A D | qemu-riscv.rst | 132 -device ide-hd,drive=mydisk,bus=ahci.0
|
| /u-boot/arch/arm/dts/ |
| A D | kirkwood-nsa310s.dts | 246 linux,default-trigger = "ide-disk";
|
| A D | armada-385-thecus-n2350.dts | 94 linux,default-trigger = "ide-disk1";
|
| A D | tegra20-tamonten.dtsi | 29 nvidia,function = "ide";
|
| A D | tegra20-ventana.dts | 75 nvidia,function = "ide";
|
| /u-boot/board/buffalo/lsxl/ |
| A D | README | 14 one. This means that the old "ide" command and block interface is not
|
| /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
|
Completed in 48 milliseconds
12