<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/dmidecode-git.git, branch dmidecode-3-4</title>
<subtitle>git.savannah.gnu.org: git/dmidecode.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/dmidecode-git.git/'/>
<entry>
<title>Set the version to 3.4</title>
<updated>2022-06-27T15:06:32+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>jdelvare@suse.de</email>
</author>
<published>2022-06-27T15:06:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/dmidecode-git.git/commit/?id=7931f69f9367970f5920bf8239c77f6a5c1d57af'/>
<id>7931f69f9367970f5920bf8239c77f6a5c1d57af</id>
<content type='text'>
Update the NEWS file accordingly, and the AUTHORS file as well to list
all recent contributors.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update the NEWS file accordingly, and the AUTHORS file as well to list
all recent contributors.
</pre>
</div>
</content>
</entry>
<entry>
<title>dmioem: Incorrect use of static</title>
<updated>2022-06-18T09:10:53+00:00</updated>
<author>
<name>Jerry Hoemann</name>
<email>jerry.hoemann@hpe.com</email>
</author>
<published>2022-06-18T09:10:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/dmidecode-git.git/commit/?id=fd6f0a5f291b4aa5c7c3f8aa97e3f49542eceea0'/>
<id>fd6f0a5f291b4aa5c7c3f8aa97e3f49542eceea0</id>
<content type='text'>
The *str = "Reserved" is intended as the default value when index is
outside of the array.  str shouldn't retain values from an earlier
invocation of the function.

Signed-off-by: Jerry Hoemann &lt;jerry.hoemann@hpe.com&gt;
Fixes: 3e86b5d3a228 ("dmioem: Decode HPE OEM Record 203")
Fixes: 4d8bdbc8b287 ("dmioem: Decode HPE OEM Record 238")
Signed-off-by: Jean Delvare &lt;jdelvare@suse.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The *str = "Reserved" is intended as the default value when index is
outside of the array.  str shouldn't retain values from an earlier
invocation of the function.

Signed-off-by: Jerry Hoemann &lt;jerry.hoemann@hpe.com&gt;
Fixes: 3e86b5d3a228 ("dmioem: Decode HPE OEM Record 203")
Fixes: 4d8bdbc8b287 ("dmioem: Decode HPE OEM Record 238")
Signed-off-by: Jean Delvare &lt;jdelvare@suse.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>dmidecode: Set supported version to 3.5.0</title>
<updated>2022-06-15T11:35:25+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>jdelvare@suse.de</email>
</author>
<published>2022-06-15T11:35:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/dmidecode-git.git/commit/?id=3882a45fb6b7a36ba9463ee53e46a9090ecb8d8c'/>
<id>3882a45fb6b7a36ba9463ee53e46a9090ecb8d8c</id>
<content type='text'>
While we do not support every piece of the specification yet, the
most needed ones are in place now so it seems reasonable to stop
warning users.

Signed-off-by: Jean Delvare &lt;jdelvare@suse.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While we do not support every piece of the specification yet, the
most needed ones are in place now so it seems reasonable to stop
warning users.

Signed-off-by: Jean Delvare &lt;jdelvare@suse.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>dmidecode: Drop outdated references</title>
<updated>2022-06-15T11:35:25+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>jdelvare@suse.de</email>
</author>
<published>2022-06-15T11:35:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/dmidecode-git.git/commit/?id=46a0628addfc43f37c0830d908bebab0887eb889'/>
<id>46a0628addfc43f37c0830d908bebab0887eb889</id>
<content type='text'>
Types 126 and 127 are at the end of the list, their reference section
changes as new structure types are being added to the specification.
Just omit the section number for them, so that we don't have to
update it with every new version of the specification.

Signed-off-by: Jean Delvare &lt;jdelvare@suse.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Types 126 and 127 are at the end of the list, their reference section
changes as new structure types are being added to the specification.
Just omit the section number for them, so that we don't have to
update it with every new version of the specification.

Signed-off-by: Jean Delvare &lt;jdelvare@suse.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>dmidecode: Enumerate the new struct types</title>
<updated>2022-06-15T11:35:25+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>jdelvare@suse.de</email>
</author>
<published>2022-06-15T11:35:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/dmidecode-git.git/commit/?id=9cb0ca886898ead793700a7e64e0a9328ae602d0'/>
<id>9cb0ca886898ead793700a7e64e0a9328ae602d0</id>
<content type='text'>
Add types 44, 45 and 46 to dmi_smbios_structure_type().

Signed-off-by: Jean Delvare &lt;jdelvare@suse.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add types 44, 45 and 46 to dmi_smbios_structure_type().

