Re: [PATCH] ARM U-Boot heap updates

2013-05-03 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 02.05.2013 19:34, Leif Lindholm wrote: > Again, patch is against http://bzr.savannah.gnu.org/r/grub/branches/arm > > - Increases heap size to 8MB. > - Moves heap from after the stack in memory to before the stack, > in order to be able to grow into the modules region post load. > Why not

[PATCH] ARM U-Boot heap updates

2013-05-02 Thread Leif Lindholm
Again, patch is against http://bzr.savannah.gnu.org/r/grub/branches/arm - Increases heap size to 8MB. - Moves heap from after the stack in memory to before the stack, in order to be able to grow into the modules region post load. === modified file 'grub-core/kern/arm/uboot/startup.S' --- grub-c