]> git.ipfire.org Git - people/ms/u-boot.git/commit
logos: add Toradex logo
authorStefan Agner <stefan.agner@toradex.com>
Wed, 5 Aug 2015 15:17:01 +0000 (17:17 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 13 Aug 2015 11:19:37 +0000 (07:19 -0400)
commit4fbe41c4af483b082f525328796b7835536ae797
treea614ddcb36dd9ed83cf40f4751839fc920adeb82
parentd89212b796b8a59237f48b2149864bb89800c8a0
logos: add Toradex logo

Use the boot loader splash screen from WinCE which matches our
wallpapers position wise. Although the logo is an 8-bit indexed BMP as
well colours looked odd at first in U-Boot. After converting to full
RGB palette and converting back to an indexed BMP using imagemagick
the Logo showed up properly.

$ convert tools/logos/toradex-rgb.bmp -type Palette -colors 256 \
-compress none -verbose BMP3:tools/logos/toradex.bmp

Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
tools/logos/toradex.bmp [new file with mode: 0644]