Don't create errors in cleanupPCIE

This code always just runs in the power off path, and at times it
may be called when power is already off.  In that case the FSI
access would fail since the processor won't have power, so just
catch the error and continue on.

Change-Id: Ic02b17875763b0540edaaec47ee19846f305db72
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
1 file changed
tree: b9f7f01bd311baf2a41da40d5f37b406ca8bd7f8
  1. procedures/
  2. test/
  3. .clang-format
  4. .gitignore
  5. bootstrap.sh
  6. cfam_access.cpp
  7. cfam_access.hpp
  8. configure.ac
  9. ext_interface.cpp
  10. ext_interface.hpp
  11. filedescriptor.cpp
  12. filedescriptor.hpp
  13. gen_makefile.sh
  14. LICENSE
  15. MAINTAINERS
  16. Makefile.am
  17. Makefile.generated.in
  18. p9_cfam.hpp
  19. pcie-poweroff@.service.in
  20. proc_control.cpp
  21. README.md
  22. registration.cpp
  23. registration.hpp
  24. targeting.cpp
  25. 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 clean the repository run `./bootstrap.sh clean`.