/u-boot/common/ |
A D | bootm_os.c | 27 bootm_headers_t *images) in do_bootm_standalone() 63 bootm_headers_t *images) in do_bootm_netbsd() 135 bootm_headers_t *images) in do_bootm_lynxkdi() 157 bootm_headers_t *images) in do_bootm_rtems() 190 bootm_headers_t *images) in do_bootm_ose() 223 bootm_headers_t *images) in do_bootm_plan9() 330 bootm_headers_t *images) in do_bootm_vxworks_legacy() 348 bootm_headers_t *images) in do_bootm_vxworks() 385 bootm_headers_t *images) in do_bootm_qnxelf() 482 bootm_headers_t *images) in do_bootm_tee() [all …]
|
A D | bootm.c | 49 bootm_headers_t images; /* pointers to os/initrd/fdt images */ variable 60 static void boot_start_lmb(bootm_headers_t *images) in boot_start_lmb() 73 static inline void boot_start_lmb(bootm_headers_t *images) { } in boot_start_lmb() 376 static int bootm_load_os(bootm_headers_t *images, int boot_progress) in bootm_load_os() 663 char *const argv[], int states, bootm_headers_t *images, in do_bootm_states() 850 char *const argv[], bootm_headers_t *images, in boot_get_kernel() 971 bootm_headers_t images; in bootm_host_load_image() local
|
A D | boot_fit.c | 18 int images, node, fdt_len, fdt_node, fdt_offset; in fdt_offset() local
|
A D | image.c | 1130 int genimg_has_config(bootm_headers_t *images) in genimg_has_config() 1161 int boot_get_ramdisk(int argc, char *const argv[], bootm_headers_t *images, in boot_get_ramdisk() 1445 int boot_get_setup(bootm_headers_t *images, uint8_t arch, in boot_get_setup() 1457 int boot_get_fpga(int argc, char *const argv[], bootm_headers_t *images, in boot_get_fpga() 1558 int boot_get_loadable(int argc, char *const argv[], bootm_headers_t *images, in boot_get_loadable() 1719 int image_setup_linux(bootm_headers_t *images) in image_setup_linux()
|
A D | image-fdt.c | 270 bootm_headers_t *images, char **of_flat_tree, ulong *of_size) in boot_get_fdt() 544 int image_setup_libfdt(bootm_headers_t *images, void *blob, in image_setup_libfdt()
|
/u-boot/arch/powerpc/lib/ |
A D | bootm.c | 48 static void boot_jump_linux(bootm_headers_t *images) in boot_jump_linux() 167 static void boot_prep_linux(bootm_headers_t *images) in boot_prep_linux() 179 static int boot_cmdline_linux(bootm_headers_t *images) in boot_cmdline_linux() 200 static int boot_bd_t_linux(bootm_headers_t *images) in boot_bd_t_linux() 221 static int boot_body_linux(bootm_headers_t *images) in boot_body_linux() 238 bootm_headers_t *images) in do_bootm_linux() 293 void boot_prep_vxworks(bootm_headers_t *images) in boot_prep_vxworks() 325 void boot_jump_vxworks(bootm_headers_t *images) in boot_jump_vxworks()
|
/u-boot/arch/mips/lib/ |
A D | bootm.c | 81 static void linux_cmdline_legacy(bootm_headers_t *images) in linux_cmdline_legacy() 121 static void linux_cmdline_append(bootm_headers_t *images) in linux_cmdline_append() 174 static void linux_env_legacy(bootm_headers_t *images) in linux_env_legacy() 223 static int boot_reloc_fdt(bootm_headers_t *images) in boot_reloc_fdt() 253 static int boot_setup_fdt(bootm_headers_t *images) in boot_setup_fdt() 261 static void boot_prep_linux(bootm_headers_t *images) in boot_prep_linux() 281 static void boot_jump_linux(bootm_headers_t *images) in boot_jump_linux() 312 bootm_headers_t *images) in do_bootm_linux()
|
/u-boot/arch/riscv/lib/ |
A D | bootm.c | 65 static void boot_prep_linux(bootm_headers_t *images) in boot_prep_linux() 81 static void boot_jump_linux(bootm_headers_t *images, int flag) in boot_jump_linux() 112 bootm_headers_t *images) in do_bootm_linux() 134 bootm_headers_t *images) in do_bootm_vxworks()
|
/u-boot/arch/arc/lib/ |
A D | bootm.c | 55 __weak int board_prep_linux(bootm_headers_t *images) { return 0; } in board_prep_linux() 58 static int 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() 110 int do_bootm_linux(int flag, int argc, char *argv[], bootm_headers_t *images) in do_bootm_linux()
|
/u-boot/arch/arm/mach-nexell/ |
A D | cmd_boot_linux.c | 24 bootm_headers_t *images) in boot_go_set_os() 63 static void boot_start_lmb(bootm_headers_t *images) in boot_start_lmb() 80 static inline void boot_start_lmb(bootm_headers_t *images) { } in boot_start_lmb() 86 bootm_headers_t *images = &linux_images; in do_boot_linux() local
|
/u-boot/arch/arm/lib/ |
A D | bootm.c | 241 __weak void board_prep_linux(bootm_headers_t *images) { } in board_prep_linux() 244 static void boot_prep_linux(bootm_headers_t *images) in boot_prep_linux() 341 static void boot_jump_linux(bootm_headers_t *images, int flag) in boot_jump_linux() 432 bootm_headers_t *images) in do_bootm_linux() 454 void boot_prep_vxworks(bootm_headers_t *images) in boot_prep_vxworks() 469 void boot_jump_vxworks(bootm_headers_t *images) in boot_jump_vxworks()
|
/u-boot/arch/microblaze/lib/ |
A D | bootm.c | 66 static void boot_jump_linux(bootm_headers_t *images, int flag) in boot_jump_linux() 102 static void boot_prep_linux(bootm_headers_t *images) in boot_prep_linux() 114 bootm_headers_t *images) in do_bootm_linux()
|
/u-boot/arch/x86/lib/ |
A D | bootm.c | 72 static int boot_prep_linux(bootm_headers_t *images) in boot_prep_linux() 202 static int boot_jump_linux(bootm_headers_t *images) in boot_jump_linux() 212 bootm_headers_t *images) in do_bootm_linux()
|
/u-boot/doc/api/ |
A D | efi.rst | 9 Bootefi command 27 Boot manager 47 Efidebug command
|
/u-boot/arch/arm/mach-k3/ |
A D | sysfw-loader.c | 70 static int fit_get_data_by_name(const void *fit, int images, const char *name, in fit_get_data_by_name() 104 int images; in k3_sysfw_load_using_fit() local 130 int images; in k3_sysfw_configure_using_fit() local
|
/u-boot/arch/nios2/lib/ |
A D | bootm.c | 17 bootm_headers_t *images) in do_bootm_linux()
|
/u-boot/cmd/ |
A D | bootz.c | 28 char *const argv[], bootm_headers_t *images) in bootz_start()
|
A D | booti.c | 24 char *const argv[], bootm_headers_t *images) in booti_start()
|
/u-boot/arch/m68k/lib/ |
A D | bootm.c | 55 bootm_headers_t *images) in do_bootm_linux()
|
/u-boot/arch/arm/mach-socfpga/ |
A D | board.c | 116 void board_prep_linux(bootm_headers_t *images) in board_prep_linux()
|
/u-boot/arch/sandbox/lib/ |
A D | bootm.c | 53 int do_bootm_linux(int flag, int argc, char *argv[], bootm_headers_t *images) in do_bootm_linux()
|
/u-boot/arch/xtensa/lib/ |
A D | bootm.c | 137 int do_bootm_linux(int flag, int argc, char *argv[], bootm_headers_t *images) in do_bootm_linux()
|
/u-boot/arch/sh/lib/ |
A D | bootm.c | 55 bootm_headers_t *images) in do_bootm_linux()
|
/u-boot/arch/nds32/lib/ |
A D | bootm.c | 43 int do_bootm_linux(int flag, int argc, char *argv[], bootm_headers_t *images) in do_bootm_linux()
|
/u-boot/arch/arm/mach-imx/imx8/ |
A D | parse-container.c | 79 struct boot_img_t *images; in read_auth_image() local
|