summaryrefslogtreecommitdiff
path: root/meta-ibs/meta-ast2500/recipes-phosphor/configuration/entity-manager/SILA-CPUs.json
diff options
context:
space:
mode:
authorEvgeny Alekseev (IBS Group) <ealekseev@ibs.sila.ru>2022-06-22 14:20:50 +0300
committerEvgeny Alekseev (IBS Group) <ealekseev@ibs.sila.ru>2022-06-22 14:20:50 +0300
commit640c7f122fe5759733ba070defdc61ac2103c9eb (patch)
tree8a471b60fe2799149f5846c0fb9d4a882edca1df /meta-ibs/meta-ast2500/recipes-phosphor/configuration/entity-manager/SILA-CPUs.json
parent6ff22926a624a4935d0d5df6cc95ab9086dde873 (diff)
parenta3cf1eaa6c14463386dcc2eb944cbb3c71e231a5 (diff)
downloadopenbmc-640c7f122fe5759733ba070defdc61ac2103c9eb.tar.xz
Merge branch 'sensors_SILABMC-148' into sila
Diffstat (limited to 'meta-ibs/meta-ast2500/recipes-phosphor/configuration/entity-manager/SILA-CPUs.json')
-rw-r--r--meta-ibs/meta-ast2500/recipes-phosphor/configuration/entity-manager/SILA-CPUs.json39
1 files changed, 0 insertions, 39 deletions
diff --git a/meta-ibs/meta-ast2500/recipes-phosphor/configuration/entity-manager/SILA-CPUs.json b/meta-ibs/meta-ast2500/recipes-phosphor/configuration/entity-manager/SILA-CPUs.json
deleted file mode 100644
index 47a400ee0c..0000000000
--- a/meta-ibs/meta-ast2500/recipes-phosphor/configuration/entity-manager/SILA-CPUs.json
+++ /dev/null
@@ -1,39 +0,0 @@
-{
- "Exposes": [
- {
- "Address": "0x30",
- "Bus": 0,
- "CpuID": 1,
- "Name": "CPU 1",
- "PresenceGpio": [
- {
- "Name": "CPU1_PRESENCE",
- "Polarity": "Low"
- }
- ],
- "Type": "XeonCPU"
- },
- {
- "Address": "0x31",
- "Bus": 0,
- "CpuID": 2,
- "Name": "CPU 2",
- "PresenceGpio": [
- {
- "Name": "CPU2_PRESENCE",
- "Polarity": "Low"
- }
- ],
- "Type": "XeonCPU"
- }
- ],
- "Name": "SILA CPUs",
- "Probe": [
- "xyz.openbmc_project.FruDevice({'PRODUCT_PRODUCT_NAME': 'CP.*'})"
- ],
- "Type": "Board",
- "xyz.openbmc_project.Inventory.Decorator.Asset": {},
- "xyz.openbmc_project.Inventory.Decorator.AssetTag": {},
- "xyz.openbmc_project.Inventory.Item.Board.Motherboard": {},
- "xyz.openbmc_project.Inventory.Item.System": {}
-}