msm: eva: mmap firmware debug memory

For user mode to save into a dump file. It helps FW debugging.

Change-Id: I1c9c52d27d0dfd20e3eeb54b203416f6df095c8d
Signed-off-by: George Shen <quic_sqiao@quicinc.com>
Este commit está contenido en:
George Shen
2023-06-13 14:03:38 -07:00
cometido por Gerrit - the friendly Code Review server
padre aafc38db81
commit ea94318515
Se han modificado 5 ficheros con 138 adiciones y 39 borrados

Ver fichero

@@ -2531,8 +2531,8 @@ static int iris_debug_hook(void *device)
dprintk(CVP_ERR, "%s Invalid device\n", __func__);
return -ENODEV;
}
__write_register(dev, CVP_WRAPPER_CORE_CLOCK_CONFIG, 0x11);
__write_register(dev, CVP_WRAPPER_TZ_CPU_CLOCK_CONFIG, 0x1);
//__write_register(dev, CVP_WRAPPER_CORE_CLOCK_CONFIG, 0x11);
//__write_register(dev, CVP_WRAPPER_TZ_CPU_CLOCK_CONFIG, 0x1);
dprintk(CVP_ERR, "Halt Tensilica and core and axi\n");
return 0;