Home
last modified time | relevance | path

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

12

/external/u-boot/common/
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()
263 void do_bootvx_fdt(bootm_headers_t *images) in do_bootvx_fdt()
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()
[all …]
Dbootm.c43 bootm_headers_t images; /* pointers to os/initrd/fdt images */
46 char * const argv[], bootm_headers_t *images,
54 static void boot_start_lmb(bootm_headers_t *images) in boot_start_lmb()
71 static inline void boot_start_lmb(bootm_headers_t *images) { } in boot_start_lmb()
446 static int bootm_load_os(bootm_headers_t *images, int boot_progress) in bootm_load_os()
631 int states, bootm_headers_t *images, int boot_progress) in do_bootm_states()
815 char * const argv[], bootm_headers_t *images, in boot_get_kernel()
929 bootm_headers_t images; in bootm_host_load_image()
Dimage.c897 int genimg_has_config(bootm_headers_t *images) in genimg_has_config()
928 int boot_get_ramdisk(int argc, char * const argv[], bootm_headers_t *images, in boot_get_ramdisk()
1212 int boot_get_setup(bootm_headers_t *images, uint8_t arch, in boot_get_setup()
1224 int boot_get_fpga(int argc, char * const argv[], bootm_headers_t *images, in boot_get_fpga()
1325 int boot_get_loadable(int argc, char * const argv[], bootm_headers_t *images, in boot_get_loadable()
1484 int image_setup_linux(bootm_headers_t *images) in image_setup_linux()
Dimage-fdt.c226 bootm_headers_t *images, char **of_flat_tree, ulong *of_size) in boot_get_fdt()
464 int image_setup_libfdt(bootm_headers_t *images, void *blob, in image_setup_libfdt()
Dimage-fit.c1723 int fit_get_node_from_config(bootm_headers_t *images, const char *prop_name, in fit_get_node_from_config()
1783 int fit_image_load(bootm_headers_t *images, ulong addr, in fit_image_load()
2007 int boot_get_setup_fit(bootm_headers_t *images, uint8_t arch, in boot_get_setup_fit()
2028 int boot_get_fdt_fit(bootm_headers_t *images, ulong addr, in boot_get_fdt_fit()
/external/u-boot/arch/powerpc/lib/
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()
/external/u-boot/arch/mips/lib/
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()
/external/u-boot/arch/arc/lib/
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()
/external/u-boot/include/
Dimage.h402 } bootm_headers_t; typedef
404 extern bootm_headers_t images;
550 int boot_get_setup(bootm_headers_t *images, uint8_t arch, ulong *setup_start,
567 int genimg_has_config(bootm_headers_t *images);
569 int boot_get_fpga(int argc, char * const argv[], bootm_headers_t *images,
571 int boot_get_ramdisk(int argc, char * const argv[], bootm_headers_t *images,
595 int boot_get_loadable(int argc, char * const argv[], bootm_headers_t *images,
599 int boot_get_setup_fit(bootm_headers_t *images, uint8_t arch,
623 int boot_get_fdt_fit(bootm_headers_t *images, ulong addr,
657 int fit_image_load(bootm_headers_t *images, ulong addr,
[all …]
Dvxworks.h84 void boot_prep_vxworks(bootm_headers_t *images);
85 void boot_jump_vxworks(bootm_headers_t *images);
86 void do_bootvx_fdt(bootm_headers_t *images);
Dbootm.h35 bootm_headers_t *images);
46 bootm_headers_t *images, boot_os_fn *boot_fn);
54 int states, bootm_headers_t *images, int boot_progress);
/external/u-boot/arch/arm/lib/
Dbootm.c225 static void boot_prep_linux(bootm_headers_t *images) in boot_prep_linux()
320 static void boot_jump_linux(bootm_headers_t *images, int flag) in boot_jump_linux()
411 bootm_headers_t *images) in do_bootm_linux()
433 void boot_prep_vxworks(bootm_headers_t *images) in boot_prep_vxworks()
448 void boot_jump_vxworks(bootm_headers_t *images) in boot_jump_vxworks()
/external/u-boot/arch/x86/lib/
Dbootm.c68 static int boot_prep_linux(bootm_headers_t *images) in boot_prep_linux()
194 static int boot_jump_linux(bootm_headers_t *images) in boot_jump_linux()
204 bootm_headers_t *images) in do_bootm_linux()
/external/u-boot/arch/nios2/lib/
Dbootm.c11 int do_bootm_linux(int flag, int argc, char * const argv[], bootm_headers_t *images) in do_bootm_linux()
/external/u-boot/arch/riscv/lib/
Dbootm.c27 int do_bootm_linux(int flag, int argc, char *argv[], bootm_headers_t *images) in do_bootm_linux()
/external/u-boot/arch/microblaze/lib/
Dbootm.c18 bootm_headers_t *images) in do_bootm_linux()
/external/u-boot/arch/sandbox/lib/
Dbootm.c51 int do_bootm_linux(int flag, int argc, char *argv[], bootm_headers_t *images) in do_bootm_linux()
/external/u-boot/cmd/
Dbootz.c25 char * const argv[], bootm_headers_t *images) in bootz_start()
Dbooti.c20 char * const argv[], bootm_headers_t *images) in booti_start()
Dbootefi.c220 bootm_headers_t img = { 0 }; in efi_install_fdt()
/external/u-boot/arch/m68k/lib/
Dbootm.c50 int do_bootm_linux(int flag, int argc, char * const argv[], bootm_headers_t *images) in do_bootm_linux()
/external/u-boot/arch/sh/lib/
Dbootm.c52 int do_bootm_linux(int flag, int argc, char * const argv[], bootm_headers_t *images) in do_bootm_linux()
/external/u-boot/arch/xtensa/lib/
Dbootm.c134 int do_bootm_linux(int flag, int argc, char *argv[], bootm_headers_t *images) in do_bootm_linux()
/external/u-boot/arch/nds32/lib/
Dbootm.c37 int do_bootm_linux(int flag, int argc, char *argv[], bootm_headers_t *images) in do_bootm_linux()
/external/u-boot/common/spl/
Dspl.c153 bootm_headers_t images; in spl_load_fit_image()

12