[PATCH][v2] powerpc/fsl: 85xx: add cache-sram support
Li Yang
leoli at freescale.com
Thu Oct 14 21:08:42 EST 2010
Oct 13, 2010 at 8:00 PM, <harninder.rai at freescale.com> wrote:
> From: Harninder Rai <harninder.rai at freescale.com>
>
> 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 use these APIs
> "select FSL_85XX_CACHE_SRAM if MPC85xx"
You are missing the definition of this option in Kconfig like:
+config FSL_85XX_CACHE_SRAM
+ bool
+ select PPC_LIB_RHEAP
+
The select won't work actually.
Furthermore, MPC85xx config has been changed to FSL_SOC_BOOKE
- Leo
More information about the Linuxppc-dev
mailing list