Log istep info on watchdog timeout

1. SBE istep info (cfam 2809)
2. HB istep info (cfam 283C)

Change-Id: I67632c58fe1148b980791dc017e5c099107caae5
Signed-off-by: Shakeeb Pasha <shakeebbk@in.ibm.com>
2 files changed
tree: 5366269d785a277b7ddea0ab4e93b145c21a9aee
  1. procedures/
  2. test/
  3. .gitignore
  4. bootstrap.sh
  5. cfam_access.cpp
  6. cfam_access.hpp
  7. configure.ac
  8. ext_interface.cpp
  9. ext_interface.hpp
  10. filedescriptor.cpp
  11. filedescriptor.hpp
  12. gen_makefile.sh
  13. LICENSE
  14. Makefile.am
  15. Makefile.generated.in
  16. p9_cfam.hpp
  17. proc_control.cpp
  18. README.md
  19. registration.cpp
  20. registration.hpp
  21. targeting.cpp
  22. targeting.hpp
README.md

Contains procedures that interact with the OpenPower nest chipset.

To Build

To build this package, do the following steps:

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

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