Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | memory-id: Work-around incorrect "Number of slots" | Bastien Nocera | 2022-03-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | In some BIOSes, the "Number of slots or sockets available for Memory Devices in this array" is incorrectly set to the number of memory array that's populated. Work-around this problem by outputting the number of sockets after having parsed them so that consumers of this data can carry on expecting an accurate number in this property. This fixes the number of memory slots advertised for the HP Z600. See https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1686 | ||||
* | meson: make each dmidecode a separate test | Zbigniew Jędrzejewski-Szmek | 2020-12-17 | 1 | -0/+33 |
This allows them to be executed in parallel and also gives us better reporting. The dump files are renamed to avoid repeating "dmidecode-dump", since that string is already present in the subdirectory name. |