Gitiles
Code Review Sign In
gerrit.openbmc.org / openbmc / openpower-proc-control / 9b72678d2bd8c43f35e3f47ca0515d1f09ddb69f / .
tree: e4e44b4b26c0bf3ca497de8f193ec63746a532ef [path history] [tgz]
  1. phalerror/
  2. procedures/
  3. test/
  4. .clang-format
  5. .gitignore
  6. .shellcheck
  7. bootstrap.sh
  8. cfam_access.cpp
  9. cfam_access.hpp
  10. configure.ac
  11. ext_interface.cpp
  12. ext_interface.hpp
  13. filedescriptor.cpp
  14. filedescriptor.hpp
  15. gen_makefile.sh
  16. LICENSE
  17. MAINTAINERS
  18. Makefile.am
  19. Makefile.generated.in
  20. meson.build
  21. meson_options.txt
  22. nmi_interface.cpp
  23. nmi_interface.hpp
  24. nmi_main.cpp
  25. op-cfam-reset.service.in
  26. op-continue-mpreboot@.service.in
  27. op-enter-mpreboot@.service.in
  28. op-stop-instructions@.service.in
  29. p10_cfam.hpp
  30. p9_cfam.hpp
  31. pcie-poweroff@.service.in
  32. phal-reinit-devtree.service.in
  33. proc-pre-poweroff@.service.in
  34. proc_control.cpp
  35. README.md
  36. registration.cpp
  37. registration.hpp
  38. set-spi-mux.service.in
  39. targeting.cpp
  40. targeting.hpp
  41. util.cpp
  42. util.hpp
  43. xyz.openbmc_project.Control.Host.NMI.service.in
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 build with phal feature:
    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS} --enable-phal --enable-openfsi
    3. make

To clean the repository run `./bootstrap.sh clean`.
Powered by Gitilestxt json