diff options
author | Matt DeVillier <matt.devillier@gmail.com> | 2022-07-25 23:27:19 -0500 |
---|---|---|
committer | Angel Pons <th3fanbus@gmail.com> | 2022-07-27 13:58:58 +0000 |
commit | 7b087c05944177e7ee696e3cf85cc240cd606785 (patch) | |
tree | e4d954aa7a5f2fa9f9011d48963a750159af889d /payloads | |
parent | a9bdb4c15efd9ef752081ce376a7f882973569f7 (diff) |
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 <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/66144
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Sean Rhodes <sean@starlabs.systems>
Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'payloads')
-rw-r--r-- | payloads/external/tianocore/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/external/tianocore/Kconfig b/payloads/external/tianocore/Kconfig index 9323666956..9faa1aadf0 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 |