From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Thu, 23 Apr 2015 16:36:48 -0700 Subject: [U-Boot] [PATCH 1/8] armv8/fsl-lsch3: Add Freescale Debug Server driver In-Reply-To: <1426782050-24954-1-git-send-email-yorksun@freescale.com> References: <1426782050-24954-1-git-send-email-yorksun@freescale.com> Message-ID: <55398210.5030201@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 03/19/2015 09:20 AM, York Sun wrote: > From: Bhupesh Sharma > > The Debug Server driver is responsible for loading the Debug > server FW on the Service Processor (Cortex-A5 core) on LS2085A like > SoCs and then polling for the successful initialization of the same. > TOP MEM HIDE is adjusted to ensure the space required by Debug Server > FW is accounted for. MC uses the DDR area which is calculated as: > > MC DDR region start = Top of DDR - area reserved by Debug Server FW > > Signed-off-by: Bhupesh Sharma > --- This set is to fsl-qoriq master, awaiting upstream. [U-Boot,1/8] armv8/fsl-lsch3: Add Freescale Debug Server driver [U-Boot,2/8] fsl-ch3/README: Add description for NOR flash layout (firmware images) [U-Boot,3/8] driver/fsl-mc: Add support of MC Flibs [U-Boot,4/8] driver/ldpaa_eth: Add LDPAA Ethernet driver [U-Boot,5/8] board/ls2085_common: Increase malloc length [U-Boot,6/8] driver/fsl_ifc: Add support to finalize CS1, CS3 address binding [U-Boot,7/8] nand/fsl_ifc: Increase eccstat[] for IFC 2.0 [U-Boot,v2,8/8] driver/i2c/mxc: Enable I2C bus 3 and 4 York