| /OK3568_Linux_fs/u-boot/common/ |
| H A D | bootm_os.c | 18 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 D | bootm.c | 48 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 D | image.c | 916 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 D | image-fdt.c | 358 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 D | image-fit.c | 1957 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 D | bootm.c | 43 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 D | bootm.c | 77 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 D | bootm.h | 36 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 D | image.h | 406 } 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 D | vxworks.h | 41 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 D | amp.h | 32 int arm64_switch_amp_pe(bootm_headers_t *images);
|
| /OK3568_Linux_fs/u-boot/arch/arm/lib/ |
| H A D | bootm.c | 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()
|
| /OK3568_Linux_fs/u-boot/arch/arc/lib/ |
| H A D | bootm.c | 50 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 D | bootm.c | 73 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 D | booti.c | 35 static int booti_setup(bootm_headers_t *images) in booti_setup() 94 char * const argv[], bootm_headers_t *images) in booti_start()
|
| H A D | bootrkp.c | 132 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 D | bootz.c | 26 char * const argv[], bootm_headers_t *images) in bootz_start()
|
| /OK3568_Linux_fs/u-boot/arch/nios2/lib/ |
| H A D | bootm.c | 12 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 D | bootm.c | 21 bootm_headers_t *images) in do_bootm_linux()
|
| /OK3568_Linux_fs/u-boot/arch/sandbox/lib/ |
| H A D | bootm.c | 53 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 D | bootm.c | 51 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 D | bootm.c | 53 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 D | rockchip_amp.c | 399 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 D | bootm.c | 135 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 D | bootm.c | 39 int do_bootm_linux(int flag, int argc, char *argv[], bootm_headers_t *images) in do_bootm_linux()
|