Home
last modified time | relevance | path

Searched refs:disk (Results 1 – 25 of 70) sorted by relevance

123

/u-boot/doc/
A DREADME.sata3 There are two ways to operate the hard disk
5 * Read/write raw blocks from/to SATA hard disk
8 1.0 How to read the SATA hard disk's information?
17 1.1 How to raw write the kernel, file system, dtb to a SATA hard disk?
19 Notes: Hard disk sectors are normally 512 bytes, so
34 1.2 How to raw read the kernel, file system, dtb from a SATA hard disk?
A DREADME.JFFS225 There only one way for JFFS2 to find the disk. It uses the flash_info
26 structure to find the start of a JFFS2 disk (called partition in the code)
39 into the disk. The current code do not work with memory holes
A DREADME.distro29 regular storage mechanism (eMMC, SD card, USB Disk, SATA disk, etc.) with
64 U-Boot falls back to searching the first valid partition of a disk for boot
75 handled by U-Boot's "syslinux" (disk) or "pxe boot" (network). This is roughly
84 for /extlinux/extlinux.conf then /boot/extlinux/extlinux.conf on disk, or
244 kernel_addr_r, and ramdisk_addr_r, so that the RAM disk can vary in size
315 device or SD card) or type of boot device (e.g. USB disk). The parameters to
318 - Upper-case disk type (MMC, SATA, SCSI, IDE, USB, DHCP, PXE, VIRTIO).
319 - Lower-case disk type (same options as above).
320 - ID of the specific disk (MMC only) or ignored for other types.
340 For disk-based booting, the list of directories within a partition that are
A DREADME.nvme45 To use an NVMe hard disk from U-Boot shell, a 'nvme scan' command needs to
67 Of course, file system command can be used on the NVMe hard disk as well:
A DREADME.chromium15 - Running U-Boot from the disk partition. This involves signing U-Boot and
16 placing it on the disk, for booting as a 'kernel'. See
78 a Linux machine completion with emulations of the display, TPM, disk, etc.
81 a device tree and binding a Chromium OS disk image for use to find kernels
/u-boot/board/boundary/nitrogen6x/
A D6x_bootscript_android.txt1 ${dtype} dev ${disk}
63 ${fs}load ${dtype} ${disk}:1 10800000 uImage && ${fs}load ${dtype} ${disk}:1 12800000 uramdisk.img …
A D6x_bootscript_android_recovery.txt1 ${dtype} dev ${disk}
63 ${fs}load ${dtype} ${disk}:1 10800000 uImage && ${fs}load ${dtype} ${disk}:1 12800000 uramdisk.img …
A D6x_upgrade.txt4 if ${fs}load ${dtype} ${disk}:1 12000000 u-boot.imx || ${fs}load ${dtype} ${disk}:1 12000000 u-boot…
/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/lib/efi_loader/
A Defi_disk.c362 struct efi_disk_obj **disk) in efi_disk_add_dev() argument
461 if (disk) in efi_disk_add_dev()
462 *disk = diskobj; in efi_disk_add_dev()
555 struct efi_disk_obj *disk; in efi_disk_register() local
569 desc, desc->devnum, NULL, 0, &disk); in efi_disk_register()
583 &disk->header, desc, if_typename, in efi_disk_register()
615 i, NULL, 0, &disk); in efi_disk_register()
629 (&disk->header, desc, in efi_disk_register()
/u-boot/doc/usage/
A Dqfw.rst24 The *qfw load* command is used to load a kernel and an initial RAM disk.
65 initial RAM disk for QEMU:
72 Now the kernel and the initial RAM disk can be loaded to the U-Boot memory via
A Dbooti.rst23 address of the initial RAM disk. Use '-' to boot a kernel with a device
24 tree but without an initial RAM disk.
27 size of the initial RAM disk. This parameter must be specified for raw
/u-boot/doc/board/emulation/
A Dqemu-arm.rst66 - To add a Serial ATA disk via an Intel ICH9 AHCI controller, pass e.g.::
68 …-drive if=none,file=disk.img,id=mydisk -device ich9-ahci,id=ahci -device ide-drive,drive=mydisk,bu…
78 - To add a NVMe disk, pass e.g.::
80 -drive if=none,file=disk.img,id=mydisk -device nvme,drive=mydisk,serial=foo
A Dqemu-ppce500.rst73 VirtIO BLK driver is also enabled to support booting from a disk image where
76 -drive file=disk.img,format=raw,id=disk0 -device virtio-blk-pci,drive=disk0
/u-boot/fs/btrfs/
A DMakefile6 extent-io.o inode.o subvolume.o crypto/hash.o disk-io.o \
A Dctree.h713 struct btrfs_disk_key *disk) in btrfs_disk_key_to_cpu() argument
715 cpu->offset = le64_to_cpu(disk->offset); in btrfs_disk_key_to_cpu()
716 cpu->type = disk->type; in btrfs_disk_key_to_cpu()
717 cpu->objectid = le64_to_cpu(disk->objectid); in btrfs_disk_key_to_cpu()
720 static inline void btrfs_cpu_key_to_disk(struct btrfs_disk_key *disk, in btrfs_cpu_key_to_disk() argument
723 disk->offset = cpu_to_le64(cpu->offset); in btrfs_cpu_key_to_disk()
724 disk->type = cpu->type; in btrfs_cpu_key_to_disk()
725 disk->objectid = cpu_to_le64(cpu->objectid); in btrfs_cpu_key_to_disk()
/u-boot/drivers/block/
A DKconfig47 This option enables a disk-block cache for all block devices.
57 This option enables the disk-block cache in SPL
64 This option enables the disk-block cache in TPL
/u-boot/arch/arm/dts/
A Dkirkwood-ns2lite.dts30 linux,default-trigger = "disk-activity";
/u-boot/doc/arch/
A Dx86.rst123 boot. For example our disk is SCSI device 0::
147 This shows that your SCSI disk has three partitions. The really long hex
221 real root disk is accessed.
241 Here root= tells Linux the location of its root disk. The disk is specified
277 Initial RAM disk at linear address 0x04000000, size 19215259 bytes
320 You should also see your boot disk turn up::
337 boot the first disk, you have that option.
416 # Create a 10G disk.img as the virtual hard disk
417 $ qemu-img create -f qcow2 disk.img 10G
422 # Boot a Windows XP OS installed on the virutal hard disk
[all …]
/u-boot/drivers/virtio/
A DKconfig6 # VirtIO is a virtualization standard for network and disk device drivers
9 # get high performance network and disk operations, and gives most of the
/u-boot/board/technexion/pico-imx7d/
A DREADME.pico-imx7d_BL3338 $ dd if=build/picopi/debug/bl2.bin.imx of=/dev/disk/by-id/usb-<your device> bs=1024 seek=1;sync
39 $ dd if=fip.bin of=/dev/disk/by-id/usb-<your device> bs=1024 seek=1;sync
/u-boot/fs/fat/
A DKconfig22 is the smallest amount of disk space that can be used to hold a
/u-boot/test/fs/
A Dfat-noncontig-test.sh80 echo Could not create empty disk image
/u-boot/cmd/
A DMakefile80 obj-$(CONFIG_CMD_IDE) += ide.o disk.o
140 obj-$(CONFIG_CMD_SCSI) += scsi.o disk.o
167 obj-$(CONFIG_CMD_USB) += usb.o disk.o

Completed in 39 milliseconds

123