Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | microcode.py: updated test to read microcode for exact signature | sangeeta jain | 2021-02-17 | 1 | -8/+3 |
| | | | | | | | | | Updated testcase to read microcode versions applied for exact signature for CPU and for any microcode versions that are updated already. This change will cover scenario when there is no microcode being early loaded by OS. Signed-off-by: sangeeta jain <sangeeta.jain@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> | ||||
* | oeqa/runtime/microcode: Enable microcode update test | Yeoh Ee Peng | 2019-07-08 | 1 | -0/+36 |
With iucode-tool, identified the selected microcode to be used for microcode update by the specific processor. Compared the updated microcode from dmesg to the selected microcode, test failed if the updated microcode revision does not match the available selected microcode revision from the iucode-tool. Compute int from hexadecimal for comparison based on Naveen Kumar suggestion. Signed-off-by: Yeoh Ee Peng <ee.peng.yeoh@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> |