Branch: refs/heads/main
Home: https://github.com/OpenAMP/libmetal
Commit: 9a814dac131c2cf61b87b8b1e76ac639db35fa2f
https://github.com/OpenAMP/libmetal/commit/9a814dac131c2cf61b87b8b1e76ac639…
Author: Sergei Korneichuk <sergei.korneichuk(a)amd.com>
Date: 2022-09-21 (Wed, 21 Sep 2022)
Changed paths:
M lib/system/freertos/zynqmp_r5/sys.c
M lib/system/generic/zynqmp_r5/sys.c
Log Message:
-----------
zynqmp_r5: replace Xil_SetMPURegion with Xil_MemMap
The metal_machine_io_mem_map() used to call Xil_SetMPURegion directly
and could get into an infinite loop. Replace the faulty code in
metal_machine_io_mem_map() with Xil_MemMap() call and assert it succeeds.
Signed-off-by: Sergei Korneichuk <sergei.korneichuk(a)amd.com>
All,
Mathieu will be out today at the time of the meeting.
Last time we met he set the expectation that the patch queue will be
largely the same as it was when last reported on July 27.
I have updated the notes page from our meeting on July 14.
https://github.com/OpenAMP/open-amp/wiki/OpenAMP-remoteproc-Subgroup-Meetin…
I will be on the call if there are other things to talk about.
Thanks,
Bill
--
Bill Mills
Principal Technical Consultant, Linaro
+1-240-643-0836
TZ: US Eastern
Work Schedule: Tues/Wed/Thur
All,
Sorry for the late notice but we are canceling today's meeting.
Mathieu has updated his patch queue on the mail list:
https://lore.kernel.org/linux-remoteproc/CANLsYkydASa+Ry4ixmECL+SczcqGBK=1G…
Thanks,
Bill
--
Bill Mills
Principal Technical Consultant, Linaro
+1-240-643-0836
TZ: US Eastern
Work Schedule: Tues/Wed/Thur
Branch: refs/heads/virtio-exp
Home: https://github.com/OpenAMP/open-amp
Commit: cf151b83bdf7e0d7c989e5cbb0351b28a2ec7bf6
https://github.com/OpenAMP/open-amp/commit/cf151b83bdf7e0d7c989e5cbb0351b28…
Author: Vincent Guittot <vincent.guittot(a)linaro.org>
Date: 2022-06-24 (Fri, 24 Jun 2022)
Changed paths:
M lib/include/openamp/virtio.h
M lib/virtio/virtio.c
Log Message:
-----------
virtio: add virtio scmi device
Include SCMI device in VIRTIO ident list.
Signed-off-by: Vincent Guittot <vincent.guittot(a)linaro.org>
Signed-off-by: Dan Milea <dan.milea(a)windriver.com>
Commit: befd6025bc822651da084c9f46daa287f6dce4b2
https://github.com/OpenAMP/open-amp/commit/befd6025bc822651da084c9f46daa287…
Author: Vincent Guittot <vincent.guittot(a)linaro.org>
Date: 2022-06-24 (Fri, 24 Jun 2022)
Changed paths:
M lib/include/openamp/virtio.h
Log Message:
-----------
virtqueue: add virtio version field
Add version field in virtio_device_id struct so it can be used when action
related to the protocol version is required
Signed-off-by: Vincent Guittot <vincent.guittot(a)linaro.org>
Signed-off-by: Dan Milea <dan.milea(a)windriver.com>
Commit: cc6c85d95856e6acc77e47caaf56c714ef8549ff
https://github.com/OpenAMP/open-amp/commit/cc6c85d95856e6acc77e47caaf56c714…
Author: Vincent Guittot <vincent.guittot(a)linaro.org>
Date: 2022-06-24 (Fri, 24 Jun 2022)
Changed paths:
M lib/include/openamp/virtqueue.h
M lib/virtio/virtqueue.c
Log Message:
-----------
virtio: chained descriptors
Support chained descriptors for slave mode.
Signed-off-by: Vincent Guittot <vincent.guittot(a)linaro.org>
Signed-off-by: Dan Milea <dan.milea(a)windriver.com>
Commit: e400b75451df12ebf5d43fb690efc3b5ff6678c5
https://github.com/OpenAMP/open-amp/commit/e400b75451df12ebf5d43fb690efc3b5…
Author: Vincent Guittot <vincent.guittot(a)linaro.org>
Date: 2022-06-24 (Fri, 24 Jun 2022)
Changed paths:
M lib/include/openamp/virtio.h
Log Message:
-----------
virtio: add more features bits
Add VIRTIO_F_ACCESS_PLATFORM for limited memory access
Add VIRTIO_F_RING_PACKED for packed vring support
Signed-off-by: Vincent Guittot <vincent.guittot(a)linaro.org>
Signed-off-by: Dan Milea <dan.milea(a)windriver.com>
Commit: 1b707deaf0ff11dd0cee5992b06c61676169d3e6
https://github.com/OpenAMP/open-amp/commit/1b707deaf0ff11dd0cee5992b06c6167…
Author: Dan Milea <dan.milea(a)windriver.com>
Date: 2022-06-24 (Fri, 24 Jun 2022)
Changed paths:
M lib/CMakeLists.txt
M lib/include/openamp/virtio.h
A lib/include/openamp/virtio_mmio.h
M lib/include/openamp/virtqueue.h
A lib/virtio_mmio/CMakeLists.txt
A lib/virtio_mmio/virtio_mmio.c
Log Message:
-----------
virtio: virtio-mmio framework
VIRTIO MMIO framework for OpenAMP.
Signed-off-by: Dan Milea <dan.milea(a)windriver.com>
Commit: 5bca69f43b95865dfbc33f693329d15e1439fce2
https://github.com/OpenAMP/open-amp/commit/5bca69f43b95865dfbc33f693329d15e…
Author: Dan Milea <dan.milea(a)windriver.com>
Date: 2022-06-24 (Fri, 24 Jun 2022)
Changed paths:
A zephyr/CMakeLists.txt
A zephyr/README
A zephyr/module.yml
Log Message:
-----------
Zephyr build files
This is needed to allow using the upstream open-amp repository and
to avoid forking zephyrproject-rtos/open-amp.
Signed-off-by: Dan Milea <dan.milea(a)windriver.com>
Compare: https://github.com/OpenAMP/open-amp/compare/586e8cdfbc45...5bca69f43b95