Skip to content

Commit

Permalink
Merge branch 'main' into ariane-cva6-support
Browse files Browse the repository at this point in the history
  • Loading branch information
omeh-a authored Dec 4, 2024
2 parents a25ed92 + 9bc4568 commit fb95b50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions example/imx8mm_evk/passive_server/passive_server.system
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
SPDX-License-Identifier: BSD-2-Clause
-->
<system>
<protection_domain name="server" priority="100" pp="true" passive="true">
<protection_domain name="server" priority="100" passive="true">
<program_image path="server.elf" />
</protection_domain>

Expand All @@ -15,7 +15,7 @@

<channel>
<end pd="server" id="0" />
<end pd="client" id="0" />
<end pd="client" id="0" pp="true" />
</channel>

</system>
4 changes: 2 additions & 2 deletions example/tqma8xqp1gb/ethernet/ethernet.system
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

<memory_region name="eth_clk" size="0x1_000" phys_addr="0x5b200000" />

<protection_domain name="gpt" priority="254" pp="true">
<protection_domain name="gpt" priority="254">
<program_image path="gpt.elf" />
<map mr="lsio_gpt0" vaddr="0x2_000_000" perms="rw" cached="false" setvar_vaddr="gpt_regs" />
<map mr="lsio_gpt0_clk" vaddr="0x2_200_000" perms="rw" cached="false" setvar_vaddr="gpt_regs_clk" />
Expand Down Expand Up @@ -96,7 +96,7 @@

<channel>
<end pd="gpt" id="1" />
<end pd="pass" id="0" />
<end pd="pass" id="0" pp="true" />
</channel>

<channel>
Expand Down

0 comments on commit fb95b50

Please sign in to comment.