Branch: refs/heads/main
Home: https://github.com/OpenAMP/openamp-system-reference
Commit: a628dde85c3567b543efb97fc390062410c03637
https://github.com/OpenAMP/openamp-system-reference/commit/a628dde85c3567b5…
Author: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Date: 2024-12-11 (Wed, 11 Dec 2024)
Changed paths:
M examples/legacy_apps/examples/rpc_demo/CMakeLists.txt
Log Message:
-----------
legacy_apps: Fix rpc demo dynamic library build
Add the missing -fPIC option for dynamic library generation to fix the
following error:
/usr/bin/ld: CMakeFiles/rpc_demod-shared.dir/__/__/system/linux/machine/generic/rsc_table.c.o:
relocation R_X86_64_PC32 against symbol `resources' can not be used when making a shared object;
recompile with -fPIC
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/openamp-system-reference
Commit: 8290f365fac70df5a9d8beaa9f76593afb70b8b2
https://github.com/OpenAMP/openamp-system-reference/commit/8290f365fac70df5…
Author: Iuliana Prodan <iuliana.prodan(a)nxp.com>
Date: 2024-11-13 (Wed, 13 Nov 2024)
Changed paths:
A examples/zephyr/rpmsg_multi_services/boards/imx8mp_evk_mimx8ml8_adsp.conf
A examples/zephyr/rpmsg_multi_services/boards/imx8mp_evk_mimx8ml8_adsp.overlay
R examples/zephyr/rpmsg_multi_services/boards/nxp_adsp_imx8m.conf
R examples/zephyr/rpmsg_multi_services/boards/nxp_adsp_imx8m.overlay
M examples/zephyr/rpmsg_multi_services/sample.yaml
M west.yml
Log Message:
-----------
west: Update to zephyr 3.7
Update to the last Zephyr release.
Since in Zephyr 3.7 hardware model v2 was introduced,
NXP board conf and overlay has to be renamed.
Signed-off-by: Iuliana Prodan <iuliana.prodan(a)nxp.com>
Commit: ae4263b3484815f21d52c541786ee2d18dbb9b3a
https://github.com/OpenAMP/openamp-system-reference/commit/ae4263b3484815f2…
Author: Iuliana Prodan <iuliana.prodan(a)nxp.com>
Date: 2024-11-13 (Wed, 13 Nov 2024)
Changed paths:
M examples/zephyr/rpmsg_multi_services/src/main_remote.c
Log Message:
-----------
examples: zephyr: Fix compile warning
Fix compile warning:
"/openamp-system-reference/examples/zephyr/rpmsg_multi_services/src/main_remote.c:236:23:
warning: passing argument 1 of 'rsc_table_get' from incompatible pointer type"
Signed-off-by: Iuliana Prodan <iuliana.prodan(a)nxp.com>
Commit: e2fbb0a60978bbe932003826f43d1ad4668395c2
https://github.com/OpenAMP/openamp-system-reference/commit/e2fbb0a60978bbe9…
Author: Iuliana Prodan <iuliana.prodan(a)nxp.com>
Date: 2024-11-13 (Wed, 13 Nov 2024)
Changed paths:
R examples/zephyr/rpmsg_multi_services/boards/qemu_cortex_r5.overlay
M examples/zephyr/rpmsg_multi_services/sample.yaml
Log Message:
-----------
examples: zephyr: Remove qemu_cortex_r5 overlay
Remove qemu_cortex_r5 overlay since is not needed anymore.
One can use kv260_r5 or zynqmp_r5 (a subset of kv260_r5).
Suggested-by: Bill Mills <bill.mills(a)linaro.org>
Signed-off-by: Iuliana Prodan <iuliana.prodan(a)nxp.com>
Compare: https://github.com/OpenAMP/openamp-system-reference/compare/c906c0dbb543...…
To unsubscribe from these emails, change your notification settings at https://github.com/OpenAMP/openamp-system-reference/settings/notifications
All,
I am on vacation and it seems nothing is urgent so we will cancel the
meeting tomorrow.
Thanks,
Bill
All,
I am on vacation and it seems nothing is urgent so we will cancel the
meeting tomorrow.
Thanks,
Bill
Branch: refs/heads/main
Home: https://github.com/OpenAMP/open-amp
Commit: 4ace3543aea62d9356dec5f044111187a8691190
https://github.com/OpenAMP/open-amp/commit/4ace3543aea62d9356dec5f044111187…
Author: Bowen Wang <wangbowen6(a)xiaomi.com>
Date: 2024-11-05 (Tue, 05 Nov 2024)
Changed paths:
M lib/include/openamp/virtio.h
Log Message:
-----------
virtio: Add memory operation interface for virtio device
Buffer management is different for different transport layer:
For MMIO transport layer, the buffer can directly allocated from
the geust OS heap beacase the hypervisor can access all the memory own
by guest OS.
For remoteproc transport layer, the buffer should be allocated from
the share memory region to make sure the remote core can access this
buffer too.
So add memory ops in virtio device to make different transport/device can
implement their own share memory management.
Signed-off-by: Bowen Wang <wangbowen6(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/open-amp
Commit: 2181888ed94ee003e8bf440e6a2be5435201a4c3
https://github.com/OpenAMP/open-amp/commit/2181888ed94ee003e8bf440e6a2be543…
Author: Bowen Wang <wangbowen6(a)xiaomi.com>
Date: 2024-11-05 (Tue, 05 Nov 2024)
Changed paths:
M lib/include/openamp/virtio.h
Log Message:
-----------
virtio.h: add memory operation for virtio device
Buffer management is different for different transport layer:
For MMIO transport layer, the buffer can direclty malloced from
the gust os heap beacase the hypervisor can access all the memmory own
by guest os.
For remoteproc transpor layer, the buffer should be malloced from
the share memory region to make sure the remote core can access this
buffer too.
So add memory ops in virtio device to make different transport/device can
implement their own share memory management.
Signed-off-by: Bowen Wang <wangbowen6(a)xiaomi.com>
To unsubscribe from these emails, change your notification settings at https://github.com/OpenAMP/open-amp/settings/notifications
Hello OpenAMP developers and community,
The v2024.10 tag is now available for the open-amp and the libmetal libraries.
For details on the release, refer to the release notes:
- libmetal: v2024.10.0<https://github.com/OpenAMP/libmetal/releases/tag/v2024.10.0>
- open-amp: v2024.10.0<https://github.com/OpenAMP/libmetal/releases/tag/v2024.10.0>
Thank you for your contributions to the maintenance and development of these libraries,
The OpenAMP team
ST Restricted
Hello OpenAMP developers and community,
The v2024.10 tag is now available for the open-amp and the libmetal
libraries.
For details on the release, refer to the release notes:
- libmetal: [1]v2024.10.0
- open-amp: [2]v2024.10.0
Thank you for your contributions to the maintenance and development of
these libraries,
The OpenAMP team
ST Restricted
References
1. https://github.com/OpenAMP/libmetal/releases/tag/v2024.10.0
2. https://github.com/OpenAMP/libmetal/releases/tag/v2024.10.0