History log of /openbmc/openpower-proc-control/procedures/phal/set_SPI_mux.cpp (Results 1 – 3 of 3)
Revision Date Author Comments
# 9b72678d 16-Jun-2021 Jayanth Othayoth <ojayanth@in.ibm.com>

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 registe

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

show more ...


# 63508a73 27-Oct-2020 Brad Bishop <bradleyb@fuzziesquirrel.com>

fix compiler warnings

Fix a couple pedantic, format=, and unused-parameter warnings so we can
turn the warnings all the way up.

Change-Id: I7c6309e30147f54fc64ace99dc784fbd96c77c70
Signed-off-by: B

fix compiler warnings

Fix a couple pedantic, format=, and unused-parameter warnings so we can
turn the warnings all the way up.

Change-Id: I7c6309e30147f54fc64ace99dc784fbd96c77c70
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>

show more ...


# ce042fe8 28-Jan-2020 Eddie James <eajames@linux.ibm.com>

Add procedure and service file to set the SPI mux on P10

This procedure will be called before powering on in order to set the mux
for accessing host EEPROMs from the BMC through the FSI SPI masters.

Add procedure and service file to set the SPI mux on P10

This procedure will be called before powering on in order to set the mux
for accessing host EEPROMs from the BMC through the FSI SPI masters.

Signed-off-by: Eddie James <eajames@linux.ibm.com>
Change-Id: I238d3bc449c5924740cf4c2e69d794605a6ae916

show more ...