Branch: refs/heads/main Home: https://github.com/OpenAMP/openamp-system-reference Commit: cde20918d94c1fea560da94e5dfc51afa08dbe33 https://github.com/OpenAMP/openamp-system-reference/commit/cde20918d94c1fea5... Author: Iuliana Prodan iuliana.prodan@nxp.com Date: 2024-10-02 (Wed, 02 Oct 2024)
Changed paths: A examples/zephyr/rpmsg_multi_services/sample.yaml R examples/zephyr/rpmsg_multi_services/src/sample.yaml
Log Message: ----------- examples: zephyr: move sample.yaml out of src/ folder
Move sample.yaml file outside of source folder. While here, fix some typos.
Signed-off-by: Iuliana Prodan iuliana.prodan@nxp.com
Commit: 0835217f17dc69b3ed26c6823587ca5a7c6be220 https://github.com/OpenAMP/openamp-system-reference/commit/0835217f17dc69b3e... Author: Iuliana Prodan iuliana.prodan@nxp.com Date: 2024-10-02 (Wed, 02 Oct 2024)
Changed paths: R examples/zephyr/rpmsg_multi_services/src/CMakeLists.txt R examples/zephyr/rpmsg_multi_services/src/README.rst R examples/zephyr/rpmsg_multi_services/src/prj.conf
Log Message: ----------- examples: zephyr: remove unneeded files from src/ folder
In src/ folder should only be source files, therefore remove the others. Actually all these files (README, CMakeLists and prj.conf) are already in sample's folder, where they belong.
Signed-off-by: Iuliana Prodan iuliana.prodan@nxp.com
Commit: f9f2706d8164047a0bcd2e2db8d3631fc1b0ed23 https://github.com/OpenAMP/openamp-system-reference/commit/f9f2706d8164047a0... Author: Iuliana Prodan iuliana.prodan@nxp.com Date: 2024-10-02 (Wed, 02 Oct 2024)
Changed paths: M examples/zephyr/rpmsg_multi_services/prj.conf
Log Message: ----------- examples: zephyr: remove arch specific config from project
The CONFIG_PLATFORM_SPECIFIC_INIT is bool, so the default value is implicitly n. Therefore, is redundant to set it again.
Also, this is arch specific, and it should be no restriction to run the sample on other, non-arm, platforms.
Signed-off-by: Iuliana Prodan iuliana.prodan@nxp.com
Commit: 340adb9f2dc42451084d895e402704181371a976 https://github.com/OpenAMP/openamp-system-reference/commit/340adb9f2dc424510... Author: Iuliana Prodan iuliana.prodan@nxp.com Date: 2024-10-02 (Wed, 02 Oct 2024)
Changed paths: M examples/zephyr/rpmsg_multi_services/src/main_remote.c
Log Message: ----------- examples: zephyr: increase stack size
While testing rpmsg_multi_services example on HiFi4 DSP from i.MX8M Plus, realized the stack is not enough. Increase the size based on Thread Analyzer measurements: ... <dbg> openamp_rsc_table: mailbox_notify: mailbox_notify: msg received
OpenAMP Linux sample client responder ended Thread analyze: 0x9240d5b0 : STACK: unused 688 usage 1360 / 2048 (66 %); CPU: 0 % : Total CPU cycles used: 25065 0x9240d638 : STACK: unused 704 usage 1344 / 2048 (65 %); CPU: 0 % : Total CPU cycles used: 19662 0x9240d748 : STACK: unused 328 usage 696 / 1024 (67 %); CPU: 0 % : Total CPU cycles used: 1234863 0x9240d7d0 : STACK: unused 272 usage 752 / 1024 (73 %); CPU: 0 % : Total CPU cycles used: 53216 0x9240d858 : STACK: unused 168 usage 856 / 1024 (83 %); CPU: 98 % : Total CPU cycles used: 136995186 0x9240d920 : STACK: unused 936 usage 88 / 1024 (8 %); CPU: 0 % : Total CPU cycles used: 0 ISR0 : STACK: unused 1584 usage 464 / 2048 (22 %)
Signed-off-by: Iuliana Prodan iuliana.prodan@nxp.com
Commit: 5386c24ae376f35a760fd07550d959bb5ca51c5c https://github.com/OpenAMP/openamp-system-reference/commit/5386c24ae376f35a7... Author: Iuliana Prodan iuliana.prodan@nxp.com Date: 2024-10-02 (Wed, 02 Oct 2024)
Changed paths: A examples/zephyr/rpmsg_multi_services/boards/nxp_adsp_imx8m.conf A examples/zephyr/rpmsg_multi_services/boards/nxp_adsp_imx8m.overlay M examples/zephyr/rpmsg_multi_services/sample.yaml
Log Message: ----------- examples: add support for nxp_adsp_imx8m in rpmsg_multi_services
Add the dts and config overlay for nxp_adsp_imx8m board in order to have the rpmsg_multi_services sample working on HiFi4 DSP from i.MX 8M Plus.
Signed-off-by: Iuliana Prodan iuliana.prodan@nxp.com
Compare: https://github.com/OpenAMP/openamp-system-reference/compare/d57bae7346f2...5...
To unsubscribe from these emails, change your notification settings at https://github.com/OpenAMP/openamp-system-reference/settings/notifications
openamp-rp@lists.openampproject.org