On Tue, May 3, 2016 at 10:57 AM, Manjukumar Matha <[email protected]> wrote: > KC705 reference design is outdated and no longer maintained. This patch series > updates the required components for KC705 kit. > > The changes are > - Use prebuilt v2016.1 bitstream > - Patch u-boot according to the hardware design > - Updated dts file for KC705 kit > - Update to the supported MB v9.6 > - Update the kernel cofigs for v9.6 > - Remove any references to old design kc705-trd
Hi Manju, Apart from the comments on a couple of the patches this series is good to be applied. If you can follow up on comments and send updated patches that would be great, then I can apply the series. Thanks, Nathan > > Manjukumar Matha (14): > u-boot-xlnx_2016.01.bb: Remove kc705-trd > linux-xilinx-machines.inc: Remove kc705-trd > kc705-trd-microblazeel: Remove kc705-trd files > feature-microblaze-v9.inc: Updated to v9.6 > feature-microblaze-versions.inc: Update to v9.6 > kc705-microblazeel.scc: Add KC705 linux config > kc705-microblazeel: Add u-boot patch for KC705 > kc705-bitstream_2016.1.bb: Add prebuilt bitstream > kc705-microblazeel.dts: Add KC705 dts > machine-xilinx-default.inc: uboot format is bin > linux-xilinx-machines.inc: Add KC705 cfg to kernel > u-boot-xlnx_2016.01.bb: Add KC705 definitions > kc705-microblazeel.conf: Support for KC705 kit > docs/BOOT.tftp: Update KC705 boot documentation > > conf/machine/include/machine-xilinx-default.inc | 1 + > .../include/microblaze/feature-microblaze-v9.inc | 4 + > .../microblaze/feature-microblaze-versions.inc | 1 + > conf/machine/kc705-microblazeel.conf | 21 + > conf/machine/kc705-trd-microblazeel.conf | 29 - > docs/BOOT.tftp | 4 +- > .../device-tree/files/kc705/kc705-microblazeel.dts | 523 +++++++++ > .../files/kc705/kc705-trd-microblazeel.dts | 527 --------- > .../reference-design/kc705-bitstream_2016.1.bb | 42 + > recipes-bsp/reference-design/kc705-trd_2013.1.bb | 42 - > ...aze-kc705-Convert-microblaze-generic-to-k.patch | 1156 > ++++++++++++++++++++ > ...kc705-trd-Convert-microblaze-generic-to-k.patch | 656 ----------- > recipes-bsp/u-boot/u-boot-xlnx_2016.01.bb | 2 +- > .../bsp/kc705-microblazeel/kc705-microblazeel.cfg | 17 + > .../bsp/kc705-microblazeel/kc705-microblazeel.scc | 4 + > .../kc705-trd-microblazeel.cfg | 14 - > .../kc705-trd-microblazeel.scc | 4 - > recipes-kernel/linux/linux-xilinx-machines.inc | 2 +- > 18 files changed, 1773 insertions(+), 1276 deletions(-) > create mode 100644 conf/machine/kc705-microblazeel.conf > delete mode 100644 conf/machine/kc705-trd-microblazeel.conf > create mode 100644 recipes-bsp/device-tree/files/kc705/kc705-microblazeel.dts > delete mode 100644 > recipes-bsp/device-tree/files/kc705/kc705-trd-microblazeel.dts > create mode 100644 recipes-bsp/reference-design/kc705-bitstream_2016.1.bb > delete mode 100644 recipes-bsp/reference-design/kc705-trd_2013.1.bb > create mode 100644 > recipes-bsp/u-boot/u-boot-xlnx/microblaze-kc705-Convert-microblaze-generic-to-k.patch > delete mode 100644 > recipes-bsp/u-boot/u-boot-xlnx/microblaze-kc705-trd-Convert-microblaze-generic-to-k.patch > create mode 100644 > recipes-kernel/linux/config/xilinx-machine/bsp/kc705-microblazeel/kc705-microblazeel.cfg > create mode 100644 > recipes-kernel/linux/config/xilinx-machine/bsp/kc705-microblazeel/kc705-microblazeel.scc > delete mode 100644 > recipes-kernel/linux/config/xilinx-machine/bsp/kc705-trd-microblazeel/kc705-trd-microblazeel.cfg > delete mode 100644 > recipes-kernel/linux/config/xilinx-machine/bsp/kc705-trd-microblazeel/kc705-trd-microblazeel.scc > > -- > 2.1.4 > > -- > _______________________________________________ > meta-xilinx mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-xilinx -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
