-
The version information in the BIOS (type 0) and System (type 1) tables are currently hardcoded. We could instead set them to the OVMF and propolis versions (/commit hash?), respectively.
-
If I run dmidecode command as root user to decode SMBIOS tables from raw data I dump before, it failed.
```
./dmidecode --from-dump ~/dmidecode.bin
# dmidecode 3.5
Reading SMBIOS/DMI data from fil…
-
### As UEFI for arm64 is available by u-boot, for the purpose of unified platform retrieval for different architectures, DMI tables should be available for IOT2050/ARM64 device as in the x86_64 device…
-
https://www.dmtf.org/standards/smbios
Marvell supports the following tables in smbios (copy from slack):
```
BIOS Information (Type 0)
System Information (Type 1)
Baseboard Information (Type 2)…
-
A quick and portable way to transmit information such as strings to guest is using [SMBIOS tables](https://libvirt.org/formatdomain.html#smbios-system-information).
Can be implemented in a simple w…
Tulux updated
2 months ago
-
Right now there are SMBIOS Type 44 tables on LoongArch systems, that cannot be decoded with current versions of `dmidecode` and other known tools:
```
$ sudo dmidecode -t 44
# dmidecode 3.5
Gett…
xen0n updated
3 months ago
-
Under Apple Silicon there's no SMBIOS, so all the tables based on that spec are not working.
The tables are:
`memory_devices`
`memory_array_mapped_addresses`
`memory_arrays`
`memory_device_ma…
-
I would like to request support for Debian 8 (Jessie) and other older Linux distributions in the smbios-lib library. Currently, the smbioslib::table_load_from_device() function is unable to locate the…
-
Can we get the following in ndctl list -D.
Basically trying to get all the information via ndctl vs going to several different locations for basic DIMM information.
Since ndctl support upgrading…
-
I have following scenario: I prepend smbios snapshot with proper `MDRSMBIOSHeader` structure at the beginning of `/var/lib/smbios/smbios2` with following script on bmc/container side:
```bash
mkdi…