Skip to content

Commit

Permalink
SFI: add platform-independent core support
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Feng Tang authored and Len Brown committed Aug 28, 2009
1 parent 117a9ac commit 6ae6996
Show file tree
Hide file tree
Showing 5 changed files with 488 additions and 0 deletions.
1 change: 1 addition & 0 deletions drivers/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ obj-$(CONFIG_PARISC) += parisc/
obj-$(CONFIG_RAPIDIO) += rapidio/
obj-y += video/
obj-$(CONFIG_ACPI) += acpi/
obj-$(CONFIG_SFI) += sfi/
# PnP must come after ACPI since it will eventually need to check if acpi
# was used and do nothing if so
obj-$(CONFIG_PNP) += pnp/
Expand Down
3 changes: 3 additions & 0 deletions drivers/sfi/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
obj-y += sfi_acpi.o
obj-y += sfi_core.o

Loading

0 comments on commit 6ae6996

Please sign in to comment.