Add basic main and meson.build

Main just runs very 1 second, based on the asio timer example.

Tested: Added a debug fprint and verified that it runs every 1 second

Signed-off-by: Brandon Kim <brandonkim@google.com>
Change-Id: I75c98a39f43d3f7103583171979ce87515c9083d
3 files changed
tree: 97edfdf134c26e9aad5fac42f2c1f32a8d4bbf4e
  1. src/
  2. .clang-format
  3. .clang-tidy
  4. .gitignore
  5. LICENSE
  6. MAINTAINERS
  7. meson.build
  8. OWNERS
  9. README.md
README.md

bios-bmc-smm-error-logger

This daemon will follow the design doc: https://gerrit.openbmc-project.xyz/c/openbmc/docs/+/52109

More detailed implementation details will also be placed here in the future