Linux 6.7-rc7
[linux-modified.git] / Documentation / ABI / testing / sysfs-driver-intel-m10-bmc-sec-update
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:        Peter Colberg <peter.colberg@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
11 What:           /sys/bus/platform/drivers/intel-m10bmc-sec-update/.../security/pr_root_entry_hash
12 Date:           Sep 2022
13 KernelVersion:  5.20
14 Contact:        Peter Colberg <peter.colberg@intel.com>
15 Description:    Read only. Returns the root entry hash for the partial
16                 reconfiguration region if one is programmed, else it
17                 returns the string: "hash not programmed".  This file
18                 is only visible if the underlying device supports it.
19                 Format: string.
20
21 What:           /sys/bus/platform/drivers/intel-m10bmc-sec-update/.../security/bmc_root_entry_hash
22 Date:           Sep 2022
23 KernelVersion:  5.20
24 Contact:        Peter Colberg <peter.colberg@intel.com>
25 Description:    Read only. Returns the root entry hash for the BMC image
26                 if one is programmed, else it returns the string:
27                 "hash not programmed".  This file is only visible if the
28                 underlying device supports it.
29                 Format: string.
30
31 What:           /sys/bus/platform/drivers/intel-m10bmc-sec-update/.../security/sr_canceled_csks
32 Date:           Sep 2022
33 KernelVersion:  5.20
34 Contact:        Peter Colberg <peter.colberg@intel.com>
35 Description:    Read only. Returns a list of indices for canceled code
36                 signing keys for the static region. The standard bitmap
37                 list format is used (e.g. "1,2-6,9").
38
39 What:           /sys/bus/platform/drivers/intel-m10bmc-sec-update/.../security/pr_canceled_csks
40 Date:           Sep 2022
41 KernelVersion:  5.20
42 Contact:        Peter Colberg <peter.colberg@intel.com>
43 Description:    Read only. Returns a list of indices for canceled code
44                 signing keys for the partial reconfiguration region. The
45                 standard bitmap list format is used (e.g. "1,2-6,9").
46
47 What:           /sys/bus/platform/drivers/intel-m10bmc-sec-update/.../security/bmc_canceled_csks
48 Date:           Sep 2022
49 KernelVersion:  5.20
50 Contact:        Peter Colberg <peter.colberg@intel.com>
51 Description:    Read only. Returns a list of indices for canceled code
52                 signing keys for the BMC.  The standard bitmap list format
53                 is used (e.g. "1,2-6,9").
54
55 What:           /sys/bus/platform/drivers/intel-m10bmc-sec-update/.../security/flash_count
56 Date:           Sep 2022
57 KernelVersion:  5.20
58 Contact:        Peter Colberg <peter.colberg@intel.com>
59 Description:    Read only. Returns number of times the secure update
60                 staging area has been flashed.
61                 Format: "%u".