[U-Boot] [PATCH] 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 --- arch/arm/cpu/armv7/mx6/hab.c| 228 +++

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

2015-07-02 Thread Michael Trimarchi
Hi On Jul 2, 2015 10:47 PM, 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-by: Ulises Cardenas > --- > Ple

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

2015-07-02 Thread Ulises Cardenas
Hi Michael, On 07/02/2015 03:56 PM, Michael Trimarchi wrote: Hi On Jul 2, 2015 10:47 PM, http://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.