From mboxrd@z Thu Jan 1 00:00:00 1970 From: himba Date: Tue, 27 Jul 2004 21:44:41 +0200 Subject: [U-Boot-Users] U-Boot Memory Allocation for Framebuffer? In-Reply-To: <31ADFA827355984B9E2A161514595B561C330F@lpdsrv04.logicpd.com> References: <31ADFA827355984B9E2A161514595B561C330F@lpdsrv04.logicpd.com> Message-ID: <4106B0A9.5090204@siol.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Michael Bendzick wrote: > > #ifdef CONFIG_LCD > /* reserve memory for LCD display (always full pages) */ > addr = lcd_setmem (addr); > gd->fb_base = addr; > #endif /* CONFIG_LCD */ > I tried taht too, till I started reading the source in more detail, as this particular tweak hanged my board, since fb that was allocated overwrote u-boot code that is there as you pointed out in your first mail. > In any case, I will give things a try with using the framebuffer at > 0x110a2000. > I'm affraid that's the only viable option you have ;) regards, himba