From 96d6da4e252b06dcfdc041e7df23e86161c33007 Mon Sep 17 00:00:00 2001 From: rihab kouki Date: Tue, 28 Jul 2020 11:24:49 +0100 Subject: Official ARM version: v5.6.0 --- docs/Zone/html/fm_sau.html | 151 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 151 insertions(+) create mode 100644 docs/Zone/html/fm_sau.html (limited to 'docs/Zone/html/fm_sau.html') diff --git a/docs/Zone/html/fm_sau.html b/docs/Zone/html/fm_sau.html new file mode 100644 index 0000000..56eeaa6 --- /dev/null +++ b/docs/Zone/html/fm_sau.html @@ -0,0 +1,151 @@ + + + + + +sau[n] sequence element +CMSIS-Zone (Preview): sau[n] sequence element + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
CMSIS-Zone (Preview) +  Version 0.9.2 +
+
System Resource Management
+
+
+ +
+
    + +
+
+ + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+
+
sau[n] sequence element
+
+
+

The sau[n] sequence element lists all SAU regions for initialization in this system.

+

It lists all SAU regions that require either non-secure access or non-secure callable attribute. The SAU region list is generated from:

+
    +
  • setup information from /rzone/sau_init/region element
  • +
  • memory regions that are assigned to zones with non-secure domain.
  • +
  • memory regions that are configured as secure, non-secure callable.
  • +
+ + + + + + + + + + + + + + + +
Parent Element Element Chain
system system element
Child Elements Description Type
.sau[n].start The logical start address for the region. xs:string
.sau[n].end The logical end address for the region. xs:string
.sau[n].nsc If set to 1 the region is secure, non-secure callable. SecurityTypeEnum/xs:string
.sau[n].info List of memory regions or info from /rzone/sau_init/region element. xs:string
+
+
+ + + + -- cgit