Open flit opened 2 years ago
Use this issue to discuss and define the initial set of capabilities which can be used in the manifest.
As a reminder, capabilities are expressed through feature elements within the manifest. Example:
feature
<capabilities> <feature name="debug-architecture:adiv5" enable="true" value="foo"/> <feature name="debug-architecture:adiv6" enable="true"/> <feature name="resume-boot" enable="true"/> <feature name="multiple-authentications" enable="true"/> </capabilities>
Starting point:
debug-architecture:adiv5
debug-architecture:adiv6
resume-boot
SDMResumeBoot
multiple-authentications
SDMAuthenticate
authentication-safe-resets
Use this issue to discuss and define the initial set of capabilities which can be used in the manifest.
As a reminder, capabilities are expressed through
feature
elements within the manifest. Example:Starting point:
debug-architecture:adiv5
: SDM supports the Arm ADIv5 architecture.debug-architecture:adiv6
: SDM supports the Arm ADIv6 architecture.resume-boot
: SDM supports theSDMResumeBoot
API.multiple-authentications
: SDM supports more than one call toSDMAuthenticate
in a given session.authentication-safe-resets
: Value is a bitmask indicating which reset types are safe to use without losing authentication.