From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Thu, 13 Aug 2015 10:40:00 -0700 Subject: [U-Boot] [RESEND PATCH 1/1] armv8: Add framework for CCN-504 interconnect configuration In-Reply-To: <1435724883-12322-1-git-send-email-bhupesh.sharma@freescale.com> References: <1435724883-12322-1-git-send-email-bhupesh.sharma@freescale.com> Message-ID: <55CCD670.30508@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 06/30/2015 09:28 PM, Bhupesh Sharma wrote: > 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 > --- > arch/arm/cpu/armv8/fsl-lsch3/lowlevel.S | 72 +++++++++++++++++++++++--- > arch/arm/include/asm/arch-fsl-lsch3/config.h | 11 ++++ > arch/arm/lib/Makefile | 1 + > arch/arm/lib/ccn504.S | 61 ++++++++++++++++++++++ > 4 files changed, 138 insertions(+), 7 deletions(-) > create mode 100644 arch/arm/lib/ccn504.S > There is no feedback on this patch. I presume we are OK with it. We may move other CCN-504 related code into the new framework. York