Move over to new AttempsLeft for reboot count

The reboot count sensor was moved to the xyz namespace
and renamed.  This commit moves over to using this new
sensor for determining SBE boot side.

Change-Id: I482ad677272a76608da04f3c9a7807d28d453797
Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
1 file changed
tree: 442d31e4c5b132e5d9595fc26158dbc140c1d8cf
  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. ext_interface.cpp
  11. ext_interface.hpp
  12. filedescriptor.cpp
  13. filedescriptor.hpp
  14. gen_makefile.sh
  15. LICENSE
  16. Makefile.am
  17. Makefile.generated.in
  18. p9_cfam.hpp
  19. proc_control.cpp
  20. README.md
  21. registration.cpp
  22. registration.hpp
  23. targeting.cpp
  24. 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`.