Why RPMSG size is changed on A9 core in latest BSP imx-5.4.24-2.1.0.xml from 0x8000 to 0x10000 ?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Why RPMSG size is changed on A9 core in latest BSP imx-5.4.24-2.1.0.xml from 0x8000 to 0x10000 ?

ソリューションへジャンプ
1,194件の閲覧回数
rakesh_patel
Senior Contributor I

Old BSP with kernel 4.1.15

============

&rpmsg{
compatible = "fsl,imx6sx-rpmsg";
reg = <0x9FFF0000 0x8000>;
status = "okay";
};

 

New BSP with kernel 5.4

============

&rpmsg{
vdev-nums = <1>;
compatible = "fsl,imx6sx-rpmsg";
reg = <0x9FFF0000 0x10000>;
status = "okay";
};

 

Query:

================

1) Why RPMSG size change on A9 core only? Does it not required on M4 side as well?

2) What is the calculation to change size from 0x8000 to 0x10000?

ラベル(1)
0 件の賞賛
返信
1 解決策
1,167件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi rakesh_patel

 

usually for bsp changes no additional documents provided except on official nxp linux link:

https://www.nxp.com/design/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applicat...

 

Also nxp official L4.1.15 bsp (from codeaurora.org/external/imx/linux-imx repository) has not such entry :

https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm/boot/dts/imx6sx-sdb-m4.dts?h=imx_...

 

Old BSP with kernel 4.1.15

============

&rpmsg{
compatible = "fsl,imx6sx-rpmsg";
reg = <0x9FFF0000 0x8000>;
status = "okay";
};

 

Best regards
igor

元の投稿で解決策を見る

0 件の賞賛
返信
3 返答(返信)
1,189件の閲覧回数
igorpadykov
NXP Employee
NXP Employee
0 件の賞賛
返信
1,173件の閲覧回数
rakesh_patel
Senior Contributor I

@igorpadykov :

Thanks for sharing the open-forum links.

But, I want some useful information from NXP's documents for changing size in A9 core in new BSP and no change in M4 side.

Please do needful for the same.

0 件の賞賛
返信
1,168件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi rakesh_patel

 

usually for bsp changes no additional documents provided except on official nxp linux link:

https://www.nxp.com/design/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applicat...

 

Also nxp official L4.1.15 bsp (from codeaurora.org/external/imx/linux-imx repository) has not such entry :

https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm/boot/dts/imx6sx-sdb-m4.dts?h=imx_...

 

Old BSP with kernel 4.1.15

============

&rpmsg{
compatible = "fsl,imx6sx-rpmsg";
reg = <0x9FFF0000 0x8000>;
status = "okay";
};

 

Best regards
igor

0 件の賞賛
返信