x86 Generic FMA Topology Enumerator
Well, I've resisted until now - this is my inaugural blog.
Hi, I'm Tom and currently working in the Solaris Platform FMA group. We work on FMA pieces (diagnosis engines, topology enumeration modules, retire agents, etc..) that allow FMA to work on a particular Sun platform.
Currently I'm working on an OpenSolaris x86 generic FMA topology enumerator (http://opensolaris.org/os/project/x86gentopo/). I'll briefly describe this enumerator here and look for the functional and design specifications on our OpenSolaris project page.
The main thrust of this project is to obtain physical topology and all the identity information (serial number, part number, revision, etc...) from a common source - SMBIOS. Physical topology will be derived from contained elements/handles, when available, and structure handle entries which contain an associated structure ID. If a platform contains more than one chassis or base board structure, it will require the use of contained elements/handles in the respective SMBIOS structure . If there is only one chassis and one base board, and contained elements/handles are not supplied, we'll assume the default topology:
/chassis/motherboard/chip
/chassis/motherboard/hostbridge/pciexrc
We'll utilize the x86 chip enumerator (chip.so) to enumerate chip/core/strand as well as memory topology, and the x86 pcibus enumerator (pcibus.so) to enumerate PCI-Express devices.
Most of the required information is part of the DMTF SMBIOS spec version 2.6. There is missing information that we will be requesting DMTF to add to the spec; in the interim we'll use OEM-specific type SMBIOS structures.
There are three main development efforts:
- The x86pi.so x86 FMA plugin which will enumerate up to '/chassis/<base board>/'
- The chip.so x86 FMA plugin chip enumerator will require changes internally to gather it's identity information from SMBIOS.
- The x86 cpu and memory Solaris drivers will need to be enhanced to generate the correct ereport detector and resource fmri.
Posted at 08:27PM May 27, 2009 by Tom Pothier in Sun | Comments[0]