QE/CPM: move muram management functions to qe_common
authorZhao Qiang <qiang.zhao@freescale.com>
Mon, 30 Nov 2015 02:48:55 +0000 (10:48 +0800)
committerScott Wood <scottwood@freescale.com>
Tue, 22 Dec 2015 23:10:18 +0000 (17:10 -0600)
commit1291e49e893703e04e129fe2e17e87af40757bf1
treea256a6a6e4b3a1ded6d08afe17ce19ee20aac5dd
parent0e6e01ff694ee222acc5a9184211678473c948e3
QE/CPM: move muram management functions to qe_common

QE and CPM have the same muram, they use the same management
functions. Now QE support both ARM and PowerPC, it is necessary
to move QE to "driver/soc", so move the muram management functions
from cpm_common to qe_common for preparing to move QE code to "driver/soc"

Signed-off-by: Zhao Qiang <qiang.zhao@freescale.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
arch/powerpc/include/asm/cpm.h
arch/powerpc/include/asm/qe.h
arch/powerpc/sysdev/Makefile
arch/powerpc/sysdev/cpm_common.c
arch/powerpc/sysdev/qe_lib/Makefile
arch/powerpc/sysdev/qe_lib/qe_common.c [new file with mode: 0644]
This page took 0.025205 seconds and 5 git commands to generate.