1 .. SPDX-License-Identifier: GPL-2.0
3 Reliability, Availability and Serviceability features
4 =====================================================
6 This documents different aspects of the RAS functionality present in the
14 Error decoding on AMD systems should be done using the rasdaemon tool:
15 https://github.com/mchehab/rasdaemon/
17 While the daemon is running, it would automatically log and decode
18 errors. If not, one can still decode such errors by supplying the
19 hardware information from the error::
21 $ rasdaemon -p --status <STATUS> --ipid <IPID> --smca
23 Also, the user can pass particular family and model to decode the error
26 $ rasdaemon -p --status <STATUS> --ipid <IPID> --smca --family <CPU Family> --model <CPU Model> --bank <BANK_NUM>