summaryrefslogtreecommitdiff
path: root/dmidecode.c
Commit message (Expand)AuthorAgeFilesLines
* dmidecode.c: Decode ID of PCI Express 3 slots (DMI type 9).khali2014-01-131-1/+11
* Bump SUPPORTED_SMBIOS_VER so that SMBIOS 2.8 implementations don't triggerkhali2013-04-261-1/+1
* Fix support for new processor upgrade types (DMI type 4) and new memorykhali2013-04-241-4/+2
* Strip trailig zeroes from memory voltage values.khali2013-04-241-1/+1
* Drop unneeded and possibly dangerous cast.khali2013-04-231-1/+1
* Make voltage labels case consistent.khali2013-04-231-3/+3
* Bump release verison to 2.12dmidecode-2-12aarapov2013-04-171-5/+35
* dmidecode.c: Properly print the hexadecimal value of invalid stringkhali2011-11-181-1/+1
* Make dmi_chassis_type aware of the lock bit (Closes: #33978).aarapov2011-11-141-1/+3
* Update to support SMBIOS specification version 2.7.1.khali2011-04-201-7/+31
* Fix boundary checks of memory array location codes (DMI type 16). Reportedkhali2011-01-251-1/+1
* Reword "PCI Express Gen 2" to just "PCI Express 2" (DMI type 9).khali2010-11-241-6/+17
* Fix CPU flags mask (DMI type 4).khali2010-11-241-1/+1
* Trivial style fixes.khali2010-11-241-2/+2
* Decode BIOS language information flags (DMI type 13).khali2010-11-241-0/+13
* Fix offset of partition width (DMI type 19).khali2010-11-241-1/+1
* Consistently use hexadecimal for offsets.khali2010-11-241-1/+1
* Assume that the max power capacity is expressed in Watts, notkhali2010-11-241-1/+1
* Add description of cooling device (DMI type 27).khali2010-11-241-3/+53
* Add support for memory arrays of 2 TB and more (DMI types 16, 19 andkhali2010-11-241-37/+150
* Add UEFI support and virtual machine flags to BIOS characteristicskhali2010-11-241-12/+42
* Update all references to the SMBIOS specification to match the newkhali2010-11-241-147/+147
* Fix length condition when decoding battery capacity. Probably not a bigkhali2010-11-181-1/+1
* Handle DMI type 2 record of size 0x0E.khali2010-11-161-1/+2
* Prevent unlikely array overrun when decoding processor family value 0xBEkhali2010-11-161-8/+12
* 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