[meta-xilinx] [PATCH 0/9] Fixes for pyro and general updates
Nathan Rossi
nathan at nathanrossi.com
Thu Apr 20 03:35:17 PDT 2017
This series includes fixes for changes that have occurred for the
oe-core pyro release as well as some changes to existing functionality.
Summary of changes:
* Fix up depends on unzip vs unzip-native for zybo-linux-bd.bb
* Fix up README formatting
* Remove linux-yocto version pinning, always default to the newest
* Enable ZYNQMP_PM_API_DEBUGFS for linux-xlnx kernels
* Remove MACHINE_DEVICETREE support
* Update qemuboot/qemu-xilinx support for using Xilinx's QEMU
Nathan Rossi (9):
zybo-linux-bd.bb: Depend on unzip-native instead of unzip
machine-xilinx-default.inc: Remove linux-yocto version pinning
README.*: Fix up bullet point nesting
README.booting.md: Update and add notes
linux/config: Enable ZYNQMP_PM_API_DEBUGFS for linux-xlnx kernels
device-tree.bbappend: Move use of MACHINE_DEVICETREE to SRC_URI
machine-xilinx-qemu.inc: Don't use MACHINE_DEVICETREE for dtb
detection
device-tree: Improve, clean up and remove MACHINE_DEVICETREE
qemuboot-xilinx.bbclass: Rework qemu-xilinx setup
README.booting.md | 34 ++++---
README.md | 12 ++-
classes/qemuboot-xilinx.bbclass | 27 ++++++
classes/xilinx-utils.bbclass | 58 -----------
conf/machine/include/machine-xilinx-default.inc | 1 -
conf/machine/include/machine-xilinx-qemu.inc | 54 +++--------
conf/machine/kc705-microblazeel.conf | 4 -
conf/machine/microzed-zynq7.conf | 1 -
conf/machine/ml605-qemu-microblazeel.conf | 1 +
conf/machine/picozed-zynq7.conf | 1 -
conf/machine/qemu-zynq7.conf | 3 +-
conf/machine/s3adsp1800-qemu-microblazeeb.conf | 1 +
conf/machine/zcu102-zynqmp.conf | 8 +-
conf/machine/zybo-linux-bd-zynq7.conf | 6 --
recipes-bsp/device-tree/device-tree.bb | 107 ++++++++-------------
recipes-bsp/device-tree/device-tree.bbappend | 21 ++++
.../kc705-microblazeel.dts | 0
.../files/{kc705 => kc705-microblazeel}/pl.dtsi | 0
.../{kc705 => kc705-microblazeel}/system-conf.dtsi | 0
.../files/{microzed => }/microzed-zynq7.dts | 0
.../files/{picozed => }/picozed-zynq7.dts | 0
.../device-tree/files/{qemu => }/qemu-zynq7.dts | 0
.../pcw.dtsi | 0
.../{zybo-linux-bd => zybo-linux-bd-zynq7}/pl.dtsi | 0
.../zybo-linux-bd-zynq7.dts | 0
.../files/{common => }/zynq-7000-qspi-dummy.dtsi | 0
recipes-bsp/reference-design/zybo-linux-bd.bb | 3 +-
.../qemu/qemu-xilinx-helper-native_1.0.bb | 20 ++++
.../bsp/xilinx/soc/linux-xlnx/drivers/zynqmp.cfg | 3 +
29 files changed, 166 insertions(+), 199 deletions(-)
create mode 100644 classes/qemuboot-xilinx.bbclass
delete mode 100644 classes/xilinx-utils.bbclass
create mode 100644 recipes-bsp/device-tree/device-tree.bbappend
rename recipes-bsp/device-tree/files/{kc705 => kc705-microblazeel}/kc705-microblazeel.dts (100%)
rename recipes-bsp/device-tree/files/{kc705 => kc705-microblazeel}/pl.dtsi (100%)
rename recipes-bsp/device-tree/files/{kc705 => kc705-microblazeel}/system-conf.dtsi (100%)
rename recipes-bsp/device-tree/files/{microzed => }/microzed-zynq7.dts (100%)
rename recipes-bsp/device-tree/files/{picozed => }/picozed-zynq7.dts (100%)
rename recipes-bsp/device-tree/files/{qemu => }/qemu-zynq7.dts (100%)
rename recipes-bsp/device-tree/files/{zybo-linux-bd => zybo-linux-bd-zynq7}/pcw.dtsi (100%)
rename recipes-bsp/device-tree/files/{zybo-linux-bd => zybo-linux-bd-zynq7}/pl.dtsi (100%)
rename recipes-bsp/device-tree/files/{zybo-linux-bd => zybo-linux-bd-zynq7}/zybo-linux-bd-zynq7.dts (100%)
rename recipes-bsp/device-tree/files/{common => }/zynq-7000-qspi-dummy.dtsi (100%)
create mode 100644 recipes-devtools/qemu/qemu-xilinx-helper-native_1.0.bb
--
2.11.0
More information about the meta-xilinx
mailing list