+48
−0
+101
−0
+159
−0
arch/powerpc/sysdev/fsl_85xx_l2ctlr.c
0 → 100644
+231
−0
Loading
Gitlab 现已全面支持 git over ssh 与 git over https。通过 HTTPS 访问请配置带有 read_repository / write_repository 权限的 Personal access token。通过 SSH 端口访问请使用 22 端口或 13389 端口。如果使用CAS注册了账户但不知道密码,可以自行至设置中更改;如有其他问题,请发邮件至 service@cra.moe 寻求协助。
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"
* Required SRAM size and the offset where SRAM should be mapped must be
provided at kernel command line as :
cache-sram-size=<value>
cache-sram-offset=<offset>
Signed-off-by:
Harninder Rai <harninder.rai@freescale.com>
Signed-off-by:
Vivek Mahajan <vivek.mahajan@freescale.com>
Signed-off-by:
Kumar Gala <galak@kernel.crashing.org>
CRA Git | Maintained and supported by SUSTech CRA and CCSE