<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/modules/ipmi/Makefile, branch stable/13</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=stable%2F13</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=stable%2F13'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2023-08-23T17:43:27Z</updated>
<entry>
<title>sys: Remove $FreeBSD$: one-line sh pattern</title>
<updated>2023-08-23T17:43:27Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-22T01:31:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5510f79042fbd543de55807d0da7f8a2b8be2f89'/>
<id>urn:sha1:5510f79042fbd543de55807d0da7f8a2b8be2f89</id>
<content type='text'>
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

Similar commit in current:
(cherry picked from commit 031beb4e239b)
</content>
</entry>
<entry>
<title>ipmi: add Block Transfer interface support</title>
<updated>2023-06-25T18:34:28Z</updated>
<author>
<name>Andrey V. Elsukov</name>
<email>ae@FreeBSD.org</email>
</author>
<published>2023-06-07T09:30:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=53380074a162833e2fdca11908e702ea7b7541f2'/>
<id>urn:sha1:53380074a162833e2fdca11908e702ea7b7541f2</id>
<content type='text'>
Reviewed by:	ambrisko
Obtained from:	Yandex LLC
Sponsored by:	Yandex LLC
Differential Revision:	https://reviews.freebsd.org/D40421

(cherry picked from commit 1f166509895dd90fcaaa08b557f9bc106e3f7e71)
</content>
</entry>
<entry>
<title>arm64: enable build of the ipmi module</title>
<updated>2021-01-07T19:45:25Z</updated>
<author>
<name>Mitchell Horne</name>
<email>mhorne@FreeBSD.org</email>
</author>
<published>2021-01-06T20:27:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=40d0971bbe5dbb591bb923d0fbea67fab6f38d30'/>
<id>urn:sha1:40d0971bbe5dbb591bb923d0fbea67fab6f38d30</id>
<content type='text'>
Only ACPI attachment is supported for now, some others depend on the
presence of smbios(4) support, which we lack on arm64.

Reviewed by:	emaste
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D28009
</content>
</entry>
<entry>
<title>[POWERPC64LE] enable IPMI using OPAL bus</title>
<updated>2020-12-31T01:55:53Z</updated>
<author>
<name>Alfredo Dal'Ava Junior</name>
<email>alfredo@FreeBSD.org</email>
</author>
<published>2020-12-31T01:32:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4f250d9436af83927c38eda958de14893c73f0ac'/>
<id>urn:sha1:4f250d9436af83927c38eda958de14893c73f0ac</id>
<content type='text'>
Enable build of IPMI over OPAL on powerpc64le

Reviewed by:	bdragon
Sponsored by:	Eldorado Research Institute (eldorado.org.br)
Differential Revision: https://reviews.freebsd.org/D27443
</content>
</entry>
<entry>
<title>Fix a module Makefile error on amd64 so the IPMI HW interfaces are built.</title>
<updated>2018-08-16T15:59:02Z</updated>
<author>
<name>Doug Ambrisko</name>
<email>ambrisko@FreeBSD.org</email>
</author>
<published>2018-08-16T15:59:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3991dbf3fa9262cfe379ef3005e0e8ec7271e9eb'/>
<id>urn:sha1:3991dbf3fa9262cfe379ef3005e0e8ec7271e9eb</id>
<content type='text'>
When the module is being unloaded and no HW interfaces were created don't
clean up.  This was exposed by the amd64 module build issue.
</content>
</entry>
<entry>
<title>Add ofw_bus_if.h to the SRCS list for ipmi module on powerpc64</title>
<updated>2018-07-30T18:29:20Z</updated>
<author>
<name>Justin Hibbits</name>
<email>jhibbits@FreeBSD.org</email>
</author>
<published>2018-07-30T18:29:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0cd8715680efc602aee300bf9d709dd438fa3147'/>
<id>urn:sha1:0cd8715680efc602aee300bf9d709dd438fa3147</id>
<content type='text'>
PR:		230194
Reported by:	sbruno
</content>
</entry>
<entry>
<title>Only build ipmi_linux on x86</title>
<updated>2018-07-25T19:31:32Z</updated>
<author>
<name>Justin Hibbits</name>
<email>jhibbits@FreeBSD.org</email>
</author>
<published>2018-07-25T19:31:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=81ebd37ceb69527fcacdf7ffcea994887eb06281'/>
<id>urn:sha1:81ebd37ceb69527fcacdf7ffcea994887eb06281</id>
<content type='text'>
Somehow this wasn't triggered in my pre-commit build.
</content>
</entry>
<entry>
<title>Support building IPMI as a module on powerpc64</title>
<updated>2018-07-25T18:58:57Z</updated>
<author>
<name>Justin Hibbits</name>
<email>jhibbits@FreeBSD.org</email>
</author>
<published>2018-07-25T18:58:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0bf0bb832fa8d61421401b5f148b3ac9645ceeaf'/>
<id>urn:sha1:0bf0bb832fa8d61421401b5f148b3ac9645ceeaf</id>
<content type='text'>
This still only supports IPMI via OPAL on powerpc64, but now it can be tested
with a GENERIC kernel.
</content>
</entry>
<entry>
<title>sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
<updated>2017-03-04T10:10:17Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2017-03-04T10:10:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=193d9e768ba63fcfb187cfd17f461f7d41345048'/>
<id>urn:sha1:193d9e768ba63fcfb187cfd17f461f7d41345048</id>
<content type='text'>
This simplifies make output/logic

Tested with:	`cd sys/modules; make ALL_MODULES=` on amd64
MFC after:	1 month
Sponsored by:	Dell EMC Isilon
</content>
</entry>
<entry>
<title>Add stuff to support upcoming BMC/IPMI flashing of newer Dell machine</title>
<updated>2009-03-26T17:14:22Z</updated>
<author>
<name>Doug Ambrisko</name>
<email>ambrisko@FreeBSD.org</email>
</author>
<published>2009-03-26T17:14:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d2b2128a286a00ee53d79cb88b4e59bf42525cf9'/>
<id>urn:sha1:d2b2128a286a00ee53d79cb88b4e59bf42525cf9</id>
<content type='text'>
via the Linux tool.
     -  Add Linux shim to ipmi(4)
     -  Create a partitions file to linprocfs to make Linux fdisk see
        disks.  This file is dynamic so we can see disks come and go.
     -  Convert msdosfs to vfat in mtab since Linux uses that for
        msdosfs.
     -  In the Linux mount path convert vfat passed in to msdosfs
        so Linux mount works on FreeBSD.  Note that tasting works
        so that if da0 is a msdos file system
                /compat/linux/bin/mount /dev/da0 /mnt
        works.
     -  fix a 64it bug for l_off_t.
Grabing sh, mount, fdisk, df from Linux, creating a symlink of mtab to
/compat/linux/etc/mtab and then some careful unpacking of the Linux bmc
update tool and hacking makes it work on newer Dell boxes.  Note, probably
if you can't figure out how to do this, then you probably shouldn't be
doing it :-)
</content>
</entry>
</feed>
