| /u-boot/doc/usage/ |
| A D | partitions.rst | 30 partition. On most devices, hardware partition 0 specifies the whole 31 device. On eMMC devices, hardware partition 0 is the user partition, 37 The partition number, starting from 1. The partition number 0 specifies 38 that the whole device is to be used as one "partition." 41 The partition name. This is the partition label for GPT partitions. For 56 The partition number. This is the same as above. 59 table, then partition 1 is used. If there is no partition table, then the whole 68 and partition number 3:: 73 0, and the partition labeled ``boot``:: 77 Print the partition UUID of the SATA device ``$bootdevice``, hardware partition [all …]
|
| /u-boot/disk/ |
| A D | Kconfig | 40 bool "Enable Apple's MacOS partition table" 53 bool "Enable MS Dos partition table" 61 bool "Enable MS Dos partition table for SPL" 69 bool "Enable ISO partition table" 75 bool "Enable ISO partition table for SPL" 80 bool "Enable AMIGA partition table" 87 bool "Enable AMIGA partition table for SPL" 93 bool "Enable EFI GPT partition table" 105 int "Number of the EFI partition entries" 159 for EFI partition [all …]
|
| /u-boot/doc/usage/cmd/ |
| A D | part.rst | 31 partition number 42 partition number 50 part can be either partition number or partition name. 57 partition number 62 part can be either partition number or partition name. 69 partition number 73 The 'part number' command sets an environment variable to the partition number using the partition … 74 part must be specified as partition name. 81 partition number 92 partition number [all …]
|
| A D | read.rst | 22 <dev> parameters. If the block device has a partition table, one can 23 optionally specify a partition number (using the :part syntax) or 24 partition name (using the #partname syntax). The command then reads 26 device/partition to the memory address <addr>. 37 # Read 2 MiB from partition 3 of mmc device 2 to $loadaddr 40 # Read 16 MiB from the partition named 'kernel' of mmc device 1 to $loadaddr 43 # Write to the third sector of the partition named 'bootdata' of mmc device 0
|
| A D | mbr.rst | 11 mbr verify [interface] [device no] [partition list] 12 mbr write [interface] [device no] [partition list] 18 partition layout based on the provided text description. The partition 21 proper partition layout. 23 The syntax of the text description of the partition list is similar to 26 Supported partition parameters are: 29 * start (partition start offset in bytes) 32 * id (MBR partition type) 35 partition (with 0x05 ID) has to be explicitly provided as a one of the
|
| A D | fatinfo.rst | 16 The fatinfo command displays information about a FAT partition. 25 partition number, defaults to 1 30 Here is the output for a partition on a 32 GB SD-Card: 50 The return value $? is set to 0 (true) if the partition is a FAT partition.
|
| /u-boot/arch/arm/dts/ |
| A D | ls1021a-pg-wcom-seli8.dts | 64 partition@0 { 69 partition@20000 { 73 partition@40000 { 77 partition@60000 { 81 partition@100000 { 85 partition@200000 { 89 partition@220000 { 93 partition@240000 { 97 partition@340000 {
|
| A D | ls1021a-pg-wcom-expu1.dts | 81 partition@0 { 86 partition@20000 { 90 partition@40000 { 94 partition@60000 { 98 partition@100000 { 102 partition@200000 { 106 partition@220000 { 110 partition@240000 { 114 partition@340000 {
|
| A D | synquacer-sc2a11-developerbox-u-boot.dtsi | 38 partition@0 { 44 partition@70000 { 50 partition@100000 { 56 partition@180000 { 61 partition@1f8000 { 66 partition@200000 { 71 partition@300000 { 76 partition@500000 {
|
| A D | keystone-k2g-evm.dts | 77 partition@0 { 83 partition@1 { 107 partition@0 { 111 partition@1 { 115 partition@2 { 119 partition@3 { 123 partition@4 { 127 partition@5 {
|
| A D | keystone-k2g-ice.dts | 55 partition@0 { 59 partition@1 { 63 partition@2 { 67 partition@3 { 71 partition@4 { 75 partition@5 { 79 partition@6 {
|
| A D | armada-xp-crs305-1g-4s-bit.dts | 26 partition@u-boot { 30 partition@u-boot-env { 34 partition@ubi1 { 38 partition@ubi2 {
|
| A D | armada-xp-crs326-24g-2s-bit.dts | 26 partition@u-boot { 30 partition@u-boot-env { 34 partition@ubi1 { 38 partition@ubi2 {
|
| /u-boot/common/spl/ |
| A D | spl_fat.c | 23 static int spl_register_fat_device(struct blk_desc *block_dev, int partition) in spl_register_fat_device() argument 30 err = fat_register_device(block_dev, partition); in spl_register_fat_device() 59 struct blk_desc *block_dev, int partition, in spl_load_image_fat() argument 65 err = spl_register_fat_device(block_dev, partition); in spl_load_image_fat() 119 struct blk_desc *block_dev, int partition) in spl_load_image_fat_os() argument 124 err = spl_register_fat_device(block_dev, partition); in spl_load_image_fat_os() 140 partition, file); in spl_load_image_fat_os() 165 return spl_load_image_fat(spl_image, bootdev, block_dev, partition, in spl_load_image_fat_os() 171 struct blk_desc *block_dev, int partition) in spl_load_image_fat_os() argument
|
| A D | spl_ext.c | 14 struct blk_desc *block_dev, int partition, in spl_load_image_ext() argument 24 if (part_get_info(block_dev, partition, &part_info)) { in spl_load_image_ext() 71 struct blk_desc *block_dev, int partition) in spl_load_image_ext_os() argument 78 if (part_get_info(block_dev, partition, &part_info)) { in spl_load_image_ext_os() 109 partition, file); in spl_load_image_ext_os() 139 return spl_load_image_ext(spl_image, bootdev, block_dev, partition, in spl_load_image_ext_os() 145 struct blk_desc *block_dev, int partition) in spl_load_image_ext_os() argument
|
| /u-boot/board/sifive/unleashed/ |
| A D | genimage_sdcard.cfg | 8 partition u-boot-spl { 11 partition-type-uuid = 5B193300-FC78-40CD-8002-E86C45580B47 14 partition u-boot { 17 partition-type-uuid = 2E54B353-1271-4842-806F-E436D6AF6985
|
| A D | genimage_spi-nor.cfg | 8 partition u-boot-spl { 11 partition-type-uuid = 5B193300-FC78-40CD-8002-E86C45580B47 14 partition u-boot { 17 partition-type-uuid = 2E54B353-1271-4842-806F-E436D6AF6985
|
| /u-boot/arch/xtensa/dts/ |
| A D | xtfpga-flash-128m.dtsi | 10 partition@0x0 { 14 partition@0x6000000 { 18 partition@0x6800000 { 22 partition@0x7fe0000 {
|
| A D | xtfpga-flash-16m.dtsi | 10 partition@0x0 { 14 partition@0x400000 { 18 partition@0xa00000 { 22 partition@0xfe0000 {
|
| /u-boot/fs/ |
| A D | fs_internal.c | 17 int fs_devread(struct blk_desc *blk, struct disk_partition *partition, in fs_devread() argument 31 >= partition->size) { in fs_devread() 45 if (blk_dread(blk, partition->start + sector, 1, in fs_devread() 68 blk_dread(blk, partition->start + sector, 1, in fs_devread() 74 if (blk_dread(blk, partition->start + sector, in fs_devread() 87 if (blk_dread(blk, partition->start + sector, 1, in fs_devread()
|
| /u-boot/lib/libavb/ |
| A D | avb_ops.h | 111 const char* partition, 133 const char* partition, 155 const char* partition, 231 const char* partition, 245 const char* partition, 308 const char* partition,
|
| /u-boot/arch/arm/mach-zynqmp/ |
| A D | handoff.c | 65 struct xfsbl_partition partition[FSBL_MAX_PARTITIONS]; member 86 atfhandoffparams->partition[index].entry_point = bl32_entry; in bl2_plat_get_bl31_params() 87 atfhandoffparams->partition[index].flags = FSBL_FLAGS_EL1 << FSBL_FLAGS_EL_SHIFT | in bl2_plat_get_bl31_params() 94 atfhandoffparams->partition[index].entry_point = bl33_entry; in bl2_plat_get_bl31_params() 95 atfhandoffparams->partition[index].flags = FSBL_FLAGS_EL2 << in bl2_plat_get_bl31_params()
|
| /u-boot/doc/ |
| A D | README.gpt | 105 80 4 B Number of partition entries 107 88 4 B CRC32 of partition array 123 CRC32 for partition entries (field "CRC32 of partition array") is calculated for 142 Bit 0 - System partition 146 For Basic data partition : 154 To restore GUID partition table one needs to: 155 1. Define partition layout in the environment. 166 If field 'size' of the last partition is 0, the partition is extended 240 Modifying GPT partition layout from U-Boot: 260 For created partition, the used partition type GUID is [all …]
|
| /u-boot/board/emulation/common/ |
| A D | Kconfig | 2 string "mtd boot partition for nor0" 6 This define the partition of nor0 used to build mtparts dynamically 10 string "mtd u-boot env partition for nor1" 14 This define the partition of nor1 used to build mtparts dynamically
|
| /u-boot/doc/android/ |
| A D | fastboot.rst | 79 Fastboot partition aliases can also be defined for devices where GPT 82 partition name used commonly with fastboot. 88 fastboot_partition_alias_<alias partition name>=<actual partition name> 94 Raw partition descriptors 97 In cases where no partition table is present, a raw partition descriptor can be 99 number for a given partition name. 103 boot partition. 123 fastboot.partition-type:boot=jffs2 138 For GPT/EFI the respective partition name is used. 143 <device type><device index letter><partition index> [all …]
|