powerpc/44x: Support OCM(On Chip Memory) for APM821xx SoC and Bluestone board
This patch consists of: - Add driver for OCM component - Export OCM Information at /sys/kernel/debug/ppc4xx_ocm/info Signed-off-by: Vinh Nguyen Huu Tuong <vhtnguyen@apm.com> Acked-by: Josh Boyer <jwboyer@gmail.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:

committed by
Benjamin Herrenschmidt

parent
0388c79c99
commit
c19d824862
@@ -252,6 +252,14 @@ config PPC4xx_GPIO
|
||||
help
|
||||
Enable gpiolib support for ppc440 based boards
|
||||
|
||||
config PPC4xx_OCM
|
||||
bool "PPC4xx On Chip Memory (OCM) support"
|
||||
depends on 4xx
|
||||
select PPC_LIB_RHEAP
|
||||
help
|
||||
Enable OCM support for PowerPC 4xx platforms with on chip memory,
|
||||
OCM provides the fast place for memory access to improve performance.
|
||||
|
||||
# 44x specific CPU modules, selected based on the board above.
|
||||
config 440EP
|
||||
bool
|
||||
|
Reference in New Issue
Block a user