This series has the following changes: * Updates the u-boot-xlnx recipe to target the not-yet released u-boot-xlnx xilinx-v2016.1 tag. * (Zynq) Switches to the SPL_BINARY target of 'spl/boot.bin' * (Zynq) Adds detection for the UBOOT_BINARY target u-boot(-dtb).img depending on whether the provider is set to u-boot-xlnx or not * (Zynq) Can now build u-boot 2016.03 * (MicroBlaze) Updated support for the KC705 design * Remove ZYBO ps7_init from platform-init (clean up), since it is now provided in the U-Boot sources (since 2016.01).
Regards, Nathan Nathan Rossi (7): machine-xilinx-default.inc: Handle 'u-boot-dtb.img' for Zynq device-tree/kc705-trd-microblazeel: Update for u-boot support u-boot-xlnx: Update to pre-release xilinx-v2016.1 conf/machine/*-zynq7.conf: Use 'spl/boot.bin' for Zynq SPL images u-boot_2016.03: Zynq SPL ps7_init support u-boot_2016.03: Configure picozed to use the custom ps7_init platform-init.bb: Remove ps7_init for ZYBO conf/machine/include/machine-xilinx-default.inc | 7 +- conf/machine/microzed-zynq7.conf | 2 +- conf/machine/picozed-zynq7.conf | 2 +- conf/machine/zc702-zynq7.conf | 2 +- conf/machine/zc706-zynq7.conf | 2 +- conf/machine/zedboard-zynq7.conf | 2 +- conf/machine/zybo-zynq7.conf | 2 +- .../files/kc705/kc705-trd-microblazeel.dts | 5 +- recipes-bsp/platform-init/platform-init.bb | 1 - .../platform-init/zybo-zynq7/ps7_init_gpl.c | 11967 ------------------- .../platform-init/zybo-zynq7/ps7_init_gpl.h | 130 - ...croblaze-Fix-style-issues-in-header-files.patch | 236 - ...Fix-C99-gnu99-compatiblity-for-inline-fun.patch | 239 - ...kc705-trd-Convert-microblaze-generic-to-k.patch | 707 +- recipes-bsp/u-boot/u-boot-xlnx_2015.07.bb | 31 - recipes-bsp/u-boot/u-boot-xlnx_2016.01.bb | 28 + ...zynq-Configure-picozed-to-use-custom-init.patch | 29 + recipes-bsp/u-boot/u-boot_2016.03.bbappend | 14 + 18 files changed, 660 insertions(+), 12746 deletions(-) delete mode 100644 recipes-bsp/platform-init/platform-init/zybo-zynq7/ps7_init_gpl.c delete mode 100644 recipes-bsp/platform-init/platform-init/zybo-zynq7/ps7_init_gpl.h delete mode 100644 recipes-bsp/u-boot/u-boot-xlnx/0001-microblaze-Fix-style-issues-in-header-files.patch delete mode 100644 recipes-bsp/u-boot/u-boot-xlnx/0002-microblaze-Fix-C99-gnu99-compatiblity-for-inline-fun.patch delete mode 100644 recipes-bsp/u-boot/u-boot-xlnx_2015.07.bb create mode 100644 recipes-bsp/u-boot/u-boot-xlnx_2016.01.bb create mode 100644 recipes-bsp/u-boot/u-boot/ARM-zynq-Configure-picozed-to-use-custom-init.patch create mode 100644 recipes-bsp/u-boot/u-boot_2016.03.bbappend -- 2.7.0 -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
