From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 26 May 2015 09:10:47 -0700 Subject: [U-Boot] [PATCH 17/20] driver/fsl_debug_server: Fix the DDR hide logic for LS2085a In-Reply-To: <1431933371-10726-1-git-send-email-prabhakar@freescale.com> References: <1431933371-10726-1-git-send-email-prabhakar@freescale.com> Message-ID: <55649B07.10706@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 05/18/2015 12:16 AM, Prabhakar Kushwaha wrote: > From: Bhupesh Sharma > > This patch fixes the DDR hide logic for LS2085a, correcting the way > the Debug Server FW and MC FW images are placed on the top of system > DDR and how the rest of the system DDR space is made visibile to Linux. > > Signed-off-by: Bhupesh Sharma > Signed-off-by: Prabhakar Kushwaha > --- It would be nice to add some description in SoC README file. York