From 7b087c05944177e7ee696e3cf85cc240cd606785 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Mon, 25 Jul 2022 23:27:19 -0500 Subject: payloads/tianocore: use BMP (vs SVG) logo file as default converting the SVG logo to BMP at compile time using 'convert' introduces terrible aliasing artifacts, so use a properly converted BMP file as the default instead. Test: boot qemu w/Tianocore, observe lack of aliasing in coreboot logo Change-Id: I62d643c24abca57fa35b79732d8cedc83b94815f Signed-off-by: Matt DeVillier Reviewed-on: https://review.coreboot.org/c/coreboot/+/66144 Tested-by: build bot (Jenkins) Reviewed-by: Sean Rhodes Reviewed-by: Lean Sheng Tan Reviewed-by: Angel Pons --- payloads/external/tianocore/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/payloads/external/tianocore/Kconfig b/payloads/external/tianocore/Kconfig index 932366695675..9faa1aadf068 100644 --- a/payloads/external/tianocore/Kconfig +++ b/payloads/external/tianocore/Kconfig @@ -94,7 +94,7 @@ config TIANOCORE_ABOVE_4G_MEMORY config TIANOCORE_BOOTSPLASH_FILE string "Tianocore Bootsplash path and filename" - default "Documentation/coreboot_logo.svg" + default "Documentation/coreboot_logo.bmp" help The path and filename of the file to use as graphical bootsplash image. If this option is not configured, the default -- cgit v1.2.3