Searched defs:images (Results 1 – 9 of 9) sorted by relevance
| /boot/ |
| A D | bootm_os.c | 28 struct bootm_headers *images = bmi->images; in do_bootm_standalone() local 69 struct bootm_headers *images = bmi->images; in do_bootm_netbsd() local 142 struct bootm_headers *images = bmi->images; in do_bootm_rtems() local 175 struct bootm_headers *images = bmi->images; in do_bootm_ose() local 208 struct bootm_headers *images = bmi->images; in do_bootm_plan9() local 315 struct bootm_headers *images = bmi->images; in do_bootm_vxworks_legacy() local 362 struct bootm_headers *images = bmi->images; in do_bootm_qnxelf() local 425 struct bootm_headers *images = bmi->images; in do_bootm_integrity() local 458 struct bootm_headers *images = bmi->images; in do_bootm_openrtos() local 484 struct bootm_headers *images = bmi->images; in do_bootm_tee() local [all …]
|
| A D | image-board.c | 283 int genimg_has_config(struct bootm_headers *images) in genimg_has_config() 302 static int select_ramdisk(struct bootm_headers *images, const char *select, u8 arch, in select_ramdisk() 462 int boot_get_ramdisk(char const *select, struct bootm_headers *images, in boot_get_ramdisk() 621 int boot_get_setup(struct bootm_headers *images, u8 arch, in boot_get_setup() 630 int boot_get_fpga(struct bootm_headers *images) in boot_get_fpga() 742 int boot_get_loadable(struct bootm_headers *images) in boot_get_loadable() 907 int image_setup_linux(struct bootm_headers *images) in image_setup_linux()
|
| A D | bootm.c | 47 struct bootm_headers images; /* pointers to os/initrd/fdt images */ variable 122 static int boot_get_kernel(const char *addr_fit, struct bootm_headers *images, in boot_get_kernel() 603 static int bootm_load_os(struct bootm_headers *images, int boot_progress) in bootm_load_os() 912 int bootm_measure(struct bootm_headers *images) in bootm_measure() 983 struct bootm_headers *images = bmi->images; in bootm_run_states() local 1205 struct bootm_headers images; in bootm_host_load_image() local
|
| A D | image-fdt.c | 303 static int select_fdt(struct bootm_headers *images, const char *select, u8 arch, in select_fdt() 460 struct bootm_headers *images, char **of_flat_tree, in boot_get_fdt() 586 int image_setup_libfdt(struct bootm_headers *images, void *blob, bool lmb) in image_setup_libfdt()
|
| A D | boot_fit.c | 17 int images, node, fdt_len, fdt_node, fdt_offset; in fdt_offset() local
|
| A D | vbe_request.c | 154 const struct bootm_headers *images = fixup->images; in bootmeth_vbe_ft_fixup() local
|
| A D | vbe_common.c | 145 struct bootm_headers images = {}; in vbe_read_fit() local
|
| A D | image-fit.c | 1992 int fit_get_node_from_config(struct bootm_headers *images, in fit_get_node_from_config() 2057 int fit_image_load(struct bootm_headers *images, ulong addr, in fit_image_load() 2326 int boot_get_setup_fit(struct bootm_headers *images, uint8_t arch, in boot_get_setup_fit() 2347 int boot_get_fdt_fit(struct bootm_headers *images, ulong addr, in boot_get_fdt_fit()
|
| A D | upl_read.c | 240 ofnode node, images; in decode_upl_images() local
|
Completed in 30 milliseconds