summaryrefslogtreecommitdiff
path: root/meta-ibm/recipes-phosphor/skeleton
diff options
context:
space:
mode:
authorMyung Bae <myungbae@us.ibm.com>2022-10-11 09:40:36 +0300
committerMyung Bae <myungbae@us.ibm.com>2022-10-24 20:44:48 +0300
commitec88c48ae63a116796b5010c0bd8cd941232ef88 (patch)
tree7e736ab33ca776a30262d22ab2caf032d7fc3a33 /meta-ibm/recipes-phosphor/skeleton
parent2d6cab4481757731b2a19bb766993802edf51604 (diff)
downloadopenbmc-ec88c48ae63a116796b5010c0bd8cd941232ef88.tar.xz
Remove largely unmaintained Mihawk
A fork of it is maintained but its upstream layer has largely been unmaintained. No future products are planned to be based on this layer. Mihawk is similar to Witherspoon. Signed-off-by: Myung Bae <myungbae@us.ibm.com> Change-Id: I82f7d777b78cd126237d51e42f1e11abdf80ae68
Diffstat (limited to 'meta-ibm/recipes-phosphor/skeleton')
-rw-r--r--meta-ibm/recipes-phosphor/skeleton/obmc-libobmc-intf/mihawk/gpio_defs.json74
1 files changed, 0 insertions, 74 deletions
diff --git a/meta-ibm/recipes-phosphor/skeleton/obmc-libobmc-intf/mihawk/gpio_defs.json b/meta-ibm/recipes-phosphor/skeleton/obmc-libobmc-intf/mihawk/gpio_defs.json
deleted file mode 100644
index 388ae68326..0000000000
--- a/meta-ibm/recipes-phosphor/skeleton/obmc-libobmc-intf/mihawk/gpio_defs.json
+++ /dev/null
@@ -1,74 +0,0 @@
-{
- "gpio_configs": {
-
- "power_config": {
- "power_good_in": "SYS_PWROK_BUFF",
- "power_up_outs": [
- {"name": "SOFTWARE_PGOOD", "polarity": true},
- {"name": "BMC_POWER_UP", "polarity": true}
- ],
- "reset_outs": [
- {"name": "BMC_CP0_RESET_N", "polarity": false}
- ]
- }
- },
-
- "gpio_definitions": [
- {
- "name": "BMC_POWER_UP",
- "pin": "D1",
- "direction": "out"
- },
- {
- "name": "SOFTWARE_PGOOD",
- "pin": "R1",
- "direction": "out"
- },
- {
- "name": "SYS_PWROK_BUFF",
- "pin": "D2",
- "direction": "in"
- },
- {
- "name": "CHECKSTOP",
- "pin": "J2",
- "direction": "falling"
- },
- {
- "name": "BMC_CP0_RESET_N",
- "pin": "A1",
- "direction": "out"
- },
- {
- "name": "BMC_VS0_PERST_N",
- "pin": "B6",
- "direction": "out"
- },
- {
- "name": "BMC_VS1_PERST_N",
- "pin": "B7",
- "direction": "out"
- },
- {
- "name": "BMC_CP0_PERST_ENABLE_R",
- "pin": "A3",
- "direction": "out"
- },
- {
- "name": "IDBTN",
- "pin": "F1",
- "direction": "both"
- },
- {
- "name": "POWER_BUTTON",
- "pin": "I3",
- "direction": "both"
- },
- {
- "name": "RESET_BUTTON",
- "pin": "J1",
- "direction": "both"
- }
- ]
-}
-