On Sat, Aug 09, 2008 at 03:08:11PM +0200, Carl-Daniel Hailfinger wrote:
I think I can fix that. If APs are only started after the BSP has initialized DRAM, there is no problem because the printk() buffer is relocated directly after DRAM init.
Don't APs also need to initialize DRAM? Or can the BSP do this "remotely" ?
Is there one printk buffer per core or are all printk() calls always handled by the BSP and it's associated buffer?
//Peter