From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fuchs Date: Wed, 26 Jun 2013 08:46:37 +0200 Subject: [U-Boot] U-Boot: am335x video support In-Reply-To: <51CA8A2C.6060602@denx.de> References: <51CA8A2C.6060602@denx.de> Message-ID: <51CA8E4D.8060206@esd.eu> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Heiko, perhaps you should take a look at the DA8XX driver. At least under Linux this driver also handles the AM335x. Splash screen support (meaning support of the splashimage variable) might be a problem because it expects a direct mapped physical address where the splash image is stored - typically some onboard nor flash. But AM335x designs typically have MMC, NAND or SPI flash attached. So you probably need some commands to load the spashscreen from a flash device and then use the 'bmp' command to display it. This should work with all video drivers. Matthias On 26.06.2013 08:29, Heiko Schocher wrote: > Hello, > > is in current U-Boot a lcd driver for the am335x integrated > LCD controller? If yes, also with Splash screen support? > > Thanks! > > bye, > Heiko >