Home
last modified time | relevance | path

Searched refs:bootm_headers (Results 1 – 25 of 31) sorted by relevance

12

/u-boot/boot/
A Dbootm_os.c27 struct bootm_headers *images) in do_bootm_standalone()
68 struct bootm_headers *images) in do_bootm_netbsd()
141 struct bootm_headers *images) in do_bootm_rtems()
174 struct bootm_headers *images) in do_bootm_ose()
207 struct bootm_headers *images) in do_bootm_plan9()
315 struct bootm_headers *images) in do_bootm_vxworks_legacy()
333 struct bootm_headers *images) in do_bootm_vxworks()
369 struct bootm_headers *images) in do_bootm_qnxelf()
440 struct bootm_headers *images) in do_bootm_openrtos()
466 struct bootm_headers *images) in do_bootm_tee()
[all …]
A Dimage-board.c304 int genimg_has_config(struct bootm_headers *images) in genimg_has_config()
323 static int select_ramdisk(struct bootm_headers *images, const char *select, u8 arch, in select_ramdisk()
496 int boot_get_ramdisk(int argc, char *const argv[], struct bootm_headers *images, in boot_get_ramdisk()
660 int boot_get_setup(struct bootm_headers *images, u8 arch, in boot_get_setup()
669 int boot_get_fpga(int argc, char *const argv[], struct bootm_headers *images, in boot_get_fpga()
772 int boot_get_loadable(int argc, char *const argv[], struct bootm_headers *images, in boot_get_loadable()
933 int image_setup_linux(struct bootm_headers *images) in image_setup_linux()
A Dbootm.c44 struct bootm_headers images; /* pointers to os/initrd/fdt images */
47 char *const argv[], struct bootm_headers *images,
55 static void boot_start_lmb(struct bootm_headers *images) in boot_start_lmb()
68 static inline void boot_start_lmb(struct bootm_headers *images) { } in boot_start_lmb()
414 static int bootm_load_os(struct bootm_headers *images, int boot_progress) in bootm_load_os()
702 char *const argv[], int states, struct bootm_headers *images, in do_bootm_states()
892 char *const argv[], struct bootm_headers *images, in boot_get_kernel()
1030 struct bootm_headers images; in bootm_host_load_image()
A Dimage-fdt.c294 static int select_fdt(struct bootm_headers *images, const char *select, u8 arch, in select_fdt()
473 struct bootm_headers *images, char **of_flat_tree, ulong *of_size) in boot_get_fdt()
606 int image_setup_libfdt(struct bootm_headers *images, void *blob, in image_setup_libfdt()
A Dvbe_request.c155 const struct bootm_headers *images = fixup->images; in bootmeth_vbe_ft_fixup()
/u-boot/arch/arc/lib/
A Dbootm.c25 __weak int board_prep_linux(struct bootm_headers *images) { return 0; } in board_prep_linux()
28 static int boot_prep_linux(struct bootm_headers *images) in boot_prep_linux()
52 static void boot_jump_linux(struct bootm_headers *images, int flag) in boot_jump_linux()
82 int do_bootm_linux(int flag, int argc, char *argv[], struct bootm_headers *images) in do_bootm_linux()
/u-boot/include/
A Dvxworks.h12 struct bootm_headers;
90 void boot_prep_vxworks(struct bootm_headers *images);
91 void boot_jump_vxworks(struct bootm_headers *images);
A Dbootm.h36 struct bootm_headers *images);
50 struct bootm_headers *images, boot_os_fn *boot_fn);
59 char *const argv[], int states, struct bootm_headers *images,
A Dimage.h348 struct bootm_headers { struct
424 extern struct bootm_headers images; argument
618 int genimg_has_config(struct bootm_headers *images);
620 int boot_get_fpga(int argc, char *const argv[], struct bootm_headers *images,
649 int boot_get_setup_fit(struct bootm_headers *images, uint8_t arch,
673 int boot_get_fdt_fit(struct bootm_headers *images, ulong addr,
708 int fit_image_load(struct bootm_headers *images, ulong addr,
754 int fit_get_node_from_config(struct bootm_headers *images,
758 struct bootm_headers *images,
958 int image_setup_libfdt(struct bootm_headers *images, void *blob,
[all …]
A Devent.h70 struct bootm_headers *images;
/u-boot/arch/powerpc/lib/
A Dbootm.c48 static void boot_jump_linux(struct bootm_headers *images) in boot_jump_linux()
154 static void boot_prep_linux(struct bootm_headers *images) in boot_prep_linux()
166 static int boot_cmdline_linux(struct bootm_headers *images) in boot_cmdline_linux()
187 static int boot_bd_t_linux(struct bootm_headers *images) in boot_bd_t_linux()
208 static int boot_body_linux(struct bootm_headers *images) in boot_body_linux()
227 struct bootm_headers *images) in do_bootm_linux()
276 void boot_prep_vxworks(struct bootm_headers *images) in boot_prep_vxworks()
308 void boot_jump_vxworks(struct bootm_headers *images) in boot_jump_vxworks()
/u-boot/arch/riscv/lib/
A Dbootm.c65 static void boot_prep_linux(struct bootm_headers *images) in boot_prep_linux()
79 static void boot_jump_linux(struct bootm_headers *images, int flag) in boot_jump_linux()
110 struct bootm_headers *images) in do_bootm_linux()
132 struct bootm_headers *images) in do_bootm_vxworks()
/u-boot/arch/mips/lib/
A Dbootm.c74 static void linux_cmdline_legacy(struct bootm_headers *images) in linux_cmdline_legacy()
114 static void linux_cmdline_append(struct bootm_headers *images) in linux_cmdline_append()
167 static void linux_env_legacy(struct bootm_headers *images) in linux_env_legacy()
216 static int boot_reloc_fdt(struct bootm_headers *images) in boot_reloc_fdt()
246 static int boot_setup_fdt(struct bootm_headers *images) in boot_setup_fdt()
254 static void boot_prep_linux(struct bootm_headers *images) in boot_prep_linux()
274 static void boot_jump_linux(struct bootm_headers *images) in boot_jump_linux()
305 struct bootm_headers *images) in do_bootm_linux()
/u-boot/arch/microblaze/lib/
A Dbootm.c40 static void boot_jump_linux(struct bootm_headers *images, int flag) in boot_jump_linux()
74 static void boot_prep_linux(struct bootm_headers *images) in boot_prep_linux()
86 struct bootm_headers *images) in do_bootm_linux()
/u-boot/arch/sandbox/lib/
A Dbootm.c54 static int boot_prep_linux(struct bootm_headers *images) in boot_prep_linux()
67 int do_bootm_linux(int flag, int argc, char *argv[], struct bootm_headers *images) in do_bootm_linux()
/u-boot/arch/arm/lib/
A Dbootm.c195 __weak void board_prep_linux(struct bootm_headers *images) { } in board_prep_linux()
198 static void boot_prep_linux(struct bootm_headers *images) in boot_prep_linux()
291 static void boot_jump_linux(struct bootm_headers *images, int flag) in boot_jump_linux()
382 struct bootm_headers *images) in do_bootm_linux()
404 void boot_prep_vxworks(struct bootm_headers *images) in boot_prep_vxworks()
420 void boot_jump_vxworks(struct bootm_headers *images) in boot_jump_vxworks()
/u-boot/arch/x86/lib/
A Dbootm.c73 static int boot_prep_linux(struct bootm_headers *images) in boot_prep_linux()
231 static int boot_jump_linux(struct bootm_headers *images) in boot_jump_linux()
241 struct bootm_headers *images) in do_bootm_linux()
/u-boot/arch/nios2/lib/
A Dbootm.c20 struct bootm_headers *images) in do_bootm_linux()
/u-boot/arch/arm/mach-socfpga/
A Dboard.c117 void board_prep_linux(struct bootm_headers *images) in board_prep_linux()
/u-boot/arch/m68k/lib/
A Dbootm.c39 struct bootm_headers *images) in do_bootm_linux()
/u-boot/cmd/
A Dbootz.c28 char *const argv[], struct bootm_headers *images) in bootz_start()
A Dbooti.c24 char *const argv[], struct bootm_headers *images) in booti_start()
/u-boot/arch/sh/lib/
A Dbootm.c43 struct bootm_headers *images) in do_bootm_linux()
/u-boot/lib/efi_loader/
A Defi_dt_fixup.c148 struct bootm_headers img = { 0 }; in efi_dt_fixup()
/u-boot/arch/xtensa/lib/
A Dbootm.c137 int do_bootm_linux(int flag, int argc, char *argv[], struct bootm_headers *images) in do_bootm_linux()

Completed in 27 milliseconds

12