Home
last modified time | relevance | path

Searched refs:boot_image (Results 1 – 1 of 1) sorted by relevance

/bootable/libbootloader/gbl/libgbl/src/
Dlib.rs166 let (boot_image, partitions_ram_map) = get_boot_image(verified_data, partitions_ram_map); in get_images()
171 (boot_image, init_boot_image, vendor_boot_image, partitions_ram_map) in get_images()
503 let (boot_image, init_boot_image, vendor_boot_image, _) = in lvb_inner()
505 let boot_image = boot_image.ok_or(Error::MissingImage)?; in lvb_inner() localVariable
510 boot_image.0, in lvb_inner()
519 let info_struct = self.unpack_boot_image(&boot_image, Some(boot_target))?; in lvb_inner()
521 let kernel_image = self.kernel_load(&info_struct, boot_image, kernel_load_buffer)?; in lvb_inner()