Change FSI behavior for 4.10

Latest FSI code changes paths and endianness, so we need to update
Targeting and flip the CFAM data endian when necessary.
Also update the test case to use the new 4.10 path style.

Change-Id: I35cdedf4b9723ee0f8291d0abf4467dbfd99b334
Signed-off-by: Edward A. James <eajames@us.ibm.com>
4 files changed
tree: b79e7507b3e8d21ab1c80c3945e8f453ade27abb
  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`.