Re: [U-Boot] Preserving frame buffer memory between uboot and Linux

2009-10-05 Thread Wolfgang Denk
Dear Steven Zedeck, In message <25751508.p...@talk.nabble.com> you wrote: > [Full quote deleted] It was probably not necessary to quote my full message, including signature and everything. Please see http://www.netmeister.org/news/learn2quote.html > I don't understand how to set this variable

Re: [U-Boot] Preserving frame buffer memory between uboot and Linux

2009-10-05 Thread Steven Zedeck
wd wrote: > > Dear Steven Zedeck, > > In message <25722060.p...@talk.nabble.com> you wrote: >> >> We have a situation when we want to display an image towards the end of >> Uboot's execution, before we boot Linux. I have that already. >> >> However, my issue is that while Linux boots it mall

Re: [U-Boot] Preserving frame buffer memory between uboot and Linux

2009-10-02 Thread Wolfgang Denk
Dear Steven Zedeck, In message <25722060.p...@talk.nabble.com> you wrote: > > We have a situation when we want to display an image towards the end of > Uboot's execution, before we boot Linux. I have that already. > > However, my issue is that while Linux boots it mallocs a new frame buffer > an

[U-Boot] Preserving frame buffer memory between uboot and Linux

2009-10-02 Thread Steven Zedeck
Hi, We have a situation when we want to display an image towards the end of Uboot's execution, before we boot Linux. I have that already. However, my issue is that while Linux boots it mallocs a new frame buffer and reinitializes the LCD controller with a new memory address. At the moment in Uboo