commit | 03446987c5008fd1e3732b01fd63a29c7a6d9246 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Sep 04 22:46:13 2019 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Sep 05 23:18:51 2019 +0200 |
tree | b15c17a6cddd9b0290e32db73bd3b3522f8a2f7e | |
parent | 97ea0690f4ea8b30f66fab7dc3bd439714647989 [diff] |
efi_loader: do not set invalid screen mode EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL.SetMode() should return EFI_UNDEFINED if a screen mode is not available. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Alexander Graf <agraf@csgraf.de>