From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Grandegger Date: Wed, 18 Jul 2007 18:03:54 +0200 Subject: [U-Boot-Users] [RFC] Splash image In-Reply-To: <20070718153723.GK25573@enneenne.com> References: <20070718083012.GE4836@enneenne.com> <469E280A.9090903@grandegger.com> <20070718153723.GK25573@enneenne.com> Message-ID: <469E39EA.40306@grandegger.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Rodolfo Giometti wrote: > On Wed, Jul 18, 2007 at 04:47:38PM +0200, Wolfgang Grandegger wrote: >> I already have a big rewrite of the LCD driver, as I already told you some >> time ago. Till now I did'nt find the time to post it, sorry. Will do so >> next week. It supports dynamic display configuration via FDT, which >> requires substantial modification. > > Great! Can we have a preview? :P > > Which modifications are you talking about? In the per-CPU framebuffer > code? In both! > >> Nevertheless, for true-color display (BPP >= 8) we should use >> "drivers/cfb_console.c". "common/lcd.c" just supports properly monochrome >> and 8-bit displays with color table. It would make more sense to spend time >> for a unified display driver in U-Boot. Unfortunately, that's not a trivial >> task. > > I see. Currently I need a splash screen for my custom boards so I have > to find a quinck&trick solution! ;) What color format do you want to support? > However I'll do modifications on your new code. OK. Wolfgang.