From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kiran G Date: Mon, 02 Jun 2014 14:49:36 +0530 Subject: [U-Boot] kernel splash customisation after u-boot splash Message-ID: <538C41A8.4040701@gadgeon.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, I am working on an embedded project where I need to set a single consistent splash screen during u-boot,kernel and init phases. I have completed the u-boot part. Now I want to configure linux in such a way that, it doesn't override the splash created by u-boot. So u-boot splash persists until init phase. Please see the reply to my SO query . sawdust says that I need to make u-boot initialise the framebuffer at a memory location which will not be reinitialized during kernel boot. Is that possible? Can someone explain this? Or is there is another way to accomplish this, please let me know. Kiran