Re: [U-Boot] [PATCH v5] [RFC] early_malloc for DM added.

2012-09-22 Thread Marek Vasut
Dear Tomas Hlavacek, > Hello Marek, > > On Sat, Sep 22, 2012 at 2:28 AM, Marek Vasut wrote: > > Dear Tomas Hlavacek, > > > >> early_malloc for DM with support for more heaps and lightweight > >> first heap in the same memory as an early stack. > >> > >> Adaptation layer for seamless calling of

Re: [U-Boot] [PATCH v5] [RFC] early_malloc for DM added.

2012-09-22 Thread Tomas Hlavacek
Hello Marek, On Sat, Sep 22, 2012 at 2:28 AM, Marek Vasut wrote: > Dear Tomas Hlavacek, > >> early_malloc for DM with support for more heaps and lightweight >> first heap in the same memory as an early stack. >> >> Adaptation layer for seamless calling of early_malloc or dlmalloc from >> DM based

Re: [U-Boot] [PATCH v5] [RFC] early_malloc for DM added.

2012-09-21 Thread Marek Vasut
Dear Tomas Hlavacek, > early_malloc for DM with support for more heaps and lightweight > first heap in the same memory as an early stack. > > Adaptation layer for seamless calling of early_malloc or dlmalloc from > DM based on init stage added (dmmalloc() and related functions). > > Signed-off-b

[U-Boot] [PATCH v5] [RFC] early_malloc for DM added.

2012-09-21 Thread Tomas Hlavacek
early_malloc for DM with support for more heaps and lightweight first heap in the same memory as an early stack. Adaptation layer for seamless calling of early_malloc or dlmalloc from DM based on init stage added (dmmalloc() and related functions). Signed-off-by: Tomas Hlavacek --- arch/arm/inc