Branch: refs/heads/main
Home: https://github.com/OpenAMP/open-amp
Commit: b5aaf51edc52e446c85b8dd4ad194c0aaa141a18
https://github.com/OpenAMP/open-amp/commit/b5aaf51edc52e446c85b8dd4ad194c0a…
Author: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Date: 2024-07-08 (Mon, 08 Jul 2024)
Changed paths:
M LICENSE.md
M README.md
Log Message:
-----------
Documentation: fix license.md and readme.md formating
Fix Doxygen warnings on markdown files.
The reported warning is "warning: Unsupported xml/html tag <....>"
This also corrects the display of markdown file in GitHub.
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/openamp-system-reference
Commit: aa4163be7f4386fb49635d68b920072efc7e5f26
https://github.com/OpenAMP/openamp-system-reference/commit/aa4163be7f4386fb…
Author: Bill Mills <bill.mills(a)linaro.org>
Date: 2024-07-05 (Fri, 05 Jul 2024)
Changed paths:
M examples/linux/dts/xilinx/Makefile
R examples/linux/dts/xilinx/xilinx-openamp-for-v6.5.dtso
A examples/linux/dts/xilinx/xilinx-openamp-for-v6.x.dtso
M examples/linux/dts/xilinx/zynqmp-openamp.dtso
Log Message:
-----------
Zynqmp DTS: Update for v6.6 kernel
No real update was needed for v6.6 but update the names and comments to
make things more clear. Delete the #if 0 stuff in the bare-metal dtso.
Looking ahead this configuration looks compatible and still needed for
v6.6 through at least v6.10 (as of v6.10-rc6).
Signed-off-by: Bill Mills <bill.mills(a)linaro.org>
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: 7bb918b0c98717edeb1c199cea3855c44cf4d8b1
https://github.com/OpenAMP/openamp-system-reference/commit/7bb918b0c98717ed…
Author: Bill Mills <bill.mills(a)linaro.org>
Date: 2024-07-05 (Fri, 05 Jul 2024)
Changed paths:
M examples/zephyr/rpmsg_multi_services/README.rst
Log Message:
-----------
rpmsg_multi_services: Update README for new links, kv260, and demo images
* Add kv260_r5 board
* Document & reference openamp-ci-images and containers
* Document demo1 script in demo images
* Update Zephyr board doc links to new url structure
* Make it clear that stm32mp157f_dk2 is NOT a Zephyr board target
* Fix typo: lower case c and f in stm32mp157 board names
* Fix typo: rrottfs -> rootfs
* Fix typo: drop the initial L before the the stm32 board names
Signed-off-by: Bill Mills <bill.mills(a)linaro.org>
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/open-amp
Commit: 6780dd2378b7c820af06f49eb817eb2d4ff78909
https://github.com/OpenAMP/open-amp/commit/6780dd2378b7c820af06f49eb817eb2d…
Author: Andrew Davis <afd(a)ti.com>
Date: 2024-07-05 (Fri, 05 Jul 2024)
Changed paths:
M lib/include/openamp/virtio_mmio.h
M lib/virtio_mmio/virtio_mmio_drv.c
Log Message:
-----------
virtio_mmio: Remove unneeded use of libmetal device
A virtual metal_device is created, then the needed IO regions are created
and added to this device. Immediately we extract these same regions back
out and make use of them. There is no reason to do this, instead simply
use the created IO regions.
This also removes the need to have struct metal_device defined to have
more than one IO region (METAL_MAX_DEVICE_REGIONS), which is not the
default and can change per-platform. If the libmetal library was built
with the default value for METAL_MAX_DEVICE_REGIONS, then this would
have led to runtime failures.
Signed-off-by: Andrew Davis <afd(a)ti.com>
Commit: fdb8bf342479da9cdabe6077bc37f0eb34f0e1b7
https://github.com/OpenAMP/open-amp/commit/fdb8bf342479da9cdabe6077bc37f0eb…
Author: Andrew Davis <afd(a)ti.com>
Date: 2024-07-05 (Fri, 05 Jul 2024)
Changed paths:
M lib/include/openamp/virtio_mmio.h
M lib/virtio_mmio/virtio_mmio_drv.c
Log Message:
-----------
virtio_mmio: Statically allocate metal_io_regions
Make the metal_io_region for cfg_io and shm_io into full member structs
instead of just pointers. This means they will be allocated along with
the parent virtio_mmio_device struct and not need dynamically allocated
later.
Signed-off-by: Andrew Davis <afd(a)ti.com>
Compare: https://github.com/OpenAMP/open-amp/compare/856680eb99ce...fdb8bf342479
To unsubscribe from these emails, change your notification settings at https://github.com/OpenAMP/open-amp/settings/notifications
Branch: refs/heads/unbind_rpmsg_dev
Home: https://github.com/OpenAMP/openamp-system-reference
Commit: 3896365373f914981bdcd3fd36d4bc412061b01e
https://github.com/OpenAMP/openamp-system-reference/commit/3896365373f91498…
Author: Tanmay Shah <tanmay.shah(a)amd.com>
Date: 2024-07-03 (Wed, 03 Jul 2024)
Changed paths:
M examples/linux/common/common.c
M examples/linux/common/common.h
M examples/linux/rpmsg-echo-test/echo_test.c
M examples/linux/rpmsg-mat-mul/mat_mul_demo.c
M examples/linux/rpmsg-proxy-app/proxy_app.c
Log Message:
-----------
examples: linux: unbind rpmsg device
RPMsg linux app should unbind rpmsg device from char driver once
communication is done. Without unbind, rpmsg app can't bind same
device with rpmsg char driver again.
Signed-off-by: Tanmay Shah <tanmay.shah(a)amd.com>
To unsubscribe from these emails, change your notification settings at https://github.com/OpenAMP/openamp-system-reference/settings/notifications