Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SFI: add sysfs interface for SFI tables. | Feng Tang | 2010-05-27 | 1 | -0/+8 |
| | | | | | | | | | | | | | Analogous to ACPI's /sys/firmware/acpi/tables/... create /sys/firmware/sfi/tables/ The tables are primariy for the kernel, but sometimes it is useful for user-space to be able to read them. Signed-off-by: Feng Tang <feng.tang@intel.com> Signed-off-by: Len Brown <len.brown@intel.com> | ||||
* | SFI: add platform-independent core support | Feng Tang | 2009-08-28 | 1 | -0/+70 |
drivers/sfi/sfi_core.c contains the generic SFI implementation. It has a private header, sfi_core.h, for its own use and the private use of future files in drivers/sfi/ Signed-off-by: Feng Tang <feng.tang@intel.com> Signed-off-by: Len Brown <len.brown@intel.com> |