aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/files/k2e
AgeCommit message (Collapse)Author
2016-12-16recipes-kernel:cmem.dtsi:Keystone2: Update to remove redefinition of mpm areasSam Nelson
Cleaning up redefinition of mpm areas and moving to use what is defined in the base device tree files as is. This effectively changes to a new memory partition. Note that this change needs a corresponding change in the dts files in the kernel tree to adjust the mpm memory area to the new memory partition. The CMEM areas here are adjusted such that there is no overlap with the mpm areas defined in the dts files in the kernel tree. Also fixes issue with K2L, by removing overlapping memory area section. Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-12-06recipes-kernel: cmem.dtsi: Update memory sections for DDR and MSMCSam Nelson
cmem.dtsi splits the already defined dsp_common_mpm_area DDR memory into a smaller MPM segment and other CMEM blocks. The mpm_block_mem is removed and instead the original memory sections dsp_common_mpm_area and mpm_mem in the kernel dtb are updated to reflect On the MSMC memory, cmem.dtsi defines a sram subnode instead of the reserved memory. mpm MSMC areas are already captured in the kernel dtb. Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-10-07linux: cmem: k2e, k2l-evm: update reserved memoryJacob Stiffler
* The MSMC region needs to be relocated as it was conflicting with the boot monitor's persistent memory. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-09-20conf/machine,recipes: introduce k2e SOC familyDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>