sysfs-driver-intel-m10-bmc 1.2 KB

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