Branch: refs/heads/main
Home: https://github.com/OpenAMP/openamp-system-reference
Commit: 24d2219dc9edbaca103fe9052a36434222e16404
https://github.com/OpenAMP/openamp-system-reference/commit/24d2219dc9edbaca…
Author: Tanmay Shah <tanmay.shah(a)amd.com>
Date: 2025-04-30 (Wed, 30 Apr 2025)
Changed paths:
M examples/linux/dts/xilinx/xilinx-openamp-for-v6.x.dtso
M examples/linux/dts/xilinx/zynqmp-openamp.dtso
Log Message:
-----------
linux: dts: xlnx: Fix r5f node name as per 6.12 kernel
Linux 6.12 kernel has updated node name for r5 cores.
Fix example dts accordingly otherwise it will generate wrong dt example
that won't work.
Signed-off-by: Tanmay Shah <tanmay.shah(a)amd.com>
To unsubscribe from these emails, change your notification settings at https://github.com/OpenAMP/openamp-system-reference/settings/notifications
Branch: refs/heads/main
Home: https://github.com/OpenAMP/openamp-system-reference
Commit: ab0a3036108cd336f776ab85fb1ff51ce73672d3
https://github.com/OpenAMP/openamp-system-reference/commit/ab0a3036108cd336…
Author: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Date: 2025-04-30 (Wed, 30 Apr 2025)
Changed paths:
M examples/legacy_apps/machine/microblaze_generic/platform_info.c
M examples/legacy_apps/machine/zynq7/platform_info.c
M examples/legacy_apps/machine/zynqmp/platform_info.c
M examples/legacy_apps/machine/zynqmp_r5/platform_info.c
M examples/legacy_apps/system/linux/machine/generic/platform_info.c
Log Message:
-----------
legacy_apps: fix assertion in remoteproc_remove_virtio
rpvdev->vdev value is set to NULL in rpmsg_deinit_vdev. This leads to
an assert when we use rpvdev->vdev as argument of
remoteproc_remove_virtio:
msg-test-rpmsg-ping-static:
./open-amp/lib/remoteproc/remoteproc.c:1039:
remoteproc_remove_virtio: Assertion `vdev' failed.
rpmsg-echo-static:
./open-amp/lib/remoteproc/remoteproc.c:1039:
remoteproc_remove_virtio: Assertion `vdev' failed.
Fix it by introducing a local vdev variable.
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Commit: 66c1b4c7e44a762139739673e4d0be4728b01276
https://github.com/OpenAMP/openamp-system-reference/commit/66c1b4c7e44a7621…
Author: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Date: 2025-04-30 (Wed, 30 Apr 2025)
Changed paths:
M examples/legacy_apps/machine/microblaze_generic/platform_info.c
M examples/legacy_apps/machine/zynq7/platform_info.c
M examples/legacy_apps/machine/zynqmp/platform_info.c
M examples/legacy_apps/machine/zynqmp_r5/platform_info.c
M examples/legacy_apps/system/linux/machine/generic/platform_info.c
Log Message:
-----------
legacy_apps: free rpmsg_device in platform_release_rpmsg_vdev
Free the rpvdev allocated in platform_create_rpmsg_vdev()
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Compare: https://github.com/OpenAMP/openamp-system-reference/compare/4cec7f818eb2...…
To unsubscribe from these emails, change your notification settings at https://github.com/OpenAMP/openamp-system-reference/settings/notifications
Branch: refs/heads/main
Home: https://github.com/OpenAMP/openamp-system-reference
Commit: 4cec7f818eb2077ad46851c2a909eaba750f8b92
https://github.com/OpenAMP/openamp-system-reference/commit/4cec7f818eb2077a…
Author: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Date: 2025-04-24 (Thu, 24 Apr 2025)
Changed paths:
M examples/legacy_apps/examples/linux_rpc_demo/linux_rpc_demod.c
M examples/legacy_apps/examples/load_fw/platform_info.c
M examples/legacy_apps/examples/load_fw/zynqmp_apu_lcm_rproc_example.c
M examples/legacy_apps/examples/load_fw/zynqmp_rpu_lcm_rproc_example.c
M examples/legacy_apps/examples/rpc_demo/rpc_demod.c
M examples/legacy_apps/machine/microblaze_generic/platform_info.c
M examples/legacy_apps/machine/zynq7/platform_info.c
M examples/legacy_apps/machine/zynq7/platform_info_remoteproc_master.c
M examples/legacy_apps/machine/zynq7/zynq_a9_rproc.c
M examples/legacy_apps/machine/zynqmp/platform_info.c
M examples/legacy_apps/machine/zynqmp/zynqmp_linux_r5_proc.c
M examples/legacy_apps/machine/zynqmp_r5/platform_info.c
M examples/legacy_apps/machine/zynqmp_r5/zynqmp_r5_a53_rproc.c
M examples/legacy_apps/system/generic/machine/zynq7/helper.c
M examples/legacy_apps/system/generic/machine/zynqmp_r5/helper.c
M examples/legacy_apps/system/linux/machine/generic/platform_info.c
M examples/linux/common/common.c
M examples/linux/rpmsg-proxy-app/proxy_app.c
Log Message:
-----------
examples: fix indentation and comments
Replace spaces with tabulations and update the formatting of some
comments.
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
To unsubscribe from these emails, change your notification settings at https://github.com/OpenAMP/openamp-system-reference/settings/notifications
Branch: refs/heads/main
Home: https://github.com/OpenAMP/open-amp
Commit: 589cc54d447b2ab4f4fbb41d8319ba001e0a2666
https://github.com/OpenAMP/open-amp/commit/589cc54d447b2ab4f4fbb41d8319ba00…
Author: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Date: 2025-04-17 (Thu, 17 Apr 2025)
Changed paths:
M CMakeLists.txt
M cmake/options.cmake
Log Message:
-----------
cmake: remove possibility to build applications
The application folder is deprecated and should no more be used.
Remove associated cmake options.
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Commit: 11b1bee1f2b65f6b0f1ffd0b9a84cbac84883b53
https://github.com/OpenAMP/open-amp/commit/11b1bee1f2b65f6b0f1ffd0b9a84cbac…
Author: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Date: 2025-04-17 (Thu, 17 Apr 2025)
Changed paths:
R doc/apps/echo_test/README.md
R doc/apps/matrix_multiply/README.md
R doc/apps/rpc_demo/README.md
Log Message:
-----------
documentation: remove documentation related to the application examples
Remove README files that provide information to build and run the applications.
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Commit: 400c063456a4e7df536eb4e0c4517530c57854ad
https://github.com/OpenAMP/open-amp/commit/400c063456a4e7df536eb4e0c4517530…
Author: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Date: 2025-04-17 (Thu, 17 Apr 2025)
Changed paths:
R apps/CMakeLists.txt
R apps/examples/CMakeLists.txt
R apps/examples/echo/CMakeLists.txt
R apps/examples/echo/rpmsg-echo.c
R apps/examples/echo/rpmsg-echo.h
R apps/examples/echo/rpmsg-ping.c
R apps/examples/linux_rpc_demo/CMakeLists.txt
R apps/examples/linux_rpc_demo/README.md
R apps/examples/linux_rpc_demo/linux-rpmsg-rpc-demo.h
R apps/examples/linux_rpc_demo/linux_rpc_demo.c
R apps/examples/linux_rpc_demo/linux_rpc_demod.c
R apps/examples/load_fw/CMakeLists.txt
R apps/examples/load_fw/common.h
R apps/examples/load_fw/load_fw.c
R apps/examples/load_fw/lscript.ld
R apps/examples/load_fw/mem_image_store.c
R apps/examples/load_fw/platform_info.c
R apps/examples/load_fw/platform_info.h
R apps/examples/load_fw/zynqmp_apu_lcm_rproc_example.c
R apps/examples/load_fw/zynqmp_r5_lcm_rproc_example.c
R apps/examples/load_fw/zynqmp_rpu_lcm_rproc_example.c
R apps/examples/matrix_multiply/CMakeLists.txt
R apps/examples/matrix_multiply/matrix_multiply.c
R apps/examples/matrix_multiply/matrix_multiply.h
R apps/examples/matrix_multiply/matrix_multiplyd.c
R apps/examples/nocopy_echo/CMakeLists.txt
R apps/examples/nocopy_echo/rpmsg-echo.h
R apps/examples/nocopy_echo/rpmsg-nocopy-echo.c
R apps/examples/nocopy_echo/rpmsg-nocopy-ping.c
R apps/examples/rpc_demo/CMakeLists.txt
R apps/examples/rpc_demo/rpc_demo.c
R apps/examples/rpc_demo/rpc_demod.c
R apps/examples/rpc_demo/rpmsg-rpc-demo.h
R apps/examples/rpmsg_sample_echo/CMakeLists.txt
R apps/examples/rpmsg_sample_echo/rpmsg-sample-echo.c
R apps/examples/rpmsg_sample_echo/rpmsg-sample-ping.c
R apps/include/platform_info_common.h
R apps/machine/CMakeLists.txt
R apps/machine/microblaze_generic/CMakeLists.txt
R apps/machine/microblaze_generic/README.md
R apps/machine/microblaze_generic/platform_info.c
R apps/machine/microblaze_generic/platform_info.h
R apps/machine/microblaze_generic/rsc_table.c
R apps/machine/microblaze_generic/rsc_table.h
R apps/machine/microblaze_generic/zynqmp_mb_a53_rproc.c
R apps/machine/zynqmp/CMakeLists.txt
R apps/machine/zynqmp/openamp-linux-userspace.dtsi
R apps/machine/zynqmp/platform_info.c
R apps/machine/zynqmp/platform_info.h
R apps/machine/zynqmp/zynqmp_linux_r5_proc.c
R apps/machine/zynqmp_r5/CMakeLists.txt
R apps/machine/zynqmp_r5/platform_info.c
R apps/machine/zynqmp_r5/platform_info.h
R apps/machine/zynqmp_r5/rsc_table.c
R apps/machine/zynqmp_r5/rsc_table.h
R apps/machine/zynqmp_r5/zynqmp_r5_a53_rproc.c
R apps/system/CMakeLists.txt
R apps/system/generic/CMakeLists.txt
R apps/system/generic/machine/CMakeLists.txt
R apps/system/generic/machine/microblaze_generic/CMakeLists.txt
R apps/system/generic/machine/microblaze_generic/helper.c
R apps/system/generic/machine/microblaze_generic/linker_remote.ld
R apps/system/generic/machine/zynqmp_r5/CMakeLists.txt
R apps/system/generic/machine/zynqmp_r5/helper.c
R apps/system/generic/machine/zynqmp_r5/linker_large_text.ld
R apps/system/generic/machine/zynqmp_r5/linker_remote.ld
R apps/system/linux/CMakeLists.txt
R apps/system/linux/machine/CMakeLists.txt
R apps/system/linux/machine/generic/CMakeLists.txt
R apps/system/linux/machine/generic/helper.c
R apps/system/linux/machine/generic/platform_info.c
R apps/system/linux/machine/generic/platform_info.h
R apps/system/linux/machine/generic/rsc_table.c
R apps/system/linux/machine/generic/rsc_table.h
R apps/system/linux/machine/zynqmp/CMakeLists.txt
R apps/system/linux/machine/zynqmp/helper.c
R apps/tests/CMakeLists.txt
R apps/tests/msg/CMakeLists.txt
R apps/tests/msg/rpmsg-flood-ping.c
R apps/tests/msg/rpmsg-nocopy-echo.c
R apps/tests/msg/rpmsg-nocopy-ping.c
R apps/tests/msg/rpmsg-ping.c
R apps/tests/msg/rpmsg-ping.h
R apps/tests/msg/rpmsg-update.c
Log Message:
-----------
apps: remove all legacy application examples
The applications are now available in the system-reference repository.
Remove the apps folder as it is no longer maintained.
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Compare: https://github.com/OpenAMP/open-amp/compare/516e1b21477d...400c063456a4
To unsubscribe from these emails, change your notification settings at https://github.com/OpenAMP/open-amp/settings/notifications
Branch: refs/heads/main
Home: https://github.com/OpenAMP/openamp-system-reference
Commit: bc26e7d367bf92101ddfeadef0718ef6acb3d64a
https://github.com/OpenAMP/openamp-system-reference/commit/bc26e7d367bf9210…
Author: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Date: 2025-04-17 (Thu, 17 Apr 2025)
Changed paths:
A examples/legacy_apps/examples/echo/README.rst
R examples/legacy_apps/examples/linux_rpc_demo/README.md
A examples/legacy_apps/examples/linux_rpc_demo/README.rst
A examples/legacy_apps/examples/matrix_multiply/README.rst
A examples/legacy_apps/examples/nocopy_echo/README.rst
A examples/legacy_apps/examples/rpc_demo/README.rst
A examples/legacy_apps/examples/rpmsg_sample_echo/README.rst
Log Message:
-----------
legacy apps: Add README.rst files
Add a demo for each legacy RPMsg demos.
Convert and clean up the README.md file for the limuc rpc demo.
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
To unsubscribe from these emails, change your notification settings at https://github.com/OpenAMP/openamp-system-reference/settings/notifications
Branch: refs/heads/main
Home: https://github.com/OpenAMP/open-amp
Commit: 516e1b21477d69ae9af36ab6c36f02d7b7752b22
https://github.com/OpenAMP/open-amp/commit/516e1b21477d69ae9af36ab6c36f02d7…
Author: Bill Mills <bill.mills(a)linaro.org>
Date: 2025-04-17 (Thu, 17 Apr 2025)
Changed paths:
M .github/actions/build_ci/entrypoint.sh
Log Message:
-----------
CI: update known working version of Zephyr and its SDK
These are the current versions and have already been tested via the
Zephyr health check job.
Signed-off-by: Bill Mills <bill.mills(a)linaro.org>
To unsubscribe from these emails, change your notification settings at https://github.com/OpenAMP/open-amp/settings/notifications