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 wasn't traversing the tree completely when constraining resources. This patch adds the domain's resources and all links (not just link 0) to the tree traversal. Build and boot tested on qemu and serengeti.
Signed-off-by: Myles Watson mylesgw@gmail.com
Thanks, Myles