summaryrefslogtreecommitdiffstats
path: root/procedures/p9/cleanup_pcie.cpp
Commit message (Collapse)AuthorAgeFilesLines
* p9: cleanupPcie: Run procedure on all CPUsAnthony Wilson2018-11-081-3/+5
| | | | | | | | Procedure should be run on all of the master and slave CPUs. Change-Id: I323519b059cfbe14ccd6145e22b1bdae4fd3d476 Signed-off-by: Anthony Wilson <wilsonan@us.ibm.com>
* p9: cleanupPcie: Correct line endingsAnthony Wilson2018-11-071-51/+51
| | | | | Change-Id: Ia8c516ca1a4ceca46a88c9de72cd765e3b2884c2 Signed-off-by: Anthony Wilson <wilsonan@us.ibm.com>
* add .clang-formatPatrick Venture2018-11-021-3/+4
| | | | | | | Add .clang-format for automatic style. Change-Id: I6d240009370179b5b8f1f646b0476a059ec6aa85 Signed-off-by: Patrick Venture <venture@google.com>
* s/copyright char/(C)/g to make compiler happyPatrick Venture2018-11-021-2/+2
| | | | | | | Compiler complaining about the copyright characters. Change-Id: I6730a50a668899a33e9dfcc4accb67ee207a3f08 Signed-off-by: Patrick Venture <venture@google.com>
* Add cleanupPcie to openpower-proc-controlAnthony Wilson2018-10-261-0/+50
This disables the drivers and receiver in the PCIE root control 1 register as follows: BIT NAME VALUE 19 TP_RI_DC_B 0b0 20 TP_DI1_DC_B 0b0 21 TP_DI2_DC_B 0b0 This should be run on a power off. Change-Id: I6e027260f78a3fc451a45832f6f9bcf9afc8c3b9 Signed-off-by: Anthony Wilson <wilsonan@us.ibm.com>
OpenPOWER on IntegriCloud