Skip to content

Commit 666e12d

Browse files
atrivedi-tsavoritesiAshish Trivedi
andauthored
FIR-214: Add reserved memory area beginning 0x56A0_000 of 512 MB and Enable NVME (#7)
* @FIR-214: Added 512 MB Reserved memory pool for Model This change adds a 512 MB contiguous memory area for model data Moved the reserved area from 0x7f100000 to 0x56A00000 and fixed the size to 512MB * @FIR-214: Enabling the PCI-E for NVME Added back to PCI-E config This change has been validated in a combined image of NVME and DDR based command queue --------- Co-authored-by: Ashish Trivedi <[email protected]>
1 parent f32437d commit 666e12d

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

arch/arm64/boot/dts/intel/socfpga_agilex.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
};
2828
service_reserved1: svcbuffer@1 {
2929
compatible = "shared-dma-pool";
30-
reg = <0x0 0x7F000000 0x0 0x7FFFFFFF>;
30+
reg = <0x0 0x56A00000 0x0 0x20000000>;
3131
alignment = <0x1000>;
3232
no-map;
3333
};

arch/arm64/boot/dts/intel/socfpga_agilex_bittware.dts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -181,14 +181,8 @@
181181
};
182182
};
183183

184-
/* To test TXE blob with DDR, we need to comment out PCIE & SSD */
185-
#ifdef DDR_ACCESS
186184
&pcie_0_pcie_aglx {
187185
status = "okay";
188186
compatible = "altr,pcie-root-port-3.0-f-tile";
189-
/* interrupts = <0 0 0>; */
190-
/* interrupts = <32 IRQ_TYPE_LEVEL_HIGH>;
191-
interupt_parent = <&intc>; */
192187
};
193-
#endif
194188

0 commit comments

Comments
 (0)