commit | 6a41cf2ad2880ff029a545c4fdc654455034d0ac | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Jun 11 19:00:56 2019 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Jun 14 19:18:39 2019 +0200 |
tree | 82408dcb5da38e9b7afc45003c0c91bfb246b934 | |
parent | b7b1011f607d6d90cfb5c045d8bece700a2f57b8 [diff] |
efi_loader: LoadImage must return EFI_NOT_FOUND If the file path does not relate to an existing file, LoadImage() must return EFI_NOT_FOUND. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>