system-board.info revision abf8481b415d552f9b7ab854dd6032fd972a49ac
/*
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
* Common Development and Distribution License (the "License").
* You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* See the License for the specific language governing permissions
* and limitations under the License.
*
* When distributing Covered Code, include this CDDL HEADER in each
* file and include the License file at usr/src/OPENSOLARIS.LICENSE.
* If applicable, add the following below this CDDL HEADER, with the
* fields enclosed by brackets "[]" replaced with your own identifying
* information: Portions Copyright [yyyy] [name of copyright owner]
*
* CDDL HEADER END
*/
/*
* Copyright 2006 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*
* ident "%Z%%M% %I% %E% SMI"
*
* This file creates the system board structure
*/
/*
* define a macro to force a #ident line into the output stream
* otherwise cpp removes it. Use #ifndef because of #included definitions.
*/
id("%Z%%M% %I% %E% SMI")
/*
* Motherboard properties
*/
/*
* motherboard seeprom source
*/
PROP FRUDataAvailable void r
/*
* Processor 0
*/
/*
* Processor 1
*/
/*
* Processor 0 memory
*/
/*
* Processor 1 memory
*/
/*
* Dimm nodes
*/
/* Populate all possible nodes in the devtree with a status of "okay".
* This will get overridden by ASR. If the dimm slots are not fully
* populated then no extra nodes or properties are created.
*/
/*
* DIMM seeprom sources
*/
PROP FRUDataAvailable void r
PROP FRUDataAvailable void r
PROP FRUDataAvailable void r
PROP FRUDataAvailable void r
PROP FRUDataAvailable void r
PROP FRUDataAvailable void r
PROP FRUDataAvailable void r
PROP FRUDataAvailable void r
/*
* DIMM FRU parents
*/
/*
* DIMM parents
*/
/*
* create reference properties for motherboard pci devices
*/
/*
* Front IO Board 1U
*/
/*
* Front IO Board 2U
*/
/*
* PDB nodes for 1U and 2U. Note that we should have only one of these
* two nodes for each platform (1U/2U).
*/
/*
* Add dvdrom fru nodes for disks which are present
*/
/*
* HDDBP
*/
PROP FRUDataAvailable void r
PROP FRUDataAvailable void r
/* add disk fru nodes for disks which are present */
/*
* System Fans for Seattle 1U
*/
/*
* As per FSD rev 0.19, in Seattle 1U, two fans are integrated into
* a single assembly and share a connector. We assume therefore that
* every fan tray in Seattle 1U contains both fans, so the presence
* of either fan node (under RMCLOMV) is indicative of the presence
* of the containing fan tray. In other words, either we have the
* fan tray with both fans present, or we have no fan tray at all.
*/
/*
* Create fan nodes for Seattle 1U
*
* Note that although we could create the F0 and F1 nodes on each
* tray conditionally, based on the ftN_f0 and ftN_f1 rmclomv nodes,
* it won't add any value; we've already based the creation of the
* fan-tray node to the existence of ftN_f0.
*/
/*
* System Fans for Seattle 2U
*/
/*
* In Seattle 2U, each fan assembly has only one fan (except for the pdb),
* so the presence of f0 is indicative of the presence of the fan tray.
*/
/*
* Create fan nodes for Seattle 2U
*/
/*
* PCI Riser Card Right
*/
PROP FRUDataAvailable void r
/*
* PCI Riser Card Left
*/
PROP FRUDataAvailable void r
/*
* Populate PCI_R slots
*/
/*
* _fru_parent PCIEX devices
*/
/* 1UEER, 2UEER: PCI0 */
/* 2UEER: PCI2 */
/* 1UEEL: PCI1 */
/* 2UEEL: PCI1 */
/* 2UEEL: PCI3 */
/*
* _fru_parent PCI-X devices
*/
/* 1UXXL: PCI1 */
/* 2UEXL-I: PCI1 */
/* 2UEXL-I: PCI3 */