Branch: refs/heads/master
Home: https://github.com/OpenAMP/libmetal
Commit: d561222376766f8da2347c633af589350eb2d017
https://github.com/OpenAMP/libmetal/commit/d561222376766f8da2347c633af58935…
Author: Guiding Li <liguiding1(a)xiaomi.com>
Date: 2021-10-29 (Fri, 29 Oct 2021)
Changed paths:
M lib/system/nuttx/io.c
Log Message:
-----------
libmetal: fix the type miss match warning in nuttx porting
warning: makes pointer from integer without a cast
note: expected ‘void *’ but argument is of type ‘long unsigned int’
Signed-off-by: Guiding Li <liguiding1(a)xiaomi.com>
Branch: refs/heads/master
Home: https://github.com/OpenAMP/libmetal
Commit: 000568db41aa181d6d45f629d17e3a565051fd9a
https://github.com/OpenAMP/libmetal/commit/000568db41aa181d6d45f629d17e3a56…
Author: Guiding Li <liguiding1(a)xiaomi.com>
Date: 2021-10-29 (Fri, 29 Oct 2021)
Changed paths:
A lib/processor/xtensa/CMakeLists.txt
A lib/processor/xtensa/atomic.h
A lib/processor/xtensa/cpu.h
Log Message:
-----------
libmetal: add xtensa support
make openamp can run on xtensa dsp
Signed-off-by: Guiding Li <liguiding1(a)xiaomi.com>
Branch: refs/heads/master
Home: https://github.com/OpenAMP/libmetal
Commit: 1a38d78f5cc47dbe2967c22805a77be005fa28c2
https://github.com/OpenAMP/libmetal/commit/1a38d78f5cc47dbe2967c22805a77be0…
Author: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Date: 2021-10-22 (Fri, 22 Oct 2021)
Changed paths:
M lib/system/freertos/mutex.h
Log Message:
-----------
Revert "lib: system: freertos: mutex: change to use atomic_int instead of freertos construct"
Re-enable the use of FreeRTOS mutex to take advantage of the
FreeRTOS priority-based preemptive scheduling policy.
This reverts commit 10a0d5be4a5d7d59228f8d4a90cecec826030c89.
Fix checkpatch complaints, associated to the patch revert. Initial
patch did not respect the new coding rules.
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Commit: 8d98a70fdbab030573b328006e44116d2830e003
https://github.com/OpenAMP/libmetal/commit/8d98a70fdbab030573b328006e44116d…
Author: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Date: 2021-10-22 (Fri, 22 Oct 2021)
Changed paths:
M lib/system/freertos/template/sys.c
Log Message:
-----------
system:freertos: fix typo in sys.c path
Fix the path replacing generic by freertos.
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Commit: d523dbb7880bae1fcb7652800b55c8646f02f17a
https://github.com/OpenAMP/libmetal/commit/d523dbb7880bae1fcb7652800b55c864…
Author: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Date: 2021-10-22 (Fri, 22 Oct 2021)
Changed paths:
M lib/system/freertos/mutex.h
Log Message:
-----------
lib: system: freertos: mutex: add deprecated message for METAL_MUTEX_INIT
Associated to the re-use of FreeRTOS mutex relying on the FreeRTOS
scheduling policy.
Add compilation warning message to indicate that the use of static
initialization of the atomic mutex for FreeRTOS environment is deprecated.
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Compare: https://github.com/OpenAMP/libmetal/compare/5d67c82cefe8...d523dbb7880b
Branch: refs/heads/master
Home: https://github.com/OpenAMP/libmetal
Commit: 63ffcdd958109682677ba946f0cc3f89acfd45ec
https://github.com/OpenAMP/libmetal/commit/63ffcdd958109682677ba946f0cc3f89…
Author: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Date: 2021-10-20 (Wed, 20 Oct 2021)
Changed paths:
M test/system/zephyr/alloc.c
Log Message:
-----------
test: zephyr: fix 'errno' undeclared
The return value should be negative.
Added inclusion of errno.h to avoid an unresolved symbol
error when linking the test.
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Branch: refs/heads/master
Home: https://github.com/OpenAMP/open-amp
Commit: 413ff361184f684417dba592c91ab96c0c09d49f
https://github.com/OpenAMP/open-amp/commit/413ff361184f684417dba592c91ab96c…
Author: ViswaHarsha C <cviswa.harsha_ext(a)ltts.com>
Date: 2021-10-11 (Mon, 11 Oct 2021)
Changed paths:
M lib/CMakeLists.txt
A lib/include/openamp/rpmsg_rpc_client_server.h
A lib/service/rpmsg/rpc/CMakeLists.txt
A lib/service/rpmsg/rpc/rpmsg_rpc_client.c
A lib/service/rpmsg/rpc/rpmsg_rpc_server.c
Log Message:
-----------
lib: added generic rpmsg services
defined generic services for rpmsg based calls between master and
slave
Signed-off-by: ViswaHarsha C <cviswa.harsha_ext(a)ltts.com>
Commit: bdd4aa5d143f0e2c8141ef32e2047571eef1589e
https://github.com/OpenAMP/open-amp/commit/bdd4aa5d143f0e2c8141ef32e2047571…
Author: ViswaHarsha C <cviswa.harsha_ext(a)ltts.com>
Date: 2021-10-11 (Mon, 11 Oct 2021)
Changed paths:
M apps/examples/CMakeLists.txt
A apps/examples/linux_rpc_demo/CMakeLists.txt
A apps/examples/linux_rpc_demo/README.md
A apps/examples/linux_rpc_demo/linux-rpmsg-rpc-demo.h
A apps/examples/linux_rpc_demo/linux_rpc_demo.c
A apps/examples/linux_rpc_demo/linux_rpc_demod.c
Log Message:
-----------
apps: add linux applications for linux rpc communication
Added linux_rpc_demo and linux_rpc_demod for rpc communication
between linux master and slave configuration
Signed-off-by: ViswaHarsha C <cviswa.harsha_ext(a)ltts.com>
Compare: https://github.com/OpenAMP/open-amp/compare/5d8c43acf2d6...bdd4aa5d143f
Hi all,
Bill should be still on vacation this week.
I will be on the call to host it in his place.
For anyone new the call info is:
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
Regards,
Arnaud
ST Restricted
Hi all,
Bill should be still on vacation this week.
I will be on the call to host it in his place.
For anyone new the call info is:
Topic: OpenAMP RP Call
Time: Every two weeks on Thursdays starting Feb 25, 2021 04:00 PM
London Join Zoom Meeting
[1]https://linaro-org.zoom.us/j/95276449391?pwd=eDRCQzlnZGN1VlUvaFNoZ0V
3RlNEZz09
Meeting ID: 952 7644 9391
Passcode: 8250
Regards,
Arnaud
ST Restricted
References
1. https://linaro-org.zoom.us/j/95276449391?pwd=eDRCQzlnZGN1VlUvaFNoZ0V3RlNEZz…
Branch: refs/heads/master
Home: https://github.com/OpenAMP/open-amp
Commit: da13b392629d3b73e10c6f35fa21560465f3cf0c
https://github.com/OpenAMP/open-amp/commit/da13b392629d3b73e10c6f35fa215604…
Author: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Date: 2021-08-24 (Tue, 24 Aug 2021)
Changed paths:
M .github/actions/build_ci/entrypoint.sh
Log Message:
-----------
CI: Fix Zephyr build error due to cmake version
CMake 3.20.0 or higher is required by Zephyr.
Use pip3 as recommended by zephyr project to get the last version.
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Branch: refs/heads/master
Home: https://github.com/OpenAMP/libmetal
Commit: 4198cb52948729b52f6ad850b6739329e0709a78
https://github.com/OpenAMP/libmetal/commit/4198cb52948729b52f6ad850b6739329…
Author: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Date: 2021-08-24 (Tue, 24 Aug 2021)
Changed paths:
M .github/actions/build_ci/entrypoint.sh
Log Message:
-----------
CI: Fix Zephyr build error due to cmake version
CMake 3.20.0 or higher is required by Zephyr.
Use pip3 as recommended by zephyr project to get the last version.
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Hi,
As discussed during the meeting , please find the links to the series
for the rpmsg char restructuring and the introduction of the
rpmsg_ctrl device.
1) [PATCH v5 0/4] Restructure the rpmsg char to decorrelate the control part
https://lkml.org/lkml/2021/7/12/2872
2) [PATCH v2] rpmsg: Fix rpmsg_create_ept return when RPMSG config is not defined
https://lkml.org/lkml/2021/7/12/2877
3) [PATCH v4 0/4] rpmsg: char: introduce the rpmsg-raw channel
https://lkml.org/lkml/2021/7/12/2908
4) [PATCH v3] rpmsg: ctrl: Introduce new RPMSG_CREATE/RELEASE_DEV_IOCTL controls
https://lkml.org/lkml/2021/7/12/2913
The series must be applied in this order.
Regards,
Arnaud
ST Restricted
> -----Original Message-----
> From: Openamp-rp <openamp-rp-bounces(a)lists.openampproject.org> On
> Behalf Of Bill Mills via Openamp-rp
> Sent: jeudi 12 août 2021 16:13
> To: openamp-rp(a)lists.openampproject.org
> Subject: [Openamp-rp] Call today
>
> All,
>
> I will be on the call today but I don't know if we will have quorum.
> I believe Mathieu is on vacation this week.
> I don't personally have anything to report yet.
>
> For anyone new the call info is:
> 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=eDRCQzlnZGN1VlUvaFNoZ0V3RlNEZz09
>
> Meeting ID: 952 7644 9391
> Passcode: 8250
>
> FYI: I will be on vacation for next call, Aug 26.
>
> Thanks,
> Bill
>
> --
> Bill Mills
> Principal Technical Consultant, Linaro
> +1-240-643-0836
> TZ: US Eastern
> Work Schedule: Tues/Wed/Thur
> --
> Openamp-rp mailing list
> Openamp-rp(a)lists.openampproject.org
> https://lists.openampproject.org/mailman/listinfo/openamp-rp
All,
I will be on the call today but I don't know if we will have quorum.
I believe Mathieu is on vacation this week.
I don't personally have anything to report yet.
For anyone new the call info is:
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
FYI: I will be on vacation for next call, Aug 26.
Thanks,
Bill
--
Bill Mills
Principal Technical Consultant, Linaro
+1-240-643-0836
TZ: US Eastern
Work Schedule: Tues/Wed/Thur
Branch: refs/heads/master
Home: https://github.com/OpenAMP/libmetal
Commit: e3a31b402edf13d7e16e1defc384381c212dfbdc
https://github.com/OpenAMP/libmetal/commit/e3a31b402edf13d7e16e1defc384381c…
Author: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Date: 2021-08-10 (Tue, 10 Aug 2021)
Changed paths:
M .github/actions/build_ci/entrypoint.sh
Log Message:
-----------
CI: Fix Zephyr build by updating Zephyr SDK version to 13.0
Update zephyr SDK to 0.13 to fix CI compatibility issue.
The name of the steup file has also be updated.
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Branch: refs/heads/master
Home: https://github.com/OpenAMP/meta-openamp
Commit: 8a6ea29baea87222af024db7a79a4921701fb886
https://github.com/OpenAMP/meta-openamp/commit/8a6ea29baea87222af024db7a79a…
Author: Mark Hatle <mark.hatle(a)xilinx.com>
Date: 2021-04-08 (Thu, 08 Apr 2021)
Changed paths:
M conf/layer.conf
Log Message:
-----------
layer.conf: compatible with gatesgarth only
Signed-off-by: Mark Hatle <mark.hatle(a)xilinx.com>
Commit: a4294e41bbf4d4eb665a67228deb078c286cfe15
https://github.com/OpenAMP/meta-openamp/commit/a4294e41bbf4d4eb665a67228deb…
Author: Sai Hari Chandana Kalluri <chandana.kalluri(a)xilinx.com>
Date: 2021-05-04 (Tue, 04 May 2021)
Changed paths:
M recipes-openamp/libmetal/libmetal_git.bb
M recipes-openamp/open-amp/open-amp_git.bb
Log Message:
-----------
Update commit ids and branch for 2021 release
Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri(a)xilinx.com>
Commit: fdef954818026f5eebb40aa569d0e7c6bd7cb7fd
https://github.com/OpenAMP/meta-openamp/commit/fdef954818026f5eebb40aa569d0…
Author: Mark Hatle <mark.hatle(a)xilinx.com>
Date: 2021-05-19 (Wed, 19 May 2021)
Changed paths:
M recipes-openamp/libmetal/libmetal.inc
M recipes-openamp/open-amp/open-amp.inc
Log Message:
-----------
libmetal/open-amp: Provide a default is SOC_FAMILY_ARCH is not defined
Issue: CR-1099768
When building for some configuration SOC_FAMILY_ARCH may not be defined,
provide a valid default.
Signed-off-by: Mark Hatle <mark.hatle(a)xilinx.com>
Commit: 60a8cfefff663710f20375789f2963534d56b20a
https://github.com/OpenAMP/meta-openamp/commit/60a8cfefff663710f20375789f29…
Author: Mark Hatle <mark.hatle(a)xilinx.com>
Date: 2021-05-25 (Tue, 25 May 2021)
Changed paths:
M classes/yocto-cmake-translation.bbclass
Log Message:
-----------
yocto-cmake-translation: Adjust table to current system
Issue: CR-1099768
By using 'MACHINE' in the previous code, it made any users of this class
MACHINE specific packages, even if MACHINE wasn't actually consulted for
their particular use-cases.
Further it was determined the MACHINE check was no longer valid due to
much of the changing in the current versions of the code. Refactored
the table based on discussions with the open-amp folks.
Signed-off-by: Mark Hatle <mark.hatle(a)xilinx.com>
Commit: 9650215abab211da4ce585459781b8407207086e
https://github.com/OpenAMP/meta-openamp/commit/9650215abab211da4ce585459781…
Author: Sai Hari Chandana Kalluri <chandana.kalluri(a)xilinx.com>
Date: 2021-05-26 (Wed, 26 May 2021)
Changed paths:
M recipes-openamp/libmetal/libmetal_git.bb
Log Message:
-----------
Update commit ids for 2021 release
Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri(a)xilinx.com>
Commit: 863e639fbc494e91d68286c26086c493f0ea2c4a
https://github.com/OpenAMP/meta-openamp/commit/863e639fbc494e91d68286c26086…
Author: Christian Kohn <christian.kohn(a)xilinx.com>
Date: 2021-06-04 (Fri, 04 Jun 2021)
Changed paths:
M recipes-openamp/open-amp/open-amp_git.bb
Log Message:
-----------
open-amp: Update branch for 2021.1 release
Signed-off-by: Christian Kohn <christian.kohn(a)xilinx.com>
Signed-off-by: Jaewon Lee <jaewon.lee(a)xilinx.com>
Commit: bb519f0a01a0f44be47ff6d1e31674e3445b61a3
https://github.com/OpenAMP/meta-openamp/commit/bb519f0a01a0f44be47ff6d1e316…
Author: Christian Kohn <christian.kohn(a)xilinx.com>
Date: 2021-06-04 (Fri, 04 Jun 2021)
Changed paths:
M recipes-openamp/libmetal/libmetal_git.bb
Log Message:
-----------
libmetal: Update branch for 2021.1 release
Signed-off-by: Christian Kohn <christian.kohn(a)xilinx.com>
Signed-off-by: Jaewon Lee <jaewon.lee(a)xilinx.com>
Commit: 7f94402d4e0b34aa2083f9b276cb29ef527cd552
https://github.com/OpenAMP/meta-openamp/commit/7f94402d4e0b34aa2083f9b276cb…
Author: Sai Hari Chandana Kalluri <chandana.kalluri(a)xilinx.com>
Date: 2021-07-14 (Wed, 14 Jul 2021)
Changed paths:
M recipes-openamp/libmetal/libmetal.inc
Log Message:
-----------
libmetal: Change DEPENDS from eudev to udev
Starting gatesgarth, we will be moving to SYSTEMD. systemd provides udev
package. eudev is sysvinit fork for systemd's udev and conflicts when
DISTRO_FEATURE is set to systemd. Update the DEPENDENCY package in libmetal
Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri(a)xilinx.com>
Commit: bdbdb0b02af4800a0c7fc70edef33cfd55babbdd
https://github.com/OpenAMP/meta-openamp/commit/bdbdb0b02af4800a0c7fc70edef3…
Author: Sai Hari Chandana Kalluri <chandana.kalluri(a)xilinx.com>
Date: 2021-07-14 (Wed, 14 Jul 2021)
Changed paths:
M recipes-kernel/linux/openamp-kmeta/cfg/openamp.cfg
M recipes-kernel/linux/openamp-kmeta/cfg/remoteproc.cfg
Log Message:
-----------
openamp.cfg, remoteproc.cfg: Set configs to (y) instead of (m)
Set configs to (y) instead of (m) else it results in config warnings
Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri(a)xilinx.com>
Compare: https://github.com/OpenAMP/meta-openamp/compare/26a1cf378798...bdbdb0b02af4
Hi,
ST Restricted
> -----Original Message-----
> From: Openamp-rp <openamp-rp-bounces(a)lists.openampproject.org> On
> Behalf Of Mathieu Poirier via Openamp-rp
> Sent: mardi 13 juillet 2021 00:00
> To: Bill Mills <bill.mills(a)linaro.org>
> Cc: openamp-rp(a)lists.openampproject.org
> Subject: Re: [Openamp-rp] Can make the meeting on July 15
>
> On Mon, 12 Jul 2021 at 08:25, Bill Mills via Openamp-rp <openamp-
> rp(a)lists.openampproject.org> wrote:
> >
> > All,
> >
> > I will be unavailable on July 15 for this weeks call.
> > I suggest we cancel unless on someone else volunteers to host.
> > I was going to suggest we move to next week but that conflicts with a
> > Linaro meeting some of you may need to attend.
> >
>
> Unless someone comes up with something urgent to discuss I suggest we
> cancel this one.
Ok for me to cancel the meeting.
Regards,
Arnaud
>
> > Thanks,
> > Bill
> >
> > --
> > Bill Mills
> > Principal Technical Consultant, Linaro
> > +1-240-643-0836
> > TZ: US Eastern
> > Work Schedule: Tues/Wed/Thur
> > --
> > Openamp-rp mailing list
> > Openamp-rp(a)lists.openampproject.org
> > https://lists.openampproject.org/mailman/listinfo/openamp-rp
> --
> Openamp-rp mailing list
> Openamp-rp(a)lists.openampproject.org
> https://lists.openampproject.org/mailman/listinfo/openamp-rp