ARM-software / sdm-api

Secure Debug Manager API
BSD 3-Clause "New" or "Revised" License
6 stars 0 forks source link

Define SDM capabilities #21

Open flit opened 2 years ago

flit commented 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:

  <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: