summaryrefslogtreecommitdiff
path: root/sys/dev/ipmi/ipmi_smbios.c
AgeCommit message (Expand)Author
2025-05-01efi: Use EDK2 EFI_GUID instead of sturct uuidWarner Losh
2024-07-24smbios: Add length sanity checkingWarner Losh
2024-07-24ipmi_smbios: Only search for the BIOS signature on x86Warner Losh
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-06-07ipmi: add Block Transfer interface supportAndrey V. Elsukov
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-09-22pmap_unmapdev/bios: Accept a pointer instead of a vm_offset_t.John Baldwin
2021-04-29ipmi: support getting address from EFIYinlong Lu
2021-04-07ipmi,smbios: move smbios_walk_table to smbios.hGreg V
2021-02-23Revert "ipmi_smbios: Deduplicate smbios entry point discovery logic"Allan Jude
2021-02-23Revert "ipmi_smbios: remove unused smbios_cksum function"Allan Jude
2021-02-23ipmi_smbios: remove unused smbios_cksum functionAllan Jude
2021-02-23ipmi_smbios: Deduplicate smbios entry point discovery logicAllan Jude
2021-02-23smbios: Move smbios driver out from x86 machdep codeAllan Jude
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2015-08-30Remove support for FreeBSD < 602110.Xin LI
2012-09-28- Re-shuffle the <machine/pc/bios.h> headers to move all kernel-specificJohn Baldwin
2010-07-29Fix test for double-nul characters that terminate the string table atJohn Baldwin
2010-07-14Rework the SMBIOS table walker to make it operate like other table walkersJohn Baldwin
2009-02-03- Change ichsmb(4) to follow the format of all the other smbus controllersJohn Baldwin
2007-05-02Update __FreeBSD_version check for MFC of pmap_mapbios().John Baldwin
2006-09-22Map pmap_{un,}mapbios() to pmap_{un,}mapdev() on 6.x and earlier.John Baldwin
2006-09-22Update the ipmi(4) driver:John Baldwin
2006-02-10Add an OpenIPMI mostly compatible driver. This driver was developedDoug Ambrisko