Simple Firmware Interface

{{Short description|Boot firmware for Intel Moorestown platform}}

class="wikitable floatright" style="margin-left: 1.5em; margin-right: 0; margin-top: 0;"

|+SFI Common Table Format

! Offset !! Length !! Field

04Signature
44Length
81Revision
91Checksum
106OEM ID
168OEM Table ID
24var.Table Payload

Simple Firmware Interface (SFI) is developed by Intel Corporation as a lightweight method for firmware to export static tables to the operating system. It is supported by Intel's hand-held Moorestown platform.

SFI tables are data structures in memory, and all SFI tables share a common table header format. The operating system finds the system table by searching 16 byte boundaries between physical address {{mono|0x000E0000}} and {{mono|0x000FFFFF}}. SFI has CPU, APIC, Memory Map, Idle, Frequency, M-Timer, M-RTC, OEMx, Wake Vector, I²C Device, and a SPI Device table.

SFI provides access to a standard ACPI XSDT (Extended System Description Table). XSDT is used by SFI to prevent namespace collision between SPI and ACPI. It can access standard ACPI tables such as PCI Memory Configuration Table (MCFG).

SFI support was merged into Linux kernel 2.6.32-rc1;{{cite web

| url=https://simplefirmware.org/news/2009/jun/upstream-linux-kernel-support

| title=Upstream Linux Kernel Support

| date=June 2009}} the core SFI patch is about 1,000 lines of code. Linux is the first operating system with an SFI implementation. Linux kernel 5.6 marked SFI as obsolete.{{Cite web|title=The Linux Kernel Obsoletes The Intel Simple Firmware Interface - Phoronix|url=https://www.phoronix.com/scan.php?page=news_item&px=Linux-SFI-Obsolete|access-date=2020-09-16|website=www.phoronix.com}}

SFI support was removed in Linux kernel 5.12.{{cite web |last1=Wysocki |first1=Rafael |title=Linux-Kernel Archive: [GIT PULL] Simple Firmware Interface (SFI) support removal for v5.12-rc1 |url=http://lkml.iu.edu/hypermail/linux/kernel/2102.3/00702.html |website=lkml.iu.edu |publisher=LKML |access-date=26 February 2021}}

References

{{Reflist}}