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# 30 31# 32# The default for payload-bearing actions in this package is to appear in the 33# global zone only. See the include file for greater detail, as well as 34# information about overriding the defaults. 35# 36<include global_zone_only_component> 37set name=pkg.fmri \ 38 value=pkg:/system/microcode/amd@20220930,$(PKGVERS_BUILTON)-$(PKGVERS_BRANCH) 39set name=pkg.summary value="Microcode for AMD CPUs" 40set name=pkg.description value="Microcode for AMD CPUs" 41set name=info.classification value=org.opensolaris.category.2008:System/Core 42set name=org.opensolaris.incorp-facet value=true 43set name=variant.arch value=i386 44dir path=platform group=sys 45dir path=platform/i86pc group=sys 46dir path=platform/i86pc/ucode group=sys 47dir path=platform/i86pc/ucode/AuthenticAMD group=sys 48file path=platform/i86pc/ucode/AuthenticAMD/1020-00 group=sys mode=0444 \ 49 reboot-needed=true 50file path=platform/i86pc/ucode/AuthenticAMD/1022-00 group=sys mode=0444 \ 51 reboot-needed=true 52file path=platform/i86pc/ucode/AuthenticAMD/1041-00 group=sys mode=0444 \ 53 reboot-needed=true 54file path=platform/i86pc/ucode/AuthenticAMD/1043-00 group=sys mode=0444 \ 55 reboot-needed=true 56file path=platform/i86pc/ucode/AuthenticAMD/1062-00 group=sys mode=0444 \ 57 reboot-needed=true 58file path=platform/i86pc/ucode/AuthenticAMD/1080-00 group=sys mode=0444 \ 59 reboot-needed=true 60file path=platform/i86pc/ucode/AuthenticAMD/1081-00 group=sys mode=0444 \ 61 reboot-needed=true 62file path=platform/i86pc/ucode/AuthenticAMD/10A0-00 group=sys mode=0444 \ 63 reboot-needed=true 64file path=platform/i86pc/ucode/AuthenticAMD/2031-00 group=sys mode=0444 \ 65 reboot-needed=true 66file path=platform/i86pc/ucode/AuthenticAMD/3010-00 group=sys mode=0444 \ 67 reboot-needed=true 68file path=platform/i86pc/ucode/AuthenticAMD/5010-00 group=sys mode=0444 \ 69 reboot-needed=true 70file path=platform/i86pc/ucode/AuthenticAMD/5020-00 group=sys mode=0444 \ 71 reboot-needed=true 72file path=platform/i86pc/ucode/AuthenticAMD/6012-00 group=sys mode=0444 \ 73 reboot-needed=true 74file path=platform/i86pc/ucode/AuthenticAMD/6020-00 group=sys mode=0444 \ 75 reboot-needed=true 76file path=platform/i86pc/ucode/AuthenticAMD/6101-00 group=sys mode=0444 \ 77 reboot-needed=true 78file path=platform/i86pc/ucode/AuthenticAMD/7001-00 group=sys mode=0444 \ 79 reboot-needed=true 80file path=platform/i86pc/ucode/AuthenticAMD/8012-00 group=sys mode=0444 \ 81 reboot-needed=true 82file path=platform/i86pc/ucode/AuthenticAMD/8082-00 group=sys mode=0444 \ 83 reboot-needed=true 84file path=platform/i86pc/ucode/AuthenticAMD/8310-00 group=sys mode=0444 \ 85 reboot-needed=true 86file path=platform/i86pc/ucode/AuthenticAMD/A010-00 group=sys mode=0444 \ 87 reboot-needed=true 88file path=platform/i86pc/ucode/AuthenticAMD/A011-00 group=sys mode=0444 \ 89 reboot-needed=true 90file path=platform/i86pc/ucode/AuthenticAMD/A012-00 group=sys mode=0444 \ 91 reboot-needed=true 92file path=platform/i86pc/ucode/AuthenticAMD/container group=sys mode=0444 \ 93 reboot-needed=true 94file path=platform/i86pc/ucode/AuthenticAMD/equivalence-table group=sys \ 95 mode=0444 reboot-needed=true 96license lic_CDDL license=lic_CDDL 97license usr/src/data/ucode/amd/THIRDPARTYLICENSE \ 98 license=usr/src/data/ucode/amd/THIRDPARTYLICENSE 99