From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 20 May 2014 08:41:53 -0700 Subject: [U-Boot] [PATCH] powerpc/srio-pcie-boot: Adjust addresses for SRIO/PCIE boot In-Reply-To: <1400135434-17479-1-git-send-email-Gang.Liu@freescale.com> References: <1400135434-17479-1-git-send-email-Gang.Liu@freescale.com> Message-ID: <537B77C1.5010007@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/14/2014 11:30 PM, Liu Gang wrote: > The new 768KB u-boot image size requires changes for > SRIO/PCIE boot. These addresses need to be updated to > appropriate locations. > > The updated addresses are used to configure the SRIO/PCIE > inbound windows for the boot, and they must be aligned > with the window size based on the SRIO/PCIE modules requirement. > So for the 768KB u-boot image, the inbound window cannot be set > with 0xfff40000 base address and 0xc0000 size, it should be > extended to 1MB size and the base address can be aligned with > the size. > > Signed-off-by: Liu Gang > --- Applied to u-boot-mpc85xx/master. York