error-decoding.rst 626 B

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