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

2012-08-27 Thread Tomas Hlavacek
Hello Marek and Greame! Thanks. I want to add that this patch contains only the early_malloc() backend for prospective dm_malloc(). There are no relocation support or helpers whatsoever yet. The aim is to present the way of grabbing a chunk of stack and using this memory as the early heap and co

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

2012-08-27 Thread Marek Vasut
Dear Tomas Hlavacek, > Modular early_malloc for DM with support for more heaps and lightweight > first heap on stack. > > (RFC. Not intended for merging!) > > Signed-off-by: Tomas Hlavacek [...] CCing Graeme Best regards, Marek Vasut ___ U-Boot mail

[U-Boot] [PATCH 1/1] [RFC] DM: early_malloc for DM added.

2012-08-27 Thread Tomas Hlavacek
Modular early_malloc for DM with support for more heaps and lightweight first heap on stack. (RFC. Not intended for merging!) Signed-off-by: Tomas Hlavacek --- arch/arm/include/asm/global_data.h|1 + arch/arm/lib/board.c |5 ++ arch/avr32/include/asm/global_