Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/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()
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 …]
H A Dbootm.c48 bootm_headers_t images; /* pointers to os/initrd/fdt images */
61 char * const argv[], bootm_headers_t *images,
65 static void boot_start_lmb(bootm_headers_t *images) in boot_start_lmb()
89 static inline void boot_start_lmb(bootm_headers_t *images) { } in boot_start_lmb()
501 static int bootm_load_os(bootm_headers_t *images, unsigned long *load_end, in bootm_load_os()
687 int states, bootm_headers_t *images, int boot_progress) in do_bootm_states()
888 char * const argv[], bootm_headers_t *images, in boot_get_kernel()
1005 bootm_headers_t images; in bootm_host_load_image()
H A Dimage.c916 int genimg_has_config(bootm_headers_t *images) in genimg_has_config()
947 int boot_get_ramdisk(int argc, char * const argv[], bootm_headers_t *images, in boot_get_ramdisk()
1233 int boot_get_setup(bootm_headers_t *images, uint8_t arch, in boot_get_setup()
1245 int boot_get_fpga(int argc, char * const argv[], bootm_headers_t *images, in boot_get_fpga()
1348 int boot_get_loadable(int argc, char * const argv[], bootm_headers_t *images, in boot_get_loadable()
1507 int image_setup_linux(bootm_headers_t *images) in image_setup_linux()
H A Dimage-fdt.c358 bootm_headers_t *images, char **of_flat_tree, ulong *of_size) in boot_get_fdt()
596 int image_setup_libfdt(bootm_headers_t *images, void *blob, in image_setup_libfdt()
H A Dimage-fit.c1957 int fit_get_node_from_config(bootm_headers_t *images, const char *prop_name, in fit_get_node_from_config()
2026 int fit_image_load_index(bootm_headers_t *images, ulong addr, in fit_image_load_index()
2284 int fit_image_load(bootm_headers_t *images, ulong addr, in fit_image_load()
2294 int boot_get_setup_fit(bootm_headers_t *images, uint8_t arch, in boot_get_setup_fit()
2315 int boot_get_fdt_fit(bootm_headers_t *images, ulong addr, in boot_get_fdt_fit()
/OK3568_Linux_fs/u-boot/arch/powerpc/lib/
H A Dbootm.c43 static void boot_jump_linux(bootm_headers_t *images) in boot_jump_linux()
162 static void boot_prep_linux(bootm_headers_t *images) in boot_prep_linux()
174 static int boot_cmdline_linux(bootm_headers_t *images) in boot_cmdline_linux()
195 static int boot_bd_t_linux(bootm_headers_t *images) in boot_bd_t_linux()
216 static int boot_body_linux(bootm_headers_t *images) in boot_body_linux()
233 int do_bootm_linux(int flag, int argc, char * const argv[], bootm_headers_t *images) in do_bootm_linux()
288 void boot_prep_vxworks(bootm_headers_t *images) in boot_prep_vxworks()
320 void boot_jump_vxworks(bootm_headers_t *images) in boot_jump_vxworks()
/OK3568_Linux_fs/u-boot/arch/mips/lib/
H A Dbootm.c77 static void linux_cmdline_legacy(bootm_headers_t *images) in linux_cmdline_legacy()
117 static void linux_cmdline_append(bootm_headers_t *images) in linux_cmdline_append()
170 static void linux_env_legacy(bootm_headers_t *images) in linux_env_legacy()
219 static int boot_reloc_ramdisk(bootm_headers_t *images) in boot_reloc_ramdisk()
236 static int boot_reloc_fdt(bootm_headers_t *images) in boot_reloc_fdt()
266 static int boot_setup_fdt(bootm_headers_t *images) in boot_setup_fdt()
272 static void boot_prep_linux(bootm_headers_t *images) in boot_prep_linux()
294 static void boot_jump_linux(bootm_headers_t *images) in boot_jump_linux()
322 bootm_headers_t *images) in do_bootm_linux()
/OK3568_Linux_fs/u-boot/include/
H A Dbootm.h36 bootm_headers_t *images);
47 bootm_headers_t *images, boot_os_fn *boot_fn);
55 int states, bootm_headers_t *images, int boot_progress);
57 void arch_preboot_os(uint32_t bootm_state, bootm_headers_t *images);
H A Dimage.h406 } bootm_headers_t; typedef
408 extern bootm_headers_t images;
554 int boot_get_setup(bootm_headers_t *images, uint8_t arch, ulong *setup_start,
571 int genimg_has_config(bootm_headers_t *images);
573 int boot_get_fpga(int argc, char * const argv[], bootm_headers_t *images,
575 int boot_get_ramdisk(int argc, char * const argv[], bootm_headers_t *images,
599 int boot_get_loadable(int argc, char * const argv[], bootm_headers_t *images,
603 int boot_get_setup_fit(bootm_headers_t *images, uint8_t arch,
627 int boot_get_fdt_fit(bootm_headers_t *images, ulong addr,
661 int fit_image_load(bootm_headers_t *images, ulong addr,
[all …]
H A Dvxworks.h41 void boot_prep_vxworks(bootm_headers_t *images);
42 void boot_jump_vxworks(bootm_headers_t *images);
43 void do_bootvx_fdt(bootm_headers_t *images);
H A Damp.h32 int arm64_switch_amp_pe(bootm_headers_t *images);
/OK3568_Linux_fs/u-boot/arch/arm/lib/
H A Dbootm.c82 static void announce_and_cleanup(bootm_headers_t *images, int fake) in announce_and_cleanup()
233 static void boot_prep_linux(bootm_headers_t *images) in boot_prep_linux()
328 static int arm64_switch_aarch32(bootm_headers_t *images) in arm64_switch_aarch32()
379 static void boot_jump_linux(bootm_headers_t *images, int flag) in boot_jump_linux()
476 bootm_headers_t *images) in do_bootm_linux()
498 void boot_prep_vxworks(bootm_headers_t *images) in boot_prep_vxworks()
513 void boot_jump_vxworks(bootm_headers_t *images) in boot_jump_vxworks()
/OK3568_Linux_fs/u-boot/arch/arc/lib/
H A Dbootm.c50 static void boot_prep_linux(bootm_headers_t *images) in boot_prep_linux()
60 static void boot_jump_linux(bootm_headers_t *images, int flag) in boot_jump_linux()
93 int do_bootm_linux(int flag, int argc, char *argv[], bootm_headers_t *images) in do_bootm_linux()
/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Dbootm.c73 static int boot_prep_linux(bootm_headers_t *images) in boot_prep_linux()
199 static int boot_jump_linux(bootm_headers_t *images) in boot_jump_linux()
209 bootm_headers_t *images) in do_bootm_linux()
/OK3568_Linux_fs/u-boot/cmd/
H A Dbooti.c35 static int booti_setup(bootm_headers_t *images) in booti_setup()
94 char * const argv[], bootm_headers_t *images) in booti_start()
H A Dbootrkp.c132 static void boot_start_lmb(bootm_headers_t *images) in boot_start_lmb()
154 static inline void boot_start_lmb(bootm_headers_t *images) { } in boot_start_lmb()
157 static void boot_lmb_init(bootm_headers_t *images) in boot_lmb_init()
H A Dbootz.c26 char * const argv[], bootm_headers_t *images) in bootz_start()
/OK3568_Linux_fs/u-boot/arch/nios2/lib/
H A Dbootm.c12 int do_bootm_linux(int flag, int argc, char * const argv[], bootm_headers_t *images) in do_bootm_linux()
/OK3568_Linux_fs/u-boot/arch/microblaze/lib/
H A Dbootm.c21 bootm_headers_t *images) in do_bootm_linux()
/OK3568_Linux_fs/u-boot/arch/sandbox/lib/
H A Dbootm.c53 int do_bootm_linux(int flag, int argc, char *argv[], bootm_headers_t *images) in do_bootm_linux()
/OK3568_Linux_fs/u-boot/arch/m68k/lib/
H A Dbootm.c51 int do_bootm_linux(int flag, int argc, char * const argv[], bootm_headers_t *images) in do_bootm_linux()
/OK3568_Linux_fs/u-boot/arch/sh/lib/
H A Dbootm.c53 int do_bootm_linux(int flag, int argc, char * const argv[], bootm_headers_t *images) in do_bootm_linux()
/OK3568_Linux_fs/u-boot/drivers/cpu/
H A Drockchip_amp.c399 bootm_headers_t images; in amp_cpus_on()
481 int arm64_switch_amp_pe(bootm_headers_t *images) in arm64_switch_amp_pe()
/OK3568_Linux_fs/u-boot/arch/xtensa/lib/
H A Dbootm.c135 int do_bootm_linux(int flag, int argc, char *argv[], bootm_headers_t *images) in do_bootm_linux()
/OK3568_Linux_fs/u-boot/arch/nds32/lib/
H A Dbootm.c39 int do_bootm_linux(int flag, int argc, char *argv[], bootm_headers_t *images) in do_bootm_linux()

12