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