commit | c0c5aadbaa8d7c57b3f99ba499a77b6d28376eaa | [log] [tgz] |
---|---|---|
author | Norman James <njames@us.ibm.com> | Mon Oct 19 11:12:30 2015 -0500 |
committer | Norman James <njames@us.ibm.com> | Mon Oct 19 11:12:30 2015 -0500 |
tree | 75974055cfb132f82742037fe3ad4642a20066a9 | |
parent | 0e0c788a84cc608e164012e1fca3fce7fe01ad86 [diff] |
added fru types
diff --git a/bin/Openbmc.py b/bin/Openbmc.py index 87c5ae6..1518f74 100755 --- a/bin/Openbmc.py +++ b/bin/Openbmc.py
@@ -12,10 +12,12 @@ 'DIMM' : 2, 'MAIN_PLANAR' : 3, 'RISER_CARD' : 4, - 'FAN' : 5, - 'BMC' : 6, - 'CORE' : 7, - 'PCIE_CARD' : 8, + 'DAUGHTER_CARD' : 5, + 'FAN' : 6, + 'BMC' : 7, + 'CORE' : 8, + 'PCIE_CARD' : 9, + 'MEMORY_BUFFER' : 10, } FRU_STATES = { 'NORMAL' : 0,