commit | 148d3f716c208738d2c7ff8c80be18d89ec8a06e | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ardb@kernel.org> | Thu Feb 20 11:06:00 2020 +0100 |
committer | Ard Biesheuvel <ardb@kernel.org> | Sun Feb 23 21:59:42 2020 +0100 |
tree | 000c8afd669710d74722802fd61af9400bac6583 | |
parent | a3326a0d878c433d69981c504f8c8ade60cd2b51 [diff] |
efi/libstub: Introduce symbolic constants for the stub major/minor version Now that we have added new ways to load the initrd or the mixed mode kernel, we will also need a way to tell the loader about this. Add symbolic constants for the PE/COFF major/minor version numbers (which fortunately have always been 0x0 for all architectures), so that we can bump them later to document the capabilities of the stub. Signed-off-by: Ard Biesheuvel <ardb@kernel.org>