Add MAINTAINERS file

Change-Id: I0c89c6fc42956fab135aa4bb2eef538fcdab6c99
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
1 file changed
tree: 25c58a032024fea377416377282d91dbc711bb00
  1. procedures/
  2. test/
  3. .gitignore
  4. bootstrap.sh
  5. cfam_access.cpp
  6. cfam_access.hpp
  7. configure.ac
  8. ext_interface.cpp
  9. ext_interface.hpp
  10. filedescriptor.cpp
  11. filedescriptor.hpp
  12. gen_makefile.sh
  13. LICENSE
  14. MAINTAINERS
  15. Makefile.am
  16. Makefile.generated.in
  17. p9_cfam.hpp
  18. proc_control.cpp
  19. README.md
  20. registration.cpp
  21. registration.hpp
  22. targeting.cpp
  23. 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`.