Skip to content

Commit

Permalink
Merge pull request #31 from sameo/main
Browse files Browse the repository at this point in the history
smmtt: Correct images path
  • Loading branch information
rsahita authored Feb 20, 2024
2 parents f445556 + eee9287 commit 5ef399d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion chapter2.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ per the use case requirements (see <<mtt-lookup>>).

[caption="Figure {counter:image}: ", reftext="Figure {image}"]
[title= "MTT lookup for Supervisor Domain Access", id=mtt-lookup]
image::fig2.png[]
image::images/fig2.png[]

The MTT checker is a functional block that looks up the MTT using the physical
address of the access as an index to retrieve the access permissions for the
Expand Down
4 changes: 2 additions & 2 deletions chapter4.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ be sparsely populated.

[caption="Figure {counter:image}: ", reftext="Figure {image}"]
[title= "`MTT` Structures (overview)", id=mtt-map-rw]
image::fig3.png[]
image::images/fig3.png[]

The following MTT L2/L3 entries accomodate a 56 bit PAW.

Expand Down Expand Up @@ -133,7 +133,7 @@ permission (1 bit) to allow for efficient caching.

[caption="Figure {counter:image}: ", reftext="Figure {image}"]
[title= "MTT Structures (overview)", id=mtt-map]
image::fig4.png[]
image::images/fig4.png[]

[caption="Figure {counter:image}: ", reftext="Figure {image}"]
[title="`MTTL3` entry"]
Expand Down
2 changes: 1 addition & 1 deletion chapter6.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ represented in the diagram <<fig:IOMTTCHK>>.

[caption="Figure {counter:image}: ", reftext="Figure {image}"]
[title= "I/O MTT checker placement", id=io-mtt-checker]
image::IOMTTCHK.png[width=800]
image::images/IOMTTCHK.png[width=800]
[[fig:IOMTTCHK]]

The IO Bridge invokes the SDCL function using the SDID request interface (SDR)
Expand Down
2 changes: 1 addition & 1 deletion chapter8.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ switched (along with rest of the `msdcfg`) per SD.

[caption="Figure {counter:image}: ", reftext="Figure {image}"]
[title= "External Debug for Supervisor Domain", id=Smsdedbg_img]
image::Smsdedbg.png[]
image::images/Smsdedbg.png[]

This section will be moved into the non-ISA specification for external debug
security. It is described here as informational.
Expand Down
2 changes: 1 addition & 1 deletion intro.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ elements, devices and interrupts) to perform their function.

[caption="Figure {counter:image}: ", reftext="Figure {image}"]
[title= "Supervisor Domains"]
image::fig1.png[]
image::images/fig1.png[]

A supervisor domain is associated with a set of physical address regions that
are isolated from other supervisor domains on the same platform, with only the
Expand Down

0 comments on commit 5ef399d

Please sign in to comment.