Home
last modified time | relevance | path

Searched refs:booti_setup (Results 1 – 6 of 6) sorted by relevance

/u-boot/arch/riscv/lib/
A Dimage.c36 int booti_setup(ulong image, ulong *relocated_addr, ulong *size, in booti_setup() function
/u-boot/arch/arm/lib/
A Dimage.c32 int booti_setup(ulong image, ulong *relocated_addr, ulong *size, in booti_setup() function
/u-boot/cmd/
A Dbooti.c77 ret = booti_setup(ld, &relocated_addr, &image_size, false); in booti_start()
/u-boot/common/spl/
A Dspl.c118 int __weak booti_setup(ulong image, ulong *relocated_addr, ulong *size, bool force_reloc) in booti_setup() function
407 if (!booti_setup((ulong)header, &start, &size, 0)) { in spl_parse_image_header()
/u-boot/include/
A Dimage.h991 int booti_setup(ulong image, ulong *relocated_addr, ulong *size,
/u-boot/boot/
A Dbootm.c248 ret = booti_setup(images.os.image_start, &image_addr, in bootm_find_os()

Completed in 18 milliseconds