From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeroen Hofstee Date: Sat, 05 Jan 2013 11:07:33 +0100 Subject: [U-Boot] [RFC]: always relocate u-boot before the framebuffer In-Reply-To: <20130103202832.A80862007A4@gemini.denx.de> References: <20121229203157.0f50ba5e@black> <20121231153353.2d9a5dda@amdc308.digital.local> <20121231145425.DB5CF20051B@gemini.denx.de> <20130102154854.GC14738@bill-the-cat> <20130102201725.DC80A20035D@gemini.denx.de> <50E55D24.8000809@myspectrum.nl> <20130103104134.A2193200781@gemini.denx.de> <50E5C9A2.7090904@myspectrum.nl> <20130103202832.A80862007A4@gemini.denx.de> Message-ID: <50E7FB65.9000709@myspectrum.nl> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On 01/03/2013 09:28 PM, Wolfgang Denk wrote: > Hm... I'm not sure if this is the right approach, then. If mainline > Linux insists on such a 2 MB alignment, we shoud rather teach > lcd_setmem() to follow tha rule, too. That should solve the problem > as well (and probably more efficiently, especially if other features > like pRAM or shared log buffer reserve high memory as well). > I just noticed this is already possible since the recently introduced dcache for lcd.c also adds a CONFIG_LCD_ALIGNMENT. Since I am at rc2 I had not seen it yet. Regards, Jeroen