Home
last modified time | relevance | path

Searched refs:bootz_setup (Results 1 – 8 of 8) sorted by relevance

/rk3399_rockchip-uboot/cmd/
H A Dbootz.c14 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 Dzimage.c21 int bootz_setup(ulong image, ulong *start, ulong *end) in bootz_setup() function
/rk3399_rockchip-uboot/arch/sandbox/lib/
H A Dbootm.c21 int bootz_setup(ulong image, ulong *start, ulong *end) in bootz_setup() function
/rk3399_rockchip-uboot/common/spl/
H A Dspl.c75 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 Dfit.c311 if (!bootz_setup((ulong)buf, &start, &end)) in fit_image_pre_process()
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/rv1126b/
H A Drv1126b.c486 if (bootz_setup((ulong)*src_addr, &start, &end)) in rk_board_fit_image_post_process()
/rk3399_rockchip-uboot/common/
H A Dbootm.c382 if (!bootz_setup((ulong)hdr, &start, &end)) in bootm_parse_comp()
/rk3399_rockchip-uboot/include/
H A Dimage.h902 int bootz_setup(ulong image, ulong *start, ulong *end);