Branch: refs/heads/master-next
Home: https://github.com/OpenAMP/meta-openamp
Commit: 507e7839dd85ce990779577016659104da512aa5
https://github.com/OpenAMP/meta-openamp/commit/507e7839dd85ce99077957701665…
Author: Tanmay Shah <tanmay.shah(a)amd.com>
Date: 2022-11-21 (Mon, 21 Nov 2022)
Changed paths:
R recipes-openamp/rpmsg-examples/rpmsg-echo-test/LICENSE
R recipes-openamp/rpmsg-examples/rpmsg-echo-test/Makefile
R recipes-openamp/rpmsg-examples/rpmsg-echo-test/echo_test.c
M recipes-openamp/rpmsg-examples/rpmsg-echo-test_1.0.bb
A recipes-openamp/rpmsg-examples/rpmsg-example.inc
R recipes-openamp/rpmsg-examples/rpmsg-mat-mul/LICENSE
R recipes-openamp/rpmsg-examples/rpmsg-mat-mul/Makefile
R recipes-openamp/rpmsg-examples/rpmsg-mat-mul/mat_mul_demo.c
M recipes-openamp/rpmsg-examples/rpmsg-mat-mul_1.0.bb
R recipes-openamp/rpmsg-examples/rpmsg-proxy-app/LICENSE
R recipes-openamp/rpmsg-examples/rpmsg-proxy-app/Makefile
R recipes-openamp/rpmsg-examples/rpmsg-proxy-app/proxy_app.c
R recipes-openamp/rpmsg-examples/rpmsg-proxy-app/proxy_app.h
M recipes-openamp/rpmsg-examples/rpmsg-proxy-app_1.0.bb
Log Message:
-----------
recipes-openamp: get rpmsg apps from new repo
remove rpmsg-echo-test, rpmsg-mat-mul and rpmsg-proxy-app
source files and modify relative recipe to sync code from
openamp-system-reference repo
Refactored rpmsg-example.inc by Bill Mills
* set a real and useful SHA1 hash by default so no AUTOREV
* Allow SRCREV to be overridden in mass in the local.conf file
* (:pn-xxx override is also possible)
* removed sha256sum, not used for git
Signed-off-by: Tanmay Shah <tanmay.shah(a)amd.com>
Signed-off-by: Bill Mills <bill.mills(a)linaro.org>
Commit: 70e85419c256266c85ac8a226596fccf7ad4b694
https://github.com/OpenAMP/meta-openamp/commit/70e85419c256266c85ac8a226596…
Author: Ben Levinsky <ben.levinsky(a)xilinx.com>
Date: 2023-01-03 (Tue, 03 Jan 2023)
Changed paths:
A vendor/xilinx/recipes-openamp/open-amp/open-amp-dev_%.bbappend
A vendor/xilinx/recipes-openamp/open-amp/open-amp-xlnx.inc
M vendor/xilinx/recipes-openamp/open-amp/open-amp-xlnx_v2022.1.bb
M vendor/xilinx/recipes-openamp/open-amp/open-amp-xlnx_v2022.2.bb
M vendor/xilinx/recipes-openamp/open-amp/open-amp_%.bbappend
Log Message:
-----------
open-amp: demos: Ensure demos are added to all implementations
Signed-off-by: Ben Levinsky <ben.levinsky(a)xilinx.com>
Moved work under the vendor directory
Signed-off-by: Mark Hatle <mark.hatle(a)amd.com>
Commit: cf81c2476292f970a6bda9ffd8f5fd34f7723370
https://github.com/OpenAMP/meta-openamp/commit/cf81c2476292f970a6bda9ffd8f5…
Author: Ben Levinsky <ben.levinsky(a)amd.com>
Date: 2023-02-06 (Mon, 06 Feb 2023)
Changed paths:
M recipes-openamp/rpmsg-examples/rpmsg-example.inc
Log Message:
-----------
recipes-openamp: rpmsg-examples: Use latest commit
Latest commit updates usage of driver unload/load in rpmsg-kernel-space apps
Signed-off-by: Ben Levinsky <ben.levinsky(a)amd.com>
Compare: https://github.com/OpenAMP/meta-openamp/compare/cd5cc9274321...cf81c2476292
Branch: refs/heads/main
Home: https://github.com/OpenAMP/openamp-system-reference
Commit: 7f1fb3b84edc1b3eab62a7ade7f88e99f7e78b93
https://github.com/OpenAMP/openamp-system-reference/commit/7f1fb3b84edc1b3e…
Author: Ben Levinsky <ben.levinsky(a)amd.com>
Date: 2023-02-06 (Mon, 06 Feb 2023)
Changed paths:
M examples/linux/rpmsg-echo-test/README.md
M examples/linux/rpmsg-echo-test/echo_test.c
M examples/linux/rpmsg-mat-mul/README.md
M examples/linux/rpmsg-mat-mul/mat_mul_demo.c
M examples/linux/rpmsg-proxy-app/README.md
M examples/linux/rpmsg-proxy-app/proxy_app.c
Log Message:
-----------
examples: linux: remove any loading or unloading of modules
As the requirements for RPMsg usage can change over time, remove the loading
and unloading of drivers in the Linux app. Instead put the onus on the user to
manage the driver.
Update documentation of demos in READMEs
Signed-off-by: Ben Levinsky <ben.levinsky(a)amd.com>