Searched refs:bootz_setup (Results 1 – 8 of 8) sorted by relevance
| /rk3399_rockchip-uboot/cmd/ |
| H A D | bootz.c | 14 int __weak bootz_setup(ulong image, ulong *start, ulong *end) in bootz_setup() function 45 ret = bootz_setup(images->ep, &zi_start, &zi_end); in bootz_start()
|
| /rk3399_rockchip-uboot/arch/arm/lib/ |
| H A D | zimage.c | 21 int bootz_setup(ulong image, ulong *start, ulong *end) in bootz_setup() function
|
| /rk3399_rockchip-uboot/arch/sandbox/lib/ |
| H A D | bootm.c | 21 int bootz_setup(ulong image, ulong *start, ulong *end) in bootz_setup() function
|
| /rk3399_rockchip-uboot/common/spl/ |
| H A D | spl.c | 75 int __weak bootz_setup(ulong image, ulong *start, ulong *end) in bootz_setup() function 205 if (!bootz_setup((ulong)header, &start, &end)) { in spl_parse_image_header()
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | fit.c | 311 if (!bootz_setup((ulong)buf, &start, &end)) in fit_image_pre_process()
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/rv1126b/ |
| H A D | rv1126b.c | 486 if (bootz_setup((ulong)*src_addr, &start, &end)) in rk_board_fit_image_post_process()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | bootm.c | 382 if (!bootz_setup((ulong)hdr, &start, &end)) in bootm_parse_comp()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | image.h | 902 int bootz_setup(ulong image, ulong *start, ulong *end);
|