coredump: drivers: Add coredump device
Add a pseudo device diver with device tree bindings for coredump. The device tree bindings exposes memory address/size values to be included in any dump. And the driver exposes an API to add/remove dump memory regions at runtime. Signed-off-by: Mark Holden <mholden@fb.com>
This commit is contained in:
parent
de5296203a
commit
44c388fb33
12 changed files with 480 additions and 0 deletions
|
@ -141,4 +141,6 @@ source "drivers/reset/Kconfig"
|
|||
|
||||
source "drivers/mipi_dsi/Kconfig"
|
||||
|
||||
source "drivers/coredump/Kconfig"
|
||||
|
||||
endmenu
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue