/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/files/ |
H A D | init-install-efi.sh | 12 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 D | init-install.sh | 11 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 D | init-install-efi-testfs.sh | 12 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 D | init-install-testfs.sh | 11 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 D | pmu.c | 88 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 D | main.c | 124 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 D | mac.h | 23 __be32 boot_size; member
|
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
H A D | pmu.h | 21 u32 boot_size; member
|
/openbmc/u-boot/disk/ |
H A D | part_mac.h | 67 __u32 boot_size; /* size of boot code, in bytes */ member
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/falcon/ |
H A D | gm200.c | 298 IMEM, falcon->code.limit - fw->boot_size, fw->boot_size, in gm200_flcn_fw_load()
|
H A D | fw.c | 288 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 D | file.h | 22 __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 D | gm200.c | 101 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 D | 3945-mac.c | 1804 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 D | 4965-mac.c | 4696 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 D | common.h | 754 __le32 boot_size; /* bytes of bootstrap code */ member
|
/openbmc/u-boot/doc/ |
H A D | README.avb2 | 95 mmc read ${loadaddr} ${boot_start} ${boot_size}; \
|
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/ |
H A D | falcon.h | 122 u32 boot_size; member
|
/openbmc/linux/drivers/net/wireless/intel/ipw2x00/ |
H A D | ipw2200.c | 3339 __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()
|