commit | 323818779d541d53a70b8894f21e14b082ca59d0 | [log] [tgz] |
---|---|---|
author | Ayushi Smriti <smriti.ayushi@linux.intel.com> | Wed Jun 23 11:05:48 2021 +0530 |
committer | smriti.ayushi <smriti.ayushi@linux.intel.com> | Thu Jul 01 16:21:21 2021 +0000 |
tree | 7155584934f7576154e5e1bea52adf44341737b4 | |
parent | 989a13b457a9bda7972995416150b7ccc1d73e76 [diff] |
fix: correct SetBiosPwdHash and GetBiosPwdHash cmd As per recent EDK core, there is a change in BIOS password handling. User password option in BIOS setup is removed for security reasons. Also, moved to SHA256 algo and seed size is increased from 16 bytes to 32 bytes. This change is to correct the two password handling commands to comply with the the new bios changes. Tested: Executed both the commands D7 and D8 through KCS interface. Verified cmd response is success and as expected. Signed-off-by: Ayushi Smriti <smriti.ayushi@linux.intel.com> Change-Id: I8fbd1623c5feaf33a9a8f91905bb1773163fbbae
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]