All,
Today's meeting may appear 1 hour later for North America and maybe others.
In addition Mathieu won't be on today's call.
The timezone for this meeting is tied to the UK timezone and they have
already "fallen back" to standard time while the US and Canada have not.
This is a one week blip in the time of the meeting.
The meeting on Nov 13 will be back to normal.
Thanks,
Bill
--
Bill Mills
Principal Technical Consultant, Linaro
+1-240-643-0836
TZ: US Eastern
Work Schedule: Tues/Wed/Thur
Branch: refs/heads/main
Home: https://github.com/OpenAMP/libmetal
Commit: 9f749f092e4eb457c61e5d0982d49daeb20faf57
https://github.com/OpenAMP/libmetal/commit/9f749f092e4eb457c61e5d0982d49dae…
Author: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Date: 2025-10-24 (Fri, 24 Oct 2025)
Changed paths:
M lib/system/freertos/sys.h
A lib/system/freertos/template/CMakeLists.txt
A lib/system/freertos/template/sys.c
A lib/system/freertos/template/sys.h
A lib/system/freertos/xlnx/CMakeLists.txt
M lib/system/generic/sys.h
A lib/system/generic/template/CMakeLists.txt
A lib/system/generic/template/sys.c
A lib/system/generic/template/sys.h
Log Message:
-----------
lib: system: re-enable the support of the template machine
The template machine is used in:
cmake/platforms/template-generic.cmake
cmake/platforms/template-freertos.cmake
This reverts a part of:
commit 16493b179fb4 ("lib: system: remove xlnx BSP specific code")
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/libmetal/settings/notifications
Branch: refs/heads/main
Home: https://github.com/OpenAMP/open-amp
Commit: d183f24ea0fd5ddeac9de3396ceca909499ae9ba
https://github.com/OpenAMP/open-amp/commit/d183f24ea0fd5ddeac9de3396ceca909…
Author: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Date: 2025-10-20 (Mon, 20 Oct 2025)
Changed paths:
M cmake/options.cmake
M lib/include/openamp/remoteproc_virtio.h
M lib/include/openamp/rpmsg_virtio.h
M lib/include/openamp/virtqueue.h
Log Message:
-----------
cmake: remove deprecated cache options
Remove the following CMake options and associated definitions that have
been deprecated for over two years:
- WITH_DCACHE_VRINGS
- WITH_DCACHE_BUFFERS
- WITH_DCACHE_RSC_TABLE
- VIRTIO_CACHED_RSC_TABLE
- VIRTIO_CACHED_BUFFERS
- VIRTIO_CACHED_VRINGS
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Commit: a399378a5d9c913bee2598677333b7f3dc21f533
https://github.com/OpenAMP/open-amp/commit/a399378a5d9c913bee2598677333b7f3…
Author: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Date: 2025-10-20 (Mon, 20 Oct 2025)
Changed paths:
M lib/include/openamp/virtio.h
M lib/virtio/virtio.c
Log Message:
-----------
virtio: remove deprecated virtio_describe() function
The function is deprecated since more than 2 years, remove it.
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Compare: https://github.com/OpenAMP/open-amp/compare/f819642829a6...a399378a5d9c
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: f819642829a6080038311d0a7828415c6bee9ef5
https://github.com/OpenAMP/open-amp/commit/f819642829a6080038311d0a7828415c…
Author: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Date: 2025-10-17 (Fri, 17 Oct 2025)
Changed paths:
M lib/include/openamp/remoteproc_virtio.h
Log Message:
-----------
remoteproc virtio: Fix documentation
The function rproc_virtio_wait_remote_ready does not return a value.
Remove the related @return field from the documentation.
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/open-amp/settings/notifications
Branch: refs/heads/main
Home: https://github.com/OpenAMP/open-amp
Commit: b42e8443b9c0496f0eed9ebcc10683f1745bcd17
https://github.com/OpenAMP/open-amp/commit/b42e8443b9c0496f0eed9ebcc10683f1…
Author: Deep Chordia <dchordia(a)blackberry.com>
Date: 2025-10-17 (Fri, 17 Oct 2025)
Changed paths:
M lib/include/openamp/remoteproc_virtio.h
M lib/include/openamp/rpmsg_virtio.h
M lib/include/openamp/virtqueue.h
Log Message:
-----------
lib: remove CACHE_* macros
- removes CACHE_FLUSH macro clashing with internal QNX definition
- also removes CACHE_INVALIDATE macro for consistency
Signed-off-by: Deep Chordia <dchordia(a)blackberry.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: 6db90ebfcd5cb3285ca54a015920cc25e9ea027f
https://github.com/OpenAMP/open-amp/commit/6db90ebfcd5cb3285ca54a015920cc25…
Author: Sipke Vriend <sipke(a)direktembedded.com>
Date: 2025-10-16 (Thu, 16 Oct 2025)
Changed paths:
M lib/include/openamp/virtio_ring.h
Log Message:
-----------
doxygen: define vring memory layout using table
review requested to use a table rather than a code snippet to define
the memory layout, so convert proposed struct to a table with
definition, size and description and explanation of padding between
available and used structures.
Signed-off-by: Sipke Vriend <sipke(a)direktembedded.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: 9c4ad74ab4e31f4b74be78a69900d683cbd43680
https://github.com/OpenAMP/open-amp/commit/9c4ad74ab4e31f4b74be78a69900d683…
Author: Bowen Wang <wangbowen6(a)xiaomi.com>
Date: 2025-10-16 (Thu, 16 Oct 2025)
Changed paths:
M lib/include/openamp/virtqueue.h
M lib/rpmsg/rpmsg_virtio.c
M lib/virtio/virtqueue.c
Log Message:
-----------
virtqueue: add more virtqueue apis for the virtio device side
In virtio device side, we always need to get the next avaiable
buffer based on current buffer index. So add these two APIs for
convinience use.
For example, virtio blk driver origanize the buffer:
+----------+
| Reqeust | (Flags: Read | Next)
+----------+
| Buffer | (Flags: Read/Write | Next)
+----------+
| Response | (Flags: Write)
+----------+
For the virtio blk device size, we need get the Buffer and Response buffer
based on the Request buffer index.
So add api virtqueue_get_next_avail_buffer() to get the next available
buffer based on the first buffer index.
And rename the virtqueue_get_available_buffer() to
virtqueue_get_first_avail_buffer()
Signed-off-by: Bowen Wang <wangbowen6(a)xiaomi.com>
Signed-off-by: Yongrong Wang <wangyongrong(a)xiaomi.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/libmetal
Commit: 71c2fb3643461e93b6638c3e7add97a2ed9d3e07
https://github.com/OpenAMP/libmetal/commit/71c2fb3643461e93b6638c3e7add97a2…
Author: chao an <anchao.archer(a)bytedance.com>
Date: 2025-10-16 (Thu, 16 Oct 2025)
Changed paths:
M lib/system/nuttx/time.c
Log Message:
-----------
libmetal/nuttx: Update function prototype changes
clock_systime_timespec() always returns 0, so there is no need to
check the return value in the caller code, let us remove the return
value directly.
From:
int clock_systime_timespec(FAR struct timespec *ts)
To:
void clock_systime_timespec(FAR struct timespec *ts)
Fix build break:
libmetal/lib/system/nuttx/time.c: In function ‘metal_get_timestamp’:
libmetal/lib/system/nuttx/time.c:21:11:
error: void value not ignored as it ought to be
21 | r = clock_systime_timespec(&tp);
| ^
make[1]: *** [Makefile:46: libmetal/lib/system/nuttx/time.o] Error 1
Signed-off-by: chao an <anchao.archer(a)bytedance.com>
To unsubscribe from these emails, change your notification settings at https://github.com/OpenAMP/libmetal/settings/notifications