Re: [U-Boot] [PATCH 2/5] imx: hab: Ensure the IVT DCD pointer is Null prior to calling HAB authenticate function.

2018-02-20 Thread Fabio Estevam
On Mon, Feb 19, 2018 at 10:19 PM, Breno Lima wrote: > From: Utkarsh Gupta > > DCD commands should only be present in the initial boot image loaded by > the SoC ROM. DCD should not be present in images that will be verified > by software using HAB RVT authentication APIs. Newer versions of HAB > w

[U-Boot] [PATCH 2/5] imx: hab: Ensure the IVT DCD pointer is Null prior to calling HAB authenticate function.

2018-02-19 Thread Breno Lima
From: Utkarsh Gupta DCD commands should only be present in the initial boot image loaded by the SoC ROM. DCD should not be present in images that will be verified by software using HAB RVT authentication APIs. Newer versions of HAB will generate an error if a DCD pointer is present in an image be