grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Loongson 2E boot failure


From: Robert Millan
Subject: Re: Loongson 2E boot failure
Date: Wed, 3 Aug 2011 13:21:13 +0200

2011/7/26 Colin Watson <address@hidden>:
>> Looks like memory allocations are wrong. Try hardcoding heap at e.g.
>> 81000000-82000000
>
> Sorry, I've not had to mess with this before.  Can you point me to what
> I'd need to change to hardcode a specific heap region?

Try replacing grub_machine_mmap_iterate() with something like:

grub_err_t
grub_machine_mmap_iterate (grub_memory_hook_t hook)
{
  hook (0x81000000, 82000000, GRUB_MEMORY_AVAILABLE);
  return GRUB_ERR_NONE;
}

-- 
Robert Millan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]