commit | 1a697ccf59513c2e20d8b0f3d5760d76822d0fa8 | [log] [tgz] |
---|---|---|
author | Mark Holden <mholden@fb.com> | Fri Nov 12 13:21:43 2021 -0800 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Wed Dec 08 08:54:32 2021 -0500 |
tree | be8ceb2bae3da0ece8663608ca6d881501441549 | |
parent | ed68ef5678cfbd14f1435f30d76edbfe319dc5f7 [diff] [blame] |
coredump: add support for RISC-V This adds the necessary bits in arch code, and Python scripts to enable coredump support for RISC-V Signed-off-by: Mark Holden <mholden@fb.com>
diff --git a/arch/Kconfig b/arch/Kconfig index de365d9..1c907c9 100644 --- a/arch/Kconfig +++ b/arch/Kconfig
@@ -96,6 +96,7 @@ bool select ARCH_IS_SET select HAS_DTS + select ARCH_SUPPORTS_COREDUMP select ARCH_HAS_THREAD_LOCAL_STORAGE imply XIP help