brintos

brintos / linux-shallow public Read only

0
0
Text · 2.5 KiB · 9051695 Raw
62 lines · plain
1What:		/sys/bus/platform/drivers/intel-m10bmc-sec-update/.../security/sr_root_entry_hash2Date:		Sep 20223KernelVersion:	5.204Contact:	Peter Colberg <peter.colberg@intel.com>5Description:	Read only. Returns the root entry hash for the static6		region if one is programmed, else it returns the7		string: "hash not programmed".  This file is only8		visible if the underlying device supports it.9		Format: string.10 11What:		/sys/bus/platform/drivers/intel-m10bmc-sec-update/.../security/pr_root_entry_hash12Date:		Sep 202213KernelVersion:	5.2014Contact:	Peter Colberg <peter.colberg@intel.com>15Description:	Read only. Returns the root entry hash for the partial16		reconfiguration region if one is programmed, else it17		returns the string: "hash not programmed".  This file18		is only visible if the underlying device supports it.19		Format: string.20 21What:		/sys/bus/platform/drivers/intel-m10bmc-sec-update/.../security/bmc_root_entry_hash22Date:		Sep 202223KernelVersion:	5.2024Contact:	Peter Colberg <peter.colberg@intel.com>25Description:	Read only. Returns the root entry hash for the BMC image26		if one is programmed, else it returns the string:27		"hash not programmed".  This file is only visible if the28		underlying device supports it.29		Format: string.30 31What:		/sys/bus/platform/drivers/intel-m10bmc-sec-update/.../security/sr_canceled_csks32Date:		Sep 202233KernelVersion:	5.2034Contact:	Peter Colberg <peter.colberg@intel.com>35Description:	Read only. Returns a list of indices for canceled code36		signing keys for the static region. The standard bitmap37		list format is used (e.g. "1,2-6,9").38 39What:		/sys/bus/platform/drivers/intel-m10bmc-sec-update/.../security/pr_canceled_csks40Date:		Sep 202241KernelVersion:	5.2042Contact:	Peter Colberg <peter.colberg@intel.com>43Description:	Read only. Returns a list of indices for canceled code44		signing keys for the partial reconfiguration region. The45		standard bitmap list format is used (e.g. "1,2-6,9").46 47What:		/sys/bus/platform/drivers/intel-m10bmc-sec-update/.../security/bmc_canceled_csks48Date:		Sep 202249KernelVersion:	5.2050Contact:	Peter Colberg <peter.colberg@intel.com>51Description:	Read only. Returns a list of indices for canceled code52		signing keys for the BMC.  The standard bitmap list format53		is used (e.g. "1,2-6,9").54 55What:		/sys/bus/platform/drivers/intel-m10bmc-sec-update/.../security/flash_count56Date:		Sep 202257KernelVersion:	5.2058Contact:	Peter Colberg <peter.colberg@intel.com>59Description:	Read only. Returns number of times the secure update60		staging area has been flashed.61		Format: "%u".62