From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 30 Oct 2015 09:14:41 -0700 Subject: [U-Boot] [PATCH 1/3][v3] Pointers in ESBC header made 32 bit In-Reply-To: <1442486796-28308-1-git-send-email-aneesh.bansal@freescale.com> References: <1442486796-28308-1-git-send-email-aneesh.bansal@freescale.com> Message-ID: <56339771.2080602@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 09/17/2015 03:46 AM, Aneesh Bansal wrote: > For the Chain of Trust, the esbc_validate command supports > 32 bit fields for location of the image. In the header structure > definition, these were declared as pointers which made them > 64 bit on a 64 bit core. > > Signed-off-by: Aneesh Bansal > --- > Changes in v3: > Patch Rebased and removed compile time warnings Applied to u-boot-fsl-qoriq. Awaiting upstream. Thanks. York