Re: [U-Boot] [PATCH v10] Add dmmalloc module for DM.

2013-11-05 Thread Mateusz Zalega
On 10/29/12 00:20, Tomas Hlavacek wrote: Add pointer to the first early heap into GD structure. Implement simple early_malloc and early_free functions. Prepare for additional heaps and automated heap initialization. Add temporary early_malloc_active function (to be replaced in future by more

Re: [U-Boot] [PATCH v10] Add dmmalloc module for DM.

2013-11-05 Thread Tom Rini
On Tue, Nov 05, 2013 at 04:26:25PM +0100, Mateusz Zalega wrote: On 10/29/12 00:20, Tomas Hlavacek wrote: Add pointer to the first early heap into GD structure. Implement simple early_malloc and early_free functions. Prepare for additional heaps and automated heap initialization. Add

Re: [U-Boot] [PATCH v10] Add dmmalloc module for DM.

2013-11-05 Thread Mateusz Zalega
Add pointer to the first early heap into GD structure. Implement simple early_malloc and early_free functions. Prepare for additional heaps and automated heap initialization. Add temporary early_malloc_active function (to be replaced in future by more coarse DM init flags). Add DM specific

[U-Boot] [PATCH v10] Add dmmalloc module for DM.

2012-10-28 Thread Tomas Hlavacek
Add pointer to the first early heap into GD structure. Implement simple early_malloc and early_free functions. Prepare for additional heaps and automated heap initialization. Add temporary early_malloc_active function (to be replaced in future by more coarse DM init flags). Add DM specific malloc