Branch: refs/heads/main
Home: https://github.com/OpenAMP/open-amp
Commit: c5fa9ff0b282383586cd943863da5d525780d4b1
https://github.com/OpenAMP/open-amp/commit/c5fa9ff0b282383586cd943863da5d52…
Author: Hiago De Franco <hiagofranco(a)gmail.com>
Date: 2022-12-19 (Mon, 19 Dec 2022)
Changed paths:
M README.md
Log Message:
-----------
readme: Fix broken openamp-rp mailing list link
Fix broken link that gives "page not found".
Signed-off-by: Hiago De Franco <hiagofranco(a)gmail.com>
All,
For the benefit of new subscribers:
If you wish to be added to the meeting invite (to get calendar updates)
let me know.
Topic: OpenAMP RP Call
Time: Every two weeks on Thursdays starting Feb 25, 2021 04:00 PM London
Join Zoom Meeting
https://linaro-org.zoom.us/j/95276449391?pwd=eDRCQzlnZGN1VlUvaFNoZ0V3RlNEZz…
Meeting ID: 952 7644 9391
Passcode: 8250
One tap mobile
+13017158592,,95276449391# US (Washington DC)
+16465588656,,95276449391# US (New York)
Find your local number: https://linaro-org.zoom.us/u/ahCT9aRQm
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/open-amp
Commit: c1f93a1b5d89a1376e009e06e2a2d8a7547a3b70
https://github.com/OpenAMP/open-amp/commit/c1f93a1b5d89a1376e009e06e2a2d8a7…
Author: Tammy Leino <tammy_leino(a)mentor.com>
Date: 2022-12-14 (Wed, 14 Dec 2022)
Changed paths:
M CMakeLists.txt
A Doxyfile
M cmake/depends.cmake
M cmake/options.cmake
A doc/CMakeLists.txt
A doc/Doxyfile.in
A doc/apps/echo_test/README.md
A doc/apps/matrix_multiply/README.md
A doc/apps/rpc_demo/README.md
A doc/data-structure.md
A doc/img-src/coprocessor-rpmsg-ns-dynamic.gv
A doc/img-src/coprocessor-rpmsg-ns.gv
A doc/img-src/coprocessor-rpmsg-static-ep.gv
A doc/img-src/gen-graph.py
A doc/img-src/rproc-lcm-state-machine.gv
A doc/img/coprocessor-rpmsg-ns-dynamic.png
A doc/img/coprocessor-rpmsg-ns.png
A doc/img/coprocessor-rpmsg-static-ep.png
A doc/img/rproc-lcm-state-machine.png
A doc/openamp.png
A doc/remoteproc-design.md
A doc/rpmsg-design.md
R docs/apps/echo_test/README.md
R docs/apps/matrix_multiply/README.md
R docs/apps/rpc_demo/README.md
R docs/data-structure.md
R docs/img-src/coprocessor-rpmsg-ns-dynamic.gv
R docs/img-src/coprocessor-rpmsg-ns.gv
R docs/img-src/coprocessor-rpmsg-static-ep.gv
R docs/img-src/gen-graph.py
R docs/img-src/rproc-lcm-state-machine.gv
R docs/img/coprocessor-rpmsg-ns-dynamic.png
R docs/img/coprocessor-rpmsg-ns.png
R docs/img/coprocessor-rpmsg-static-ep.png
R docs/img/rproc-lcm-state-machine.png
R docs/remoteproc-design.md
R docs/rpmsg-design.md
Log Message:
-----------
Added build for Doxygen docs
Build workflow will generate html files from source if Doxygen is present.
Signed-off-by: Tammy Leino <tammy_leino(a)mentor.com>
Branch: refs/heads/main
Home: https://github.com/OpenAMP/openamp-system-reference
Commit: 1e91a368c674574e1eea70f495891a0b814952e4
https://github.com/OpenAMP/openamp-system-reference/commit/1e91a368c674574e…
Author: Tanmay Shah <tanmay.shah(a)amd.com>
Date: 2022-12-13 (Tue, 13 Dec 2022)
Changed paths:
M examples/linux/rpmsg-echo-test/README.md
M examples/linux/rpmsg-mat-mul/README.md
M examples/linux/rpmsg-proxy-app/README.md
Log Message:
-----------
examples: Modify README formatting
Current README.md contains many titles with # prefix of each line.
It generates lots of indexes when these README files are linked in
openamp-docs repo.
Remove redundant # prefix. Only keep it for demo title, compilation steps
and demo run steps. This way, openamp-docs generates minimal index in table
of content.
Signed-off-by: Tanmay Shah <tanmay.shah(a)amd.com>
Branch: refs/heads/main
Home: https://github.com/OpenAMP/libmetal
Commit: a48ec036fd1a5522760e5ac9b94938280461d780
https://github.com/OpenAMP/libmetal/commit/a48ec036fd1a5522760e5ac9b9493828…
Author: Sergei Korneichuk <sergei.korneichuk(a)amd.com>
Date: 2022-12-13 (Tue, 13 Dec 2022)
Changed paths:
M examples/system/freertos/zynqmp_r5/zynqmp_amp_demo/ipi_latency_demod.c
M examples/system/freertos/zynqmp_r5/zynqmp_amp_demo/ipi_shmem_demod.c
M examples/system/freertos/zynqmp_r5/zynqmp_amp_demo/shmem_atomic_demod.c
M examples/system/freertos/zynqmp_r5/zynqmp_amp_demo/shmem_latency_demod.c
M examples/system/freertos/zynqmp_r5/zynqmp_amp_demo/shmem_throughput_demod.c
M examples/system/generic/zynqmp_r5/zynqmp_amp_demo/common.h
M examples/system/generic/zynqmp_r5/zynqmp_amp_demo/ipi_latency_demod.c
M examples/system/generic/zynqmp_r5/zynqmp_amp_demo/ipi_shmem_demod.c
M examples/system/generic/zynqmp_r5/zynqmp_amp_demo/shmem_atomic_demod.c
M examples/system/generic/zynqmp_r5/zynqmp_amp_demo/shmem_latency_demod.c
M examples/system/generic/zynqmp_r5/zynqmp_amp_demo/shmem_throughput_demod.c
M examples/system/linux/zynqmp/zynqmp_amp_demo/common.h
M examples/system/linux/zynqmp/zynqmp_amp_demo/ipi_latency_demo.c
M examples/system/linux/zynqmp/zynqmp_amp_demo/ipi_shmem_demo.c
M examples/system/linux/zynqmp/zynqmp_amp_demo/shmem_atomic_demo.c
M examples/system/linux/zynqmp/zynqmp_amp_demo/shmem_latency_demo.c
M examples/system/linux/zynqmp/zynqmp_amp_demo/shmem_throughput_demo.c
Log Message:
-----------
examples: use atomic_flag type, __sync functions
Use atomic_flag type and the GCC __sync built-in functions for atomic
memory access. Initialize using ATOMIC_FLAG_INIT as a compound literal
or a cast if scalar type depending on which atomic.h is used.
The Linux client clears shared memory in ipi_shmem_echo().
Do not clear it again from the RPU in ipi_shmem_echod() to avoid a race.
Signed-off-by: Sergei Korneichuk <sergei.korneichuk(a)amd.com>
Branch: refs/heads/main
Home: https://github.com/OpenAMP/openamp-system-reference
Commit: a810894247026beb51fc4ef8eb8399ec266ef39b
https://github.com/OpenAMP/openamp-system-reference/commit/a810894247026beb…
Author: Tanmay Shah <tanmay.shah(a)amd.com>
Date: 2022-12-07 (Wed, 07 Dec 2022)
Changed paths:
A examples/linux/dts/xilinx/README.md
A examples/linux/dts/xilinx/zcu102-openamp-lockstep.dts
A examples/linux/dts/xilinx/zcu102-openamp-split.dts
Log Message:
-----------
examples: Add zcu102 dts
The base dts is taken from Xilinx Yocto 2022.1_update3 release.
locstep.dts configures RPU and TCM in lockstep mode and split.dts contains
RPU and TCM in split mode
Signed-off-by: Tanmay Shah <tanmay.shah(a)amd.com>
Commit: 8ffce20c8c00bf4f320c57e8cf6e4e1993f0ed4d
https://github.com/OpenAMP/openamp-system-reference/commit/8ffce20c8c00bf4f…
Author: Tanmay Shah <tanmay.shah(a)amd.com>
Date: 2022-12-07 (Wed, 07 Dec 2022)
Changed paths:
A examples/linux/dts/.gitignore
Log Message:
-----------
examples: dts: Add .gitignore file
Ignore any *.dtb files
Signed-off-by: Tanmay Shah <tanmay.shah(a)amd.com>
Compare: https://github.com/OpenAMP/openamp-system-reference/compare/732628bdee53...…
Branch: refs/heads/main
Home: https://github.com/OpenAMP/openamp-system-reference
Commit: 88e34fcac93a12da8ea6b3e84a586acf0d70701f
https://github.com/OpenAMP/openamp-system-reference/commit/88e34fcac93a12da…
Author: Tanmay Shah <tanmay.shah(a)amd.com>
Date: 2022-12-07 (Wed, 07 Dec 2022)
Changed paths:
R examples/linux/rpmsg-echo-test/README
A examples/linux/rpmsg-echo-test/README.md
R examples/linux/rpmsg-mat-mul/README
A examples/linux/rpmsg-mat-mul/README.md
R examples/linux/rpmsg-proxy-app/README
A examples/linux/rpmsg-proxy-app/README.md
Log Message:
-----------
examples: style README file with markdown
Markdown formatting helps to separate headings with body description and code.
Rename current README files to README.md and format with markdown syntax.
Signed-off-by: Tanmay Shah <tanmay.shah(a)amd.com>
Commit: 732628bdee53e56a8f72310840a583b6db15da07
https://github.com/OpenAMP/openamp-system-reference/commit/732628bdee53e56a…
Author: Tanmay Shah <tanmay.shah(a)amd.com>
Date: 2022-12-07 (Wed, 07 Dec 2022)
Changed paths:
M examples/linux/rpmsg-echo-test/README.md
M examples/linux/rpmsg-mat-mul/README.md
M examples/linux/rpmsg-proxy-app/README.md
Log Message:
-----------
examples: linux: add "How to" steps from Xilinx zcu102 platform
Add link reference of instructions to compile RPU firmware from openamp library.
Add steps to run linux demos on Xilinx ZynqMP zcu102 board or platform.
Signed-off-by: Tanmay Shah <tanmay.shah(a)amd.com>
Compare: https://github.com/OpenAMP/openamp-system-reference/compare/36287c851769...…