Home
last modified time | relevance | path

Searched defs:images (Results 1 – 25 of 28) sorted by relevance

12

/rk3399_rockchip-uboot/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 */ variable
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() local
H A Dboot_fit.c18 int images, node, fdt_len, fdt_node, fdt_offset; in fdt_offset() local
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.c379 bootm_headers_t *images, char **of_flat_tree, ulong *of_size) in boot_get_fdt()
617 int image_setup_libfdt(bootm_headers_t *images, void *blob, in image_setup_libfdt()
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/arch/arm/lib/
H A Dbootm.c73 __weak void board_quiesce_devices(void *images) in board_quiesce_devices()
82 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()
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/cmd/
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 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 Dbootz.c26 char * const argv[], bootm_headers_t *images) in bootz_start()
H A Dtftp_update.c31 struct list_head images; member
141 int images, noffset; in update_populate_image() local
533 int images; in update_write_gpt() local
/rk3399_rockchip-uboot/common/spl/
H A Dspl_fit.c38 static int spl_fit_get_image_name(const void *fit, int images, in spl_fit_get_image_name()
92 static int spl_fit_get_image_node(const void *fit, int images, in spl_fit_get_image_node()
401 void *fit, int images, ulong base_offset) in spl_fit_append_fdt()
452 static int spl_fit_record_loadable(const void *fit, int images, int index, in spl_fit_record_loadable()
585 const char *images[] = { FIT_FDT_PROP, FIT_KERNEL_PROP, FIT_RAMDISK_PROP, }; in spl_load_kernel_fit() local
712 int images, ret; in spl_internal_load_simple_fit() local
/rk3399_rockchip-uboot/tools/binman/
H A Dcontrol.py22 images = OrderedDict() variable
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/arch/microblaze/lib/
H A Dbootm.c21 bootm_headers_t *images) in do_bootm_linux()
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/drivers/cpu/
H A Drockchip_amp.c447 bootm_headers_t images; in amp_cpus_on() local
532 int arm64_switch_amp_pe(bootm_headers_t *images) in arm64_switch_amp_pe()
/rk3399_rockchip-uboot/tools/
H A Dfit_image.c475 int images; in fit_extract_data() local
585 int images; in fit_import_data() local

12