summaryrefslogtreecommitdiff
path: root/dmiopt.h
Commit message (Collapse)AuthorAgeFilesLines
* dmidecode: Add a --no-quirks optionJean Delvare2022-12-161-0/+1
| | | | | | | | | This new option is aimed at firmware developers to help them validate their work. When this option is used, quirks and fixups are disabled in dmidecode, which will dumbly decode everything found in the table even if it is known to be incorrect. Signed-off-by: Jean Delvare <jdelvare@suse.de>
* dmidecode: Add option to filter output based upon handleJerry Hoemann2018-07-031-0/+1
| | | | | | | | Add option "--handle HANDLE" to dmiopt to allow user to filter output to only those entry that matches HANDLE. Signed-off-by: Jerry Hoemann <jerry.hoemann@hpe.com> Signed-off-by: Jean Delvare <jdelvare@suse.de>
* Fix sparse errorsJean Delvare2015-04-281-0/+2
|
* dmidecode: Add --no-sysfs option to disable use of sysfsJean Delvare2015-04-211-0/+1
| | | | | | | | This option forces any SMBIOS information in sysfs to be ignored, resulting in dmidecode using /dev/mem for SMBIOS access. This is likely most useful for debugging. Contributed by Roy Franz.
* Update my e-mail addressJean Delvare2014-02-031-1/+1
|
* Don't use function pointers for special string cases. Each special case isJean Delvare2008-10-281-2/+0
| | | | | itself special and needs to call a function with its own prototype, so better have dedicated code to handle it all.
* Add support for Processor Family 2 field.Jean Delvare2008-10-271-1/+1
| | | | | | 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).
* Pass version information to print callback functions.Jean Delvare2008-10-261-1/+1
| | | | Byte-swap the first 3 fields of the UUID (DMI type 1).
* Mass coding-style change: add spaces around operators.Jean Delvare2008-10-261-7/+7
|
* New option --from-dump, read the DMI data from a binary file.Jean Delvare2008-10-251-0/+1
|
* Update copyright statements.Jean Delvare2008-02-161-1/+1
|
* New option --dump-bin, dump the DMI data to a sparse binary file.Jean Delvare2008-02-161-0/+2
|
* Modify the opt structure to handle the string option more efficiently.Jean Delvare2005-09-141-4/+10
|
* Make it possible for --string to print decoded binary data rather thanJean Delvare2005-09-141-0/+2
| | | | only DMI strings. Add four such string keywords.
* Add option -s, --string. It prints one selected DMI string instead ofJean Delvare2005-06-211-0/+2
| | | | the regular output.
* Add option -q, --quiet. It makes the output less verbose.Jean Delvare2005-06-171-0/+1
|
* Move the command line handling of dmidecode to a separate source file.Jean Delvare2005-06-151-0/+35