Branch: refs/heads/main
Home: https://github.com/OpenAMP/open-amp
Commit: 6def5356b86709941ccc8ebdcd0bce37901e425b
https://github.com/OpenAMP/open-amp/commit/6def5356b86709941ccc8ebdcd0bce37…
Author: Jiaqi Yao <yaojiaqi(a)lixiang.com>
Date: 2026-05-21 (Thu, 21 May 2026)
Changed paths:
M README.md
Log Message:
-----------
README: remove deprecated cache options
Remove the split dcache CMake options from the README.
The options were removed by d183f24 after being deprecated in favor of
WITH_DCACHE. Document only WITH_DCACHE as the supported way to enable
cache operations for vrings, buffers and resource table.
Signed-off-by: Jiaqi Yao <yaojiaqi(a)lixiang.com>
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/open-amp
Commit: e2ba0839a7c9d28ba8b14fcb87ce91b51bbd1fed
https://github.com/OpenAMP/open-amp/commit/e2ba0839a7c9d28ba8b14fcb87ce91b5…
Author: Andrew Davis <afd(a)ti.com>
Date: 2026-05-11 (Mon, 11 May 2026)
Changed paths:
M cmake/options.cmake
M cmake/platforms/zynqmp_linux.cmake
M cmake/platforms/zynqmp_r5_generic.cmake
M cmake/syscheck.cmake
Log Message:
-----------
cmake: Remove unused CMake variables MACHINE and PROJECT_MACHINE
These were used when this repo contained machine specific examples.
With those moved to the openamp-system-reference project, these CMake
variables are now unused. Remove them.
Signed-off-by: Andrew Davis <afd(a)ti.com>
Commit: dc65de1e017bbb7119c4b7e6a7eb223a8ac1d2e8
https://github.com/OpenAMP/open-amp/commit/dc65de1e017bbb7119c4b7e6a7eb223a…
Author: Andrew Davis <afd(a)ti.com>
Date: 2026-05-11 (Mon, 11 May 2026)
Changed paths:
M cmake/options.cmake
Log Message:
-----------
cmake: Remove unused CMake variable PROJECT_PROCESSOR
This CMake variable is unused, looks to be copied over from libmetal CMake
files. Remove it.
Signed-off-by: Andrew Davis <afd(a)ti.com>
Commit: 468343399cea8b3b35b3de2a82e360ed2cdfd897
https://github.com/OpenAMP/open-amp/commit/468343399cea8b3b35b3de2a82e360ed…
Author: Andrew Davis <afd(a)ti.com>
Date: 2026-05-11 (Mon, 11 May 2026)
Changed paths:
A cmake/platforms/arm64_generic.cmake
A cmake/platforms/arm64_linux.cmake
A cmake/platforms/arm_r5_generic.cmake
R cmake/platforms/zynqmp_a53_generic.cmake
R cmake/platforms/zynqmp_linux.cmake
R cmake/platforms/zynqmp_r5_generic.cmake
Log Message:
-----------
cmake: Rename platform example cmake files
There is nothing "zynqmp" specific in these files, rename them to generic
ARM names. Having only "zynqmp" files in platforms as before might give
the impression only ZynqMP platforms are supported by this project.
Signed-off-by: Andrew Davis <afd(a)ti.com>
Compare: https://github.com/OpenAMP/open-amp/compare/5bcc7c0401ca...468343399cea
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: bd97c9a28a236a3af41c424aa1eabaa38bd5831d
https://github.com/OpenAMP/libmetal/commit/bd97c9a28a236a3af41c424aa1eabaa3…
Author: Andrew Davis <afd(a)ti.com>
Date: 2026-05-11 (Mon, 11 May 2026)
Changed paths:
M CMakeLists.txt
M README.md
R examples/CMakeLists.txt
R examples/system/CMakeLists.txt
R examples/system/freertos/CMakeLists.txt
R examples/system/freertos/xlnx_r5/CMakeLists.txt
R examples/system/freertos/xlnx_r5/amp_demo/CMakeLists.txt
R examples/system/freertos/xlnx_r5/amp_demo/common.h
R examples/system/freertos/xlnx_r5/amp_demo/ipi_latency_demod.c
R examples/system/freertos/xlnx_r5/amp_demo/ipi_shmem_demod.c
R examples/system/freertos/xlnx_r5/amp_demo/libmetal_amp_demod.c
R examples/system/freertos/xlnx_r5/amp_demo/lscript.ld
R examples/system/freertos/xlnx_r5/amp_demo/platform_config.h
R examples/system/freertos/xlnx_r5/amp_demo/shmem_atomic_demod.c
R examples/system/freertos/xlnx_r5/amp_demo/shmem_demod.c
R examples/system/freertos/xlnx_r5/amp_demo/shmem_latency_demod.c
R examples/system/freertos/xlnx_r5/amp_demo/shmem_throughput_demod.c
R examples/system/freertos/xlnx_r5/amp_demo/sys_init.c
R examples/system/freertos/xlnx_r5/amp_demo/sys_init.h
R examples/system/generic/CMakeLists.txt
R examples/system/generic/xlnx_r5/CMakeLists.txt
R examples/system/generic/xlnx_r5/amp_demo/CMakeLists.txt
R examples/system/generic/xlnx_r5/amp_demo/common.h
R examples/system/generic/xlnx_r5/amp_demo/ipi_latency_demod.c
R examples/system/generic/xlnx_r5/amp_demo/ipi_shmem_demod.c
R examples/system/generic/xlnx_r5/amp_demo/libmetal_amp_demod.c
R examples/system/generic/xlnx_r5/amp_demo/lscript.ld
R examples/system/generic/xlnx_r5/amp_demo/platform_config.h
R examples/system/generic/xlnx_r5/amp_demo/shmem_atomic_demod.c
R examples/system/generic/xlnx_r5/amp_demo/shmem_demod.c
R examples/system/generic/xlnx_r5/amp_demo/shmem_latency_demod.c
R examples/system/generic/xlnx_r5/amp_demo/shmem_throughput_demod.c
R examples/system/generic/xlnx_r5/amp_demo/sys_init.c
R examples/system/generic/xlnx_r5/amp_demo/sys_init.h
R examples/system/linux/CMakeLists.txt
R examples/system/linux/xlnx/CMakeLists.txt
R examples/system/linux/xlnx/zynqmp_amp_demo/CMakeLists.txt
R examples/system/linux/xlnx/zynqmp_amp_demo/common.h
R examples/system/linux/xlnx/zynqmp_amp_demo/ipi_latency_demo.c
R examples/system/linux/xlnx/zynqmp_amp_demo/ipi_shmem_demo.c
R examples/system/linux/xlnx/zynqmp_amp_demo/libmetal_amp_demo.c
R examples/system/linux/xlnx/zynqmp_amp_demo/libmetal_amp_demod.c
R examples/system/linux/xlnx/zynqmp_amp_demo/shmem_atomic_demo.c
R examples/system/linux/xlnx/zynqmp_amp_demo/shmem_demo.c
R examples/system/linux/xlnx/zynqmp_amp_demo/shmem_latency_demo.c
R examples/system/linux/xlnx/zynqmp_amp_demo/shmem_throughput_demo.c
R examples/system/linux/xlnx/zynqmp_amp_demo/sys_init.c
R examples/system/linux/xlnx/zynqmp_amp_demo/sys_init.h
Log Message:
-----------
examples: Remove remaining examples
Moving the vendor specific examples over to openamp-system-reference
was slated for 2024.10 (~2 years ago). Some have been moved, others
seem to be abandoned. Remove remaining examples.
Signed-off-by: Andrew Davis <afd(a)ti.com>
To unsubscribe from these emails, change your notification settings at https://github.com/OpenAMP/libmetal/settings/notifications
Hello OpenAMP developers and community,
The v2026.04 release is now available for both the OpenAMP and libmetal libraries.
For details about this release, please refer to the release notes:
- libmetal: v2026.04.0<https://github.com/OpenAMP/libmetal/releases/tag/v2026.04.0>
- open-amp: v2026.04.0<https://github.com/OpenAMP/open-amp/releases/tag/v2026.04.0>
The system-reference and openamp-docs repositories are scheduled for release in May.
Thank you all for your valuable contributions to the maintenance and development of these libraries.
Best regards,
The OpenAMP Team
Hello OpenAMP developers and community,
The v2026.04 release is now available for both the OpenAMP and libmetal
libraries.
For details about this release, please refer to the release notes:
- libmetal: [1]v2026.04.0
- open-amp: [2]v2026.04.0
The system-reference and openamp-docs repositories are scheduled for
release in May.
Thank you all for your valuable contributions to the maintenance and
development of these libraries.
Best regards,
The OpenAMP Team
References
1. https://github.com/OpenAMP/libmetal/releases/tag/v2026.04.0
2. https://github.com/OpenAMP/open-amp/releases/tag/v2026.04.0
Branch: refs/heads/main
Home: https://github.com/OpenAMP/libmetal
Commit: 80ab6b0d506a0d8eb4f2b87926682ababbb804b3
https://github.com/OpenAMP/libmetal/commit/80ab6b0d506a0d8eb4f2b87926682aba…
Author: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Date: 2026-05-04 (Mon, 04 May 2026)
Changed paths:
M VERSION
Log Message:
-----------
release: libmetal 2026.04.0
Set library version to 1.10.0
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Signed-off-by: Ed Mooring <ed.mooring(a)gmail.com>
Signed-off-by: Tanmay Shah <tanmay.shah(a)amd.com>
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/open-amp
Commit: 5bcc7c0401cace5e3d6719a06a0d1f92e30251aa
https://github.com/OpenAMP/open-amp/commit/5bcc7c0401cace5e3d6719a06a0d1f92…
Author: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Date: 2026-05-04 (Mon, 04 May 2026)
Changed paths:
M VERSION
Log Message:
-----------
release: open-amp 2026.04.0
Set library version to 1.10.0
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Signed-off-by: Ed Mooring <ed.mooring(a)gmail.com>
Signed-off-by: Tanmay Shah <tanmay.shah(a)amd.com>
To unsubscribe from these emails, change your notification settings at https://github.com/OpenAMP/open-amp/settings/notifications