Hi Suman,
On 5/28/21 8:17 PM, Suman Anna wrote:
+&oc_sram {
+ main_r5fss0_core0_sram: r5f-sram@40000 {
+ reg = <0x40000 0x40000>;
+ };
+
+ main_r5fss0_core1_sram: r5f-sram@80000 {
+ reg = <0x80000 0x40000>;
+ };
+
+ main_r5fss1_core0_sram: r5f-sram@c0000 {
+ reg = <0xc0000 0x40000>;
+ };
+
+ main_r5fss1_core1_sram: r5f-sram@100000 {
+ reg = <0x100000 0x40000>;
+ };
+};
+
Now that ATF is being moved to end of SRAM[1], is it possible to move
these allocations closer to that ATF reserved location?
This will provide one large contiguouos memory at the beginning of SRAM
which can be used as generic pool. Right now there are two
dis-contiguous pool (256K@0 and ~384K@140000) which is not very
efficient use of SRAM.
[1]
http://kahuna.dhcp.ti.com:8000/project/arm64-ti-dts/patch/20210607133806.18158-1-a-govindraju@ti.com/
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel