From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Thu, 11 Dec 2014 11:01:24 -0800 Subject: [U-Boot] [PATCH v4 1/9] ls102xa: pblimage: Add pblimage tool support for LS102xA In-Reply-To: <1417590049-500-2-git-send-email-b18965@freescale.com> References: <1417590049-500-1-git-send-email-b18965@freescale.com> <1417590049-500-2-git-send-email-b18965@freescale.com> Message-ID: <5489EA04.4050107@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 12/02/2014 11:00 PM, Alison Wang wrote: > For LS102xA, the size of spl/u-boot-spl.bin is variable. > This patch adds the support to deal with the variable > u-boot size in pblimage tool. It will be padded to 64 > byte boundary. > > Use pblimage_check_params() to add the specific operations > for ARM, such as PBI CRC and END command and the calculation > of pbl_cmd_initaddr. > > Signed-off-by: Alison Wang > --- > Change log: > v4: No change. > v3: Change the Copyright year. > v2: Remove the definition of CONFIG_SPL_MAX_SIZE. > Pad the variable u-boot size to 64 byte boundary in pblimage tool. > Use pblimage_check_params() insteady of basing on the file name. > Applied to u-boot-fsl-qoriq master, awaiting upstream. York