From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nitin Garg Date: Wed, 3 Sep 2014 20:10:21 -0500 Subject: [U-Boot] [PATCH] Support i.MX6 High Assurance Boot (HAB) authentication of images In-Reply-To: References: <1409516179-32553-1-git-send-email-nitin.garg@freescale.com> <1409516179-32553-2-git-send-email-nitin.garg@freescale.com> <540670A6.8020105@freescale.com> <54067340.8010906@freescale.com> <5406750A.9030508@freescale.com> Message-ID: <5407BBFD.1030904@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/03/2014 07:10 PM, Fabio Estevam wrote: > On Tue, Sep 2, 2014 at 10:55 PM, Nitin Garg wrote: > >> In the macros of HAB, like: >> hab_rvt_report_event_p >> >> The compiler generates bhi instead of bgt. > > hab_rvt_report_event_p exists prior to this patch. Is the issue > present in current code then? > > If so, it should be handled on a separate patch. > I will remove the typecast as its not essential (I stepped through the code today and its fine).