]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: malta: malta-memory: Add support for the 'ememsize' variable
authorMarkos Chandras <markos.chandras@imgtec.com>
Wed, 15 Jan 2014 13:55:07 +0000 (13:55 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 26 Mar 2014 22:09:20 +0000 (23:09 +0100)
commitd8c8daec04f05a8f678838e95d898d9207fb1706
tree9f24428dc2f2bc70a9cf8a6fb12e2848f8f2282e
parent2a120a56b1cc04edde2ad17ab3edcdeb43ff26ba
MIPS: malta: malta-memory: Add support for the 'ememsize' variable

The 'ememsize' variable is used to denote the real RAM which is
present on the Malta board. This is different compared to 'memsize'
which is capped to 256MB. The 'ememsize' is used to get the actual
physical memory when setting up the Malta memory layout. This only
makes sense in case the core operates in the EVA mode, and it's
ignored otherwise.

Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
arch/mips/include/asm/fw/fw.h
arch/mips/mti-malta/malta-memory.c