On Thu, Jan 08, 2009 at 02:16:18PM -0700, Marc Jones wrote:
On Thu, Jan 8, 2009 at 1:17 PM, Ward Vandewege ward@gnu.org wrote:
On Thu, Jan 08, 2009 at 01:07:55PM -0700, Myles Watson wrote:
I copied the reserved areas from i440bx_emulation. Like the comments say, I know these need to be reserved areas, but I'm not exactly sure where they belong.
Compile tested.
Signed-off-by: Myles Watson mylesgw@gmail.com
There is just a PIC in the Geode so you don't need to reserve the LAPIC range. You do still need to reserve the ROM range. Just fix up the comment.
Acked-by: Marc Jones marcj303@gmail.com
Rev 1111.
Still the same, sadly, cf attached.
I see the graphics device still getting setup even though it has no memory. I think that is might be a problem. This patch hides the header before resource allocation and should avoid the problem and is completely untested.....
I tested with a few small (typo) changes, but it does not fix the boot. Log attached. Myles' patch does fix it though, and for what it's worth, it also boots with both patches applied.
Thanks, Ward.