Convert over to uint32_t for AttemptsLeft

I missed the fact that the type for the reboot attempts property
changed when code was refactored to the new
xyz.openbmc_project.Control.Boot.RebootAttempts object

Resolves openbmc/openbmc#2178

Change-Id: I297d427b6fa5b9dc0077aab437548d53603c835f
Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
2 files changed
tree: 5bf1ed1782a3a1a71f01a0de2cbe702adbab64fb
  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`.