Re: [U-Boot] [PATCH v2] iMX: adding parsing to hab_status command

2015-07-10 Thread Stefano Babic
Hi Ulises, On 03/07/2015 04:26, ulises.carde...@freescale.com wrote: > From: Ulises Cardenas > > hab_status command returns a memory dump of the hab event log. But the > raw data is not human-readable. Parsing such data into readable event > will help to minimize debbuging time. > > Signed-off-

[U-Boot] [PATCH v2] iMX: adding parsing to hab_status command

2015-07-02 Thread Ulises.Cardenas
From: Ulises Cardenas hab_status command returns a memory dump of the hab event log. But the raw data is not human-readable. Parsing such data into readable event will help to minimize debbuging time. Signed-off-by: Ulises Cardenas --- Changes in v2: -Refactored get_<*>_idx functions as recomm