po 9. 3. 2020 v 14:29 odesÃlatel Michal Simek <[email protected]> napsal: > > Hi, > > over the time there are a lot of zynq configurations which are almost the > same. It just increasing amount of time for building/testing/maintaining > that's why this patch starts to use xilinx_zynq_virt_defconfig which is all > in one configurations which can be used on all zynq board. > The series contains two patches. > The first which setup device tree name for SPL FIT image selection. > The second which removes all xilinx/avnet/myirtech configurations with > extending defconfig and OF_LIST which ensures that u-boot.img contains DTS > files for all these boards. > > Thanks, > Michal > > Changes in v2: > - Add tags from Tom and Simon > - Fix azure/gitlab/travis builds - azure untested > - hooks updated by https://github.com/swarren/uboot-test-hooks/pull/29 > - Update documentation > > Michal Simek (2): > Makefile: Add environment variable DEVICE_TREE to header > ARM: zynq: Switch to single zynq configurations > > .azure-pipelines.yml | 6 +- > .gitlab-ci.yml | 6 +- > .travis.yml | 6 +- > Makefile | 14 ++++- > arch/arm/mach-zynq/spl.c | 8 ++- > configs/xilinx_zynq_virt_defconfig | 19 +++++- > configs/zynq_cc108_defconfig | 61 ------------------ > configs/zynq_dlc20_rev1_0_defconfig | 76 ---------------------- > configs/zynq_microzed_defconfig | 66 ------------------- > configs/zynq_minized_defconfig | 67 -------------------- > configs/zynq_picozed_defconfig | 54 ---------------- > configs/zynq_z_turn_defconfig | 67 -------------------- > configs/zynq_zc702_defconfig | 83 ------------------------ > configs/zynq_zc706_defconfig | 87 -------------------------- > configs/zynq_zc770_xm010_defconfig | 61 ------------------ > configs/zynq_zc770_xm011_defconfig | 48 -------------- > configs/zynq_zc770_xm011_x16_defconfig | 48 -------------- > configs/zynq_zc770_xm012_defconfig | 50 --------------- > configs/zynq_zc770_xm013_defconfig | 53 ---------------- > configs/zynq_zed_defconfig | 70 --------------------- > configs/zynq_zybo_defconfig | 69 -------------------- > configs/zynq_zybo_z7_defconfig | 66 ------------------- > doc/board/xilinx/zynq.rst | 3 +- > 23 files changed, 48 insertions(+), 1040 deletions(-) > delete mode 100644 configs/zynq_cc108_defconfig > delete mode 100644 configs/zynq_dlc20_rev1_0_defconfig > delete mode 100644 configs/zynq_microzed_defconfig > delete mode 100644 configs/zynq_minized_defconfig > delete mode 100644 configs/zynq_picozed_defconfig > delete mode 100644 configs/zynq_z_turn_defconfig > delete mode 100644 configs/zynq_zc702_defconfig > delete mode 100644 configs/zynq_zc706_defconfig > delete mode 100644 configs/zynq_zc770_xm010_defconfig > delete mode 100644 configs/zynq_zc770_xm011_defconfig > delete mode 100644 configs/zynq_zc770_xm011_x16_defconfig > delete mode 100644 configs/zynq_zc770_xm012_defconfig > delete mode 100644 configs/zynq_zc770_xm013_defconfig > delete mode 100644 configs/zynq_zed_defconfig > delete mode 100644 configs/zynq_zybo_defconfig > delete mode 100644 configs/zynq_zybo_z7_defconfig > > -- > 2.25.1 >
Applied both. M -- Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91 w: www.monstr.eu p: +42-0-721842854 Maintainer of Linux kernel - Xilinx Microblaze Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP/Versal SoCs

