commit | 61a5ced6ad9376a0755ea2a920667e3a9072990c | [log] [tgz] |
---|---|---|
author | Ivan Gorinov <ivan.gorinov@intel.com> | Thu Apr 05 18:32:06 2018 -0700 |
committer | Alexander Graf <agraf@suse.de> | Fri Apr 06 09:28:01 2018 +0200 |
tree | 2770f93a3032f95b0e959849209d7e4e231364fb | |
parent | 0c5d2a3dac01a8d436639ab5b7e44f4218d62b84 [diff] |
efi_loader: Check machine type in the image header Check FileHeader.Machine to make sure the EFI executable image is built for the same architecture. For example, 32-bit U-Boot on x86 will print an error message instead of loading an x86_64 image and crashing. Signed-off-by: Ivan Gorinov <ivan.gorinov@intel.com> Signed-off-by: Alexander Graf <agraf@suse.de>