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.
10 The following 64-byte header is present in decompressed Linux kernel image::
17 u32 version; /* Version of this header */
24 This header format is compliant with PE/COFF header and largely inspired from
25 ARM64 header. Thus, both ARM64 & RISC-V header can be combined into one common
26 header in future.
31 - This header is also reused to support EFI stub for RISC-V. EFI specification
32 needs PE/COFF image header in the beginning of the kernel image in order to
35 PE/COFF header.
37 - version field indicate header version number
44 This preserves compatibility across newer and older version of the header.
49 with the ARM64 header "magic" field, but unfortunately does not.
50 The "magic2" field replaces it, matching up with the ARM64 header.
52 - In current header, the flags field has only one field.