Branch: refs/heads/fix_core1_rpmsg_dt_nodes
Home: https://github.com/OpenAMP/openamp-system-reference
Commit: 5865a2e0fb19153bb85447fd258939dbe9d59945
https://github.com/OpenAMP/openamp-system-reference/commit/5865a2e0fb19153b…
Author: Tanmay Shah <tanmay.shah(a)amd.com>
Date: 2023-11-07 (Tue, 07 Nov 2023)
Changed paths:
M examples/linux/dts/xilinx/zynqmp-openamp.dtsi
Log Message:
-----------
examples: dts: fix reserved memory nodes for core1 rpmsg
Xilinx remoteproc driver expects node name to be vdev0vringx
and vdev0buffer. Remoteproc framework will add memory
carveouts based on these names. Fix current node names for
core1 rpmsg accordingly.
Signed-off-by: Tanmay Shah <tanmay.shah(a)amd.com>
Branch: refs/heads/master
Home: https://github.com/OpenAMP/meta-openamp
Commit: 098059a411ff3c64934f7f870fdec251b0006c6f
https://github.com/OpenAMP/meta-openamp/commit/098059a411ff3c64934f7f870fde…
Author: Bill Mills <bill.mills(a)linaro.org>
Date: 2023-11-06 (Mon, 06 Nov 2023)
Changed paths:
A recipes-openamp/libmetal/libmetal_v2023.10.bb
A recipes-openamp/open-amp/open-amp_v2023.10.bb
M recipes-openamp/rpmsg-examples/rpmsg-example.inc
Log Message:
-----------
Set the defaults to the v2023.10 release
* Add recipes for the v2023.10 release of libmetal and open-amp and use
the commit of the v2023.10.0 tag
* Lock the Linux examples and utilities to the v2023.10.0 tag
* Use the real branch name, not main
* fix license md5sum as is done in -dev recipes
Signed-off-by: Bill Mills <bill.mills(a)linaro.org>
Branch: refs/heads/master
Home: https://github.com/OpenAMP/meta-openamp
Commit: 59ef6be7a5a23f854ee26bdc6be4a405e5a0aa97
https://github.com/OpenAMP/meta-openamp/commit/59ef6be7a5a23f854ee26bdc6be4…
Author: Bill Mills <bill.mills(a)linaro.org>
Date: 2023-11-06 (Mon, 06 Nov 2023)
Changed paths:
A recipes-openamp/rpmsg-examples/rpmsg-utils_1.0.bb
Log Message:
-----------
Add rpmsg_utils: User space utilities to exercise /dev/rpmsg*
This set of utilities has existed for over a year but have not been built
or packaged in OE until now.
These utilities are in the same git rep as the other examples.
Rev them as a group and reuse the inc file.
Signed-off-by: Bill Mills <bill.mills(a)linaro.org>
Branch: refs/heads/main
Home: https://github.com/OpenAMP/open-amp
Commit: d51364594d95e63c0b51b3c5ea73d0dbf3c99a04
https://github.com/OpenAMP/open-amp/commit/d51364594d95e63c0b51b3c5ea73d0db…
Author: Guiding Li <liguiding1(a)xiaomi.com>
Date: 2023-11-06 (Mon, 06 Nov 2023)
Changed paths:
M lib/include/openamp/rpmsg_virtio.h
M lib/rpmsg/rpmsg_virtio.c
Log Message:
-----------
openamp: add new API rpmsg_virtio_get_rx_buffer_size()
This API can be used by the endpoint callback to limit the rx
buffer usage range.
Signed-off-by: Guiding Li <liguiding1(a)xiaomi.com>
Signed-off-by: Bowen Wang <wangbowen6(a)xiaomi.com>
Branch: refs/heads/main
Home: https://github.com/OpenAMP/libmetal
Commit: 8041e1c2764812a8d6feded09e68d87bc7812b3e
https://github.com/OpenAMP/libmetal/commit/8041e1c2764812a8d6feded09e68d87b…
Author: Ledion Daja <ledion.daja(a)arm.com>
Date: 2023-11-06 (Mon, 06 Nov 2023)
Changed paths:
M lib/compiler/armcc/errno.h
Log Message:
-----------
lib: add guards for errno values for ARMCC compiler
The new guards prevent redefinition of errno values which have already
been defined in the standard libraries.
Signed-off-by: Ledion Daja <ledion.daja(a)arm.com>
Branch: refs/heads/main
Home: https://github.com/OpenAMP/libmetal
Commit: 9855f84ae92cfcd571c883bc88a53695f9cfb7b1
https://github.com/OpenAMP/libmetal/commit/9855f84ae92cfcd571c883bc88a53695…
Author: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Date: 2023-11-06 (Mon, 06 Nov 2023)
Changed paths:
M lib/atomic.h
M lib/compiler.h
M lib/errno.h
Log Message:
-----------
lib: compiler support of arm compiler v6
The predefined macro __CC_ARM available on 5.x is migrated to the
macro __arm__ for the version 6.x. Add defines to support both versions.
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Branch: refs/heads/master
Home: https://github.com/OpenAMP/meta-openamp
Commit: 27f22afd75a43c86e166acf0cfdfc3bbed486f0a
https://github.com/OpenAMP/meta-openamp/commit/27f22afd75a43c86e166acf0cfdf…
Author: Bill Mills <bill.mills(a)linaro.org>
Date: 2023-11-04 (Sat, 04 Nov 2023)
Changed paths:
M conf/layer.conf
Log Message:
-----------
Declare support for YP 4.2 and 4.3
* Set the default policy for the master branch
* update for current release names for 2023/09
* Keep one Xilinx specific EOL release
Signed-off-by: Bill Mills <bill.mills(a)linaro.org>
Commit: 74d1f450a6dd77b5bd56888910be0f417938a1bd
https://github.com/OpenAMP/meta-openamp/commit/74d1f450a6dd77b5bd56888910be…
Author: Bill Mills <bill.mills(a)linaro.org>
Date: 2023-11-04 (Sat, 04 Nov 2023)
Changed paths:
A recipes-openamp/rpmsg-examples/rpmsg-utils_1.0.bb
Log Message:
-----------
Add rpmsg_utils: User space utilities to exercise /dev/rpmsg*
This set of utilities has existed for over a year but have not been built
or packaged in OE until now.
These utilities are in the same git rep as the other examples.
Rev them as a group and reuse the inc file.
Signed-off-by: Bill Mills <bill.mills(a)linaro.org>
Commit: c7832c3af30732db405b84807558711b1491b42a
https://github.com/OpenAMP/meta-openamp/commit/c7832c3af30732db405b84807558…
Author: Bill Mills <bill.mills(a)linaro.org>
Date: 2023-11-04 (Sat, 04 Nov 2023)
Changed paths:
A recipes-openamp/libmetal/libmetal_v2023.10.bb
A recipes-openamp/open-amp/open-amp_v2023.10.bb
M recipes-openamp/rpmsg-examples/rpmsg-example.inc
Log Message:
-----------
Set the defaults to the v2023.10 release
* Add recipes for the v2023.10 release of libmetal and open-amp and use
the commit of the v2023.10.0 tag
* Lock the Linux examples and utilities to the v2023.10.0 tag
Signed-off-by: Bill Mills <bill.mills(a)linaro.org>
Commit: 33dc6e4b631b0c3ab0fe391ad58f769e321189d0
https://github.com/OpenAMP/meta-openamp/commit/33dc6e4b631b0c3ab0fe391ad58f…
Author: Bill Mills <bill.mills(a)linaro.org>
Date: 2023-11-04 (Sat, 04 Nov 2023)
Changed paths:
M recipes-openamp/libmetal/libmetal_v2023.10.bb
M recipes-openamp/open-amp/open-amp_v2023.10.bb
Log Message:
-----------
FIX: Use real branch name in libmetal and open-amp
Commit: ccf44a78421a9807442d39151f2d58de707bfe2d
https://github.com/OpenAMP/meta-openamp/commit/ccf44a78421a9807442d39151f2d…
Author: Bill Mills <bill.mills(a)linaro.org>
Date: 2023-11-04 (Sat, 04 Nov 2023)
Changed paths:
M recipes-openamp/libmetal/libmetal_v2023.10.bb
M recipes-openamp/open-amp/open-amp_v2023.10.bb
Log Message:
-----------
FIX: libmetal and open-amp fix license md5sum
The License file (& md5sum) is the same as for the -dev version.
Signed-off-by: Bill Mills <bill.mills(a)linaro.org>
Compare: https://github.com/OpenAMP/meta-openamp/compare/6e94a35e084b...ccf44a78421a