Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix examples for channel PPC change #251

Merged
merged 1 commit into from
Nov 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading