This series corrects the HABv4 rom vector table and syncs it with the offical NXP documentation and switches the imx8mm and imx8mn socs from the `imx8m_read_sram_events` ram parsing implementation to the one found in the HABv4 rom. Calling the boot rom previously caused hangs which was the root cause for the ram parsing workaround, with the corrections to the API these hangs were no longer observed. Signed-off-by: Stefan Kerkmann <s.kerkmann@xxxxxxxxxxxxxx> --- Stefan Kerkmann (2): habv4: correct habv4 rom vector table habv4: use hab rom implementation of report_event drivers/hab/habv4.c | 93 +++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 68 insertions(+), 25 deletions(-) --- base-commit: 62748c3bf91d4f91f9f5c12c5fcd590c281d7b7f change-id: 20240111-fix-habv4-event-report-aa1cc1fb7c95 Best regards, -- Stefan Kerkmann <s.kerkmann@xxxxxxxxxxxxxx>