[meta-xilinx] [PATCH 0/12] Updates and more!

Nathan Rossi nathan at nathanrossi.com
Sun May 7 07:07:06 PDT 2017


This series primarily contains updates to the just released
xilinx-v2017.1 versions of linux-xlnx, u-boot-xlnx and
arm-trusted-firmware. This series does not remove the existing recipes
for the last release of these components primarily due to the ZynqMP PMU
Firmware requirement, but also to keep around support for some patches.
Versions are pinned in their respective machine configs.

Nathan Rossi (12):
  u-boot-zynq-uenv.bb: Add recipe to generate uEnv.txt environment
  u-boot-xlnx_2016.4.bb: Add provided ZynqMP platform init configs
  linux/config: Add debug-dyndbg kernel feature fragment
  qemu-xilinx-helper-native: Clean up preferred provider message
  linux-xlnx: Add recipe for xilinx-v2017.1 release
  u-boot-xlnx: Add recipe for xilinx-v2017.1 release
  kc705-microblazeel: Pin to u-boot-xlnx at xilinx-v2016.4
  arm-trusted-firmware: Split common build/config into include
  arm-trusted-firmware_2016.3.bb: Rename the _git.bb to the actual
    release
  arm-trusted-firmware: Add recipe for xilinx-v2017.1 release
  zcu102-zynqmp: Pin to pre-v2017.1 versions of kernel, u-boot and atf
  machine-xilinx-default.inc: Remove version pinning for linux-xlnx

 conf/machine/include/machine-xilinx-default.inc    |   2 -
 conf/machine/kc705-microblazeel.conf               |   3 +
 conf/machine/microzed-zynq7.conf                   |   8 +-
 conf/machine/picozed-zynq7.conf                    |   8 +-
 conf/machine/zc702-zynq7.conf                      |   2 +
 conf/machine/zc706-zynq7.conf                      |   8 +
 conf/machine/zcu102-zynqmp.conf                    |   6 +
 conf/machine/zedboard-zynq7.conf                   |   2 +
 conf/machine/zybo-linux-bd-zynq7.conf              |   6 +-
 conf/machine/zybo-zynq7.conf                       |   8 +-
 ...ed-firmware_git.bb => arm-trusted-firmware.inc} |   5 -
 .../arm-trusted-firmware_2016.3.bb                 |   7 +
 .../arm-trusted-firmware_2017.1.bb                 |   7 +
 recipes-bsp/u-boot/u-boot-xlnx.inc                 |   4 +
 ...xilinx_zynqmp.h-Auto-boot-in-JTAG-if-imag.patch |  39 ++
 .../u-boot/u-boot-xlnx/zc702-zynq7/uEnv.txt        |   4 -
 .../u-boot/u-boot-xlnx/zedboard-zynq7/uEnv.txt     |   4 -
 recipes-bsp/u-boot/u-boot-xlnx_2016.4.bb           |  10 +-
 recipes-bsp/u-boot/u-boot-xlnx_2017.1.bb           |  24 +
 recipes-bsp/u-boot/u-boot-zynq-uenv.bb             |  82 +++
 .../qemu/qemu-xilinx-helper-native_1.0.bb          |  13 +-
 .../xilinx-common/features/debug/debug-dyndbg.cfg  |  11 +
 .../xilinx-common/features/debug/debug-dyndbg.scc  |   4 +
 ...rm-xilinx-Add-encoder-for-Digilent-boards.patch | 299 ++++++++++
 ...002-clk-Add-driver-for-axi_dynclk-IP-Core.patch | 607 +++++++++++++++++++++
 ...0003-drm-xilinx-Fix-DPMS-transition-to-on.patch |  65 +++
 recipes-kernel/linux/linux-xlnx_2017.1.bb          |  12 +
 27 files changed, 1218 insertions(+), 32 deletions(-)
 rename recipes-bsp/arm-trusted-firmware/{arm-trusted-firmware_git.bb => arm-trusted-firmware.inc} (91%)
 create mode 100644 recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2016.3.bb
 create mode 100644 recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2017.1.bb
 create mode 100644 recipes-bsp/u-boot/u-boot-xlnx/v2017.1/arm-zynqmp-xilinx_zynqmp.h-Auto-boot-in-JTAG-if-imag.patch
 delete mode 100644 recipes-bsp/u-boot/u-boot-xlnx/zc702-zynq7/uEnv.txt
 delete mode 100644 recipes-bsp/u-boot/u-boot-xlnx/zedboard-zynq7/uEnv.txt
 create mode 100644 recipes-bsp/u-boot/u-boot-xlnx_2017.1.bb
 create mode 100644 recipes-bsp/u-boot/u-boot-zynq-uenv.bb
 create mode 100644 recipes-kernel/linux/config/xilinx-common/features/debug/debug-dyndbg.cfg
 create mode 100644 recipes-kernel/linux/config/xilinx-common/features/debug/debug-dyndbg.scc
 create mode 100644 recipes-kernel/linux/linux-xlnx/4.9/0001-drm-xilinx-Add-encoder-for-Digilent-boards.patch
 create mode 100644 recipes-kernel/linux/linux-xlnx/4.9/0002-clk-Add-driver-for-axi_dynclk-IP-Core.patch
 create mode 100644 recipes-kernel/linux/linux-xlnx/4.9/0003-drm-xilinx-Fix-DPMS-transition-to-on.patch
 create mode 100644 recipes-kernel/linux/linux-xlnx_2017.1.bb

-- 
2.11.0



More information about the meta-xilinx mailing list