]> git.baikalelectronics.ru Git - kernel.git/commit
ARCv2: IOC: Use actual memory size to setup aperture size
authorVineet Gupta <vgupta@synopsys.com>
Wed, 18 Jan 2017 20:59:21 +0000 (12:59 -0800)
committerVineet Gupta <vgupta@synopsys.com>
Wed, 18 Jan 2017 22:52:43 +0000 (14:52 -0800)
commit42a7ee612422d4835f3dad3c23698a0a2edb77cc
tree09224d6a1274b9c74ebd8845486af8dd6e39b113
parent2d89370aa0282cef37a470768afa2eee2ec09689
ARCv2: IOC: Use actual memory size to setup aperture size

vs. fixed 512M before.

But this still assumes that all of memory is under IOC which may not be
true for the SoC. Improve that later when this becomes a real issue, by
specifying this from DT.

Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/include/asm/setup.h
arch/arc/mm/cache.c
arch/arc/mm/init.c