the following patch was just integrated into master: commit 7b1da0fb2b5dbc8cc7269811ac36bf52f3635b15 Author: Gabe Black gabeblack@google.com Date: Mon Mar 5 15:49:32 2012 -0800
Make libpayload parse the coreboot tables before setting up the consoles
At least one of the console drivers, coreboot fb, uses information in the sysinfo structure to set itself up. If that structure hasn't been populated, the driver decides that there is no framebuffer and disables itself. Reversing the order these are set up fixes that problem.
Change-Id: Idd8b5518980dfdd82fd4359dd0133ab7736fc428 Signed-off-by: Gabe Black gabeblack@google.com
Reviewed-By: Patrick Georgi patrick@georgi-clan.de at Sat Mar 31 12:10:00 2012, giving +2 See http://review.coreboot.org/816 for details.
-gerrit