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