Lines Matching +full:load +full:- +full:reserved
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::
14 u64 text_offset; /* Image load offset, little endian */
18 u32 res1 = 0; /* Reserved */
19 u64 res2 = 0; /* Reserved */
22 u32 res3; /* Reserved for PE COFF offset */
25 ARM64 header. Thus, both ARM64 & RISC-V header can be combined into one common
31 - This header is also reused to support EFI stub for RISC-V. EFI specification
33 load it as an EFI application. In order to support EFI stub, code0 is replaced
37 - version field indicate header version number
47 - The "magic" field is deprecated as of version 0.2. In a future
52 - In current header, the flags field has only one field.
58 - Image size is mandatory for boot loader to load kernel image. Booting will