From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 5 Feb 2014 12:00:41 -0800 Subject: [U-Boot] [PATCH] powerpc/t104xrdb, t1040qds : Update FMAN microcode NOR address In-Reply-To: <1391580771-12981-1-git-send-email-Priyanka.Jain@freescale.com> References: <1391580771-12981-1-git-send-email-Priyanka.Jain@freescale.com> Message-ID: <52F29869.2030105@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 02/04/2014 10:12 PM, Priyanka Jain wrote: > FMAN microcode image address range on NOR flash changed from > (0xeff00000 to 0xebf1ffff) to (0xeff10000 to 0xeff1ffff) > > The change has been done > - to support FMAN microcode flashing via promjet mechanism as > promjet uses address based on offsets. Based on this > address of FMAN microcode flash on promjet flash should be 0x0 > But 0x0 offset is already use for rcw on promjet flash. > To take care of this limitation FMAN microcode address has been > changed. Now, FMAN microcode address on promjet flash is 0x10000 > > - FMAN microcode is of size 64KB so it will fit into > 0xeff10000 to 0xeff1ffff. > NACK. The tool is not broken. I have made a configuration to use PROMJET to download all images successfully. York