The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* Question about the Broadcom Always On register panic handling
@ 2022-03-21 16:15 Guilherme G. Piccoli
  2022-03-21 16:32 ` Florian Fainelli
  0 siblings, 1 reply; 3+ messages in thread
From: Guilherme G. Piccoli @ 2022-03-21 16:15 UTC (permalink / raw)
  To: computersforpeace, f.fainelli
  Cc: gpiccoli, Guilherme G. Piccoli, opendmb, gpowell, justinpopo6,
	mmayer, bcm-kernel-feedback-list, kexec, linux-arm-kernel,
	linux-kernel

Hi Brian and Florian, I'm studying the panic notifiers and found one
added by you in the commit 0b741b8234c ("soc: bcm: brcmstb: Add support
for S2/S3/S5 suspend states (ARM)". Basically, the handler is very
simple and the only thing it does is:

/* from drivers/soc/bcm/brcmstb/pm/aon_defs.h */
#define AON_REG_PANIC		0x20
#define BRCMSTB_PANIC_MAGIC	0x512E115E

/* from drivers/soc/bcm/brcmstb/pm/pm-arm.c*/
brcmstb_pm_panic_notify() {
	writel_relaxed(BRCMSTB_PANIC_MAGIC, ctrl.aon_sram + AON_REG_PANIC);
}

This write happens on panic time, but I couldn't find any
information/documentation about the AON register and what effectively
happens when this write is completed. Does the SoC reboots or anything
like that?

Any information that helps me to document such panic event is very
welcome, and in case you have AON documentation, it'd be also pretty great!

Thanks in advance,


Guilherme

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-03-21 18:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-21 16:15 Question about the Broadcom Always On register panic handling Guilherme G. Piccoli
2022-03-21 16:32 ` Florian Fainelli
2022-03-21 18:04   ` Guilherme G. Piccoli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox