| /boot/ |
| A D | fdt_region.c | 56 int offset; in fdt_find_regions() local 70 stop_at = offset; in fdt_find_regions() 132 offset == region[count - 1].offset + in fdt_find_regions() 181 reg && offset <= reg->offset + reg->size) { in fdt_add_region() 182 reg->size = offset + size - reg->offset; in fdt_add_region() 186 reg->offset = offset; in fdt_add_region() 206 if (target >= reg->offset && target < reg->offset + reg->size) in region_list_contains_offset() 268 offset = fdt_next_property_offset(fdt, offset)) { in fdt_add_alias_regions() 286 fdt_add_region(info, base + offset, next - offset); in fdt_add_alias_regions() 498 int offset; in fdt_next_region() local [all …]
|
| A D | vbe_abrec_fw.c | 98 ulong offset, size; in abrec_run_vpl() local 141 offset = binman_sym(ulong, spl_a, image_pos); in abrec_run_vpl() 147 offset = binman_sym(ulong, spl_b, image_pos); in abrec_run_vpl() 153 offset = binman_sym(ulong, spl_recovery, image_pos); in abrec_run_vpl() 162 ret = vbe_read_fit(blk, offset, size, image, NULL, NULL, NULL); in abrec_run_vpl() 165 handoff->offset = ub_offset; in abrec_run_vpl() 180 handoff->offset); in abrec_run_spl() 254 ulong offset, size; in abrec_load_from_image() local 256 offset = binman_sym(ulong, vpl, image_pos); in abrec_load_from_image() 258 log_debug("VPL at offset %lx size %lx\n", offset, size); in abrec_load_from_image() [all …]
|
| A D | fdt_support.c | 125 int offset; in fdt_find_or_add_subnode() local 132 if (offset < 0) in fdt_find_or_add_subnode() 135 return offset; in fdt_find_or_add_subnode() 630 int offset; in fdt_fixup_ethernet() local 648 offset = fdt_next_property_offset(fdt, offset); in fdt_fixup_ethernet() 650 if (offset < 0) in fdt_fixup_ethernet() 797 if (offset < 0) in fdt_delete_disabled_nodes() 1303 a += offset; in of_bus_default_translate() 1776 int offset; in fdt_create_phandle_by_pathf() local 1852 if (offset < 0) in fdt_set_status_by_compatible() [all …]
|
| A D | vbe_common.c | 61 assert(!(offset & (MMC_MAX_BLOCK_LEN - 1))); in vbe_read_version() 63 offset /= MMC_MAX_BLOCK_LEN; in vbe_read_version() 65 if (blk_read(blk, offset, 1, buf) != 1) in vbe_read_version() 89 assert(!(offset & (MMC_MAX_BLOCK_LEN - 1))); in vbe_read_nvdata() 91 if (offset & (MMC_MAX_BLOCK_LEN - 1)) in vbe_read_nvdata() 93 offset /= MMC_MAX_BLOCK_LEN; in vbe_read_nvdata() 95 if (blk_read(blk, offset, 1, buf) != 1) in vbe_read_nvdata() 277 ulong base, full_size, offset, extra, fdt_base, fdt_full_size; in vbe_read_fit() local 284 offset = area_offset + load_addr - addr; in vbe_read_fit() 285 blknum = offset / desc->blksz; in vbe_read_fit() [all …]
|
| A D | vbe_simple_fw.c | 132 ulong offset, size; in simple_load_from_image() local 141 offset = binman_sym(ulong, vpl, image_pos); in simple_load_from_image() 144 offset = binman_sym(ulong, vbe_a, image_pos); in simple_load_from_image() 146 printf("offset=%lx\n", offset); in simple_load_from_image() 149 ret = vbe_read_fit(blk, offset, size, image, NULL, NULL, NULL); in simple_load_from_image()
|
| A D | android_ab.c | 89 ulong offset) in ab_control_create_from_disk() argument 93 abc_offset = offset + in ab_control_create_from_disk() 141 struct bootloader_control *abc, ulong offset) in ab_control_store() argument 145 if (offset % part_info->blksz) { in ab_control_store() 150 abc_offset = (offset + in ab_control_store()
|
| A D | vbe_common.h | 124 int vbe_read_version(struct udevice *blk, ulong offset, char *version, 141 int vbe_read_nvdata(struct udevice *blk, ulong offset, ulong size, u8 *buf);
|
| A D | scene.c | 363 struct scene_obj_offset *offset) in handle_alignment() argument 377 offset->xofs = (width - dims->x) / 2; in handle_alignment() 380 offset->xofs = width - dims->x; in handle_alignment() 383 offset->xofs = 0; in handle_alignment() 389 offset->yofs = (height - dims->y) / 2; in handle_alignment() 392 offset->yofs = height - dims->y; in handle_alignment() 396 offset->yofs = 0; in handle_alignment() 579 struct scene_obj_offset offset; in scene_txt_render() local 586 obj->bbox.y1 - obj->bbox.y0, &offset); in scene_txt_render() 588 x = obj->bbox.x0 + offset.xofs; in scene_txt_render() [all …]
|
| A D | image.c | 311 ulong offset, count, img_data; in image_multi_getimg() local 326 offset = 0; in image_multi_getimg() 331 offset += (uimage_to_cpu(size[i]) + 3) & ~3 ; in image_multi_getimg() 335 *data = img_data + offset; in image_multi_getimg()
|
| A D | cedit.c | 814 uint offset = CMOS_BYTE(bitnum); in h_read_settings_cmos() local 817 if (!priv->mask[offset]) { in h_read_settings_cmos() 818 ret = rtc_read8(priv->dev, offset); in h_read_settings_cmos() 821 priv->value[offset] = ret; in h_read_settings_cmos() 824 priv->mask[offset] = 0xff; in h_read_settings_cmos() 827 if (priv->value[offset] & BIT(CMOS_BIT(bitnum))) in h_read_settings_cmos()
|
| A D | image-fit-sig.c | 56 debug("%10x %10x\n", fdt_regions[i].offset, in fit_region_make_list() 58 region[i].data = fit + fdt_regions[i].offset; in fit_region_make_list() 374 fdt_regions[count].offset = fdt_off_dt_strings(fit); in fit_config_check_sig()
|
| A D | bootmeth_cros.c | 274 ulong offset, size, before_base; in cros_read_info() local 300 offset = priv->body_offset + in cros_read_info() 308 priv->part_start + (offset >> desc->log2blksz), in cros_read_info()
|
| A D | image-fit.c | 813 int fit_image_get_phase(const void *fit, int offset, enum image_phase_t *phasep) in fit_image_get_phase() argument 819 data = fdt_getprop(fit, offset, FIT_PHASE_PROP, &len); in fit_image_get_phase() 821 fit_get_debug(fit, offset, FIT_PHASE_PROP, len); in fit_image_get_phase() 1053 int offset; in fit_image_get_data() local 1057 if (!fit_image_get_data_position(fit, noffset, &offset)) { in fit_image_get_data() 1059 } else if (!fit_image_get_data_offset(fit, noffset, &offset)) { in fit_image_get_data() 1066 offset += ((fdt_totalsize(fit) + 3) & ~3); in fit_image_get_data() 1073 *data = fit + offset; in fit_image_get_data()
|
| A D | upl_write.c | 236 if (!ret && img->offset) in add_upl_image() 238 img->offset); in add_upl_image()
|
| A D | upl_read.c | 261 ret = read_uint(node, UPLP_OFFSET, &img.offset); in decode_upl_images()
|
| A D | Kconfig | 70 hex "FIT external data offset" 73 This specifies a data offset in fit image. 74 The offset is from data payload offset to the beginning of 75 fit image header. When specifies a offset, specific data 1426 -103 common/cmd_bootm.c Can't get kernel subimage node offset 1428 104 common/cmd_bootm.c Got kernel subimage node offset 1450 -124 common/image.c Can't get ramdisk subimage node offset 1451 125 common/image.c Got ramdisk subimage node offset
|