Searched refs:booti_setup (Results 1 – 6 of 6) sorted by relevance
| /u-boot/arch/riscv/lib/ |
| A D | image.c | 36 int booti_setup(ulong image, ulong *relocated_addr, ulong *size, in booti_setup() function
|
| /u-boot/arch/arm/lib/ |
| A D | image.c | 32 int booti_setup(ulong image, ulong *relocated_addr, ulong *size, in booti_setup() function
|
| /u-boot/cmd/ |
| A D | booti.c | 77 ret = booti_setup(ld, &relocated_addr, &image_size, false); in booti_start()
|
| /u-boot/common/spl/ |
| A D | spl.c | 118 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 D | image.h | 991 int booti_setup(ulong image, ulong *relocated_addr, ulong *size,
|
| /u-boot/boot/ |
| A D | bootm.c | 248 ret = booti_setup(images.os.image_start, &image_addr, in bootm_find_os()
|
Completed in 18 milliseconds