commit | cc4025986d958a852bdb07142cea4419e574122f | [log] [tgz] |
---|---|---|
author | Suryakanth Sekar <suryakanth.sekar@linux.intel.com> | Thu Apr 01 15:02:10 2021 +0530 |
committer | Suryakanth Sekar <suryakanth.sekar@linux.intel.com> | Mon Apr 12 20:40:08 2021 +0530 |
tree | 1247b25bd3a7a7490f31d91b9e71ed625d17d103 | |
parent | 9420416abe06d943301ab304044ed8001d49e315 [diff] |
Fix the ResetBIOS value from bios-settings-mgr srv GetStoredHash command always return 0xCE becuase fail to get the proper resetBIOS value from ReadResetBIOSSettings function Fix: Added proper ResetBIOS value check in ReadResetBIOSSettings function and also corrected the seedData filename. Tested: GetStoredHash command is working fine. ipmitool raw 0x30 0xd8 // Request 02 18 de c8 83 d1 5d cc 58 a4 f1 af ee f0 2a 9c d0 12 83 45 eb f7 06 72 62 e9 dd f5 1d 78 68 13 41 63 2c 8a fb 9f 01 17 30 6c 69 b8 1d 67 d6 6d 13 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 75 99 3f 96 e2 e0 81 2d 4e 40 b7 ee 2a be a3 6a 9d c9 69 6b 3a d3 6c 04 a0 0b 41 82 0c a4 b1 48 2b 92 7a 2a 23 7f 86 5b 22 6b e7 08 31 87 b8 14 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Signed-off-by: Suryakanth Sekar <suryakanth.sekar@linux.intel.com> Change-Id: Ie15cfa06371b7c77901fb10b9bc61f70ae0dd0c9
This component is intended to provide Intel-specific IPMI[3]
command handlers for OpenBMC. These handlers are intended to integrate BMC with servers based on Intel architecture.
intel-ipmi-oem
serves as an extension[1]
to OpenBMC IPMI daemon[2]
. It is compiled as a shared library and intended to both:
Related features provided by the library are grouped in separate source files. Main extensions to vanilla OpenBMC IPMI stack are the following:
[4]