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
Branch: refs/heads/main
Home: https://github.com/OpenAMP/open-amp
Commit: a2cd944c40d40846ede5dae69de6fda9427254da
https://github.com/OpenAMP/open-amp/commit/a2cd944c40d40846ede5dae69de6fda9…
Author: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Date: 2024-11-04 (Mon, 04 Nov 2024)
Changed paths:
M VERSION
Log Message:
-----------
release: open-amp 2024.10.0
Set library version to 1.7.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
Branch: refs/heads/main
Home: https://github.com/OpenAMP/libmetal
Commit: f8a0e51aee8e6993b6df243422f705bd7fea6079
https://github.com/OpenAMP/libmetal/commit/f8a0e51aee8e6993b6df243422f705bd…
Author: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Date: 2024-11-04 (Mon, 04 Nov 2024)
Changed paths:
M VERSION
Log Message:
-----------
release: libmetal 2024.10.0
Set library version to 1.7.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