]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add an IPMI attachment for PowerNV systems
authorJustin Hibbits <jhibbits@FreeBSD.org>
Tue, 22 May 2018 03:57:32 +0000 (03:57 +0000)
committerJustin Hibbits <jhibbits@FreeBSD.org>
Tue, 22 May 2018 03:57:32 +0000 (03:57 +0000)
commit1a3eaf6cc8e84e2e28820bbdfb572be169b5b4fe
treed38a4fbbf4f85a90962583a3153f968c7c997cc5
parent5272c9bd07e0678a51c0b895866446805579c3af
Add an IPMI attachment for PowerNV systems

IPMI access on PowerNV systems is done through the OPAL firmware.  This adds a
simple attachment for communicating with the FSP/BMC on these machines.  This
has been tested on a Talos POWER9 workstation, only in the bootup phase, noting
the successful attachment messages:

...
ipmi0: IPMI device rev. 0, firmware rev. 2.00, version 2.0, device support mask 0
ipmi0: Number of channels 2
...

The ipmi device has not been added to GENERIC64, but may be after further
testing.  It may also eventually be added to the ipmi module at that point.
sys/conf/files.powerpc
sys/powerpc/powernv/opal.h
sys/powerpc/powernv/opal_ipmi.c [new file with mode: 0644]