brintos

brintos / linux-shallow public Read only

0
0
Text · 1.3 KiB · c12316d Raw
37 lines · plain
1What:		/sys/bus/.../drivers/intel-m10-bmc/.../bmc_version2Date:		June 20203KernelVersion:	5.104Contact:	Xu Yilun <yilun.xu@intel.com>5Description:	Read only. Returns the hardware build version of Intel6		MAX10 BMC chip.7		Format: "0x%x".8 9What:		/sys/bus/.../drivers/intel-m10-bmc/.../bmcfw_version10Date:		June 202011KernelVersion:	5.1012Contact:	Xu Yilun <yilun.xu@intel.com>13Description:	Read only. Returns the firmware version of Intel MAX1014		BMC chip.15		Format: "0x%x".16 17What:		/sys/bus/.../drivers/intel-m10-bmc/.../mac_address18Date:		January 202119KernelVersion:  5.1220Contact:	Peter Colberg <peter.colberg@intel.com>21Description:	Read only. Returns the first MAC address in a block22		of sequential MAC addresses assigned to the board23		that is managed by the Intel MAX10 BMC. It is stored in24		FLASH storage and is mirrored in the MAX10 BMC register25		space.26		Format: "%02x:%02x:%02x:%02x:%02x:%02x".27 28What:		/sys/bus/.../drivers/intel-m10-bmc/.../mac_count29Date:		January 202130KernelVersion:  5.1231Contact:	Peter Colberg <peter.colberg@intel.com>32Description:	Read only. Returns the number of sequential MAC33		addresses assigned to the board managed by the Intel34		MAX10 BMC. This value is stored in FLASH and is mirrored35		in the MAX10 BMC register space.36		Format: "%u".37