Re: [PATCH v2] soc: apple: rtkit: Add register dump decoding to crashlog

From: Hector Martin
Date: Tue Jan 31 2023 - 06:45:46 EST


On 23/01/2023 12.17, Asahi Lina wrote:
> When the coprocessor crashes, it's useful to get a proper register dump
> so we can find out what the firmware was doing. Add a decoder for this.
>
> Originally this had ESR decoding by reusing the ARM64 arch header for
> this, but that introduces some module linking and cross-arch compilation
> issues, so let's leave that out for now.
>
> Reviewed-by: Sven Peter <sven@xxxxxxxxxxxxx>
> Reviewed-by: Eric Curtin <ecurtin@xxxxxxxxxx>
> Signed-off-by: Asahi Lina <lina@xxxxxxxxxxxxx>
> ---
> drivers/soc/apple/rtkit-crashlog.c | 93 ++++++++++++++++++++++++++++++
> 1 file changed, 93 insertions(+)
>

Thanks, applied to asahi-soc/soc!

- Hector