From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomas Hlavacek Date: Mon, 27 Aug 2012 14:37:01 +0200 Subject: [U-Boot] [PATCH 1/1] [RFC] DM: early_malloc for DM added. In-Reply-To: <201208271418.34113.marex@denx.de> References: <1346069529-27397-1-git-send-email-tmshlvck@gmail.com> <201208271418.34113.marex@denx.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 collect the feedback. Tomas On Mon, Aug 27, 2012 at 2:18 PM, Marek Vasut wrote: > 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 -- Tom?? Hlav??ek