Signed-off-by: Jean Delvare &lt;jdelvare@suse.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>dmidecode: Add support for type 45 records (Firmware Inventory Information)</title>
<updated>2022-06-15T11:35:25+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>jdelvare@suse.de</email>
</author>
<published>2022-06-15T11:35:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/dmidecode-git.git/commit/?id=ba17ff0671cf0255ff64408c134e00dd177605cc'/>
<id>ba17ff0671cf0255ff64408c134e00dd177605cc</id>
<content type='text'>
SMBIOS specification 3.5.0 adds a new record type: Firmware Inventory
Information. Add support for it.

Signed-off-by: Jean Delvare &lt;jdelvare@suse.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SMBIOS specification 3.5.0 adds a new record type: Firmware Inventory
Information. Add support for it.

Signed-off-by: Jean Delvare &lt;jdelvare@suse.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>dmidecode: Add new fields and enumerated values from SMBIOS 3.5.0</title>
<updated>2022-06-15T11:35:25+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>jdelvare@suse.de</email>
</author>
<published>2022-06-15T11:35:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/dmidecode-git.git/commit/?id=d6ba5fef9a8792f228a908ec24c60bed9f7557f6'/>
<id>d6ba5fef9a8792f228a908ec24c60bed9f7557f6</id>
<content type='text'>
Version 3.5.0 of the SMBIOS specification added the following:
* BIOS Information: Manufacturing mode flags
* System Slots: Slot height field
* Built-in Pointing Device: 2 new interface types
* Onboard Devices Extended Information: 7 new device types

Signed-off-by: Jean Delvare &lt;jdelvare@suse.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Version 3.5.0 of the SMBIOS specification added the following:
* BIOS Information: Manufacturing mode flags
* System Slots: Slot height field
* Built-in Pointing Device: 2 new interface types
* Onboard Devices Extended Information: 7 new device types

Signed-off-by: Jean Delvare &lt;jdelvare@suse.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>dmidecode: Add missing bits from SMBIOS 3.4.0 specification</title>
<updated>2022-06-15T11:35:25+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>jdelvare@suse.de</email>
</author>
<published>2022-06-15T11:35:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/dmidecode-git.git/commit/?id=7172ba42d24430fefb538b970c76a135feb2dd78'/>
<id>7172ba42d24430fefb538b970c76a135feb2dd78</id>
<content type='text'>
When adding support for SMBIOS 3.4.0, we missed new enumerated
values for the slot type field, and 3 new fields at the end of
System Slots (type 9) structures.

Signed-off-by: Jean Delvare &lt;jdelvare@suse.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When adding support for SMBIOS 3.4.0, we missed new enumerated
values for the slot type field, and 3 new fields at the end of
System Slots (type 9) structures.

Signed-off-by: Jean Delvare &lt;jdelvare@suse.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>dmidecode: Make dmi_slot_bus_width() reusable</title>
<updated>2022-06-15T11:35:25+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>jdelvare@suse.de</email>
</author>
<published>2022-06-15T11:35:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/dmidecode-git.git/commit/?id=f1874a58d981593f4a754fc63b4ca1410a590078'/>
<id>f1874a58d981593f4a754fc63b4ca1410a590078</id>
<content type='text'>
Let dmi_slot_bus_width() return its value without a trailing space,
so that this function can be reused in a different context.

Signed-off-by: Jean Delvare &lt;jdelvare@suse.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Let dmi_slot_bus_width() return its value without a trailing space,
so that this function can be reused in a different context.

Signed-off-by: Jean Delvare &lt;jdelvare@suse.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>dmioem: Decode HPE OEM Record 237</title>
<updated>2022-06-08T11:53:01+00:00</updated>
<author>
<name>Jerry Hoemann</name>
<email>jerry.hoemann@hpe.com</email>
</author>
<published>2022-06-08T11:53:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/dmidecode-git.git/commit/?id=cdab638dabb7ebd7fef23a2daf14e4a650a2ea80'/>
<id>cdab638dabb7ebd7fef23a2daf14e4a650a2ea80</id>
<content type='text'>
Decode HPE OEM Record 237: DIMM Vendor Part Number Information.

Signed-off-by: Jerry Hoemann &lt;jerry.hoemann@hpe.com&gt;
Signed-off-by: Jean Delvare &lt;jdelvare@suse.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Decode HPE OEM Record 237: DIMM Vendor Part Number Information.

Signed-off-by: Jerry Hoemann &lt;jerry.hoemann@hpe.com&gt;
Signed-off-by: Jean Delvare &lt;jdelvare@suse.de&gt;
</pre>
</div>
</content>
</entry>
</feed>
