summaryrefslogtreecommitdiff
path: root/dmidecode.c
Commit message (Expand)AuthorAgeFilesLines
...
* Handle ambiguous processor family value 0x30 (DMI type 4).khali2010-11-161-3/+13
* Fix decoding of IPMI base address LSB.khali2010-11-111-1/+1
* Drop redundant/obsolete references to CIM_Processor.Family.khali2010-11-091-34/+34
* Spelling fix.khali2010-10-261-1/+1
* Drop a few undue blank lines.khali2010-10-261-4/+0
* Update to support Intel AP-485 (CPUID) revision 36.khali2010-10-261-10/+11
* One more SMBIOS version fix-up case.khali2010-10-111-1/+2
* * dmidecode.c: Fix Xeon 7xxx entries in CPU name lookup table (DMI type 4).khali2010-09-211-2/+2
* 2009-08-28 Jarod Wilson <jarod@redhat.com>jarodwilson2009-08-281-8/+43
* Add processor upgrade type "Socket LGA1366" (DMI type 4).khali2009-07-271-2/+3
* Fix decoding of memory array capacity. A maximum capacity of 128 GB wouldkhali2009-06-191-1/+1
* Warn if decoding an SMBIOS implementation which is newer than what wekhali2009-04-301-0/+9
* Handle chassis information records of size 19 (DMI type 3).khali2008-11-141-1/+2
* Update reference to AMD CPUID document.khali2008-11-101-2/+2
* Claim to support revision 32 of Intel AP-485 (CPUID). No relevant changekhali2008-11-101-2/+2
* One more CPUID exception based on the version string (DMI type 4).khali2008-11-091-1/+2
* More CPUID exceptions based on the version string (DMI type 4).khali2008-11-091-1/+4
* Decode the CPUID of more Intel, VIA and AMD processors.khali2008-11-091-3/+7
* Drop all references to the DMTF Master MIF document. This document hasn'tkhali2008-11-081-11/+7
* Add many processor types taken from the CIM Schema.khali2008-11-081-1/+38
* Don't display access time equivalent of memory device speed (DMI type 17).khali2008-11-071-1/+1
* Handle base board information records of size 9 (DMI type 2).khali2008-11-071-1/+2
* Update reference SMBIOS document.khali2008-11-071-3/+3
* Initial support for additional information entries (DMI type 40). Properkhali2008-11-071-1/+61
* Decode the memory device rank (DMI type 17).khali2008-11-051-0/+7
* Add slot types "PCI Express x1", "PCI Express x2", "PCI Express x4",khali2008-11-051-2/+7
* Coding style fixes.khali2008-11-051-5/+5
* Decode the group number, bus number and device/function number ofkhali2008-11-051-3/+27
* Decode boot integrity services entry point entries (DMI type 31).khali2008-11-021-0/+10
* Use binary search for dmi_processor_family, it's faster than linear searchkhali2008-11-021-3/+16
* Coding style and indentation fixes.khali2008-10-311-10/+10
* Optimize functions dmi_processor_status(), dmi_cache_location(),khali2008-10-311-16/+14
* The compiler knows how to reuse strings, it doesn't need our help, andkhali2008-10-311-1/+1
* Fix up invalid SMBIOS version 2.51.khali2008-10-301-5/+14
* Refactor dmi_processor_family function to avoid code duplication.khali2008-10-301-8/+10
* Coding-style fixes.khali2008-10-301-4/+4
* Delay string filtering when option --dump is used.khali2008-10-301-6/+19
* Make options --dump-bin and --quiet work together.khali2008-10-301-2/+5
* Option --dump is only a modifier as --quiet is, so it's not actuallykhali2008-10-301-1/+2
* Handle special case of processor family code 0xBE, which can be both Core 2khali2008-10-291-6/+20
* Support Processor Family 2 field also when queried with option --string.khali2008-10-281-1/+4
* When dumping the DMI table to a binary file, truncate the file first.khali2008-10-281-3/+3
* Mark a few pointers const.khali2008-10-281-8/+8
* Mark a few pointers const.khali2008-10-281-11/+11
* Don't use function pointers for special string cases. Each special case iskhali2008-10-281-21/+39
* Coding style fixes.khali2008-10-271-1/+2
* Add processor upgrade types "Socket S1", "Socket AM2" andkhali2008-10-271-2/+5
* Unify both lists of processor families.khali2008-10-271-265/+129
* Add support for Processor Family 2 field.khali2008-10-271-24/+49
* Add chassis types "Blade" and "Blade Enclosure" (DMI type 3).khali2008-10-261-2/+4