Re: [RFC PATCH 0/6] Boot logo supplied by the device tree
From: Geert Uytterhoeven <geert@linux-m68k.org>
Date: 2026-08-04 13:59:08
Also in:
dri-devel, linux-devicetree, lkml
Hi Max, On Fri, 31 Jul 2026 at 23:56, Max Pedraza [off-list ref] wrote:
Embedded products routinely need their own boot logo. Today the only way to get one is to replace one of the logo_*_clut224.ppm files in the kernel source tree, which bakes the image into the kernel image. Two products that share a board support package but differ in branding therefore need two kernel builds, and rebranding an existing product means rebuilding and requalifying a kernel for what is purely a cosmetic change. This series lets the logo be described by the device tree instead: a node compatible with "linux,boot-logo-clut224" supplies the image in the same paletted format the built-in CLUT224 logos already use, and the kernel prefers it over the built-in ones when it is present and enabled. If the node is absent or disabled, nothing changes. The image can come from the node itself (patches 1-2) or from a reserved memory region the bootloader filled in (patches 4-5), because the image and its placement are independent axes of variation. One board sold to several customers wants several device trees differing in the logo. One customer with several products built on that board, with different panels, wants the same logo placed differently on each: there the image belongs in a shared binary and only the placement belongs in the device tree. Patch 3 adds that placement. We have been carrying a cruder version of this downstream on an AM335x product since 2020, across a handful of board revisions, and it has removed a real maintenance burden for us. This is an attempt to find out whether something along these lines is wanted upstream, and if so in what shape -- hence RFC.
Thanks for your series!
I am aware of the contentious part: a bitmap is not hardware, and the device tree is not an obvious place to put one. The argument for it is that the logo identifies the board in the same way the model property does, it is available before any filesystem is mounted, and it is per board rather than per kernel. The argument against is presumably that this is policy and belongs in userspace or in the bootloader. I would rather hear that explicitly than keep the patch downstream on a guess, and if the concept is rejected I would still like to know whether a smaller subset -- say the placement properties driven from the fbcon command line, without any image in the device tree -- would be worth submitting separately.
The standard location for configuration that is not hardware description is under /chosen... IIRC, real Open Firmware used to have some logo configuration, too... Yep, /options/oem-logo on CHRP LongTrail[1]. And it's even documented[2], but fixed to 64x64 monochrome. [1] http://g33rt.be/migrated/Linux/PPC/DeviceTree.html [2] https://www.djc.id.au/2008/IEEE1275-1994.pdf Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds