diff options
author | Bhupesh Sharma | 2015-07-01 09:58:03 +0530 |
---|---|---|
committer | York Sun | 2015-09-01 21:37:49 -0500 |
commit | 3ffa95c283aa45e97d35c033577ab0b67628f426 (patch) | |
tree | 10029547191cdabdefcf6d4c2ce70569e1035f79 /arch/arm/lib/Makefile | |
parent | 7fb79e6552c45487ff31d00ef4f54d0e040d457f (diff) |
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/lib/Makefile b/arch/arm/lib/Makefile index 31a5c8d77f5..51497cc289b 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 |