Branch: refs/heads/v2023.10 Home: https://github.com/OpenAMP/openamp-system-reference Commit: 1907df6ca1e0b412d394bf6d4ec74737490b59c3 https://github.com/OpenAMP/openamp-system-reference/commit/1907df6ca1e0b412d... Author: Bill Mills bill.mills@linaro.org Date: 2023-11-18 (Sat, 18 Nov 2023)
Changed paths: M examples/linux/dts/xilinx/.gitignore M examples/linux/dts/xilinx/Makefile R examples/linux/dts/xilinx/kria-openamp-lockstep.dts R examples/linux/dts/xilinx/kria-openamp-split.dts R examples/linux/dts/xilinx/zcu102-openamp-base.dtsi R examples/linux/dts/xilinx/zcu102-openamp-lockstep.dts R examples/linux/dts/xilinx/zcu102-openamp-split.dts A examples/linux/dts/xilinx/zcu102-openamp.dtso R examples/linux/dts/xilinx/zynqmp-openamp.dtsi A examples/linux/dts/xilinx/zynqmp-openamp.dtso R examples/linux/dts/xilinx/zynqmp-split.dtsi A examples/linux/dts/xilinx/zynqmp-split.dtso
Log Message: ----------- Xilinx DTS: Switch to all overlays
Build upstream DTBs and DTBOs (mostly) as is. (Overlay support is added to zcu102).
Then build a series of overlays that can be applied to the upstream base. These overlays can be used at boot time if desired.
Then go ahead and apply the overlays to the bases to produce full dtbs so people that don't want to learn about overlays can just use the one dtb that they want.
Signed-off-by: Bill Mills bill.mills@linaro.org
Commit: d7bbc47ce059e8b68f024ffac9247eb0d4513f88 https://github.com/OpenAMP/openamp-system-reference/commit/d7bbc47ce059e8b68... Author: Bill Mills bill.mills@linaro.org Date: 2023-11-18 (Sat, 18 Nov 2023)
Changed paths: M examples/linux/dts/xilinx/Makefile A examples/linux/dts/xilinx/xilinx-openamp-for-v6.5.dtso
Log Message: ----------- dtb: Add Xilinx baremetal demo compatible DTB for v6.5 kernel
The Xilinx baremetal apps as built by Xilinx v2023.2 use a different mailbox configuration than the Zephyr examples do.
We wish to align these in the future but for now we need a different DTB. We can not use the Xilinx v2023.2 built DTB as it is not compatible with the upstream remoteproc driver (it is still using the pre-upstream driver.)
This change adds an overlay for this configuration and then also applies it to make complete dtbs. Boot configs can either apply the overlays at boot time or use the complete dtbs.
Signed-off-by: Bill Mills bill.mills@linaro.org
Commit: 901d6722b2cd8ccb9775d7c2707077556c26a4cb https://github.com/OpenAMP/openamp-system-reference/commit/901d6722b2cd8ccb9... Author: Tanmay tanmay.shah@amd.com Date: 2023-11-18 (Sat, 18 Nov 2023)
Changed paths: M examples/linux/dts/xilinx/zynqmp-openamp.dtso
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.
Commit: a54c1d9b57a6030bfb58e3fae92cdf7a8df4fdf9 https://github.com/OpenAMP/openamp-system-reference/commit/a54c1d9b57a6030bf... Author: Bill Mills bill.mills@linaro.org Date: 2023-11-18 (Sat, 18 Nov 2023)
Changed paths: A examples/linux/dts/st/.gitignore A examples/linux/dts/st/Makefile A examples/linux/dts/st/README.md A examples/linux/dts/st/st-audio-disable.dtso
Log Message: ----------- dts: ST audio disable workaround for v6.5.8
Our current configuration for generic-armv7a for v6.5.8 causes kernel oops related to audio. So disable everything related to audio as a workaround.
Signed-off-by: Bill Mills bill.mills@linaro.org
Commit: a4026cfa399b062da11a235d98f80251d29a5860 https://github.com/OpenAMP/openamp-system-reference/commit/a4026cfa399b062da... Author: Bill Mills bill.mills@linaro.org Date: 2023-11-19 (Sun, 19 Nov 2023)
Changed paths: M examples/linux/dts/xilinx/zcu102-openamp.dtso
Log Message: ----------- dtb: Fix zcu102 bare-metal
A holdover from the dtsi model was getting both mailbox configs in the bare-metal dtb for zcu102.
Fix this by making the zcu102-openamp overlay only disable the serial port and not include the zynqmp-openamp overlay defs.
Signed-off-by: Bill Mills bill.mills@linaro.org
Compare: https://github.com/OpenAMP/openamp-system-reference/compare/3716dbba0154...a...
openamp-rp@lists.openampproject.org