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>
This commit is contained in:
Mark Holden 2021-11-12 13:21:43 -08:00 committed by Christopher Friedt
commit 1a697ccf59
8 changed files with 219 additions and 2 deletions

View file

@ -77,6 +77,7 @@ enum coredump_tgt_code {
COREDUMP_TGT_X86,
COREDUMP_TGT_X86_64,
COREDUMP_TGT_ARM_CORTEX_M,
COREDUMP_TGT_RISC_V,
};
/* Coredump header */