xref: /OK3568_Linux_fs/kernel/Documentation/ABI/testing/sysfs-firmware-sfi (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunWhat:		/sys/firmware/sfi/tables/
2*4882a593SmuzhiyunDate:		May 2010
3*4882a593SmuzhiyunContact:	Len Brown <lenb@kernel.org>
4*4882a593SmuzhiyunDescription:
5*4882a593Smuzhiyun		SFI defines a number of small static memory tables
6*4882a593Smuzhiyun		so the kernel can get platform information from firmware.
7*4882a593Smuzhiyun
8*4882a593Smuzhiyun		The tables are defined in the latest SFI specification:
9*4882a593Smuzhiyun		http://simplefirmware.org/documentation
10*4882a593Smuzhiyun
11*4882a593Smuzhiyun		While the tables are used by the kernel, user-space
12*4882a593Smuzhiyun		can observe them this way::
13*4882a593Smuzhiyun
14*4882a593Smuzhiyun		  # cd /sys/firmware/sfi/tables
15*4882a593Smuzhiyun		  # cat $TABLENAME > $TABLENAME.bin
16