1.. SPDX-License-Identifier: GPL-2.0
2
3Error decoding
4==============
5
6x86
7---
8
9Error decoding on AMD systems should be done using the rasdaemon tool:
10https://github.com/mchehab/rasdaemon/
11
12While the daemon is running, it would automatically log and decode
13errors. If not, one can still decode such errors by supplying the
14hardware information from the error::
15
16        $ rasdaemon -p --status <STATUS> --ipid <IPID> --smca
17
18Also, the user can pass particular family and model to decode the error
19string::
20
21        $ rasdaemon -p --status <STATUS> --ipid <IPID> --smca --family <CPU Family> --model <CPU Model> --bank <BANK_NUM>
22