/openbmc/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() 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 D | bootm.c | 44 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 D | image.c | 900 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 D | image-fdt.c | 264 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 D | image-fit.c | 1727 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 D | bootm.c | 42 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 D | bootm.c | 76 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 D | bootm.c | 64 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 D | bootm.c | 48 __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 D | bootm.h | 35 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 D | image.h | 429 } 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 D | vxworks.h | 84 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 D | bootm.c | 68 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 D | bootm.c | 227 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 D | bootm.c | 11 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 D | bootm.c | 18 bootm_headers_t *images) in do_bootm_linux()
|
/openbmc/u-boot/arch/sandbox/lib/ |
H A D | bootm.c | 51 int do_bootm_linux(int flag, int argc, char *argv[], bootm_headers_t *images) in do_bootm_linux()
|
/openbmc/u-boot/cmd/ |
H A D | bootz.c | 25 char * const argv[], bootm_headers_t *images) in bootz_start()
|
H A D | booti.c | 20 char * const argv[], bootm_headers_t *images) in booti_start()
|
H A D | bootefi.c | 170 bootm_headers_t img = { 0 }; in efi_install_fdt()
|
/openbmc/u-boot/arch/m68k/lib/ |
H A D | bootm.c | 50 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 D | bootm.c | 52 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 D | bootm.c | 134 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 D | bootm.c | 37 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 D | spl.c | 171 bootm_headers_t images; in spl_load_fit_image()
|