mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-04 22:11:41 +00:00
software_panic: Add a new software panic type for PMIC fault
This change adds a new software panic type PANIC_SW_PMIC_FAULT that can be used to report any PMIC faults during previous boot. BUG=b:65732924,b:69334392 BRANCH=None TEST=make -j buildall Change-Id: I218b5d01ee145bb02a773495046f4255f1ec8986 Signed-off-by: Furquan Shaikh <furquan@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/797910 Reviewed-by: Shawn N <shawnn@chromium.org>
This commit is contained in:
committed by
chrome-bot
parent
0b1cea4aff
commit
0fd8813520
@@ -21,5 +21,6 @@
|
||||
#define PANIC_SW_ASSERT (PANIC_SW_BASE + 3)
|
||||
#define PANIC_SW_WATCHDOG (PANIC_SW_BASE + 4)
|
||||
#define PANIC_SW_BAD_RNG (PANIC_SW_BASE + 5)
|
||||
#define PANIC_SW_PMIC_FAULT (PANIC_SW_BASE + 6)
|
||||
|
||||
#endif /* __CROS_EC_SOFTWARE_PANIC_H */
|
||||
|
||||
Reference in New Issue
Block a user