From 4d03e7445e0619d750cc4a6fb996d36ee745d4f4 Mon Sep 17 00:00:00 2001 From: Rob Johnston Date: Sat, 5 Jan 2019 05:29:29 +0000 Subject: OS-7484 need topo maps for SMCI,SSG-6049P-E1CR60L-JI006 (should be complete, but need to test LEDs and verify USB ports in-person) --- manifest | 5 + usr/src/lib/fm/topo/maps/Makefile | 3 +- .../maps/SMCI,SSG-6049P-E1CR60L-JI006/Makefile | 61 ++++ ...SSG-6049P-E1CR60L-JI006-chassis-hc-topology.xml | 44 +++ .../SSG-6049P-E1CR60L-JI006-disk-hc-topology.xml | 100 +++++ .../SSG-6049P-E1CR60L-JI006-hc-topology.xml | 112 ++++++ .../SSG-6049P-E1CR60L-JI006-slot-hc-topology.xml | 405 +++++++++++++++++++++ .../SSG-6049P-E1CR60L-JI006-usb.usbtopo | 85 +++++ 8 files changed, 814 insertions(+), 1 deletion(-) create mode 100644 usr/src/lib/fm/topo/maps/SMCI,SSG-6049P-E1CR60L-JI006/Makefile create mode 100644 usr/src/lib/fm/topo/maps/SMCI,SSG-6049P-E1CR60L-JI006/SSG-6049P-E1CR60L-JI006-chassis-hc-topology.xml create mode 100644 usr/src/lib/fm/topo/maps/SMCI,SSG-6049P-E1CR60L-JI006/SSG-6049P-E1CR60L-JI006-disk-hc-topology.xml create mode 100644 usr/src/lib/fm/topo/maps/SMCI,SSG-6049P-E1CR60L-JI006/SSG-6049P-E1CR60L-JI006-hc-topology.xml create mode 100644 usr/src/lib/fm/topo/maps/SMCI,SSG-6049P-E1CR60L-JI006/SSG-6049P-E1CR60L-JI006-slot-hc-topology.xml create mode 100644 usr/src/lib/fm/topo/maps/SMCI,SSG-6049P-E1CR60L-JI006/SSG-6049P-E1CR60L-JI006-usb.usbtopo diff --git a/manifest b/manifest index f3e306a1dc..0ffe70a3ec 100644 --- a/manifest +++ b/manifest @@ -10418,6 +10418,11 @@ f usr/platform/i86pc/lib/fm/topo/maps/SSG-6049P-E1CR36L-chassis-hc-topology.xml f usr/platform/i86pc/lib/fm/topo/maps/SSG-6049P-E1CR36L-hc-topology.xml 0444 root sys f usr/platform/i86pc/lib/fm/topo/maps/SSG-6049P-E1CR36L-slot-hc-topology.xml 0444 root sys f usr/platform/i86pc/lib/fm/topo/maps/SSG-6049P-E1CR36L-usb.usbtopo 0444 root sys +f usr/platform/i86pc/lib/fm/topo/maps/SSG-6049P-E1CR60L-JI006-chassis-hc-topology.xml 0444 root sys +f usr/platform/i86pc/lib/fm/topo/maps/SSG-6049P-E1CR60L-JI006-disk-hc-topology.xml 0444 root sys +f usr/platform/i86pc/lib/fm/topo/maps/SSG-6049P-E1CR60L-JI006-hc-topology.xml 0444 root sys +f usr/platform/i86pc/lib/fm/topo/maps/SSG-6049P-E1CR60L-JI006-slot-hc-topology.xml 0444 root sys +f usr/platform/i86pc/lib/fm/topo/maps/SSG-6049P-E1CR60L-JI006-usb.usbtopo 0444 root sys f usr/platform/i86pc/lib/fm/topo/maps/SSG-2028R-ACR24L-hc-topology.xml 0444 root sys f usr/platform/i86pc/lib/fm/topo/maps/SSG-2028R-ACR24L-chassis-hc-topology.xml 0444 root sys f usr/platform/i86pc/lib/fm/topo/maps/SSG-2028R-ACR24L-disk-hc-topology.xml 0444 root sys diff --git a/usr/src/lib/fm/topo/maps/Makefile b/usr/src/lib/fm/topo/maps/Makefile index 230609a82b..785ca78baf 100644 --- a/usr/src/lib/fm/topo/maps/Makefile +++ b/usr/src/lib/fm/topo/maps/Makefile @@ -22,7 +22,7 @@ # # Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. -# Copyright (c) 2018, Joyent, Inc. +# Copyright (c) 2019, Joyent, Inc. # sparc_SUBDIRS = sun4u \ @@ -55,6 +55,7 @@ i386_SUBDIRS = i86pc \ Joyent,Joyent-Storage-Platform-7001 \ SMCI,SSG-2028R-ACR24L \ SMCI,SSG-6049P-E1CR36L \ + SMCI,SSG-6049P-E1CR60L-JI006 \ SMCI,SSG-2029P-ACR24L \ WDC,H4060-S diff --git a/usr/src/lib/fm/topo/maps/SMCI,SSG-6049P-E1CR60L-JI006/Makefile b/usr/src/lib/fm/topo/maps/SMCI,SSG-6049P-E1CR60L-JI006/Makefile new file mode 100644 index 0000000000..0de4e774a7 --- /dev/null +++ b/usr/src/lib/fm/topo/maps/SMCI,SSG-6049P-E1CR60L-JI006/Makefile @@ -0,0 +1,61 @@ +# +# This file and its contents are supplied under the terms of the +# Common Development and Distribution License ("CDDL"), version 1.0. +# You may only use this file in accordance with the terms of version +# 1.0 of the CDDL. +# +# A full copy of the text of the CDDL should have accompanied this +# source. A copy of the CDDL is also available via the Internet at +# http://www.illumos.org/license/CDDL. +# + +# +# Copyright (c) 2019, Joyent, Inc. +# + +# NOTE: The name of the xml file we are building is 'platform' +# specific, but its build is structured as 'arch' specific since +# 'uname -i' on all x86 platforms returns i86pc. + +ARCH = i86pc +CLASS = arch +DTDFILE = topology.dtd.1 +#JOYENT_PLATFORMS = \ +# Joyent-Compute-Platform-3101-hc-topology.xml \ +# Joyent-Compute-Platform-3102-hc-topology.xml + +#JOYENT_USBMAPS = \ +# Joyent-Compute-Platform-3101-usb.usbtopo \ +# Joyent-Compute-Platform-3102-usb.usbtopo +#ROOTJOYENTMAPS = $(JOYENT_PLATFORMS:%=$(arch_ROOTTOPOROOT)/%) +#ROOTJOYENTUSB = $(JOYENT_USBMAPS:%=$(arch_ROOTTOPOROOT)/%) + +TOPOFILE = \ + SSG-6049P-E1CR60L-JI006-hc-topology.xml \ + SSG-6049P-E1CR60L-JI006-chassis-hc-topology.xml \ + SSG-6049P-E1CR60L-JI006-disk-hc-topology.xml \ + SSG-6049P-E1CR60L-JI006-slot-hc-topology.xml \ + SSG-6049P-E1CR60L-JI006-usb.usbtopo + +SRCDIR = ../SMCI,SSG-6049P-E1CR60L-JI006 + +PLATFORM = SSG-6049P-E1CR60L-JI006 + +#CLOBBERFILES += $(ROOTJOYENTMAPS) + +include ../Makefile.map + +#install: $(ROOTJOYENTMAPS) $(ROOTJOYENTUSB) + +# +# Note, the Joyent Compute Platform 310x is based on the SuperMicro +# SSG-6049P-E1CR60L-JI006. Because of that, the topo map used here will work for +# all such systems. +# +#$(ROOTJOYENTMAPS): SSG-6049P-E1CR60L-JI006-hc-topology.xml +# $(RM) $@ +# $(SYMLINK) ./$? $@ + +#$(ROOTJOYENTUSB): SSG-6049P-E1CR60L-JI006-usb.usbtopo +# $(RM) $@ +# $(SYMLINK) ./$? $@ diff --git a/usr/src/lib/fm/topo/maps/SMCI,SSG-6049P-E1CR60L-JI006/SSG-6049P-E1CR60L-JI006-chassis-hc-topology.xml b/usr/src/lib/fm/topo/maps/SMCI,SSG-6049P-E1CR60L-JI006/SSG-6049P-E1CR60L-JI006-chassis-hc-topology.xml new file mode 100644 index 0000000000..c2d5875dad --- /dev/null +++ b/usr/src/lib/fm/topo/maps/SMCI,SSG-6049P-E1CR60L-JI006/SSG-6049P-E1CR60L-JI006-chassis-hc-topology.xml @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/usr/src/lib/fm/topo/maps/SMCI,SSG-6049P-E1CR60L-JI006/SSG-6049P-E1CR60L-JI006-disk-hc-topology.xml b/usr/src/lib/fm/topo/maps/SMCI,SSG-6049P-E1CR60L-JI006/SSG-6049P-E1CR60L-JI006-disk-hc-topology.xml new file mode 100644 index 0000000000..da41b21921 --- /dev/null +++ b/usr/src/lib/fm/topo/maps/SMCI,SSG-6049P-E1CR60L-JI006/SSG-6049P-E1CR60L-JI006-disk-hc-topology.xml @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/usr/src/lib/fm/topo/maps/SMCI,SSG-6049P-E1CR60L-JI006/SSG-6049P-E1CR60L-JI006-hc-topology.xml b/usr/src/lib/fm/topo/maps/SMCI,SSG-6049P-E1CR60L-JI006/SSG-6049P-E1CR60L-JI006-hc-topology.xml new file mode 100644 index 0000000000..ebfdeed9ef --- /dev/null +++ b/usr/src/lib/fm/topo/maps/SMCI,SSG-6049P-E1CR60L-JI006/SSG-6049P-E1CR60L-JI006-hc-topology.xml @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/usr/src/lib/fm/topo/maps/SMCI,SSG-6049P-E1CR60L-JI006/SSG-6049P-E1CR60L-JI006-slot-hc-topology.xml b/usr/src/lib/fm/topo/maps/SMCI,SSG-6049P-E1CR60L-JI006/SSG-6049P-E1CR60L-JI006-slot-hc-topology.xml new file mode 100644 index 0000000000..cc89b6723b --- /dev/null +++ b/usr/src/lib/fm/topo/maps/SMCI,SSG-6049P-E1CR60L-JI006/SSG-6049P-E1CR60L-JI006-slot-hc-topology.xml @@ -0,0 +1,405 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/usr/src/lib/fm/topo/maps/SMCI,SSG-6049P-E1CR60L-JI006/SSG-6049P-E1CR60L-JI006-usb.usbtopo b/usr/src/lib/fm/topo/maps/SMCI,SSG-6049P-E1CR60L-JI006/SSG-6049P-E1CR60L-JI006-usb.usbtopo new file mode 100644 index 0000000000..1e50d0f021 --- /dev/null +++ b/usr/src/lib/fm/topo/maps/SMCI,SSG-6049P-E1CR60L-JI006/SSG-6049P-E1CR60L-JI006-usb.usbtopo @@ -0,0 +1,85 @@ +# +# This file and its contents are supplied under the terms of the +# Common Development and Distribution License ("CDDL"), version 1.0. +# You may only use this file in accordance with the terms of version +# 1.0 of the CDDL. +# +# A full copy of the text of the CDDL should have accompanied this +# source. A copy of the CDDL is also available via the Internet at +# http://www.illumos.org/license/CDDL. +# + +# +# Copyright (c) 2018, Joyent, Inc. +# + +# +# This file describes the USB topology for the SuperMicro +# SSG-6049P-E1CR36L product. For more information on the format see +# topo_usb_file.c. +# + +enable-acpi-match +port + label + Rear Upper Left USB + chassis + external + port-type + 0x3 + acpi-path + \_SB_.PC00.XHCI.RHUB.HS02 + acpi-path + \_SB_.PC00.XHCI.RHUB.SS02 +end-port + +port + label + Rear Lower Left USB + chassis + external + port-type + 0x3 + acpi-path + \_SB_.PC00.XHCI.RHUB.HS01 + acpi-path + \_SB_.PC00.XHCI.RHUB.SS01 +end-port + +port + label + Rear Upper Right USB + chassis + external + port-type + 0x3 + acpi-path + \_SB_.PC00.XHCI.RHUB.HS04 + acpi-path + \_SB_.PC00.XHCI.RHUB.SS04 +end-port + +port + label + Rear Lower Right USB + chassis + external + port-type + 0x3 + acpi-path + \_SB_.PC00.XHCI.RHUB.HS03 + acpi-path + \_SB_.PC00.XHCI.RHUB.SS03 +end-port + +port + label + Internal USB + internal + port-type + 0x3 + acpi-path + \_SB_.PC00.XHCI.RHUB.HS10 + acpi-path + \_SB_.PC00.XHCI.RHUB.SS07 +end-port -- cgit v1.2.3