<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/amdsmn, branch release/11.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F11.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F11.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2019-12-09T17:14:43Z</updated>
<entry>
<title>MFC r350624 (by cem):</title>
<updated>2019-12-09T17:14:43Z</updated>
<author>
<name>Alexander Motin</name>
<email>mav@FreeBSD.org</email>
</author>
<published>2019-12-09T17:14:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=58bd1f82a30f2c0ac1f86710d88a04d97694bd17'/>
<id>urn:sha1:58bd1f82a30f2c0ac1f86710d88a04d97694bd17</id>
<content type='text'>
amdtemp(4), amdsmn(4): Attach to Ryzen 3 (Zen 2) hostbridges

PR:	239607
</content>
</entry>
<entry>
<title>MFC r342977 (by cem): amdtemp(4): Add support for Family 15h, Model &gt;=60h</title>
<updated>2019-01-22T21:35:25Z</updated>
<author>
<name>Alexander Motin</name>
<email>mav@FreeBSD.org</email>
</author>
<published>2019-01-22T21:35:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=bdbaa2bc979a7cb476c0fe05c069841a4987c10b'/>
<id>urn:sha1:bdbaa2bc979a7cb476c0fe05c069841a4987c10b</id>
<content type='text'>
Family 15h is a bit of an oddball.  Early models used the same temperature
register and spec (mostly[1]) as earlier CPU families.

Model 60h-6Fh and 70-7Fh use something more like Family 17h's Service
Management Network, communicating with it in a similar fashion.  To support
them, add support for their version of SMU indirection to amdsmn(4) and use
it in amdtemp(4) on these models.

While here, clarify some of the deviceid macros in amdtemp(4) that were
added with arbitrary, incorrect family numbers, and remove ones that were
not used.  Additionally, clarify intent and condition of heterogenous
multi-socket system detection.

[1]: 15h adds the "adjust range by -49°C if a certain condition is met,"
which previous families did not have.

Reported by:    D. C. &lt;tjoard AT gmail.com&gt;
PR:             234657
Tested by:      D. C. &lt;tjoard AT gmail.com&gt;
</content>
</entry>
<entry>
<title>MFC r340425 (by cem): amdsmn(4)/amdtemp(4): Attach to Ryzen 2 hostbridges</title>
<updated>2019-01-22T21:33:14Z</updated>
<author>
<name>Alexander Motin</name>
<email>mav@FreeBSD.org</email>
</author>
<published>2019-01-22T21:33:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b06792faef1d465b31f997312a7b0753408b9fb1'/>
<id>urn:sha1:b06792faef1d465b31f997312a7b0753408b9fb1</id>
<content type='text'>
As reported, tested, and patch supplied by Johannes.

There may be future work to do to support multiple sensors, but for now, any
sensor at all is a strict improvement for Ryzen 2 systems.

PR:             228480
Submitted by:   Johannes Lundberg &lt;johalun0 AT gmail.com&gt; (earlier version)
Reported by:    deischen@, Johannes, and numerous others
</content>
</entry>
<entry>
<title>MFC r323067, r323184, r323185, r323195, r323196 (by cem)</title>
<updated>2018-02-22T00:36:12Z</updated>
<author>
<name>Don Lewis</name>
<email>truckman@FreeBSD.org</email>
</author>
<published>2018-02-22T00:36:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fac868f021061ddc5932da885d850678cd672455'/>
<id>urn:sha1:fac868f021061ddc5932da885d850678cd672455</id>
<content type='text'>
------------------------------------------------------------------------
r323067 | cem | 2017-08-31 11:39:18 -0700 (Thu, 31 Aug 2017) | 4 lines

amdtemp.4: Update BKDG URL to current location

Sponsored by:	Dell EMC Isilon

------------------------------------------------------------------------
r323184 | cem | 2017-09-05 08:13:41 -0700 (Tue, 05 Sep 2017) | 10 lines

Add smn(4) driver for AMD System Management Network

AMD Family 17h CPUs have an internal network used to communicate between
the host CPU and the PSP and SMU coprocessors.  It exposes a simple
32-bit register space.

Reviewed by:	avg (no +1), mjoras, truckman
Sponsored by:	Dell EMC Isilon
Differential Revision:	https://reviews.freebsd.org/D12217

------------------------------------------------------------------------
r323185 | cem | 2017-09-05 08:19:14 -0700 (Tue, 05 Sep 2017) | 13 lines

amdtemp(4): Add support for Family 17h temperature sensor

The sensor value is formatted similarly to previous models (same
bitfield sizes, same units), but must be read off of the internal
System Management Network (SMN) from the System Management Unit (SMU)
co-processor.

PR:		218264
Reported and tested by:	Nils Beyer &lt;nbe AT renzel.net&gt;
Reviewed by:	avg (no +1), mjoras, truckman
Sponsored by:	Dell EMC Isilon
Differential Revision:	https://reviews.freebsd.org/D12217

------------------------------------------------------------------------
r323195 | cem | 2017-09-05 13:35:25 -0700 (Tue, 05 Sep 2017) | 8 lines

amdtemp(4): Do not probe not matching hostbridges

Some systems have hostbs that do not match our PCI device id criteria.
Detect and ignore these devices in probe.

PR:		218264
Sponsored by:	Dell EMC Isilon

------------------------------------------------------------------------
r323196 | cem | 2017-09-05 14:00:33 -0700 (Tue, 05 Sep 2017) | 8 lines

amdsmn(4): Do not probe not matching hostbridges

Similar to r323195, but for amdsmn(4) driver (which borrowed some design).

Ignore hostbs that do not match our PCI device id criteria.

Sponsored by:	Dell EMC Isilon

PR:		218264
Differential Revision:	https://reviews.freebsd.org/D12217
</content>
</entry>
</feed>
