Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/files/
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.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-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
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dpmu.c88 info->boot_size = nvbios_rd32(bios, data + 0x1c) - in nvbios_pmuRm()
90 info->code_addr = info->boot_addr + info->boot_size; in nvbios_pmuRm()
92 info->boot_size; in nvbios_pmuRm()
/openbmc/linux/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()
/openbmc/linux/block/partitions/
H A Dmac.h23 __be32 boot_size; member
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Dpmu.h21 u32 boot_size; member
/openbmc/u-boot/disk/
H A Dpart_mac.h67 __u32 boot_size; /* size of boot code, in bytes */ member
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/falcon/
H A Dgm200.c298 IMEM, falcon->code.limit - fw->boot_size, fw->boot_size, in gm200_flcn_fw_load()
H A Dfw.c288 fw->boot_size = desc->code_size; in nvkm_falcon_fw_ctor_hs()
290 fw->boot_size, GFP_KERNEL); in nvkm_falcon_fw_ctor_hs()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Dfile.h22 __le32 boot_size; /* bytes of bootstrap code */ member
31 __le32 boot_size; /* bytes of bootstrap code */ member
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
H A Dgm200.c101 pmu_code(init, pmu.boot_addr_pmu, pmu.boot_addr, pmu.boot_size, false); in pmu_load()
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/
H A D3945-mac.c1804 IL3945_UCODE_GET(boot_size);
1824 u32 api_ver, inst_size, data_size, init_size, init_data_size, boot_size; in il3945_read_ucode() local
1868 boot_size = il3945_ucode_get_boot_size(ucode); in il3945_read_ucode()
1903 D_INFO("f/w package hdr boot inst size = %u\n", boot_size); in il3945_read_ucode()
1908 init_size + init_data_size + boot_size) { in il3945_read_ucode()
1940 if (boot_size > IL39_MAX_BSM_SIZE) { in il3945_read_ucode()
1942 boot_size); in il3945_read_ucode()
1978 if (boot_size) { in il3945_read_ucode()
1979 il->ucode_boot.len = boot_size; in il3945_read_ucode()
2022 len = boot_size; in il3945_read_ucode()
H A D4965-mac.c4696 size_t inst_size, data_size, init_size, init_data_size, boot_size; member
4724 pieces->boot_size = le32_to_cpu(ucode->v1.boot_size); in il4965_load_firmware()
4732 pieces->init_size + pieces->init_data_size + pieces->boot_size) { in il4965_load_firmware()
4748 src += pieces->boot_size; in il4965_load_firmware()
4837 D_INFO("f/w package hdr boot inst size = %zd\n", pieces.boot_size); in il4965_ucode_callback()
4864 if (pieces.boot_size > il->hw_params.max_bsm_size) { in il4965_ucode_callback()
4866 pieces.boot_size); in il4965_ucode_callback()
4901 if (pieces.boot_size) { in il4965_ucode_callback()
4902 il->ucode_boot.len = pieces.boot_size; in il4965_ucode_callback()
4949 pieces.boot_size); in il4965_ucode_callback()
[all …]
H A Dcommon.h754 __le32 boot_size; /* bytes of bootstrap code */ member
/openbmc/u-boot/doc/
H A DREADME.avb295 mmc read ${loadaddr} ${boot_start} ${boot_size}; \
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dfalcon.h122 u32 boot_size; member
/openbmc/linux/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.c3339 __le32 boot_size; member
3365 if ((*raw)->size < sizeof(*fw) + le32_to_cpu(fw->boot_size) + in ipw_get_fw()
3471 ucode_img = &fw->data[le32_to_cpu(fw->boot_size)]; in ipw_load()
3472 fw_img = &fw->data[le32_to_cpu(fw->boot_size) + in ipw_load()
3505 rc = ipw_load_firmware(priv, boot_img, le32_to_cpu(fw->boot_size)); in ipw_load()