Actions
Feature #13119
closedWant support for SMBIOS 3.4
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
SMBIOS 3.4 adds a number of definition updates and then also extends the type 17 slot data structure. We should add support for it to libsmbios.
Updated by Robert Mustacchi about 3 years ago
- Subject changed from Want support for SMBIOS 3.4 to Want support for SMBIOS 3.4
Updated by Electric Monk about 3 years ago
- Status changed from New to Closed
- % Done changed from 90 to 100
git commit df8c2508aa717e719c0726c616d47f2c94a58dab
commit df8c2508aa717e719c0726c616d47f2c94a58dab Author: Robert Mustacchi <rm@fingolfin.org> Date: 2020-09-10T15:31:47.000Z 13119 Want support for SMBIOS 3.4 Change-Id: I88fd5a7e8f5b49b806f27d550bf49921b5fb8a28
Updated by Robert Mustacchi about 3 years ago
- Status changed from Closed to In Progress
- % Done changed from 100 to 90
- Gerrit CR set to 901
I tested this in a few ways:
- By comparing the
smbios -x
output on my system from before and after and finding they were identical - By running the updated test suite and verifying that everything passed both standalone and part of the util-tests
- By using the work in #13119 to dump a 3.4 slot that I had constructed in the test and using the updated smbios command/data to print it.
Updated by Electric Monk about 3 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit c6795799963479a5ddb9b97ebb4cf6c1c97c1fba
commit c6795799963479a5ddb9b97ebb4cf6c1c97c1fba Author: Robert Mustacchi <rm@fingolfin.org> Date: 2020-09-14T16:35:12.000Z 13119 Want support for SMBIOS 3.4 Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
Actions