1. 36f8724 Update to C++20 by Jason M. Bills · 1 year, 10 months ago
  2. 1a08117 Remove FIVR fault check from CPU thermtrip monitor by Jason M. Bills · 1 year, 10 months ago
  3. d557729 Add CPU early error monitor by Jason M. Bills · 1 year, 10 months ago
  4. c99b8c9 Add parameter to set the MCERR assert polarity by Jason M. Bills · 2 years, 1 month ago
  5. 87315f5 mcerr_monitor: fix CPU numbering in message by Jason M. Bills · 2 years, 1 month ago
  6. 57f47c4 Add CPU missing event by Vasu V · 2 years, 3 months ago
  7. 779e1f8 Add a non-polling ERR pin monitor by Jason M. Bills · 2 years, 4 months ago
  8. 881a4e1 Rename the err_pin_monitor to err_pin_timeout_monitor by Jason M. Bills · 2 years, 4 months ago
  9. 32a90c6 Move checkErrPinCPUs() to a common header by Jason M. Bills · 2 years, 4 months ago
  10. ed6972a Memhot event monitor for MEMHOT pins by Jayaprakash Mutyala · 2 years, 5 months ago
  11. 2d58247 Add an MCERR monitor by Jason M. Bills · 2 years, 8 months ago
  12. 267b349 Add CPLD CRC Error Monitor by Jason M. Bills · 3 years ago
  13. 1c20848 Add OWNERS file by Manojkiran Eda · 2 years, 9 months ago
  14. 4a6e45c Fix signal monitor init when power-control is not available by Jason M. Bills · 3 years, 4 months ago
  15. dae0e92 Clean up host_error_monitor.cpp by Jason M. Bills · 3 years, 7 months ago
  16. d0a774d Move PCH Thermtrip monitor to the new architecture by Jason M. Bills · 3 years, 7 months ago
  17. 8611b8b Move VR Hot monitor to the new architecture by Jason M. Bills · 3 years, 7 months ago
  18. 5b61509 Move Memory Thermtip monitor to the new architecture by Jason M. Bills · 3 years, 7 months ago
  19. 901cbca Move CPU Thermtip monitor to the new architecture by Jason M. Bills · 3 years, 7 months ago
  20. 1ed0cb3 Add base GPIO class for the new architecture by Jason M. Bills · 3 years, 7 months ago
  21. 8fa1c96 Move IERR monitor to the new architecture by Jason M. Bills · 3 years, 7 months ago
  22. 4700852 Move ERR2 monitor to the new architecture by Jason M. Bills · 3 years, 9 months ago
  23. 0e06b84 Move ERR0 and ERR1 monitor to the new architecture by Jason M. Bills · 3 years, 9 months ago
  24. a92735d Move CPU Mismatch monitor to the new architecture by Jason M. Bills · 3 years, 10 months ago
  25. 98a3847 Move SMI monitor to the new architecture by Jason M. Bills · 3 years, 10 months ago
  26. 5245ed6 Add error_monitors with a sample signal by Jason M. Bills · 3 years, 7 months ago
  27. d711cc8 Move common functions to host_error_monitor.hpp by Jason M. Bills · 3 years, 7 months ago
  28. 778ac17 Add base GPIO polling class for the new architecture by Jason M. Bills · 3 years, 7 months ago
  29. b6c9298 Add base monitor class for the new architecture by Jason M. Bills · 3 years, 7 months ago
  30. c90570a Correct model-specific error code checks for IERR logging by Jason M. Bills · 3 years, 10 months ago
  31. 8064f8b Improve PECI error checking and reporting by Jason M. Bills · 3 years, 10 months ago
  32. c015c55 Switch to a specific signal for crashdump complete by Jason M. Bills · 3 years, 11 months ago
  33. 6866158 Don't delete the crashdump match on failure by Jason M. Bills · 3 years, 11 months ago
  34. d69549b Switch to std::cerr for prints by Jason M. Bills · 3 years, 11 months ago
  35. 08b2c7a Fix missing includes by Jason M. Bills · 3 years, 11 months ago
  36. 9a9bf98 Recover from errors with warm reset instead of power cycle by Jason M. Bills · 4 years ago
  37. 2fbb9ea Only match on ...State.Host not the namespace by Jason M. Bills · 4 years, 1 month ago
  38. 566ccc4 Only update host state based on CurrentHostState by Jason M. Bills · 4 years, 1 month ago
  39. 5287c02 Fix memory thermtrip detection by Jason M. Bills · 4 years, 2 months ago
  40. 1429ca8 Add system status LED support by Yong Li · 4 years, 2 months ago
  41. 8c798c7 Add beep support for CPU IERR error by Yong Li · 4 years, 3 months ago
  42. 48e5dff Update to clang-format 10 by Jason M. Bills · 4 years, 1 month ago
  43. 8495114 Don't check host state for errors that cause shutdown by Jason M. Bills · 4 years, 3 months ago
  44. 3c546f9 Fix stand-alone build for CI by Jason M. Bills · 4 years, 2 months ago
  45. 53099c4 Add CPU_MISMATCH event handler by jayaprakash Mutyala · 4 years, 4 months ago
  46. 061eb03 Add beep support for CPU ERR2 timeout by Yong Li · 4 years, 4 months ago
  47. 009adbc Add Memory Therm trip event handler by jayaprakash Mutyala · 4 years, 7 months ago
  48. c4b91f2 Add a DBus property to specify the IERR timeout by Jason M. Bills · 4 years, 8 months ago
  49. 9478544 Disable crashdump for SMI Timeout with an option to enable by Jason M. Bills · 4 years, 6 months ago
  50. b61766b Set the trigger type based on the error by Jason M. Bills · 4 years, 8 months ago
  51. 45e87e0 Enable boot FIVR fault monitoring and logging by Jason M. Bills · 4 years, 10 months ago
  52. e94f5e1 Handle host errors on host power-on by Jason M. Bills · 4 years, 10 months ago
  53. 9647ba7 Add CPU Memory VRHOT monitoring and logging by Jason M. Bills · 4 years, 11 months ago
  54. 250fa63 Add CPU VRHOT monitoring and logging by Jason M. Bills · 4 years, 11 months ago
  55. 78c5eed Add CPU Thermtrip monitoring and logging by Jason M. Bills · 4 years, 11 months ago
  56. 75af396 Add ERR1 timeout monitoring and logging by Jason M. Bills · 5 years ago
  57. 8c58439 Add ERR0 timeout monitoring and logging by Jason M. Bills · 5 years ago
  58. cbf7853 Make the ERR2 handler generic for any ERRx timeout by Jason M. Bills · 5 years ago
  59. 0886654 Handle SSBThermTrip events on startup by Jason M. Bills · 5 years ago
  60. d1a19f6 Increment the CPU Error Count setting on an IERR by Jason M. Bills · 5 years ago
  61. 89922f8 Add SMI timeout monitoring and logging by Jason M. Bills · 5 years ago
  62. a339793 Add IERR logging to the CATERR/IERR handler by Jason M. Bills · 5 years ago
  63. 6a2cb69 Add ERR2 timeout monitoring and logging by Jason M. Bills · 5 years ago
  64. a15c252 Check for initial error state on startup by Jason M. Bills · 5 years ago
  65. e6c0f1c Support SSB Thermal trip by Chen Yugang · 5 years ago
  66. 1490b14 Add the host error monitor with CATERR detection by Jason M. Bills · 5 years ago
  67. c97367c Create README.md by jmbills · 4 years, 3 months ago
  68. f96c17e Add a LICENSE and MAINTAINERS file for this repo by Jason M. Bills · 4 years, 3 months ago
  69. 9fe49a6 Initial empty repository by Brad Bishop · 4 years, 5 months ago