P9 CFAM register override procedure

This new procedure will allow users to
provide P9 CFAM register overrides
before the P9 SBE is started.

Change-Id: If3658f9a6ede9a3682c4ed7888e9acb328c67709
Signed-off-by: Michael Tritz <mtritz@us.ibm.com>
4 files changed
tree: d024df2ad83a12310039f968b98728a53cad7f5a
  1. procedures/
  2. test/
  3. .gitignore
  4. bootstrap.sh
  5. cfam_access.cpp
  6. cfam_access.hpp
  7. configure.ac
  8. filedescriptor.cpp
  9. filedescriptor.hpp
  10. gen_makefile.sh
  11. LICENSE
  12. Makefile.am
  13. Makefile.generated.in
  14. p9_cfam.hpp
  15. proc_control.cpp
  16. README.md
  17. registration.cpp
  18. registration.hpp
  19. targeting.cpp
  20. 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 full clean the repository again run `./bootstrap.sh clean`.