l4t: Add panic dump (PSTORE)

This commit is contained in:
CTCaer
2020-07-19 20:32:22 +03:00
parent b8ca88ee0a
commit af0cd34f92
4 changed files with 28 additions and 6 deletions

View File

@@ -32,7 +32,8 @@ typedef enum
{
ERR_LIBSYS_LP0 = (1 << 0),
ERR_SYSOLD_NYX = (1 << 1),
ERR_SYSOLD_MTC = (1 << 2),
ERR_LIBSYS_MTC = (1 << 2),
ERR_L4T_KERNEL = (1 << 24),
ERR_EXCEPT_ENB = (1 << 31),
} hekate_errors_t;