summaryrefslogtreecommitdiff
path: root/com32/hdt/hdt-menu-processor.c
Commit message (Collapse)AuthorAgeFilesLines
* DMI: Adjusting structures size / Adding cpu coreLaurent Licour2011-01-301-0/+16
| | | | | This patch adds some correction of the dmi structures but also add the support of the cpu cores/threads.
* hdt: Improving CPU displayhdt/0.4.0-beta1Erwan Velu2011-01-301-2/+1
|
* hdt: Displaying multi processor systemsErwan Velu2009-12-071-3/+14
| | | | | | Impact: Multi cpu systems are now detected Let's compute the number of physical processor we have
* hdt: Adding cpu voltageErwan Velu2009-12-041-4/+13
| | | | | | Impact: Adding cpu voltage Adding cpu voltage via DMI
* hdt: Using del_multi_spaces for the cpu modelErwan Velu2009-12-041-2/+2
| | | | | | | Impact: avoid multi spaces in the cpu model Some cpu vendors like to put multi spaces in the model name. We don't need it for a cleaner & shorter display
* hdt: removing vendor_id from cpu infoErwan Velu2009-12-041-6/+0
| | | | | | | Impact: visual No need to display the vendor_id as we already show the vendor name. That confuse users, let's remove it
* hdt: Fixing cpu cores namingErwan Velu2009-12-041-2/+2
| | | | | | Impact: Visual Fixing cpu cores naming
* hdt: Adding cpu cache managementErwan Velu2009-12-041-0/+17
| | | | | | Impact: Adding cpu cache CPU cache is now visible from HDT
* hdt: Adding cpu core managementErwan Velu2009-12-041-0/+6
| | | | | | Impact: we now display the number of cores CPU cores are now displayed
* hdt: Improving cpu flags reportErwan Velu2009-12-041-103/+123
| | | | | | | | Impact: more cpu flags detected This commit allow hdt reporting more cpu flags but also simplify from the developer point of view the cpu flags reporting. A visual improvement is also done for showing lists of cpu flags.
* hdt: Running NindentErwan Velu2009-11-241-199/+196
| | | | | | Impact: Visual cleanup HDT now uses the same indent as syslinux
* Adding VMX & SVM cpu flagsErwan Velu2009-09-291-0/+4
| | | | | | Impact: Hardware virtualization is now detected Minor update to detect vmx & svm cpu flags
* hdt: removing multiple spacesErwan Velu2009-04-191-2/+2
| | | | | | | | Impact: Improving visual experience Some hardware reported strings contains multiple spaces. This isn't very nice for managing display. The del_multiple_spaces() function is removing multiple spaces.
* hdt: Fix indentation in source filesPierre-Alexandre Meyer2009-03-141-120/+174
| | | | | | | | | | | Impact: Cleanups. Fix indentation in all *.c files by sticking to the Linux style (indent -linux), using 2 spaces for indentation. Misc.: Corrected typos in comments, wrapped to 80 characters. Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
* hdt: Changing structure to allow a cli modeErwan Velu2009-02-251-58/+58
|
* hdt: Moving hdt to com32/modulesErwan Velu2009-02-251-0/+186