Add CPU missing event

Beep code (1-5-2-1) needs to trigger, if the CPU1 (Base CPU) is not present.

Added an error monitor for CPU Presence to check the beep signal needs to be raise,
if the CPU1 is not present in the socket.
User needs to hear the beep sound if the system boots without CPU1 (Base CPU) presence.

Tested:
    1. Beep sound is raised if the CPU1 is not present.

Signed-off-by: Vasu V <vasu.v@intel.com>
Change-Id: I1bd94fe8bdf2fed0a48c46139a1c7afd195f9d0c
1 file changed
tree: aad8cb659cb6e42a4a6e77fa7fcd7b46f9f5c801
  1. include/
  2. service_files/
  3. src/
  4. .clang-format
  5. cmake-format.json
  6. CMakeLists.txt
  7. LICENSE
  8. MAINTAINERS
  9. OWNERS
  10. README.md
README.md

host-error-monitor

The host-error-monitor application is intended to monitor various host error signals and take appropriate action (logging, crashdump, reset, etc.) when triggered.