Re: [PATCH][v2] powerpc/fsl: 85xx: add cache-sram support

2010-10-14 Thread Li Yang
Oct 13, 2010 at 8:00 PM, wrote: > From: Harninder Rai > > It adds cache-sram support in P1/P2 QorIQ platforms as under: > >    * A small abstraction over powerpc's remote heap allocator >    * Exports mpc85xx_cache_sram_alloc()/free() APIs >    * Supports only one contiguous SRAM window >    *

Re: [PATCH][v2] powerpc/fsl: 85xx: add cache-sram support

2010-10-13 Thread Kumar Gala
On Oct 13, 2010, at 7:00 AM, wrote: > From: Harninder Rai > > It adds cache-sram support in P1/P2 QorIQ platforms as under: > >* A small abstraction over powerpc's remote heap allocator >* Exports mpc85xx_cache_sram_alloc()/free() APIs >* Supports only one contiguous SRAM window

[PATCH][v2] powerpc/fsl: 85xx: add cache-sram support

2010-10-13 Thread harninder.rai
From: Harninder Rai It adds cache-sram support in P1/P2 QorIQ platforms as under: * A small abstraction over powerpc's remote heap allocator * Exports mpc85xx_cache_sram_alloc()/free() APIs * Supports only one contiguous SRAM window * Drivers can do the following in Kconfig to us