Home
last modified time | relevance | path

Searched refs:boot_size (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-core/initrdscripts/files/
H A Dinit-install.sh11 boot_size=$(du -ms /run/media/$1/ | awk '{print $1}')
14 boot_size=$(( boot_size - $( du -ms /run/media/$1/$2 | awk '{print $1}') ))
18 boot_size=$(( boot_size - $( du -ms /run/media/$1/initrd | awk '{print $1}') ))
22 boot_size=$(( boot_size + 10 ))
157 rootfs_size=$((disk_size-bios_boot_size-boot_size-swap_size))
160 rootfs_start=$((bios_boot_size+boot_size))
194 echo "Boot partition size: $boot_size MB ($bootfs)"
205 parted ${device} mkpart primary ext3 0% $boot_size
212 parted ${device} mkpart boot ext3 $boot_start $boot_size
H A Dinit-install-efi.sh12 boot_size=$(du -ms /run/media/$1/ | awk '{print $1}')
15 boot_size=$(( boot_size - $( du -ms /run/media/$1/$2 | awk '{print $1}') ))
19 boot_size=$(( boot_size - $( du -ms /run/media/$1/initrd | awk '{print $1}') ))
23 boot_size=$(( boot_size + 10 ))
151 rootfs_size=$((disk_size-boot_size-swap_size))
153 rootfs_start=$((boot_size))
178 echo "Boot partition size: $boot_size MB ($bootfs)"
189 parted ${device} mkpart boot fat32 0% $boot_size
H A Dinit-install-efi-testfs.sh12 boot_size=200
75 rootfs_size=$((disk_size-boot_size-testfs_size))
77 rootfs_start=$((boot_size))
95 echo "Boot partition size: $boot_size MB ($bootfs)"
106 parted /dev/${device} mkpart primary 0% $boot_size
H A Dinit-install-testfs.sh11 boot_size=200
100 rootfs_size=$((disk_size-boot_size-testfs_size))
102 rootfs_start=$((boot_size))
120 echo "Boot partition size: $boot_size MB ($bootfs)"
131 parted /dev/${device} mkpart primary 0% $boot_size
/OK3568_Linux_fs/u-boot/tools/
H A Drkcommon.c160 uint32_t boot_size; member
229 spl_params.boot_size = in rkcommon_check_params()
231 if (spl_params.boot_size < 0) in rkcommon_check_params()
325 hdr->init_size + spl_params.boot_size / RK_BLK_SIZE; in rkcommon_set_header0()
348 image_size_array[1] = spl_params.boot_size; in rkcommon_set_header0_v2()
385 spl_params.boot_size); in rkcommon_set_header()
494 int ret, boot_size, init_size; in rkcommon_print_header() local
506 boot_size = header0_v2.images[1].size_and_off >> 16; in rkcommon_print_header()
507 boot_size = boot_size * RK_BLK_SIZE; in rkcommon_print_header()
522 boot_size = header0.init_boot_size * RK_BLK_SIZE - init_size; in rkcommon_print_header()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dpmu.c91 info->boot_size = nvbios_rd32(bios, data + 0x1c) - in nvbios_pmuRm()
93 info->code_addr = info->boot_addr + info->boot_size; in nvbios_pmuRm()
95 info->boot_size; in nvbios_pmuRm()
/OK3568_Linux_fs/kernel/arch/alpha/boot/
H A Dmain.c124 long result, boot_size = &_end - (char *) BOOT_ADDR; in load() local
134 return callback_read(dev, count, (void *)addr, boot_size/512 + 1); in load()
/OK3568_Linux_fs/u-boot/include/
H A Dmp_boot.h17 ulong boot_size; member
/OK3568_Linux_fs/kernel/block/partitions/
H A Dmac.h23 __be32 boot_size; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Dpmu.h21 u32 boot_size; member
/OK3568_Linux_fs/u-boot/disk/
H A Dpart_mac.h68 __u32 boot_size; /* size of boot code, in bytes */ member
/OK3568_Linux_fs/u-boot/common/
H A Dandroid_bootloader.c510 size_t boot_size; in avb_image_distribute_prepare() local
513 boot_size = max(get_partition_size(ops, ANDROID_PARTITION_BOOT, slot_suffix), in avb_image_distribute_prepare()
522 boot_size + init_boot_size + in avb_image_distribute_prepare()
533 data->vendor_boot.addr = data->boot.addr + boot_size; in avb_image_distribute_prepare()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/fw/
H A Dfile.h77 __le32 boot_size; /* bytes of bootstrap code */ member
86 __le32 boot_size; /* bytes of bootstrap code */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlegacy/
H A D3945-mac.c1812 IL3945_UCODE_GET(boot_size);
1832 u32 api_ver, inst_size, data_size, init_size, init_data_size, boot_size; in il3945_read_ucode() local
1876 boot_size = il3945_ucode_get_boot_size(ucode); in il3945_read_ucode()
1911 D_INFO("f/w package hdr boot inst size = %u\n", boot_size); in il3945_read_ucode()
1916 init_size + init_data_size + boot_size) { in il3945_read_ucode()
1948 if (boot_size > IL39_MAX_BSM_SIZE) { in il3945_read_ucode()
1950 boot_size); in il3945_read_ucode()
1986 if (boot_size) { in il3945_read_ucode()
1987 il->ucode_boot.len = boot_size; in il3945_read_ucode()
2030 len = boot_size; in il3945_read_ucode()
H A D4965-mac.c4697 size_t inst_size, data_size, init_size, init_data_size, boot_size; member
4725 pieces->boot_size = le32_to_cpu(ucode->v1.boot_size); in il4965_load_firmware()
4733 pieces->init_size + pieces->init_data_size + pieces->boot_size) { in il4965_load_firmware()
4749 src += pieces->boot_size; in il4965_load_firmware()
4838 D_INFO("f/w package hdr boot inst size = %zd\n", pieces.boot_size); in il4965_ucode_callback()
4865 if (pieces.boot_size > il->hw_params.max_bsm_size) { in il4965_ucode_callback()
4867 pieces.boot_size); in il4965_ucode_callback()
4902 if (pieces.boot_size) { in il4965_ucode_callback()
4903 il->ucode_boot.len = pieces.boot_size; in il4965_ucode_callback()
4950 pieces.boot_size); in il4965_ucode_callback()
[all …]
H A Dcommon.h742 __le32 boot_size; /* bytes of bootstrap code */ member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
H A Dgm200.c95 pmu_code(init, pmu.boot_addr_pmu, pmu.boot_addr, pmu.boot_size, false); in pmu_load()
/OK3568_Linux_fs/u-boot/common/spl/
H A Dspl_boot_image.c139 data->boot_size = blkcnt * info->bl_len; in spl_load_android()
/OK3568_Linux_fs/buildroot/board/beagleboneai/patches/uboot/
H A D0001-BeagleBone-AI-support.patch1674 - "part size mmc ${mmcdev} boot boot_size; " \
1675 - "mmc read ${loadaddr} ${boot_start} ${boot_size}; " \
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.c3385 __le32 boot_size; member
3411 if ((*raw)->size < sizeof(*fw) + le32_to_cpu(fw->boot_size) + in ipw_get_fw()
3517 ucode_img = &fw->data[le32_to_cpu(fw->boot_size)]; in ipw_load()
3518 fw_img = &fw->data[le32_to_cpu(fw->boot_size) + in ipw_load()
3551 rc = ipw_load_firmware(priv, boot_img, le32_to_cpu(fw->boot_size)); in ipw_load()