summaryrefslogtreecommitdiff
path: root/meta-ibm/recipes-phosphor/skeleton
diff options
context:
space:
mode:
authorAndrew Geissler <geissonator@yahoo.com>2020-10-22 22:49:09 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-10-29 04:20:22 +0300
commitda195d80a4802e0fdbeb674b657487f52ee804c6 (patch)
tree8b9bbfb0cd54df4896c9778129a5620595373174 /meta-ibm/recipes-phosphor/skeleton
parentb81ac417cde7a142a8ba7d4f400c4690b72acfce (diff)
downloadopenbmc-da195d80a4802e0fdbeb674b657487f52ee804c6.tar.xz
Revert "tacoma: Remove CP0 reset"
This reverts commit 5ef58e42bd2c27605cd952bf590b2879759425d8. There is a unknown issue with Tacoma hardware in which the CP0 reset needs to happen within the power_control.exe. The theory is it is timing related (i.e. the CP0 reset needs to occur extremely close to the power being turned on). Given that Tacoma is a development system, time has not been allotted to getting to the bottom of this. It works fine on some systems, but fails catastrophically on others with an assortment of power fault errors. Due to this issue, we can not utilize the new kernel mechanism for controlling CP0 on Tacomas. (From meta-ibm rev: 4bc5a4720757e6aa8b349869adc2dceb53a8b9f1) Change-Id: Ib0afbfc4386bf74ffa264c1e0ac3aaa04016a040 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-ibm/recipes-phosphor/skeleton')
-rw-r--r--meta-ibm/recipes-phosphor/skeleton/obmc-libobmc-intf/witherspoon-tacoma/gpio_defs.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-ibm/recipes-phosphor/skeleton/obmc-libobmc-intf/witherspoon-tacoma/gpio_defs.json b/meta-ibm/recipes-phosphor/skeleton/obmc-libobmc-intf/witherspoon-tacoma/gpio_defs.json
index d67a6d1d30..4ea1522492 100644
--- a/meta-ibm/recipes-phosphor/skeleton/obmc-libobmc-intf/witherspoon-tacoma/gpio_defs.json
+++ b/meta-ibm/recipes-phosphor/skeleton/obmc-libobmc-intf/witherspoon-tacoma/gpio_defs.json
@@ -6,6 +6,9 @@
"power_up_outs": [
{"name": "SOFTWARE_PGOOD", "polarity": true},
{"name": "BMC_POWER_UP", "polarity": true}
+ ],
+ "reset_outs": [
+ {"name": "BMC_CP0_RESET_N", "polarity": false}
]
}
},