Re: [U-Boot] early_malloc() vs. enable_caches()

2012-07-29 Thread Albert ARIBAUD
Hi Tomas, On Sat, 28 Jul 2012 17:46:41 +0200, Tomas Hlavacek wrote: > Hello! > > I am working on early_malloc() for U-Boot Driver Model (this malloc is > going to serve for internal DM structures during early init and it has it's > minimalistic heap in global data). > > My question is how to co

[U-Boot] early_malloc() vs. enable_caches()

2012-07-28 Thread Tomas Hlavacek
Hello! I am working on early_malloc() for U-Boot Driver Model (this malloc is going to serve for internal DM structures during early init and it has it's minimalistic heap in global data). My question is how to correctly switch from early allocator to full-scale malloc and when to enable caches.