Lines Matching full:boot
32 /* When a boot header is of version 0, the structure of boot image is as
36 * | boot header | 1 page
76 // Version of the boot image header.
110 * boot image header they need to use.
114 /* When a boot header is of version 1, the structure of boot image is as
118 * | boot header | 1 page
150 uint64_t recovery_dtbo_offset; /* offset to recovery dtbo/acpio in boot image */
154 /* When the boot image header has a version of 2, the structure of the boot
158 * | boot header | 1 page
197 /* When the boot image header has a version of 3, the structure of the boot
201 * | boot header | 4096 bytes
211 * Note that in version 3 of the boot image header, page size is fixed at 4096 bytes.
213 * The structure of the vendor boot image (introduced with version 3 and
214 * required to be present when a v3 boot image is used) is as follows:
217 * | vendor boot header | o pages
228 * 0. all entities in the boot image are 4096-byte aligned in flash, all
229 * entities in the vendor boot image are page_size (determined by the vendor
230 * and specified in the vendor boot image header) aligned in flash
239 * contained outside boot and vendor boot partitions), otherwise
271 // Version of the boot image header.
281 // Version of the vendor boot image header.