p9: pcie-workaround: Add service file to repo

systemd unit file distribution is typically done
by the application build process.

Testing: Verified service runs after obmc-power-stop-pre
         and before op-power-stop.

Change-Id: I1c4eb81430a3bcd7784011f5f8fe50aa058384f7
Signed-off-by: Anthony Wilson <wilsonan@us.ibm.com>
3 files changed
tree: 27b466d9d3ecf5e7330bd333a04395dcadba910c
  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`.