Searched refs:fit_header (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | splash_source.c | 310 const u32 *fit_header; in splash_load_fit() local 328 fit_header = (const u32 *)(bmp_load_addr + header_size); in splash_load_fit() 329 res = splash_storage_read_raw(location, (u32)fit_header, fit_size); in splash_load_fit() 333 res = fit_check_format(fit_header); in splash_load_fit() 339 node_offset = fit_image_get_node(fit_header, location->name); in splash_load_fit() 346 res = fit_image_get_data_offset(fit_header, node_offset, in splash_load_fit() 353 res = fit_image_get_data_size(fit_header, node_offset, &splash_size); in splash_load_fit() 360 fit_size = fdt_totalsize(fit_header); in splash_load_fit()
|
| /OK3568_Linux_fs/u-boot/common/spl/ |
| H A D | spl_fit.c | 389 ulong sector, void *fit_header, in spl_fit_load_blob() argument 403 size = fdt_totalsize(fit_header); in spl_fit_load_blob() 462 char fit_header[info->bl_len]; in spl_load_kernel_fit() local 487 if (info->read(info, sector, 1, &fit_header) != 1) { in spl_load_kernel_fit() 492 if (image_get_magic((void *)&fit_header) != FDT_MAGIC) { in spl_load_kernel_fit() 497 fit = spl_fit_load_blob(info, sector, fit_header, &base_offset); in spl_load_kernel_fit() 582 ulong sector, void *fit_header) in spl_internal_load_simple_fit() argument 592 fit = spl_fit_load_blob(info, sector, fit_header, &base_offset); in spl_internal_load_simple_fit()
|