Searched refs:bootm_headers (Results 1 - 25 of 33) sorted by relevance

12

/u-boot/include/
H A Dvxworks.h12 struct bootm_headers;
90 void boot_prep_vxworks(struct bootm_headers *images);
91 void boot_jump_vxworks(struct bootm_headers *images);
H A Dbootm.h53 struct bootm_headers *images;
131 int bootm_measure(struct bootm_headers *images);
H A Dimage.h349 struct bootm_headers { struct
426 extern struct bootm_headers images;
606 int boot_get_setup(struct bootm_headers *images, uint8_t arch, ulong *setup_start,
643 int genimg_has_config(struct bootm_headers *images);
651 int boot_get_fpga(struct bootm_headers *images);
675 int boot_get_ramdisk(char const *select, struct bootm_headers *images,
694 int boot_get_loadable(struct bootm_headers *images);
696 int boot_get_setup_fit(struct bootm_headers *images, uint8_t arch,
720 int boot_get_fdt_fit(struct bootm_headers *images, ulong addr,
761 int fit_image_load(struct bootm_headers *image
[all...]
H A Devent.h204 struct bootm_headers *images;
/u-boot/arch/arc/lib/
H A Dbootm.c25 __weak int board_prep_linux(struct bootm_headers *images) { return 0; }
28 static int boot_prep_linux(struct bootm_headers *images)
52 static void boot_jump_linux(struct bootm_headers *images, int flag)
84 struct bootm_headers *images = bmi->images;
/u-boot/arch/riscv/lib/
H A Dbootm.c65 static void boot_prep_linux(struct bootm_headers *images)
79 static void boot_jump_linux(struct bootm_headers *images, int flag)
111 struct bootm_headers *images = bmi->images;
/u-boot/arch/microblaze/lib/
H A Dbootm.c40 static void boot_jump_linux(struct bootm_headers *images, int flag)
74 static void boot_prep_linux(struct bootm_headers *images)
87 struct bootm_headers *images = bmi->images;
/u-boot/boot/
H A Dbootm_os.c27 struct bootm_headers *images = bmi->images;
68 struct bootm_headers *images = bmi->images;
141 struct bootm_headers *images = bmi->images;
174 struct bootm_headers *images = bmi->images;
207 struct bootm_headers *images = bmi->images;
255 static void do_bootvx_fdt(struct bootm_headers *images)
315 struct bootm_headers *images = bmi->images;
362 struct bootm_headers *images = bmi->images;
400 struct bootm_headers *images = bmi->images;
433 struct bootm_headers *image
[all...]
H A Dimage-board.c282 int genimg_has_config(struct bootm_headers *images)
301 static int select_ramdisk(struct bootm_headers *images, const char *select, u8 arch,
452 int boot_get_ramdisk(char const *select, struct bootm_headers *images,
603 int boot_get_setup(struct bootm_headers *images, u8 arch,
612 int boot_get_fpga(struct bootm_headers *images)
714 int boot_get_loadable(struct bootm_headers *images)
875 int image_setup_linux(struct bootm_headers *images)
H A Dbootm.c45 struct bootm_headers images; /* pointers to os/initrd/fdt images */
120 static int boot_get_kernel(const char *addr_fit, struct bootm_headers *images,
242 static void boot_start_lmb(struct bootm_headers *images)
255 static inline void boot_start_lmb(struct bootm_headers *images) { }
618 static int bootm_load_os(struct bootm_headers *images, int boot_progress)
924 int bootm_measure(struct bootm_headers *images)
995 struct bootm_headers *images = bmi->images;
1218 struct bootm_headers images;
H A Dimage-fdt.c289 static int select_fdt(struct bootm_headers *images, const char *select, u8 arch,
446 struct bootm_headers *images, char **of_flat_tree,
572 int image_setup_libfdt(struct bootm_headers *images, void *blob,
/u-boot/arch/mips/lib/
H A Dbootm.c74 static void linux_cmdline_legacy(struct bootm_headers *images)
114 static void linux_cmdline_append(struct bootm_headers *images)
167 static void linux_env_legacy(struct bootm_headers *images)
216 static int boot_reloc_fdt(struct bootm_headers *images)
246 static int boot_setup_fdt(struct bootm_headers *images)
254 static void boot_prep_linux(struct bootm_headers *images)
274 static void boot_jump_linux(struct bootm_headers *images)
306 struct bootm_headers *images = bmi->images;
/u-boot/arch/sandbox/lib/
H A Dbootm.c54 static int boot_prep_linux(struct bootm_headers *images)
69 struct bootm_headers *images = bmi->images;
/u-boot/arch/powerpc/lib/
H A Dbootm.c49 static void boot_jump_linux(struct bootm_headers *images)
155 static void boot_prep_linux(struct bootm_headers *images)
167 static int boot_cmdline_linux(struct bootm_headers *images)
188 static int boot_bd_t_linux(struct bootm_headers *images)
209 static int boot_body_linux(struct bootm_headers *images)
229 struct bootm_headers *images = bmi->images;
277 void boot_prep_vxworks(struct bootm_headers *images)
309 void boot_jump_vxworks(struct bootm_headers *images)
/u-boot/arch/x86/lib/
H A Dbootm.c73 static int boot_prep_linux(struct bootm_headers *images)
231 static int boot_jump_linux(struct bootm_headers *images)
242 struct bootm_headers *images = bmi->images;
/u-boot/arch/arm/lib/
H A Dbootm.c195 __weak void board_prep_linux(struct bootm_headers *images) { }
198 static void boot_prep_linux(struct bootm_headers *images)
291 static void boot_jump_linux(struct bootm_headers *images, int flag)
383 struct bootm_headers *images = bmi->images;
405 void boot_prep_vxworks(struct bootm_headers *images)
421 void boot_jump_vxworks(struct bootm_headers *images)
/u-boot/arch/nios2/lib/
H A Dbootm.c21 struct bootm_headers *images = bmi->images;
/u-boot/test/boot/
H A Dmeasurement.c21 struct bootm_headers images;
/u-boot/arch/m68k/lib/
H A Dbootm.c40 struct bootm_headers *images = bmi->images;
/u-boot/cmd/
H A Dbootz.c27 char *const argv[], struct bootm_headers *images)
H A Dbooti.c24 struct bootm_headers *images = bmi->images;
/u-boot/arch/sh/lib/
H A Dbootm.c45 struct bootm_headers *images = bmi->images;
/u-boot/arch/arm/mach-socfpga/
H A Dboard.c158 void board_prep_linux(struct bootm_headers *images)
/u-boot/lib/efi_loader/
H A Defi_dt_fixup.c147 struct bootm_headers img = { 0 };
/u-boot/arch/xtensa/lib/
H A Dbootm.c139 struct bootm_headers *images = bmi->images;

Completed in 150 milliseconds

12