-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SFI: Simple Firmware Interface - MAINTAINERS, Kconfig
CONFIG_SFI=y enables the kernel to boot and run optimally on platforms that support the Simple Firmware Interface. Thanks to Jacob Pan for prototyping the initial Linux SFI support, and to Feng Tang for Linux bring-up and debug both in emulation and on Moorestown hardware. See http://simplefirmware.org for more information on SFI. Signed-off-by: Len Brown <len.brown@intel.com>
- Loading branch information
Len Brown
committed
Aug 28, 2009
1 parent
e55a599
commit 6349d99
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# | ||
# SFI Configuration | ||
# | ||
|
||
menuconfig SFI | ||
bool "SFI (Simple Firmware Interface) Support" | ||
---help--- | ||
The Simple Firmware Interface (SFI) provides a lightweight method | ||
for platform firmware to pass information to the operating system | ||
via static tables in memory. Kernel SFI support is required to | ||
boot on SFI-only platforms. Currently, all SFI-only platforms are | ||
based on the 2nd generation Intel Atom processor platform, | ||
code-named Moorestown. | ||
|
||
For more information, see http://simplefirmware.org | ||
|
||
Say 'Y' here to enable the kernel to boot on SFI-only platforms. |