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 2020 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@201203,$(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 preserve=true reboot-needed=true 50file path=platform/i86pc/ucode/AuthenticAMD/1022-00 group=sys mode=0444 \ 51 preserve=true reboot-needed=true 52file path=platform/i86pc/ucode/AuthenticAMD/1041-00 group=sys mode=0444 \ 53 preserve=true reboot-needed=true 54file path=platform/i86pc/ucode/AuthenticAMD/1043-00 group=sys mode=0444 \ 55 preserve=true reboot-needed=true 56file path=platform/i86pc/ucode/AuthenticAMD/1062-00 group=sys mode=0444 \ 57 preserve=true reboot-needed=true 58file path=platform/i86pc/ucode/AuthenticAMD/1080-00 group=sys mode=0444 \ 59 preserve=true reboot-needed=true 60file path=platform/i86pc/ucode/AuthenticAMD/1081-00 group=sys mode=0444 \ 61 preserve=true reboot-needed=true 62file path=platform/i86pc/ucode/AuthenticAMD/10A0-00 group=sys mode=0444 \ 63 preserve=true reboot-needed=true 64file path=platform/i86pc/ucode/AuthenticAMD/3010-00 group=sys mode=0444 \ 65 preserve=true reboot-needed=true 66file path=platform/i86pc/ucode/AuthenticAMD/5010-00 group=sys mode=0444 \ 67 preserve=true reboot-needed=true 68file path=platform/i86pc/ucode/AuthenticAMD/5020-00 group=sys mode=0444 \ 69 preserve=true reboot-needed=true 70file path=platform/i86pc/ucode/AuthenticAMD/6012-00 group=sys mode=0444 \ 71 preserve=true reboot-needed=true 72file path=platform/i86pc/ucode/AuthenticAMD/container group=sys mode=0444 \ 73 preserve=true reboot-needed=true 74file path=platform/i86pc/ucode/AuthenticAMD/equivalence-table group=sys \ 75 mode=0444 preserve=true reboot-needed=true 76license lic_CDDL license=lic_CDDL 77