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

Update stratix10 dts to disable l4 noc firewall for dmac interface. #18

Open
wants to merge 1 commit into
base: socfpga_v2024.01
Choose a base branch
from
Open
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
44 changes: 22 additions & 22 deletions arch/arm/dts/socfpga_soc64_u-boot.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -31,25 +31,25 @@
<0x00000004 0x01010001 0x01010001>,
<0x0000000c 0x01010001 0x01010001>,
<0x00000010 0x01010001 0x01010001>,
<0x0000001c 0x01010001 0x01010101>,
<0x00000020 0x01010001 0x01010101>,
<0x00000024 0x01010001 0x01010101>,
<0x00000028 0x01010001 0x01010101>,
<0x0000001c 0x01010101 0x01010101>,
<0x00000020 0x01010101 0x01010101>,
<0x00000024 0x01010101 0x01010101>,
<0x00000028 0x01010101 0x01010101>,
<0x0000002c 0x01010001 0x01010001>,
<0x00000030 0x01010001 0x01010001>,
<0x00000034 0x01010001 0x01010001>,
<0x00000040 0x01010001 0x01010001>,
<0x00000044 0x01010001 0x01010101>,
<0x00000048 0x01010001 0x01010101>,
<0x00000050 0x01010001 0x01010101>,
<0x00000054 0x01010001 0x01010101>,
<0x00000058 0x01010001 0x01010101>,
<0x0000005c 0x01010001 0x01010101>,
<0x00000060 0x01010001 0x01010101>,
<0x00000064 0x01010001 0x01010101>,
<0x00000068 0x01010001 0x01010101>,
<0x0000006c 0x01010001 0x01010101>,
<0x00000070 0x01010001 0x01010101>;
<0x00000044 0x01010101 0x01010101>,
<0x00000048 0x01010101 0x01010101>,
<0x00000050 0x01010101 0x01010101>,
<0x00000054 0x01010101 0x01010101>,
<0x00000058 0x01010101 0x01010101>,
<0x0000005c 0x01010101 0x01010101>,
<0x00000060 0x01010101 0x01010101>,
<0x00000064 0x01010101 0x01010101>,
<0x00000068 0x01010101 0x01010101>,
<0x0000006c 0x01010101 0x01010101>,
<0x00000070 0x01010101 0x01010101>;
bootph-all;
};

Expand All @@ -75,13 +75,13 @@
<0x00000054 0x01010001 0x01010001>,
<0x00000058 0x01010001 0x01010001>,
<0x0000005c 0x01010001 0x01010001>,
<0x00000060 0x01010001 0x01010101>,
<0x00000064 0x01010001 0x01010101>,
<0x00000068 0x01010001 0x01010101>,
<0x0000006c 0x01010001 0x01010101>,
<0x00000070 0x01010001 0x01010101>,
<0x00000074 0x01010001 0x01010101>,
<0x00000078 0x01010001 0x03010001>,
<0x00000060 0x01010101 0x01010101>,
<0x00000064 0x01010101 0x01010101>,
<0x00000068 0x01010101 0x01010101>,
<0x0000006c 0x01010101 0x01010101>,
<0x00000070 0x01010101 0x01010101>,
<0x00000074 0x01010101 0x01010101>,
<0x00000078 0x03010001 0x03010001>,
<0x00000090 0x01010001 0x01010001>,
<0x00000094 0x01010001 0x01010001>;
bootph-all;
Expand Down