Skip to content

Commit

Permalink
TZ applications can be secure-only (#204)
Browse files Browse the repository at this point in the history
fix #203

Co-authored-by: Joachim Krech <[email protected]>
  • Loading branch information
jeromecoutant and jkrech authored Nov 19, 2024
1 parent 467a112 commit 783317a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ARM.CMSIS.pdsc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<package schemaVersion="1.7.36" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="https://raw.githubusercontent.com/Open-CMSIS-Pack/Open-CMSIS-Pack-Spec/v1.7.36/schema/PACK.xsd">
<package schemaVersion="1.7.40" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="https://raw.githubusercontent.com/Open-CMSIS-Pack/Open-CMSIS-Pack-Spec/v1.7.40/schema/PACK.xsd">
<name>CMSIS</name>
<description overview="./CMSIS/Documentation/Overview.md">CMSIS (Common Microcontroller Software Interface Standard)</description>
<vendor>ARM</vendor>
Expand Down Expand Up @@ -622,7 +622,8 @@
<condition id="TZ Secure">
<description>TrustZone (Secure)</description>
<require Dtz="TZ"/>
<require Dsecure="Secure"/>
<accept Dsecure="Secure"/>
<accept Dsecure="Secure-only"/>
</condition>

<!-- OS Tick -->
Expand Down

0 comments on commit 783317a

Please sign in to comment.