Add error definitions for CFAM access fails.

Change-Id: I2089c74456fb5857759f8870ed6818996f16c2c4
Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
3 files changed
tree: 5de1c214d0ceebabd10f95d62bb0e3eb32c5eafc
  1. org/
  2. procedures/
  3. test/
  4. .gitignore
  5. bootstrap.sh
  6. cfam_access.cpp
  7. cfam_access.hpp
  8. configure.ac
  9. elog-errors.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`.