commit | 9b72678d2bd8c43f35e3f47ca0515d1f09ddb69f | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Wed Jun 16 08:40:21 2021 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Wed Jun 16 08:40:21 2021 -0500 |
tree | e4e44b4b26c0bf3ca497de8f193ec63746a532ef | |
parent | e22e8231c49d3a7fa4ea24d57e48be072e1d7e16 [diff] |
Fix related P10 SPI mux settings Existing code set all 32 bits to true for the CFAM 2818 register. Which is not correct because First 4 bits are for the SPI mux related settings in cfam 2818 register. Fixed with correct settings based register definition Tested: Verified in hardware Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I3b9281bee1980a355cc44238dccace2441d625b6
Contains procedures that interact with the OpenPower nest chipset.
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`.