Set Memory Module entity type for DIMM's
- DSP 0249 quotes, "use memory module for pre-packed
memory devices that are used with standardized connectors,
such as DIMMs, SD cards, and so on".
- This commit would set the entity type 66 (Memory Module) NOT
142(Memory Chip) for the Inventory Items that implement the
DIMM Interface.
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
Change-Id: I000f7ca08433d38c5e61ccc32893659a6578918f
diff --git a/libpldmresponder/fru_parser.cpp b/libpldmresponder/fru_parser.cpp
index d41ebaa..43cf253 100644
--- a/libpldmresponder/fru_parser.cpp
+++ b/libpldmresponder/fru_parser.cpp
@@ -51,7 +51,7 @@
{"xyz.openbmc_project.Inventory.Item.Vrm", 123},
{"xyz.openbmc_project.Inventory.Item.Cpu", 135},
{"xyz.openbmc_project.Inventory.Item.Bmc", 137},
- {"xyz.openbmc_project.Inventory.Item.Dimm", 142},
+ {"xyz.openbmc_project.Inventory.Item.Dimm", 66},
{"xyz.openbmc_project.Inventory.Item.Tpm", 24576},
{"xyz.openbmc_project.Inventory.Item.System", 11521},
};