From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 18 Apr 2014 09:11:34 -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: <53514EB6.2050203@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 > In this case, let me try to address the size. I can't test other than Freescale boards. The change should be similar to commit c6e8f49a16915822ffe25904daf1fc9c28115ed4 and/or e222b1f36fedb0363dbc21e0add7dc3848bae553. York