Add call to request to offload dump

Add call through pldm to request offloading the
dump from host memory.

Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
Change-Id: I14fd7fdbab78222043cab8a98edd996fd01669c9
4 files changed
tree: f3161413443aaab8d6bccd72743bd7b0e15b694a
  1. tools/
  2. xyz/
  3. .clang-format
  4. .gitignore
  5. bmc_dump_entry.cpp
  6. bmc_dump_entry.hpp
  7. bootstrap.sh
  8. configure.ac
  9. core_manager.cpp
  10. core_manager.hpp
  11. core_manager_main.cpp
  12. dump_entry.cpp
  13. dump_entry.hpp
  14. dump_internal.hpp
  15. dump_manager.cpp
  16. dump_manager.hpp
  17. dump_manager_main.cpp
  18. dump_serialize.cpp
  19. dump_serialize.hpp
  20. dump_utils.cpp
  21. dump_utils.hpp
  22. elog_watch.cpp
  23. elog_watch.hpp
  24. errors_map.mako.hpp
  25. errors_map_gen.py
  26. example_errors_watch.yaml
  27. ffdc
  28. LICENSE
  29. MAINTAINERS
  30. Makefile.am
  31. pldm_interface.cpp
  32. pldm_interface.hpp
  33. README.md
  34. system_dump_entry.cpp
  35. system_dump_entry.hpp
  36. watch.cpp
  37. watch.hpp
README.md

phosphor-debug-collector

Phosphor Debug Collector provides mechanisms to collect various log files and system parameters. Used to troubleshoot problems in OpenBMC based systems.

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To clean the repository run `./bootstrap.sh clean`.