xref: /illumos-gate/usr/src/pkg/manifests/driver-cpu-amd-zen.p5m (revision a28480febf31f0e61debac062a55216a98a05a92)
1#
2# This file and its contents are supplied under the terms of the
3# Common Development and Distribution License ("CDDL"), version 1.0.
4# You may only use this file in accordance with the terms of version
5# 1.0 of the CDDL.
6#
7# A full copy of the text of the CDDL should have accompanied this
8# source.  A copy of the CDDL is also available via the Internet at
9# http://www.illumos.org/license/CDDL.
10#
11
12#
13# Copyright 2020 Oxide Computer Company
14#
15
16<include global_zone_only_component>
17set name=pkg.fmri value=pkg:/driver/cpu/amd/zen@$(PKGVERS)
18set name=pkg.summary value="AMD Zen Nexus Driver"
19set name=pkg.description value="AMD Zen Nexus Driver"
20set name=info.classification value=org.opensolaris.category.2008:System/Hardware
21set name=variant.arch value=i386
22dir  path=kernel group=sys
23dir  path=kernel/drv group=sys
24dir  path=kernel/drv/$(ARCH64) group=sys
25file path=kernel/drv/$(ARCH64)/amdzen group=sys
26file path=kernel/drv/$(ARCH64)/amdzen_stub group=sys
27file path=kernel/drv/amdzen.conf group=sys
28dir  path=usr/share/man
29dir  path=usr/share/man/man7d
30file path=usr/share/man/man7d/amdzen.7d
31link path=usr/share/man/man7d/amdzen_stub.7d target=amdzen.7d
32driver name=amdzen
33#
34# 1440-1447: f17h m70-7fh, f19h m20-2f df
35# 1448-144f: f17h m60-6fh df
36# 1450: f17h m00-0f nb
37# 1460-1467: f17h m00-0f df
38# 1480: f17h m30-3f/70-7f, f19h m00-0f, m20-2f nb
39# 1490-1497: f17h m30-3f df
40# 15d0: f17h m10-m2f nb
41# 15e8-15ef: f17h m10-m2f df
42# 1630: f17h m60-6f nb
43# 1650-1657: f19h m00-0f df
44#
45driver name=amdzen_stub \
46    alias=pci1022,1440,p \
47    alias=pci1022,1441,p \
48    alias=pci1022,1442,p \
49    alias=pci1022,1443,p \
50    alias=pci1022,1444,p \
51    alias=pci1022,1445,p \
52    alias=pci1022,1446,p \
53    alias=pci1022,1447,p \
54    alias=pci1022,1448,p \
55    alias=pci1022,1449,p \
56    alias=pci1022,144a,p \
57    alias=pci1022,144b,p \
58    alias=pci1022,144c,p \
59    alias=pci1022,144d,p \
60    alias=pci1022,144e,p \
61    alias=pci1022,144f,p \
62    alias=pci1022,1450,p \
63    alias=pci1022,1460,p \
64    alias=pci1022,1461,p \
65    alias=pci1022,1462,p \
66    alias=pci1022,1463,p \
67    alias=pci1022,1464,p \
68    alias=pci1022,1465,p \
69    alias=pci1022,1466,p \
70    alias=pci1022,1467,p \
71    alias=pci1022,1480,p \
72    alias=pci1022,1490,p \
73    alias=pci1022,1491,p \
74    alias=pci1022,1492,p \
75    alias=pci1022,1493,p \
76    alias=pci1022,1494,p \
77    alias=pci1022,1495,p \
78    alias=pci1022,1496,p \
79    alias=pci1022,1497,p \
80    alias=pci1022,15d0,p \
81    alias=pci1022,15e8,p \
82    alias=pci1022,15e9,p \
83    alias=pci1022,15ea,p \
84    alias=pci1022,15eb,p \
85    alias=pci1022,15ec,p \
86    alias=pci1022,15ed,p \
87    alias=pci1022,15ee,p \
88    alias=pci1022,15ef,p \
89    alias=pci1022,1630,p \
90    alias=pci1022,1650,p \
91    alias=pci1022,1651,p \
92    alias=pci1022,1652,p \
93    alias=pci1022,1653,p \
94    alias=pci1022,1654,p \
95    alias=pci1022,1655,p \
96    alias=pci1022,1656,p \
97    alias=pci1022,1657,p
98license lic_CDDL license=lic_CDDL
99