[meta-xilinx] [PATCH 0/7] Some updates, fixes and clean ups

Nathan Rossi nathan at nathanrossi.com
Fri Feb 10 08:44:57 PST 2017


This series is a collection of updates, fixes and clean up of older
content.

The changes in this series include:
 * Fix up kmeta in linux-*.inc files, so that source archival tools work
 * Remove old documentation
 * Update linux-xlnx and u-boot-xlnx to to xilinx-v2016.4 release
 * Setup zcu102-zynqmp to use qemu-xilinx by default, handle auto
   booting in u-boot-xlnx via preloaded image detection
 * Update xf86-video-armsoc to 1.4.1 to handle newer x11

With these changes it is possible to boot an X11 session with the
zcu102-zynqmp in QEMU. However no usb for keyboard/mouse yet.

Nathan Rossi (7):
  linux/linux-*.inc: Add 'name' field to the kmeta type sources
  docs/*: Remove old documentation
  u-boot-xlnx: Update to xilinx-v2016.4 release
  u-boot-xlnx: For ZynqMP setup auto-boot for JTAG loading
  zcu102-zynqmp: Default qemuboot to using Xilinx QEMU
  linux-xlnx: Update to the xilinx-v2016.4 release
  xf86-video-armsoc: Update to 1.4.1

 conf/machine/include/machine-xilinx-default.inc    |  2 +-
 conf/machine/zcu102-zynqmp.conf                    | 18 ++---
 docs/BOOT.jtag                                     | 30 ---------
 docs/BOOT.sdcard                                   | 77 ----------------------
 docs/BOOT.tftp                                     | 35 ----------
 docs/Rootfs                                        | 11 ----
 ...xilinx_zynqmp.h-Auto-boot-in-JTAG-if-imag.patch | 48 ++++++++++++++
 ...-boot-xlnx_2016.07.bb => u-boot-xlnx_2016.4.bb} |  6 +-
 ..._xilinx-Add-the-dumb-gem-support-for-Xili.patch | 65 ++++++++++++++----
 .../0002-enable-subdir-objects.patch               | 16 -----
 .../xorg-driver/xf86-video-armsoc_git.bb           |  9 ++-
 recipes-kernel/linux/linux-xilinx-configs.inc      |  4 +-
 recipes-kernel/linux/linux-xlnx.inc                |  2 +-
 .../{linux-xlnx_4.6.bb => linux-xlnx_2016.4.bb}    |  4 +-
 14 files changed, 123 insertions(+), 204 deletions(-)
 delete mode 100644 docs/BOOT.jtag
 delete mode 100644 docs/BOOT.sdcard
 delete mode 100644 docs/BOOT.tftp
 delete mode 100644 docs/Rootfs
 create mode 100644 recipes-bsp/u-boot/u-boot-xlnx/arm-zynqmp-xilinx_zynqmp.h-Auto-boot-in-JTAG-if-imag.patch
 rename recipes-bsp/u-boot/{u-boot-xlnx_2016.07.bb => u-boot-xlnx_2016.4.bb} (86%)
 delete mode 100644 recipes-graphics/xorg-driver/xf86-video-armsoc/0002-enable-subdir-objects.patch
 rename recipes-kernel/linux/{linux-xlnx_4.6.bb => linux-xlnx_2016.4.bb} (75%)

-- 
2.11.0



More information about the meta-xilinx mailing list