boot - Abort boot if EFI-framebuffer format is unsupported.
authorImre Vadász <imre@vdsz.com>
Wed, 25 Oct 2017 19:11:08 +0000 (21:11 +0200)
committerImre Vadász <imre@vdsz.com>
Wed, 25 Oct 2017 20:55:05 +0000 (22:55 +0200)
commitce0b01dd911aa9d20918c80828569ce2e882aa96
treef0b41bb9f24adc03c1e3c59af4ece245bb56566a
parenta6dad826d931cdc52e6e2dfde1facf9b69eb3ca4
boot - Abort boot if EFI-framebuffer format is unsupported.

* At the moment we support 24-bit and 32-bit pixel formats, make sure we
  notify the user and abort booting, when encountering an unsupported
  framebuffer format.
sys/boot/efi/loader/arch/x86_64/framebuffer.c
sys/boot/efi/loader/arch/x86_64/framebuffer.h
sys/boot/efi/loader/bootinfo.c