cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

sysfs-driver-intel-m10-bmc (1226B)


      1What:		/sys/bus/spi/devices/.../bmc_version
      2Date:		June 2020
      3KernelVersion:	5.10
      4Contact:	Xu Yilun <yilun.xu@intel.com>
      5Description:	Read only. Returns the hardware build version of Intel
      6		MAX10 BMC chip.
      7		Format: "0x%x".
      8
      9What:		/sys/bus/spi/devices/.../bmcfw_version
     10Date:		June 2020
     11KernelVersion:	5.10
     12Contact:	Xu Yilun <yilun.xu@intel.com>
     13Description:	Read only. Returns the firmware version of Intel MAX10
     14		BMC chip.
     15		Format: "0x%x".
     16
     17What:		/sys/bus/spi/devices/.../mac_address
     18Date:		January 2021
     19KernelVersion:  5.12
     20Contact:	Russ Weight <russell.h.weight@intel.com>
     21Description:	Read only. Returns the first MAC address in a block
     22		of sequential MAC addresses assigned to the board
     23		that is managed by the Intel MAX10 BMC. It is stored in
     24		FLASH storage and is mirrored in the MAX10 BMC register
     25		space.
     26		Format: "%02x:%02x:%02x:%02x:%02x:%02x".
     27
     28What:		/sys/bus/spi/devices/.../mac_count
     29Date:		January 2021
     30KernelVersion:  5.12
     31Contact:	Russ Weight <russell.h.weight@intel.com>
     32Description:	Read only. Returns the number of sequential MAC
     33		addresses assigned to the board managed by the Intel
     34		MAX10 BMC. This value is stored in FLASH and is mirrored
     35		in the MAX10 BMC register space.
     36		Format: "%u".