Branch: refs/heads/main Home: https://github.com/OpenAMP/openamp-system-reference Commit: 0cbde86fcd1448f9c56dbd1f892db41270cd8ac5 https://github.com/OpenAMP/openamp-system-reference/commit/0cbde86fcd1448f9c... Author: Bill Mills bill.mills@linaro.org Date: 2023-11-03 (Fri, 03 Nov 2023)
Changed paths: M examples/linux/dts/.gitignore A examples/linux/dts/xilinx/.gitignore A examples/linux/dts/xilinx/Makefile M examples/linux/dts/xilinx/README.md A examples/linux/dts/xilinx/kria-openamp-lockstep.dts A examples/linux/dts/xilinx/kria-openamp-split.dts A examples/linux/dts/xilinx/zcu102-openamp-base.dtsi M examples/linux/dts/xilinx/zcu102-openamp-lockstep.dts M examples/linux/dts/xilinx/zcu102-openamp-split.dts A examples/linux/dts/xilinx/zynqmp-openamp.dtsi A examples/linux/dts/xilinx/zynqmp-split.dtsi
Log Message: ----------- Xilinx DTS: Use upstream source and only change what we need to.
Instead of checking in decompiled dtbs, use the the upstream kernel as the source of DTS. Then use include files to change what we need to.
* Use the Linux v6.5.8 DTS source files * Using include files add the openamp specific definitions * Update example/dts/,gitignore to ignore dtbo files everywhere * Update xilinx/.gitignore to ignore the specific products of the Makefile * This handles the current versions of zcu102 and kv260 * This handles lockstep and split mode of the R5 subsystem
The OpenAMP devicetree changes here are the work of Tanmay Shah and the Makefile and restructure to include files is by Bill Mills.
Signed-off-by: Tanmay Shah tanmay.shah@amd.com Signed-off-by: Bill Mills bill.mills@linaro.org
openamp-rp@lists.openampproject.org