Branch: refs/heads/main Home: https://github.com/OpenAMP/openamp-system-reference Commit: 8c15815a5c54d7fcef599bfcf32a417d909b6d79 https://github.com/OpenAMP/openamp-system-reference/commit/8c15815a5c54d7fce... Author: Tanmay Shah tanmay.shah@amd.com Date: 2022-11-15 (Tue, 15 Nov 2022)
Changed paths: A examples/linux/rpmsg-mat-mul/Makefile A examples/linux/rpmsg-mat-mul/mat_mul_demo.c
Log Message: ----------- examples: move rpmsg-mat-mul app from meta-openamp
rpmsg-mat-mul application demonstrates simple IPC communication between Host and Remote processor using rpmsg framework in linux kernel. meta-openamp layer must contain only Yocto related files and not source files. Move this application source code to openamp-system-reference repository.
Signed-off-by: Tanmay Shah tanmay.shah@amd.com
Commit: 283013371b272da5e67fd6919b6e98071ff1379b https://github.com/OpenAMP/openamp-system-reference/commit/283013371b272da5e... Author: Tanmay Shah tanmay.shah@amd.com Date: 2022-11-15 (Tue, 15 Nov 2022)
Changed paths: A examples/linux/rpmsg-mat-mul/README
Log Message: ----------- examples: rpmsg-mat-mul: Add README
README file for rpmsg-mat-mul explains app functionality and points to corresponding firmware to run on remote processor
Signed-off-by: Tanmay Shah tanmay.shah@amd.com
Commit: 91e9b49abe53329757673224a1ff172db8c6f0e5 https://github.com/OpenAMP/openamp-system-reference/commit/91e9b49abe5332975... Author: Tanmay Shah tanmay.shah@amd.com Date: 2022-11-15 (Tue, 15 Nov 2022)
Changed paths: M examples/linux/rpmsg-mat-mul/mat_mul_demo.c
Log Message: ----------- examples: rpmsg-mat-mul: fix command line options
Print correct options to pass to command line if invalid option is passed. use strtol over atoi to make sure we accept base 10 number as command line
Signed-off-by: Tanmay Shah tanmay.shah@amd.com
Commit: 32e714cd73b5d5b7b71a4bfe94a5d92e0cf456f6 https://github.com/OpenAMP/openamp-system-reference/commit/32e714cd73b5d5b7b... Author: Tanmay Shah tanmay.shah@amd.com Date: 2022-11-15 (Tue, 15 Nov 2022)
Changed paths: A examples/linux/rpmsg-proxy-app/Makefile A examples/linux/rpmsg-proxy-app/proxy_app.c A examples/linux/rpmsg-proxy-app/proxy_app.h
Log Message: ----------- examples: move rpmsg-proxy-app from meta-openamp
rpmsg-proxy-app demonstrates use of proxy service to use host file system. This app also demonstrates standard IO redirection of remote processor to host processor's stdIO.
Signed-off-by: Tanmay Shah tanmay.shah@amd.com
Commit: 77f94efb52b81616a01eb74f4b901f0302123b65 https://github.com/OpenAMP/openamp-system-reference/commit/77f94efb52b81616a... Author: Tanmay Shah tanmay.shah@amd.com Date: 2022-11-15 (Tue, 15 Nov 2022)
Changed paths: A examples/linux/rpmsg-proxy-app/README
Log Message: ----------- examples: rpmsg-proxy-app: add README
README file explains operation of this app and how to interact with this demo. It also points to corresponding firmware of remote processor.
Signed-off-by: Tanmay Shah tanmay.shah@amd.com
Commit: 5439ca1f9abec61a3c096f2851c89f514fea144e https://github.com/OpenAMP/openamp-system-reference/commit/5439ca1f9abec61a3... Author: Tanmay Shah tanmay.shah@amd.com Date: 2022-11-15 (Tue, 15 Nov 2022)
Changed paths: M examples/linux/rpmsg-proxy-app/proxy_app.c
Log Message: ----------- examples: rpmsg-proxy-app: remove redundant code
Remove unused command line parsing and other unused code
Signed-off-by: Tanmay Shah tanmay.shah@amd.com
Commit: 950e45ebe7359fe288bd7f22899fc12282c631f5 https://github.com/OpenAMP/openamp-system-reference/commit/950e45ebe7359fe28... Author: Tanmay Shah tanmay.shah@amd.com Date: 2022-11-15 (Tue, 15 Nov 2022)
Changed paths: M examples/linux/rpmsg-mat-mul/mat_mul_demo.c M examples/linux/rpmsg-proxy-app/proxy_app.c
Log Message: ----------- examples: linux: fix rpmsg_ctrl interface path
As per kernel >= 6.0 rpmsg_ctrl* device will be available under virtio*.rpmsg_ctrl.*.* directory. Make sure new changes are backward compatibile with kernel < 6.0
Signed-off-by: Tanmay Shah tanmay.shah@amd.com
Compare: https://github.com/OpenAMP/openamp-system-reference/compare/5d4b284cdec9...9...