Branch: refs/heads/main
Home: https://github.com/OpenAMP/open-amp
Commit: 4098a2c5bdcae6f77f2bd5a37f6ed70f388b37ba
https://github.com/OpenAMP/open-amp/commit/4098a2c5bdcae6f77f2bd5a37f6ed70f…
Author: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Date: 2026-07-21 (Tue, 21 Jul 2026)
Changed paths:
M .github/actions/build_ci/entrypoint.sh
Log Message:
-----------
CI: Update to Zephyr 4.4 to fix cmake dependency
Zephyr 4.3 does not properly support CMake 4.x.
The command "west sdk install" fails because of some Zephyr CMake files.
The issue has been fixed in Zephyr 4.4. Upgrade to Zephyr 4.4
instead of trying to apply a temporary fix for Zephyr 4.3.
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Commit: cda8c64317f4c764c67191f89194759144033be2
https://github.com/OpenAMP/open-amp/commit/cda8c64317f4c764c67191f891947591…
Author: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Date: 2026-07-21 (Tue, 21 Jul 2026)
Changed paths:
M .github/actions/build_ci/entrypoint.sh
Log Message:
-----------
CI: install pip packages before exporting zephyr cmake package
Since Zephyr 4.0, the command west packages pip --install must be run
before west zephyr-export.
Without this order, an error can occur when running west zephyr-export.
ModuleNotFoundError: No module named 'jsonschema'
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Compare: https://github.com/OpenAMP/open-amp/compare/9ff23a10ce22...cda8c64317f4
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/libmetal
Commit: 1ca622c845a893490cd8543eccbee47066a655d9
https://github.com/OpenAMP/libmetal/commit/1ca622c845a893490cd8543eccbee470…
Author: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Date: 2026-07-21 (Tue, 21 Jul 2026)
Changed paths:
M .github/actions/build_ci/entrypoint.sh
Log Message:
-----------
CI: Update to Zephyr 4.4 to fix cmake dependency
Zephyr 4.3 does not properly support CMake 4.x.
The command "west sdk install" fails because of some Zephyr CMake files.
The issue has been fixed in Zephyr 4.4. Upgrade to Zephyr 4.4
instead of trying to apply a temporary fix for Zephyr 4.3.
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Commit: 6d79bdfcc0217419d6db4af9aeb6e06b68b44ccf
https://github.com/OpenAMP/libmetal/commit/6d79bdfcc0217419d6db4af9aeb6e06b…
Author: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Date: 2026-07-21 (Tue, 21 Jul 2026)
Changed paths:
M .github/actions/build_ci/entrypoint.sh
Log Message:
-----------
CI: install pip packages before exporting zephyr cmake package
Since Zephyr 4.0, the command west packages pip --install must be run
before west zephyr-export.
Without this order, an error can occur when running west zephyr-export.
ModuleNotFoundError: No module named 'jsonschema'
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Compare: https://github.com/OpenAMP/libmetal/compare/c5389ea380a2...6d79bdfcc021
To unsubscribe from these emails, change your notification settings at https://github.com/OpenAMP/libmetal/settings/notifications
Branch: refs/heads/main
Home: https://github.com/OpenAMP/openamp-system-reference
Commit: 2aff939b530360c1eb0529e90e69c17681426280
https://github.com/OpenAMP/openamp-system-reference/commit/2aff939b530360c1…
Author: Tanmay Shah <tanmay.shah(a)amd.com>
Date: 2026-07-20 (Mon, 20 Jul 2026)
Changed paths:
M examples/legacy_apps/machine/xlnx/zynqmp_r5/platform_info.c
M examples/legacy_apps/machine/xlnx/zynqmp_r5/rsc_table.c
M examples/legacy_apps/machine/xlnx/zynqmp_r5/rsc_table.h
Log Message:
-----------
Revert "legacy_apps: zynqmp_r5: restore initial resources"
This reverts commit 75c158b008d6d758c39870814dbf8a92cc084867.
The original commit was introduced to support repeat attach-detach.
Since Linux side need to fix remoteproc virtio reset mechanism, this
commit becomes irrelevant. Also, this commit creates problems during
multiple reboot of the remote processor. Hence revert it until
remoteproc virtio reset mechanism is fixed in the linux kernel, and then
this commit will be re-introduced as needed.
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/open-amp
Commit: 9ff23a10ce22cb270948f282a330b51bc7f93df7
https://github.com/OpenAMP/open-amp/commit/9ff23a10ce22cb270948f282a330b51b…
Author: Shichun Ma <masc2008(a)gmail.com>
Date: 2026-07-15 (Wed, 15 Jul 2026)
Changed paths:
M lib/virtio/virtqueue.c
Log Message:
-----------
virtio: fix NULL pointer dereference in virtqueue_notification
Add a NULL check for vq before dereferencing it in
virtqueue_notification() to prevent a crash when vq is NULL.
Signed-off-by: Shichun Ma <masc2008(a)gmail.com>
To unsubscribe from these emails, change your notification settings at https://github.com/OpenAMP/open-amp/settings/notifications