Home
last modified time | relevance | path

Searched refs:bootm_headers_t (Results 1 – 25 of 26) sorted by relevance

12

/openbmc/u-boot/common/
H A Dbootm_os.c18 bootm_headers_t *images) in do_bootm_standalone()
54 bootm_headers_t *images) in do_bootm_netbsd()
126 bootm_headers_t *images) in do_bootm_lynxkdi()
148 bootm_headers_t *images) in do_bootm_rtems()
181 bootm_headers_t *images) in do_bootm_ose()
214 bootm_headers_t *images) in do_bootm_plan9()
321 bootm_headers_t *images) in do_bootm_vxworks()
341 bootm_headers_t *images) in do_bootm_qnxelf()
379 bootm_headers_t *images) in do_bootm_integrity()
412 bootm_headers_t *images) in do_bootm_openrtos()
[all …]
H A Dbootm.c44 bootm_headers_t images; /* pointers to os/initrd/fdt images */
47 char * const argv[], bootm_headers_t *images,
55 static void boot_start_lmb(bootm_headers_t *images) in boot_start_lmb()
68 static inline void boot_start_lmb(bootm_headers_t *images) { } in boot_start_lmb()
444 static int bootm_load_os(bootm_headers_t *images, int boot_progress) in bootm_load_os()
692 int states, bootm_headers_t *images, int boot_progress) in do_bootm_states()
880 char * const argv[], bootm_headers_t *images, in boot_get_kernel()
1004 bootm_headers_t images; in bootm_host_load_image()
H A Dimage.c900 int genimg_has_config(bootm_headers_t *images) in genimg_has_config()
931 int boot_get_ramdisk(int argc, char * const argv[], bootm_headers_t *images, in boot_get_ramdisk()
1215 int boot_get_setup(bootm_headers_t *images, uint8_t arch, in boot_get_setup()
1227 int boot_get_fpga(int argc, char * const argv[], bootm_headers_t *images, in boot_get_fpga()
1328 int boot_get_loadable(int argc, char * const argv[], bootm_headers_t *images, in boot_get_loadable()
1487 int image_setup_linux(bootm_headers_t *images) in image_setup_linux()
H A Dimage-fdt.c264 bootm_headers_t *images, char **of_flat_tree, ulong *of_size) in boot_get_fdt()
526 int image_setup_libfdt(bootm_headers_t *images, void *blob, in image_setup_libfdt()
H A Dimage-fit.c1727 int fit_get_node_from_config(bootm_headers_t *images, const char *prop_name, in fit_get_node_from_config()
1787 int fit_image_load(bootm_headers_t *images, ulong addr, in fit_image_load()
2013 int boot_get_setup_fit(bootm_headers_t *images, uint8_t arch, in boot_get_setup_fit()
2034 int boot_get_fdt_fit(bootm_headers_t *images, ulong addr, in boot_get_fdt_fit()
/openbmc/u-boot/arch/powerpc/lib/
H A Dbootm.c42 static void boot_jump_linux(bootm_headers_t *images) in boot_jump_linux()
161 static void boot_prep_linux(bootm_headers_t *images) in boot_prep_linux()
173 static int boot_cmdline_linux(bootm_headers_t *images) in boot_cmdline_linux()
194 static int boot_bd_t_linux(bootm_headers_t *images) in boot_bd_t_linux()
215 static int boot_body_linux(bootm_headers_t *images) in boot_body_linux()
232 int do_bootm_linux(int flag, int argc, char * const argv[], bootm_headers_t *images) in do_bootm_linux()
287 void boot_prep_vxworks(bootm_headers_t *images) in boot_prep_vxworks()
319 void boot_jump_vxworks(bootm_headers_t *images) in boot_jump_vxworks()
/openbmc/u-boot/arch/mips/lib/
H A Dbootm.c76 static void linux_cmdline_legacy(bootm_headers_t *images) in linux_cmdline_legacy()
116 static void linux_cmdline_append(bootm_headers_t *images) in linux_cmdline_append()
169 static void linux_env_legacy(bootm_headers_t *images) in linux_env_legacy()
218 static int boot_reloc_ramdisk(bootm_headers_t *images) in boot_reloc_ramdisk()
235 static int boot_reloc_fdt(bootm_headers_t *images) in boot_reloc_fdt()
265 static int boot_setup_fdt(bootm_headers_t *images) in boot_setup_fdt()
271 static void boot_prep_linux(bootm_headers_t *images) in boot_prep_linux()
293 static void boot_jump_linux(bootm_headers_t *images) in boot_jump_linux()
321 bootm_headers_t *images) in do_bootm_linux()
/openbmc/u-boot/arch/riscv/lib/
H A Dbootm.c64 static void boot_prep_linux(bootm_headers_t *images) in boot_prep_linux()
80 static void boot_jump_linux(bootm_headers_t *images, int flag) in boot_jump_linux()
101 bootm_headers_t *images) in do_bootm_linux()
123 bootm_headers_t *images) in do_bootm_vxworks()
/openbmc/u-boot/arch/arc/lib/
H A Dbootm.c48 __weak int board_prep_linux(bootm_headers_t *images) { return 0; } in board_prep_linux()
51 static int boot_prep_linux(bootm_headers_t *images) in boot_prep_linux()
73 static void boot_jump_linux(bootm_headers_t *images, int flag) in boot_jump_linux()
103 int do_bootm_linux(int flag, int argc, char *argv[], bootm_headers_t *images) in do_bootm_linux()
/openbmc/u-boot/include/
H A Dbootm.h35 bootm_headers_t *images);
48 bootm_headers_t *images, boot_os_fn *boot_fn);
67 int states, bootm_headers_t *images, int boot_progress);
H A Dimage.h429 } bootm_headers_t; typedef
431 extern bootm_headers_t images;
594 int genimg_has_config(bootm_headers_t *images);
596 int boot_get_fpga(int argc, char * const argv[], bootm_headers_t *images,
598 int boot_get_ramdisk(int argc, char * const argv[], bootm_headers_t *images,
626 int boot_get_setup_fit(bootm_headers_t *images, uint8_t arch,
650 int boot_get_fdt_fit(bootm_headers_t *images, ulong addr,
684 int fit_image_load(bootm_headers_t *images, ulong addr,
721 bootm_headers_t *images,
888 int image_setup_libfdt(bootm_headers_t *images, void *blob,
[all …]
H A Dvxworks.h84 void boot_prep_vxworks(bootm_headers_t *images);
85 void boot_jump_vxworks(bootm_headers_t *images);
/openbmc/u-boot/arch/x86/lib/
H A Dbootm.c68 static int boot_prep_linux(bootm_headers_t *images) in boot_prep_linux()
198 static int boot_jump_linux(bootm_headers_t *images) in boot_jump_linux()
208 bootm_headers_t *images) in do_bootm_linux()
/openbmc/u-boot/arch/arm/lib/
H A Dbootm.c227 static void boot_prep_linux(bootm_headers_t *images) in boot_prep_linux()
322 static void boot_jump_linux(bootm_headers_t *images, int flag) in boot_jump_linux()
413 bootm_headers_t *images) in do_bootm_linux()
435 void boot_prep_vxworks(bootm_headers_t *images) in boot_prep_vxworks()
450 void boot_jump_vxworks(bootm_headers_t *images) in boot_jump_vxworks()
/openbmc/u-boot/arch/nios2/lib/
H A Dbootm.c11 int do_bootm_linux(int flag, int argc, char * const argv[], bootm_headers_t *images) in do_bootm_linux()
/openbmc/u-boot/arch/microblaze/lib/
H A Dbootm.c18 bootm_headers_t *images) in do_bootm_linux()
/openbmc/u-boot/arch/sandbox/lib/
H A Dbootm.c51 int do_bootm_linux(int flag, int argc, char *argv[], bootm_headers_t *images) in do_bootm_linux()
/openbmc/u-boot/cmd/
H A Dbootz.c25 char * const argv[], bootm_headers_t *images) in bootz_start()
H A Dbooti.c20 char * const argv[], bootm_headers_t *images) in booti_start()
H A Dbootefi.c170 bootm_headers_t img = { 0 }; in efi_install_fdt()
/openbmc/u-boot/arch/m68k/lib/
H A Dbootm.c50 int do_bootm_linux(int flag, int argc, char * const argv[], bootm_headers_t *images) in do_bootm_linux()
/openbmc/u-boot/arch/sh/lib/
H A Dbootm.c52 int do_bootm_linux(int flag, int argc, char * const argv[], bootm_headers_t *images) in do_bootm_linux()
/openbmc/u-boot/arch/xtensa/lib/
H A Dbootm.c134 int do_bootm_linux(int flag, int argc, char *argv[], bootm_headers_t *images) in do_bootm_linux()
/openbmc/u-boot/arch/nds32/lib/
H A Dbootm.c37 int do_bootm_linux(int flag, int argc, char *argv[], bootm_headers_t *images) in do_bootm_linux()
/openbmc/u-boot/common/spl/
H A Dspl.c171 bootm_headers_t images; in spl_load_fit_image()

12