We have a 6467T board with 512M of memory.
Currently only using the first 120M for Linux as per the SDK: mem=120M allowing the rest for CMEM etc.
However it would be useful to include the remainder above 90000000 so we changed the boot config to 'mem=512M memmap=132M$87800000' to leave a hole for CMEM.
However CMEM now complains:
"CMEMK Error: CMEM phys_start (0x87800000) overlaps kernel (0x80000000 -> 0xa0000000)" even though there is a hole reserved for CMEM
I am aware that there is a CMEM overlap parameter, but would it not be better if CMEM could detect that there was actually no overlap with the kernel memory map ?