grub-devel
[Top][All Lists]
Advanced

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

Re: Loongson 2E boot failure


From: Andreas Barth
Subject: Re: Loongson 2E boot failure
Date: Thu, 11 Aug 2011 19:26:52 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

* Robert Millan (address@hidden) [110811 19:10]:
> 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;
> }

done so, but the failure is still the same. (I'm happy to try
different variants, but please tell me how I should produce them.)



Andi



reply via email to

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