[systemd-devel] [PATCH 0/1] gummiboot: Fix regression when Console Control protocol is missing
Joonas Lahtinen
joonas.lahtinen at linux.intel.com
Wed Jan 15 03:07:48 PST 2014
The lack of nonstandard Console Control protocol should not be treated
as an error when attempting to change between graphics and console
mode.
In original patches the return value was discarded, but currently if
the protocol is not found and the call fails, no splash is drawn. This
breaks standards compliant implementations. This patch addresses the
lack of protocol correctly indicating success as the implementation
will draw both text and graphics in one mode.
Joonas Lahtinen (1):
graphics: Do not require nonstandard console control protocol
src/efi/graphics.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
--
1.8.1.4
More information about the systemd-devel
mailing list