summaryrefslogtreecommitdiff
path: root/services/smbios/src/manager.cpp
AgeCommit message (Collapse)AuthorFilesLines
2019-07-23Fix NO UUID issue in MDRV1Cheng C Yang1-1/+0
MDRV1 do not have UUID in smbios table, it will show "NO UUID" which will bring a issue to redfish. Remove UUID and BIOS Version from MDRV1. Tested: After DC cycle the host, MDRV1 will not show UUID and BIOS Version property anymore. Change-Id: I6db48be6c0e0c7bbaf73a9be7a3ba2c93b7c9d75 Signed-off-by: Cheng C Yang <cheng.c.yang@intel.com>
2018-07-30Fix some SMBIOS issues base on joint testcyang291-5/+24
Fix some SMBIOS service issues base on joint test with MDRV1 command. Verify method: After power on Intel server system, all the CPU and DIMMs' dbus interface in this code can show correct informaton. And the information should match the real CPU and DIMM installed on MotherBoard. Change-Id: I0bc174df48ae0b06de58d814e14a651f56b7f761 Signed-off-by: cyang29 <cheng.c.yang@intel.com>
2018-07-19Push patch for smbios MDR V1 Service.cyang291-0/+457
DBUS interface provide: Method: RegionStatus RegionComplete RegionRead RegionWrite RegionLock Property: regionID CPU related properties DIMM related properties Change-Id: Id8c8f5753666e8a3ee78aa3d38fb1ac6a25bcc84 Signed-off-by: cyang29 <cheng.c.yang@intel.com>