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

2012-09-23 Thread Tomas Hlavacek
Hello! On Sun, Sep 23, 2012 at 3:06 PM, Graeme Russ wrote: > > On Sep 23, 2012 8:09 AM, "Tomas Hlavacek" wrote: >> >> 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

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

2012-09-23 Thread Graeme Russ
On Sep 23, 2012 8:09 AM, "Tomas Hlavacek" wrote: > > 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