Re: [PATCH] ARM U-Boot BSS zeroing

2013-05-14 Thread Vladimir 'phcoder' Serbinenko
On May 14, 2013 3:02 PM, "Goswin von Brederlow" wrote: > > On Mon, May 13, 2013 at 03:37:32PM +, Leif Lindholm wrote: > > The import into the collaborative branch discarded the call to > > get_real_bss_start before starting the BSS zeroing operation. > > > > While get_real_bss_start might have

Re: [PATCH] ARM U-Boot BSS zeroing

2013-05-14 Thread Goswin von Brederlow
On Mon, May 13, 2013 at 03:37:32PM +, Leif Lindholm wrote: > The import into the collaborative branch discarded the call to > get_real_bss_start before starting the BSS zeroing operation. > > While get_real_bss_start might have been a bit of an ugly hack, > simply discarding it means that we n

Re: [PATCH] ARM U-Boot BSS zeroing

2013-05-13 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Could you request savannah membership so you have commit rights to this branch? Will you be at LinuxTag? On 13.05.2013 17:37, Leif Lindholm wrote: > The import into the collaborative branch discarded the call to > get_real_bss_start before starting the BSS zeroing operation. > > While get_real_bs

[PATCH] ARM U-Boot BSS zeroing

2013-05-13 Thread Leif Lindholm
The import into the collaborative branch discarded the call to get_real_bss_start before starting the BSS zeroing operation. While get_real_bss_start might have been a bit of an ugly hack, simply discarding it means that we now end up doing unaligned STR operations, and any platform with MMU disab