summaryrefslogtreecommitdiffstats
path: root/mof/60_LMI_Hardware.mof
Commit message (Collapse)AuthorAgeFilesLines
* Hardware: Added associations to the CIM_ComputerSystem classPeter Schiffer2013-07-251-0/+50
| | | | | | | | | New providers: * LMI_ProcessorSystemDeviceProvider * LMI_MemorySystemDeviceProvider * LMI_PCIDeviceSystemDeviceProvider * LMI_BatterySystemDeviceProvider * LMI_ChassisComputerSystemPackageProvider
* Hardware: Update LMI_PCIDevice providerPeter Schiffer2013-07-161-7/+7
| | | | | | | LMI_PCIDevice provider was updated to match the rest of the providers in the Hardware, multiple information was added. As main and only source of information is still libpci library, as udev doesn't provide all necessary information and if used, it would have to be combined with libpci anyway.
* Hardware: Added battery providersPeter Schiffer2013-06-271-0/+34
| | | | | | | | New providers: * LMI_BatteryProvider * LMI_BatteryPhysicalPackageProvider * LMI_PhysicalBatteryContainerProvider * LMI_PhysicalBatteryRealizesProvider
* Hardware: Added pointing device providerPeter Schiffer2013-06-201-0/+5
| | | | | | | | New provider: * LMI_PointingDeviceProvider It currently represents pointing devices on chassis, such as touch pad or track point.
* Hardware: Added system slot providerPeter Schiffer2013-06-061-0/+15
| | | | | | New providers: * LMI_SystemSlotProvider * LMI_SystemSlotContainerProvider
* Hardware: Added chassis ports providerPeter Schiffer2013-06-061-0/+15
| | | | | | New providers: * LMI_PortPhysicalConnectorProvider * LMI_PortPhysicalConnectorContainerProvider
* Hardware: Connect processor(s) and memory with chassisPeter Schiffer2013-05-301-0/+50
| | | | | | | | | | | | | New providers: * LMI_ProcessorChipContainer * LMI_MemorySlot * LMI_MemorySlotContainer * LMI_MemoryPhysicalPackage * LMI_MemoryPhysicalPackageInConnector * LMI_PhysicalMemoryContainer This commmit brings also provider for memory slot, and memory physical package, which is plugged in memory slot.
* Hardware: Added Baseboard (Motherboard) ProviderPeter Schiffer2013-05-231-0/+15
| | | | | | | | | | New Providers: * LMI_BaseboardProvider * LMI_BaseboardContainerProvider Other Changes: * Removed useless providers_SRCS from CMakeLists.txt * Better, human friendly chassis name if type is not avaiable
* Hardware: Added Chassis providerPeter Schiffer2013-05-141-0/+9
| | | | | New Provider: * LMI_ChassisProvider
* Hardware: Added additional information to the Memory providerPeter Schiffer2013-04-301-0/+20
| | | | | | | | Added information: * detect NUMA layout * standard memory page size * all supported sizes of huge memory pages * current state of transparent huge pages
* Merge branch 'master' of ssh://git.fedorahosted.org/git/openlmi-providersPeter Schiffer2013-04-231-0/+15
|
* renamed mof files according to LMI conventionMichal Minar2013-04-221-0/+192
Mof files prefixed with digits ensuring their correct order of parsing upon their installation. This avoids problems with sfcbmof compiler, which can not handle dependent classes being parsed before their antecedents. Convention is specified in mof/README. Removed inclusion of LMI_Qualifiers in LMI_Jobs. LMI_Qualifiers should be registered in cimom instead of included in dependent mof files. This allows it to be used by any other providers simultaneously. Modified references to mof files in cmake build files.