1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9# or http://www.opensolaris.org/os/licensing. 10# See the License for the specific language governing permissions 11# and limitations under the License. 12# 13# When distributing Covered Code, include this CDDL HEADER in each 14# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21 22# 23# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 24# Copyright 2012 Nexenta Systems, Inc. All rights reserved. 25# Copyright 2014 Gary Mills 26# Copyright 2019 Peter Tribble. 27# Copyright 2019 Joyent, Inc. 28# Copyright 2022 OmniOS Community Edition (OmniOSce) Association. 29# Copyright 2024 Oxide Computer Company 30# 31 32# 33# The default for payload-bearing actions in this package is to appear in the 34# global zone only. See the include file for greater detail, as well as 35# information about overriding the defaults. 36# 37<include global_zone_only_component> 38set name=pkg.fmri \ 39 value=pkg:/system/microcode/amd@20240710,$(PKGVERS_BUILTON)-$(PKGVERS_BRANCH) 40set name=pkg.summary value="Microcode for AMD CPUs" 41set name=pkg.description value="Microcode for AMD CPUs" 42set name=info.classification value=org.opensolaris.category.2008:System/Core 43set name=org.opensolaris.incorp-facet value=true 44set name=variant.arch value=i386 45dir path=platform group=sys 46dir path=platform/i86pc group=sys 47dir path=platform/i86pc/ucode group=sys 48dir path=platform/i86pc/ucode/AuthenticAMD group=sys 49file path=platform/i86pc/ucode/AuthenticAMD/1020-00 group=sys mode=0444 \ 50 reboot-needed=true 51file path=platform/i86pc/ucode/AuthenticAMD/1022-00 group=sys mode=0444 \ 52 reboot-needed=true 53file path=platform/i86pc/ucode/AuthenticAMD/1041-00 group=sys mode=0444 \ 54 reboot-needed=true 55file path=platform/i86pc/ucode/AuthenticAMD/1043-00 group=sys mode=0444 \ 56 reboot-needed=true 57file path=platform/i86pc/ucode/AuthenticAMD/1062-00 group=sys mode=0444 \ 58 reboot-needed=true 59file path=platform/i86pc/ucode/AuthenticAMD/1080-00 group=sys mode=0444 \ 60 reboot-needed=true 61file path=platform/i86pc/ucode/AuthenticAMD/1081-00 group=sys mode=0444 \ 62 reboot-needed=true 63file path=platform/i86pc/ucode/AuthenticAMD/10A0-00 group=sys mode=0444 \ 64 reboot-needed=true 65file path=platform/i86pc/ucode/AuthenticAMD/2031-00 group=sys mode=0444 \ 66 reboot-needed=true 67file path=platform/i86pc/ucode/AuthenticAMD/3010-00 group=sys mode=0444 \ 68 reboot-needed=true 69file path=platform/i86pc/ucode/AuthenticAMD/5010-00 group=sys mode=0444 \ 70 reboot-needed=true 71file path=platform/i86pc/ucode/AuthenticAMD/5020-00 group=sys mode=0444 \ 72 reboot-needed=true 73file path=platform/i86pc/ucode/AuthenticAMD/6012-00 group=sys mode=0444 \ 74 reboot-needed=true 75file path=platform/i86pc/ucode/AuthenticAMD/6020-00 group=sys mode=0444 \ 76 reboot-needed=true 77file path=platform/i86pc/ucode/AuthenticAMD/6101-00 group=sys mode=0444 \ 78 reboot-needed=true 79file path=platform/i86pc/ucode/AuthenticAMD/7001-00 group=sys mode=0444 \ 80 reboot-needed=true 81file path=platform/i86pc/ucode/AuthenticAMD/8012-00 group=sys mode=0444 \ 82 reboot-needed=true 83file path=platform/i86pc/ucode/AuthenticAMD/8082-00 group=sys mode=0444 \ 84 reboot-needed=true 85file path=platform/i86pc/ucode/AuthenticAMD/8310-00 group=sys mode=0444 \ 86 reboot-needed=true 87file path=platform/i86pc/ucode/AuthenticAMD/8A00-00 group=sys mode=0444 \ 88 reboot-needed=true 89file path=platform/i86pc/ucode/AuthenticAMD/A010-00 group=sys mode=0444 \ 90 reboot-needed=true 91file path=platform/i86pc/ucode/AuthenticAMD/A011-00 group=sys mode=0444 \ 92 reboot-needed=true 93file path=platform/i86pc/ucode/AuthenticAMD/A012-00 group=sys mode=0444 \ 94 reboot-needed=true 95file path=platform/i86pc/ucode/AuthenticAMD/A111-00 group=sys mode=0444 \ 96 reboot-needed=true 97file path=platform/i86pc/ucode/AuthenticAMD/A112-00 group=sys mode=0444 \ 98 reboot-needed=true 99file path=platform/i86pc/ucode/AuthenticAMD/AA01-00 group=sys mode=0444 \ 100 reboot-needed=true 101file path=platform/i86pc/ucode/AuthenticAMD/AA02-00 group=sys mode=0444 \ 102 reboot-needed=true 103file path=platform/i86pc/ucode/AuthenticAMD/equivalence-table group=sys \ 104 mode=0444 reboot-needed=true 105license lic_CDDL license=lic_CDDL 106license usr/src/data/ucode/amd/THIRDPARTYLICENSE \ 107 license=usr/src/data/ucode/amd/THIRDPARTYLICENSE 108