summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/fsl_law.h
diff options
context:
space:
mode:
authorMingkai Hu <Mingkai.Hu@freescale.com>2013-07-04 17:30:36 +0800
committerYork Sun <yorksun@freescale.com>2013-08-09 12:41:42 -0700
commit3b75e98273532ed0135846345e367ac4992b1a51 (patch)
treea96164c4a232b07e00c921eccfe75a9f4b7b5b92 /arch/powerpc/include/asm/fsl_law.h
parent1218f7eb118fcb1ad66467b1392f05745b4e7c49 (diff)
downloadblackbird-obmc-uboot-3b75e98273532ed0135846345e367ac4992b1a51.tar.gz
blackbird-obmc-uboot-3b75e98273532ed0135846345e367ac4992b1a51.zip
powerpc/85xx: Add C29x SoC support
The Freescale C29x family is a high performance crypto co-processor. It combines a single e500v2 core with necessary SEC engine. There're three SoC types(C291, C292, C293) with the following features: - 512K L2 Cache/SRAM and 512 KB platform SRAM - DDR3/DDR3L 32bit DDR controller - One PCI express (x1, x2, x4) Gen 2.0 Controller - Trust Architecture 2.0 - SEC6.0 engine Signed-off-by: Mingkai Hu <Mingkai.Hu@freescale.com> Signed-off-by: Po Liu <Po.Liu@freescale.com>
Diffstat (limited to 'arch/powerpc/include/asm/fsl_law.h')
-rw-r--r--arch/powerpc/include/asm/fsl_law.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/fsl_law.h b/arch/powerpc/include/asm/fsl_law.h
index fa51e5992f..37d3a22461 100644
--- a/arch/powerpc/include/asm/fsl_law.h
+++ b/arch/powerpc/include/asm/fsl_law.h
@@ -92,6 +92,7 @@ enum law_trgt_if {
LAW_TRGT_IF_LBC = 0x04,
LAW_TRGT_IF_CCSR = 0x08,
LAW_TRGT_IF_DSP_CCSR = 0x09,
+ LAW_TRGT_IF_PLATFORM_SRAM = 0x0a,
LAW_TRGT_IF_DDR_INTRLV = 0x0b,
LAW_TRGT_IF_RIO = 0x0c,
#if defined(CONFIG_BSC9132)
OpenPOWER on IntegriCloud