sysfs-driver-intel-m10-bmc-sec-update 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. What: /sys/bus/platform/drivers/intel-m10bmc-sec-update/.../security/sr_root_entry_hash
  2. Date: Sep 2022
  3. KernelVersion: 5.20
  4. Contact: Russ Weight <russell.h.weight@intel.com>
  5. Description: Read only. Returns the root entry hash for the static
  6. region if one is programmed, else it returns the
  7. string: "hash not programmed". This file is only
  8. visible if the underlying device supports it.
  9. Format: string.
  10. What: /sys/bus/platform/drivers/intel-m10bmc-sec-update/.../security/pr_root_entry_hash
  11. Date: Sep 2022
  12. KernelVersion: 5.20
  13. Contact: Russ Weight <russell.h.weight@intel.com>
  14. Description: Read only. Returns the root entry hash for the partial
  15. reconfiguration region if one is programmed, else it
  16. returns the string: "hash not programmed". This file
  17. is only visible if the underlying device supports it.
  18. Format: string.
  19. What: /sys/bus/platform/drivers/intel-m10bmc-sec-update/.../security/bmc_root_entry_hash
  20. Date: Sep 2022
  21. KernelVersion: 5.20
  22. Contact: Russ Weight <russell.h.weight@intel.com>
  23. Description: Read only. Returns the root entry hash for the BMC image
  24. if one is programmed, else it returns the string:
  25. "hash not programmed". This file is only visible if the
  26. underlying device supports it.
  27. Format: string.
  28. What: /sys/bus/platform/drivers/intel-m10bmc-sec-update/.../security/sr_canceled_csks
  29. Date: Sep 2022
  30. KernelVersion: 5.20
  31. Contact: Russ Weight <russell.h.weight@intel.com>
  32. Description: Read only. Returns a list of indices for canceled code
  33. signing keys for the static region. The standard bitmap
  34. list format is used (e.g. "1,2-6,9").
  35. What: /sys/bus/platform/drivers/intel-m10bmc-sec-update/.../security/pr_canceled_csks
  36. Date: Sep 2022
  37. KernelVersion: 5.20
  38. Contact: Russ Weight <russell.h.weight@intel.com>
  39. Description: Read only. Returns a list of indices for canceled code
  40. signing keys for the partial reconfiguration region. The
  41. standard bitmap list format is used (e.g. "1,2-6,9").
  42. What: /sys/bus/platform/drivers/intel-m10bmc-sec-update/.../security/bmc_canceled_csks
  43. Date: Sep 2022
  44. KernelVersion: 5.20
  45. Contact: Russ Weight <russell.h.weight@intel.com>
  46. Description: Read only. Returns a list of indices for canceled code
  47. signing keys for the BMC. The standard bitmap list format
  48. is used (e.g. "1,2-6,9").
  49. What: /sys/bus/platform/drivers/intel-m10bmc-sec-update/.../security/flash_count
  50. Date: Sep 2022
  51. KernelVersion: 5.20
  52. Contact: Russ Weight <russell.h.weight@intel.com>
  53. Description: Read only. Returns number of times the secure update
  54. staging area has been flashed.
  55. Format: "%u".