Enable cfam overrides procedure for all power versions

Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
Change-Id: Ibe20d9407f69e31de7ea270f906a621a2bfb9668
2 files changed
tree: 310854757dc7504f279736d0e4707610991c004c
  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. nmi_interface.cpp
  19. nmi_interface.hpp
  20. nmi_main.cpp
  21. p10_cfam.hpp
  22. p9_cfam.hpp
  23. pcie-poweroff@.service.in
  24. proc_control.cpp
  25. README.md
  26. registration.cpp
  27. registration.hpp
  28. set-spi-mux.service.in
  29. targeting.cpp
  30. targeting.hpp
  31. 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`.