commit | 3ab2c2b2f3248317d28d717e56b29f19e36fc510 | [log] [tgz] |
---|---|---|
author | Sujoy Ray <sujoy.ray@intel.com> | Mon Nov 01 13:17:27 2021 -0700 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Fri Mar 18 00:18:34 2022 +0000 |
tree | 2997a0cf45d9fc1abaea386dad33ff633980884e | |
parent | 0ca3bfeddb539c30e07871969645ca1697b41fc6 [diff] |
SEL log Generator ID should Conform to IPMI Spec In IMPI specification, the generator ID for SEL log is 2 bytes long. Apart from the Generator ID, it contains LUN and channel information. The fix is to change 1-Byte Generator ID to 2-byte generator ID and include all missing information into it. Tested Following tests were executed: 1) Run ipmitool raw -l 1 0x4 0x2 0x4 0x8 0x1 0x6 0x1 0x5 This ensures that non-zero LUN information is included in the SEL record. 2) Instrument the code to look like ME has created an event and make sure that logs are saved properly. For 1) and 2) logs are read from the WebUI to make sure that they are being saved as expected. Signed-off-by: Sujoy Ray <sujoy.ray@intel.com> Change-Id: I78d4423cc24c941af7bf0cd70423a95747ba4a76 Signed-off-by: Willy Tu <wltu@google.com>
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To clean the repository run ./bootstrap.sh clean
.