summaryrefslogtreecommitdiffstats
path: root/src/hardware/LMI_ProcessorElementCapabilitiesProvider.c
Commit message (Collapse)AuthorAgeFilesLines
* Hardware: Added Physical Memory ProviderPeter Schiffer2013-04-231-2/+3
| | | | | | | | | | New Providers: * LMI_PhysicalMemoryProvider * LMI_PhysicalMemoryRealizesProvider Other Changes: * Fixed InstanceID in hardware to match the rest of the providers * Removed some unused variables
* Hardware: Added Processor Chip ProviderPeter Schiffer2013-04-101-1/+1
| | | | | | | | | | Added two new providers: * LMI_ProcessorChipProvider * LMI_ProcessorChipRealizesProvider Other Changes: * Added Association qualifier to the association classes in Hardware mof file * Removed initialization for static strings used in snprintf() function
* Hardware: Code clean upPeter Schiffer2013-04-081-32/+8
| | | | | | * Got rid of asprintf() where suitable (used static memory instead) * Removed if conditional before free() * Replaced more hard coded numbers with LMI constants
* Hardware: Added Processor Cache Memory ProviderPeter Schiffer2013-04-041-12/+16
| | | | | | | | | | | | | New Providers: * LMI_ProcessorCacheMemoryProvider * LMI_AssociatedProcessorCacheMemoryProvider Other Changes: * Optimized usage of string constats * Fixed wrong usage of pointers in dmidecode.c * Filled unknown mandatory fields in providers with "Unknown" value * Replaced hard coded numbers with LMI constants * Minor optimization - don't gather data which won't be used
* Hardware: added new providersPeter Schiffer2013-03-261-0/+328
Providers added: * LMI_ProcessorCapabilitiesProvider * LMI_ProcessorElementCapabilitiesProvider