K 10 svn:author V 6 kevans K 8 svn:date V 27 2018-04-19T03:31:41.899984Z K 7 svn:log V 336 efi loader: Address two nits with recent graphics changes - We should be setting a known graphics mode on conout, but we aren't. - We shouldn't be setting gop mode if we didn't find a good resolution to set, but we were. This made efi_max_resolution=1x1 effectively worthless, since it would always set gop mode 0 if nothing else. END