Home
last modified time | relevance | path

Searched refs:u_boot_pos (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/common/spl/
H A Dspl_ram.c52 ulong u_boot_pos = binman_sym(ulong, u_boot_any, image_pos); in spl_ram_load_image() local
60 debug("u_boot_pos = %lx\n", u_boot_pos); in spl_ram_load_image()
61 if (u_boot_pos == BINMAN_SYM_MISSING) { in spl_ram_load_image()
66 u_boot_pos = (ulong)spl_get_load_buffer(-sizeof(*header), in spl_ram_load_image()
69 header = (struct image_header *)map_sysmem(u_boot_pos, 0); in spl_ram_load_image()
H A Dspl.c145 ulong u_boot_pos = binman_sym(ulong, u_boot_any, image_pos); in spl_set_header_raw_uboot() local
154 if (u_boot_pos && u_boot_pos != BINMAN_SYM_MISSING) { in spl_set_header_raw_uboot()
156 spl_image->entry_point = u_boot_pos; in spl_set_header_raw_uboot()
157 spl_image->load_addr = u_boot_pos; in spl_set_header_raw_uboot()