[PATCH] ARM: imx: Fix parsing of ROM log event IDs on iMX8M

2023-05-21 Thread sbabic
> From: Fedor Ross > It seems like the ROM log events for the iMX8M are not fully covered by > AN12853 i.MX ROMs Log Events, Rev. 0, May 2020. On iMX8M the ROM event > ID 0x82 seems to use parameter0 which stops the parsing because the end > of list is detected too early. > This patch adds ROM eve

Re: [PATCH] ARM: imx: Fix parsing of ROM log event IDs on iMX8M

2023-04-24 Thread Peng Fan
On 4/15/2022 12:36 AM, fedorr...@gmail.com wrote: From: Fedor Ross It seems like the ROM log events for the iMX8M are not fully covered by AN12853 i.MX ROMs Log Events, Rev. 0, May 2020. On iMX8M the ROM event ID 0x82 seems to use parameter0 which stops the parsing because the end of list is

Re: [PATCH] ARM: imx: Fix parsing of ROM log event IDs on iMX8M

2023-04-20 Thread Peng Fan
Hi, Marek pointed me this thread. I admitted I overlooked this patch. Will check internally and back. Regards, Peng. On 4/15/2022 2:00 AM, Fedor Ross wrote: Hello Peng, can you please check the parameter of event 0x82 internally? The AN12853 doesn't mention a parameter for ID 0x82, but we see

Re: [PATCH] ARM: imx: Fix parsing of ROM log event IDs on iMX8M

2023-01-25 Thread Fedor Ross
Hello Stefano, do you know why this is in the state 'Superseded' ? Thanks in advance. Best regards, Fedor On Fri, May 6, 2022 at 5:17 PM Fedor Ross wrote: > > Hello Peng, > > just a gentle ping -- did you already had a chance to check the mentioned > parameter of event 0x82? > > Thanks in adva

Re: [PATCH] ARM: imx: Fix parsing of ROM log event IDs on iMX8M

2022-05-06 Thread Fedor Ross
Hello Peng, just a gentle ping -- did you already had a chance to check the mentioned parameter of event 0x82? Thanks in advance. Best regards, Fedor On Thu, Apr 14, 2022 at 8:00 PM Fedor Ross wrote: > > Hello Peng, > > can you please check the parameter of event 0x82 internally? The AN12853 >

Re: [PATCH] ARM: imx: Fix parsing of ROM log event IDs on iMX8M

2022-04-14 Thread Fedor Ross
Hello Peng, can you please check the parameter of event 0x82 internally? The AN12853 doesn't mention a parameter for ID 0x82, but we see something else coming out of the bootrom of iMX8MN. Best regards, Fedor Am Do., 14. Apr. 2022 um 18:37 Uhr schrieb : > > From: Fedor Ross > > It seems like th

[PATCH] ARM: imx: Fix parsing of ROM log event IDs on iMX8M

2022-04-14 Thread fedorross
From: Fedor Ross It seems like the ROM log events for the iMX8M are not fully covered by AN12853 i.MX ROMs Log Events, Rev. 0, May 2020. On iMX8M the ROM event ID 0x82 seems to use parameter0 which stops the parsing because the end of list is detected too early. This patch adds ROM event ID 0x82