| /rk3399_rockchip-uboot/lib/avb/libavb_user/ |
| H A D | avb_ops_user.c | 72 const char *partition, in get_size_of_partition() argument 84 if (part_get_info_by_name(dev_desc, partition, &part_info) < 0) in get_size_of_partition() 92 const char *partition, in read_from_partition() argument 104 if (get_size_of_partition(ops, partition, &partition_size)) in read_from_partition() 120 if (part_get_info_by_name(dev_desc, partition, &part_info) < 0) { in read_from_partition() 121 printf("Could not find \"%s\" partition\n", partition); in read_from_partition() 148 const char *partition, in write_to_partition() argument 171 if (part_get_info_by_name(dev_desc, partition, &part_info) < 0) { in write_to_partition() 172 printf("Could not find \"%s\" partition\n", partition); in write_to_partition() 345 const char *partition, in get_unique_guid_for_partition() argument [all …]
|
| /rk3399_rockchip-uboot/disk/ |
| H A D | Kconfig | 14 - CONFIG_MAC_PARTITION Apple's MacOS partition table. 15 - CONFIG_DOS_PARTITION MS Dos partition table, traditional on the 17 - CONFIG_ISO_PARTITION ISO partition table, used on CDROM etc. 18 - CONFIG_EFI_PARTITION GPT partition table, common when EFI is the 19 bootloader. Note 2TB partition limit; see 21 - CONFIG_MTD_PARTITIONS Memory Technology Device partition table. 23 you must configure support for at least one non-MTD partition type 27 bool "Enable Apple's MacOS partition table" 34 bool "Enable Apple's MacOS partition table for SPL" 39 bool "Enable MS Dos partition table" [all …]
|
| /rk3399_rockchip-uboot/common/spl/ |
| H A D | spl_fat.c | 22 static int spl_register_fat_device(struct blk_desc *block_dev, int partition) in spl_register_fat_device() argument 29 err = fat_register_device(block_dev, partition); in spl_register_fat_device() 57 struct blk_desc *block_dev, int partition, argument 63 err = spl_register_fat_device(block_dev, partition); 112 struct blk_desc *block_dev, int partition) argument 117 err = spl_register_fat_device(block_dev, partition); 133 partition, file); 158 return spl_load_image_fat(spl_image, block_dev, partition, 163 struct blk_desc *block_dev, int partition) argument
|
| H A D | spl_ext.c | 13 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() 70 struct blk_desc *block_dev, int partition) in spl_load_image_ext_os() argument 77 if (part_get_info(block_dev, partition, &part_info)) { in spl_load_image_ext_os() 108 partition, file); in spl_load_image_ext_os() 138 return spl_load_image_ext(spl_image, block_dev, partition, in spl_load_image_ext_os() 143 struct blk_desc *block_dev, int partition) in spl_load_image_ext_os() argument
|
| H A D | spl_ab.c | 115 char *partition) in spl_read_ab_metadata() argument 121 if (!dev_desc || !partition || !ab_data) in spl_read_ab_metadata() 124 if (part_get_info_by_name(dev_desc, partition, &part_info) < 0) in spl_read_ab_metadata() 141 char *partition) in spl_write_ab_metadata() argument 147 if (!dev_desc || !partition || !ab_data) in spl_write_ab_metadata() 154 if (part_get_info_by_name(dev_desc, partition, &part_info) < 0) in spl_write_ab_metadata() 166 char *partition) in spl_ab_data_write() argument 172 return spl_write_ab_metadata(dev_desc, &serialized, partition); in spl_ab_data_write() 176 char *partition) in spl_ab_data_read() argument 181 ret = spl_read_ab_metadata(dev_desc, &serialized, partition); in spl_ab_data_read() [all …]
|
| /rk3399_rockchip-uboot/fs/ |
| H A D | fs_internal.c | 14 int fs_devread(struct blk_desc *blk, disk_partition_t *partition, in fs_devread() argument 28 >= partition->size) { in fs_devread() 43 if (blk_dread(blk, partition->start + sector, 1, in fs_devread() 66 blk_dread(blk, partition->start + sector, 1, in fs_devread() 72 if (blk_dread(blk, partition->start + sector, in fs_devread() 85 if (blk_dread(blk, partition->start + sector, 1, in fs_devread()
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | keystone-k2g-evm.dts | 55 partition@0 { 61 partition@1 { 86 partition@0 { 90 partition@1 { 94 partition@2 { 98 partition@3 { 102 partition@4 { 106 partition@5 {
|
| H A D | zynqmp-zc1751-xm016-dc2.dts | 135 partition@0 { /* for testing purpose */ 139 partition@1 { /* for testing purpose */ 143 partition@2 { /* for testing purpose */ 147 partition@3 { /* for testing purpose */ 151 partition@4 { /* for testing purpose */ 155 partition@5 { /* for testing purpose */ 160 partition@6 { /* for testing purpose */ 164 partition@7 { /* for testing purpose */ 168 partition@8 { /* for testing purpose */ 172 partition@9 { /* for testing purpose */ [all …]
|
| H A D | dra72-evm-common.dtsi | 291 ranges = <0 0 0x08000000 0x01000000>; /* minimum GPMC partition = 16MB */ 326 /* MTD partition table */ 332 partition@0 { 336 partition@1 { 340 partition@2 { 344 partition@3 { 348 partition@4 { 352 partition@5 { 356 partition@6 { 360 partition@7 { [all …]
|
| H A D | zynqmp-ep108.dts | 86 partition@0 { /* for testing purpose */ 90 partition@1 { /* for testing purpose */ 94 partition@2 { /* for testing purpose */ 98 partition@3 { /* for testing purpose */ 102 partition@4 { /* for testing purpose */ 106 partition@5 { /* for testing purpose */ 122 partition@qspi-fsbl-uboot { /* for testing purpose */ 126 partition@qspi-linux { /* for testing purpose */ 130 partition@qspi-device-tree { /* for testing purpose */ 134 partition@qspi-rootfs { /* for testing purpose */
|
| H A D | zynq-topic-miami.dts | 49 partition@qspi-u-boot-spl { 53 partition@qspi-u-boot-img { 57 partition@qspi-device-tree { 61 partition@qspi-linux { 65 partition@qspi-rootfs {
|
| H A D | keystone-k2l-evm.dts | 78 partition@0 { 84 partition@100000 { 90 partition@180000 { 108 partition@0 { 114 partition@1 {
|
| H A D | keystone-k2e-evm.dts | 101 partition@0 { 107 partition@100000 { 113 partition@180000 { 131 partition@0 { 137 partition@1 {
|
| /rk3399_rockchip-uboot/arch/xtensa/dts/ |
| H A D | xtfpga-flash-128m.dtsi | 10 partition@0x0 { 14 partition@0x6000000 { 18 partition@0x6800000 { 22 partition@0x7fe0000 {
|
| H A D | xtfpga-flash-16m.dtsi | 10 partition@0x0 { 14 partition@0x400000 { 18 partition@0xa00000 { 22 partition@0xfe0000 {
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.gpt | 21 This document describes the GPT partition table format and usage of 34 For instance, GUID of Basic data partition: EBD0A0A2-B9E5-4433-87C0-68B6B72699C7 82 Its first partition entry ID has 0xEE value, and disk software, which is not 85 It is possible to define 128 linearly placed partition entries. 102 40 8 B First usable LBA for partitions (primary partition table last 104 48 8 B Last usable LBA (secondary partition table first LBA - 1) 107 80 4 B Number of partition entries 108 84 4 B Size of a partition entry (usually 128) 109 88 4 B CRC32 of partition array 117 GPT headers and partition entries are protected by CRC32 (the POSIX CRC32). [all …]
|
| H A D | README.android-fastboot | 53 Fastboot partition aliases can also be defined for devices where GPT 54 limitations prevent user-friendly partition names such as "boot", "system" 55 and "cache". Or, where the actual partition name doesn't match a standard 56 partition name used commonly with fastboot. Current implentation checks 58 To define a partition alias add an environment variable similar to: 59 fastboot_partition_alias_<alias partition name>=<actual partition name> 68 For GPT/EFI the respective partition name is used. 73 <device type> <device index letter> <partition index> 87 controller, SD/MMC controller) or disk index. The partition index starts 88 from 1 and describes the partition number on the particular device. [all …]
|
| H A D | README.JFFS2 | 11 chpart - change active partition 16 If you boot from a partition which is mounted writable, and you 18 partition, you should also define CONFIG_SYS_JFFS2_SORT_FRAGMENTS. Scanning 26 structure to find the start of a JFFS2 disk (called partition in the code) 27 and you can change where the partition is with two defines.
|
| /rk3399_rockchip-uboot/include/android_avb/ |
| H A D | avb_ops.h | 132 const char* partition, 154 const char* partition, 177 const char* partition, 259 const char* partition, 273 const char* partition, 336 const char* partition,
|
| /rk3399_rockchip-uboot/doc/mvebu/cmd/ |
| H A D | bubt.txt | 38 - The eMMC has 2 boot partitions (BOOT0 and BOOT1) and a user data partition (DATA). 39 The boot partitions are numbered as partition 1 and 2 in MMC driver. 40 Number 0 is used for user data partition and should not be utilized for storing 43 The default boot partition is BOOT0. It is selected by the following parameter: 46 Please never use partition number 0 here! 47 The eMMC has 2 boot partitions (BOOT0 and BOOT1) and a user data partition (DATA). 48 The boot partitions are numbered as partition 1 and 2 in MMC driver. 49 Number 0 is used for user data partition and should not be utilized for storing 52 The default boot partition is BOOT0. It is selected by the following parameter: 55 Please never use partition number 0 here! [all …]
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv8/zynqmp/ |
| H A D | handoff.c | 66 struct xfsbl_partition partition[FSBL_MAX_PARTITIONS]; member 81 atfhandoffparams->partition[0].entry_point = CONFIG_SYS_TEXT_BASE; in handoff_setup() 82 atfhandoffparams->partition[0].flags = FSBL_FLAGS_EL2 << in handoff_setup()
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/ |
| H A D | config.txt | 16 u-boot,efi-partition-entries-offset 18 device) that should be skipped over before the partition entries. 19 This is used by the EFI/GPT partition implementation when a device 24 u-boot,mmc-env-partition 26 CONFIG_ENV_SIZE blocks of the partition on the 30 precedence. In that case, only if the partition is not found,
|
| /rk3399_rockchip-uboot/env/ |
| H A D | Kconfig | 31 partition on the device) or a filesystem (where the environment 169 Specifies which MMC partition the environment is stored in. If not 170 set, defaults to partition 0, the user area. Common values might be 171 1 (first MMC boot partition), 2 (second MMC boot partition). 180 the start of the MMC partition. If offset is negative, it is treated 181 as relative to the end of the MMC partition. This can be useful if 184 environment placed at the very end of the partition, to leave the 342 Define this to a string that is the mtd partition containing the UBI. 353 It is assumed that both volumes are in the same MTD partition. 391 Specifies which MMC partition the environment is stored in. If not [all …]
|
| /rk3399_rockchip-uboot/board/nokia/rx51/ |
| H A D | tag_omap.h | 209 struct omap_partition_config partition; member 276 .u.partition.name = p1, \ 277 .u.partition.size = p2, \ 278 .u.partition.offset = p3, \ 279 .u.partition.mask_flags = p4, \
|
| /rk3399_rockchip-uboot/include/ |
| H A D | spl.h | 218 struct blk_desc *block_dev, int partition, 221 struct blk_desc *block_dev, int partition); 227 struct blk_desc *block_dev, int partition, 230 struct blk_desc *block_dev, int partition);
|