only:FW info into report
This commit is contained in:
parent
0ec3c27cc9
commit
4faa0fb125
|
@ -303,6 +303,7 @@ void errorHandlerWriteReportFile(FIL *fd) {
|
||||||
printErrorState();
|
printErrorState();
|
||||||
printErrorStack();
|
printErrorStack();
|
||||||
#endif // EFI_BACKUP_SRAM
|
#endif // EFI_BACKUP_SRAM
|
||||||
|
f_printf(fd, "rusEFI v%d@%u", getRusEfiVersion(), /*do we have a working way to print 64 bit values?!*/(int)SIGNATURE_HASH);
|
||||||
// additional board-specific data
|
// additional board-specific data
|
||||||
onBoardWriteErrorFile(fd);
|
onBoardWriteErrorFile(fd);
|
||||||
// todo: figure out what else would be useful
|
// todo: figure out what else would be useful
|
||||||
|
|
Loading…
Reference in New Issue