| Initial support for additional information entries (DMI type 40). Proper support of this new entry type would require redesigning a large part of the code, so I am waiting to see actual implementations of it to decide whether it's worth the effort. |
|
More...
|
about 17 years ago
|
| Decode the memory device rank (DMI type 17). |
|
More...
|
about 17 years ago
|
| Add slot types "PCI Express x1", "PCI Express x2", "PCI Express x4", "PCI Express x8" and "PCI Express x16" (DMI type 9). |
|
More...
|
about 17 years ago
|
| Coding style fixes. |
|
More...
|
about 17 years ago
|
| Decode the group number, bus number and device/function number of system slots (DMI type 9). Decode onboard devices extended information entries (DMI type 41). Based on a preliminary patch by Matt Domsch. |
|
More...
|
about 17 years ago
|
| Decode boot integrity services entry point entries (DMI type 31). |
|
More...
|
about 17 years ago
|
| Use binary search for dmi_processor_family, it's faster than linear search (DMI type 4). |
|
More...
|
about 17 years ago
|
| Coding style and indentation fixes. |
|
More...
|
about 17 years ago
|
| Optimize functions dmi_processor_status(), dmi_cache_location(), dmi_system_reset_boot_option() and dmi_ipmi_register_spacing(). |
|
More...
|
about 17 years ago
|
| The compiler knows how to reuse strings, it doesn't need our help, and actually it does a better job without it. So, turn out_of_spec into a define. |
|
More...
|
about 17 years ago
|
| Fix up invalid SMBIOS version 2.51. |
|
More...
|
about 17 years ago
|
| Refactor dmi_processor_family function to avoid code duplication. |
|
More...
|
about 17 years ago
|
| Coding-style fixes. |
|
More...
|
about 17 years ago
|
| Delay string filtering when option --dump is used. |
|
More...
|
about 17 years ago
|
| Make options --dump-bin and --quiet work together. |
|
More...
|
about 17 years ago
|
| Option --dump is only a modifier as --quiet is, so it's not actually mutually exclusive with the output format options. |
|
More...
|
about 17 years ago
|
| Update. |
|
More...
|
about 17 years ago
|
| Handle special case of processor family code 0xBE, which can be both Core 2 or K7. We use the processor manufacturer string as a hint (DMI type 4). |
|
More...
|
about 17 years ago
|
| Support Processor Family 2 field also when queried with option --string. |
|
More...
|
over 17 years ago
|
| When dumping the DMI table to a binary file, truncate the file first. |
|
More...
|
over 17 years ago
|
| Mark a few pointers const. |
|
More...
|
over 17 years ago
|
| Don't use function pointers for special string cases. Each special case is itself special and needs to call a function with its own prototype, so better have dedicated code to handle it all. |
|
More...
|
over 17 years ago
|
| Update. |
|
More...
|
over 17 years ago
|
| Coding style fixes. |
|
More...
|
over 17 years ago
|
| Add processor upgrade types "Socket S1", "Socket AM2" and "Socket F (1207)" (DMI type 4). |
|
More...
|
over 17 years ago
|
| Unify both lists of processor families. |
|
More...
|
over 17 years ago
|
| Add support for Processor Family 2 field. Add processor types "Turion 64 X2", "Core Solo", "Core 2 Duo", "ESA/390 G6", "z/Architectur", "C7-M", "C7-D", "C7" and "Eden". Fix typo in processor type "AMD29000" (DMI type 4). |
|
More...
|
over 17 years ago
|
| Update. |
|
More...
|
over 17 years ago
|
| Add chassis types "Blade" and "Blade Enclosure" (DMI type 3). |
|
More...
|
over 17 years ago
|
| Handle base board information records of size 10 (DMI type 2). |
|
More...
|
over 17 years ago
|