Lines Matching full:header
2 Boot image header in RISC-V Linux
8 This document only describes the boot image header details for RISC-V Linux.
13 The following 64-byte header is present in decompressed Linux kernel image::
20 u32 version; /* Version of this header */
27 This header format is compliant with PE/COFF header and largely inspired from
28 ARM64 header. Thus, both ARM64 & RISC-V header can be combined into one common
29 header in future.
34 - This header can also be reused to support EFI stub for RISC-V in future. EFI
35 specification needs PE/COFF image header in the beginning of the kernel image
38 point to the rest of the PE/COFF header.
40 - version field indicate header version number
47 This preserves compatibility across newer and older version of the header.
52 with the ARM64 header "magic" field, but unfortunately does not.
53 The "magic2" field replaces it, matching up with the ARM64 header.
55 - In current header, the flags field has only one field.