Only ACPI attachment is supported for now, some others depend on smbios.
Details
Details
- Reviewers
emaste - Commits
- rG40d0971bbe5d: arm64: enable build of the ipmi module
Compile module + kernel with options ipmi.
We should get someone with a supported machine to try it out.
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
I wonder if there are machines that support any of the existing communication methods. eMAG would need acpi-i2c support…
sys/conf/files.arm64 | ||
---|---|---|
364–367 | Oh yes, fair point. |
Comment Actions
Reorder SRCS blocks in ipmi/Makefile. Set _ipmi in arm64/amd64/i386 block (powerpc64 block untouched).
Comment Actions
It's possible that there aren't any, enabling this now will help vendors confirm that. Certainly there is more to be done in this area.
sys/conf/files.arm64 | ||
---|---|---|
364–367 | Yeah, it is only ipmi.c that is common to all, so I opted just to duplicate it. | |
sys/modules/Makefile | ||
606 | I moved it to the other block but left powerpc alone. As usual with this file there is no winning. |