Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dbootz.c13 int __weak bootz_setup(ulong image, ulong *start, ulong *end) in bootz_setup() function
44 ret = bootz_setup(images->ep, &zi_start, &zi_end); in bootz_start()
/openbmc/u-boot/arch/arm/lib/
H A Dzimage.c20 int bootz_setup(ulong image, ulong *start, ulong *end) in bootz_setup() function
/openbmc/u-boot/arch/sandbox/lib/
H A Dbootm.c19 int bootz_setup(ulong image, ulong *start, ulong *end) in bootz_setup() function
/openbmc/u-boot/common/spl/
H A Dspl.c85 int __weak bootz_setup(ulong image, ulong *start, ulong *end) in bootz_setup() function
305 if (!bootz_setup((ulong)header, &start, &end)) { in spl_parse_image_header()
/openbmc/u-boot/include/
H A Dimage.h910 int bootz_setup(ulong image, ulong *start, ulong *end);