summaryrefslogtreecommitdiff
path: root/arch/arm/lib/Makefile
diff options
context:
space:
mode:
authorBhupesh Sharma <bhupesh.sharma@freescale.com>2015-07-01 09:58:03 +0530
committerYork Sun <yorksun@freescale.com>2015-09-01 21:37:49 -0500
commit3ffa95c283aa45e97d35c033577ab0b67628f426 (patch)
tree10029547191cdabdefcf6d4c2ce70569e1035f79 /arch/arm/lib/Makefile
parent7fb79e6552c45487ff31d00ef4f54d0e040d457f (diff)
downloadu-boot-imx-3ffa95c283aa45e97d35c033577ab0b67628f426.zip
u-boot-imx-3ffa95c283aa45e97d35c033577ab0b67628f426.tar.gz
u-boot-imx-3ffa95c283aa45e97d35c033577ab0b67628f426.tar.bz2
armv8: Add framework for CCN-504 interconnect configuration
This patch adds a minimal framework for Dickens CCN-504 interconnect configuration - mainly related to adding Clusters/cores to snoop/DVM domain and setting QoS of the RN-I ports. LS2085A platform makes use of these configurations to support better network data performance and to boot a SMP Linux. Signed-off-by: Bhupesh Sharma <bhupesh.sharma@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'arch/arm/lib/Makefile')
-rw-r--r--arch/arm/lib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/lib/Makefile b/arch/arm/lib/Makefile
index 31a5c8d..51497cc 100644
--- a/arch/arm/lib/Makefile
+++ b/arch/arm/lib/Makefile
@@ -42,6 +42,7 @@ obj-y += stack.o
ifdef CONFIG_CPU_V7M
obj-y += interrupts_m.o
else ifdef CONFIG_ARM64
+obj-y += ccn504.o
obj-y += gic_64.o
obj-y += interrupts_64.o
else