Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  1) What:		/sys/firmware/sfi/tables/
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) Date:		May 2010
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) Contact:	Len Brown <lenb@kernel.org>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) Description:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) 		SFI defines a number of small static memory tables
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) 		so the kernel can get platform information from firmware.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 		The tables are defined in the latest SFI specification:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 		http://simplefirmware.org/documentation
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) 		While the tables are used by the kernel, user-space
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 		can observe them this way::
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 		  # cd /sys/firmware/sfi/tables
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 		  # cat $TABLENAME > $TABLENAME.bin