From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Grandegger Date: Thu, 19 Jul 2007 11:47:59 +0200 Subject: [U-Boot-Users] [RFC] Splash image In-Reply-To: <20070719083652.GQ25573@enneenne.com> References: <20070718083012.GE4836@enneenne.com> <469E280A.9090903@grandegger.com> <20070718153723.GK25573@enneenne.com> <469E39EA.40306@grandegger.com> <20070718160146.GM25573@enneenne.com> <469E3D08.3060208@grandegger.com> <20070719083652.GQ25573@enneenne.com> Message-ID: <469F334F.6040003@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 06:17:12PM +0200, Wolfgang Grandegger wrote: >> Rodolfo Giometti wrote: >>> On Wed, Jul 18, 2007 at 06:03:54PM +0200, Wolfgang Grandegger wrote: >>>> What color format do you want to support? >>> 16 bpp >> Then use "drivers/cfb_console.c" as it already supports that format. >> Adapting the interface to pxafb should not be a big deal. > > In order to adapt pxafb support to "drivers/cfb_console.c" I think I > should move cpu/pxa/pxafb.c to drivers/pxafb.c adapting the internal > functions to use video_hw_init() and video_set_lut(). Is that right? I think so and drivers is also the correct place for pxafb.c. Wolfgang.