aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/cmem.inc
AgeCommit message (Collapse)Author
2015-10-29linux: cmem.inc: Implement way to configure more complex CMEM configJacob Stiffler
* Supply the entire cmem.dtsi per machine - Disabled by default - Currently only supported for dra7xx and k2hk-evm * Enable by setting RESERVE_CMEM = "1" Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-05-19linux/cmem.inc: Support reserving memory for CMEM.Jacob Stiffler
To reserve contiguous memory for CMEM: * include the "recipes-kernel/linux/cmem.inc" * Set CMEM_BASE and CMEM_SIZE to the physical memory address and size, respectively, to reserve for CMEM. Currently limited to reserving a single memory region used to create a single buffer pool of a single buffer. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>