| /u-boot/arch/powerpc/lib/ |
| A D | bootm.c | 48 static void boot_jump_linux(struct bootm_headers *images) in boot_jump_linux() 154 static void boot_prep_linux(struct bootm_headers *images) in boot_prep_linux() 166 static int boot_cmdline_linux(struct bootm_headers *images) in boot_cmdline_linux() 187 static int boot_bd_t_linux(struct bootm_headers *images) in boot_bd_t_linux() 208 static int boot_body_linux(struct bootm_headers *images) in boot_body_linux() 227 struct bootm_headers *images) in do_bootm_linux() 276 void boot_prep_vxworks(struct bootm_headers *images) in boot_prep_vxworks() 308 void boot_jump_vxworks(struct bootm_headers *images) in boot_jump_vxworks()
|
| /u-boot/boot/ |
| A D | bootm_os.c | 27 struct bootm_headers *images) in do_bootm_standalone() 68 struct bootm_headers *images) in do_bootm_netbsd() 141 struct bootm_headers *images) in do_bootm_rtems() 174 struct bootm_headers *images) in do_bootm_ose() 207 struct bootm_headers *images) in do_bootm_plan9() 315 struct bootm_headers *images) in do_bootm_vxworks_legacy() 333 struct bootm_headers *images) in do_bootm_vxworks() 369 struct bootm_headers *images) in do_bootm_qnxelf() 440 struct bootm_headers *images) in do_bootm_openrtos() 466 struct bootm_headers *images) in do_bootm_tee() [all …]
|
| A D | image-board.c | 304 int genimg_has_config(struct bootm_headers *images) in genimg_has_config() 323 static int select_ramdisk(struct bootm_headers *images, const char *select, u8 arch, in select_ramdisk() 496 int boot_get_ramdisk(int argc, char *const argv[], struct bootm_headers *images, in boot_get_ramdisk() 660 int boot_get_setup(struct bootm_headers *images, u8 arch, in boot_get_setup() 669 int boot_get_fpga(int argc, char *const argv[], struct bootm_headers *images, in boot_get_fpga() 772 int boot_get_loadable(int argc, char *const argv[], struct bootm_headers *images, in boot_get_loadable() 933 int image_setup_linux(struct bootm_headers *images) in image_setup_linux()
|
| A D | bootm.c | 44 struct bootm_headers images; /* pointers to os/initrd/fdt images */ variable 55 static void boot_start_lmb(struct bootm_headers *images) in boot_start_lmb() 68 static inline void boot_start_lmb(struct bootm_headers *images) { } in boot_start_lmb() 414 static int bootm_load_os(struct bootm_headers *images, int boot_progress) in bootm_load_os() 702 char *const argv[], int states, struct bootm_headers *images, in do_bootm_states() 892 char *const argv[], struct bootm_headers *images, in boot_get_kernel() 1030 struct bootm_headers 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-fdt.c | 294 static int select_fdt(struct bootm_headers *images, const char *select, u8 arch, in select_fdt() 473 struct bootm_headers *images, char **of_flat_tree, ulong *of_size) in boot_get_fdt() 606 int image_setup_libfdt(struct bootm_headers *images, void *blob, in image_setup_libfdt()
|
| A D | vbe_simple_fw.c | 47 struct bootm_headers images = {}; in vbe_simple_read_bootflow_fw() local
|
| /u-boot/arch/mips/lib/ |
| A D | bootm.c | 74 static void linux_cmdline_legacy(struct bootm_headers *images) in linux_cmdline_legacy() 114 static void linux_cmdline_append(struct bootm_headers *images) in linux_cmdline_append() 167 static void linux_env_legacy(struct bootm_headers *images) in linux_env_legacy() 216 static int boot_reloc_fdt(struct bootm_headers *images) in boot_reloc_fdt() 246 static int boot_setup_fdt(struct bootm_headers *images) in boot_setup_fdt() 254 static void boot_prep_linux(struct bootm_headers *images) in boot_prep_linux() 274 static void boot_jump_linux(struct bootm_headers *images) in boot_jump_linux() 305 struct bootm_headers *images) in do_bootm_linux()
|
| /u-boot/arch/arc/lib/ |
| A D | bootm.c | 25 __weak int board_prep_linux(struct bootm_headers *images) { return 0; } in board_prep_linux() 28 static int boot_prep_linux(struct bootm_headers *images) in boot_prep_linux() 52 static void boot_jump_linux(struct bootm_headers *images, int flag) in boot_jump_linux() 82 int do_bootm_linux(int flag, int argc, char *argv[], struct bootm_headers *images) in do_bootm_linux()
|
| /u-boot/arch/riscv/lib/ |
| A D | bootm.c | 65 static void boot_prep_linux(struct bootm_headers *images) in boot_prep_linux() 79 static void boot_jump_linux(struct bootm_headers *images, int flag) in boot_jump_linux() 110 struct bootm_headers *images) in do_bootm_linux() 132 struct bootm_headers *images) in do_bootm_vxworks()
|
| /u-boot/arch/arm/lib/ |
| A D | bootm.c | 195 __weak void board_prep_linux(struct bootm_headers *images) { } in board_prep_linux() 198 static void boot_prep_linux(struct bootm_headers *images) in boot_prep_linux() 291 static void boot_jump_linux(struct bootm_headers *images, int flag) in boot_jump_linux() 382 struct bootm_headers *images) in do_bootm_linux() 404 void boot_prep_vxworks(struct bootm_headers *images) in boot_prep_vxworks() 420 void boot_jump_vxworks(struct bootm_headers *images) in boot_jump_vxworks()
|
| /u-boot/arch/microblaze/lib/ |
| A D | bootm.c | 40 static void boot_jump_linux(struct bootm_headers *images, int flag) in boot_jump_linux() 74 static void boot_prep_linux(struct bootm_headers *images) in boot_prep_linux() 86 struct bootm_headers *images) in do_bootm_linux()
|
| /u-boot/arch/x86/lib/ |
| A D | bootm.c | 73 static int boot_prep_linux(struct bootm_headers *images) in boot_prep_linux() 231 static int boot_jump_linux(struct bootm_headers *images) in boot_jump_linux() 241 struct bootm_headers *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/sandbox/lib/ |
| A D | bootm.c | 54 static int boot_prep_linux(struct bootm_headers *images) in boot_prep_linux() 67 int do_bootm_linux(int flag, int argc, char *argv[], struct bootm_headers *images) in do_bootm_linux()
|
| /u-boot/arch/nios2/lib/ |
| A D | bootm.c | 20 struct bootm_headers *images) in do_bootm_linux()
|
| /u-boot/cmd/ |
| A D | bootz.c | 28 char *const argv[], struct bootm_headers *images) in bootz_start()
|
| A D | booti.c | 24 char *const argv[], struct bootm_headers *images) in booti_start()
|
| /u-boot/arch/m68k/lib/ |
| A D | bootm.c | 39 struct bootm_headers *images) in do_bootm_linux()
|
| /u-boot/arch/arm/mach-k3/ |
| A D | sysfw-loader.c | 110 static int fit_get_data_by_name(const void *fit, int images, const char *name, in fit_get_data_by_name() 144 int images; in k3_sysfw_load_using_fit() local 170 int images; in k3_sysfw_configure_using_fit() local
|
| /u-boot/arch/arm/mach-socfpga/ |
| A D | board.c | 117 void board_prep_linux(struct bootm_headers *images) in board_prep_linux()
|
| /u-boot/arch/sh/lib/ |
| A D | bootm.c | 43 struct bootm_headers *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[], struct bootm_headers *images) in do_bootm_linux()
|
| /u-boot/arch/arm/mach-imx/ |
| A D | parse-container.c | 81 struct boot_img_t *images; in read_auth_image() local
|
| /u-boot/tools/ |
| A D | fit_image.c | 505 int images; in fit_extract_data() local 623 int images; in fit_import_data() local
|