Branch: refs/heads/main
Home: https://github.com/OpenAMP/libmetal
Commit: f6653009fc3b69e9dfbbd3de2e9cfb336ed0a490
https://github.com/OpenAMP/libmetal/commit/f6653009fc3b69e9dfbbd3de2e9cfb33…
Author: Andrew Davis <afd(a)ti.com>
Date: 2026-04-28 (Tue, 28 Apr 2026)
Changed paths:
M lib/cache.h
M lib/log.h
M lib/softirq.h
M lib/time.h
Log Message:
-----------
lib: Fix docs group names
These names need to match what is referenced in other parts of the
docs or links may not function correctly. This is the case for
softirq.h, the rest of these changes are to make the names more
uniform, which looks better when listing all doc pages.
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
Branch: refs/heads/main
Home: https://github.com/OpenAMP/open-amp
Commit: cfc300505e120e7e5f595760de976ffc48100c43
https://github.com/OpenAMP/open-amp/commit/cfc300505e120e7e5f595760de976ffc…
Author: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Date: 2026-04-27 (Mon, 27 Apr 2026)
Changed paths:
M lib/include/openamp/virtio.h
Log Message:
-----------
virtio: remove deprecated VIRTIO_DRIVER/DEVICE_ONLY support
The following configuration are deprecated since more than 2 years
(v2024.05):
- VIRTIO_DRIVER_ONLY
- VIRTIO_DEVICE_ONLY
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Commit: 89dea1d7a5eae5cc4e06ff4eda28896b06509baf
https://github.com/OpenAMP/open-amp/commit/89dea1d7a5eae5cc4e06ff4eda28896b…
Author: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Date: 2026-04-27 (Mon, 27 Apr 2026)
Changed paths:
M lib/include/openamp/rpmsg_virtio.h
Log Message:
-----------
rpmsg: remove deprecated rpmsg_virtio API
The following configuration are deprecated since more than 2 years
(v2024.05):
- rpmsg_virtio_get_status
- rpmsg_virtio_get_features
- rpmsg_virtio_read_config
- virtio_write_config
- rpmsg_virtio_create_virtqueues
- rpmsg_virtio_delete_virtqueues
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Compare: https://github.com/OpenAMP/open-amp/compare/00a3c0d3f754...89dea1d7a5ea
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: bce63e013327796024852a65cc98e5a9c7a04d36
https://github.com/OpenAMP/libmetal/commit/bce63e013327796024852a65cc98e5a9…
Author: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Date: 2026-04-10 (Fri, 10 Apr 2026)
Changed paths:
M cmake/options.cmake
Log Message:
-----------
cmake: Do not propagate compilation options to the main project
When libmetal is included in the main project using
add_subdirectory(libmetal), using set_property(GLOBAL ...)
propagates properties to the main project. This can cause
build errors if warnings are treated as errors.
Remove set_property(GLOBAL ...) calls from libmetal’s CMakeLists.
Use only target_compile_options and target properties on
libmetal’s own targets. The main project should determine
its own compilation options.
fix commit d077e286a437 ("cmake: set PROJECT_EC_FLAGS to be GLOBAL property")
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Commit: 0678a811055cc9f042182aeabebadf021f138750
https://github.com/OpenAMP/libmetal/commit/0678a811055cc9f042182aeabebadf02…
Author: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Date: 2026-04-10 (Fri, 10 Apr 2026)
Changed paths:
M lib/system/zephyr/init.c
Log Message:
-----------
system: zephyr: fix build issue
fix build error
/github/workspace/lib/system/zephyr/init.c:18:52:
error: unused parameter 'params' [-Werror=unused-parameter]
18 | int metal_sys_init(const struct metal_init_params *params)
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Commit: 4a7fcfbbe450a2163b199cf3f601af2234c2575b
https://github.com/OpenAMP/libmetal/commit/4a7fcfbbe450a2163b199cf3f601af22…
Author: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Date: 2026-04-10 (Fri, 10 Apr 2026)
Changed paths:
M test/system/zephyr/main.c
Log Message:
-----------
test: zephyr: fix build issue
test/system/zephyr/main.c: In function 'metal_zephyr_allocate_memory':
test/system/zephyr/main.c:33:23: error:comparison of integer expressions
of different signedness: 'int' and 'unsigned int' [-Werror=sign-compare]
33 | for (i = 0; i < sizeof(block)/sizeof(block[0]); i++) {
| ^
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Compare: https://github.com/OpenAMP/libmetal/compare/c65f40afd64c...4a7fcfbbe450
To unsubscribe from these emails, change your notification settings at https://github.com/OpenAMP/libmetal/settings/notifications