From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 23 Apr 2014 14:37:40 -0700 Subject: [U-Boot] FIT image AES support and PPC4xx/85xx boards In-Reply-To: <20140418160443.GH5698@bill-the-cat> References: <20140418123659.GC5698@bill-the-cat> <535146F8.6040006@freescale.com> <20140418160443.GH5698@bill-the-cat> Message-ID: <535832A4.5010907@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 04/18/2014 09:04 AM, Tom Rini wrote: > On Fri, Apr 18, 2014 at 08:38:32AM -0700, York Sun wrote: >> On 04/18/2014 05:36 AM, Tom Rini wrote: >>> Hey guys, >>> >>> Adding AES256 support to FIT images means that a handful of boards (ion, >>> MPC8572DS, others) now don't link because of growth in the binary. Can >>> we come up with something to fix these boards again? Thanks! >>> >> >> Tom, >> >> Freescale board maintainers have been increasing the image size on some boards >> to 768KB. How many are still broken if adding AES256 support? > > Not many: > io neo iocon MPC8572DS MPC8572DS_36BIT dlvision-10g > Tom, I sent a patch to increase the size for these boards. Please review http://patchwork.ozlabs.org/patch/342009/. York