All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ARM: zynq: Start to use unified configurations
@ 2020-02-18 16:02 Michal Simek
  2020-02-18 16:02 ` [PATCH 1/2] Makefile: Add environment variable DEVICE_TREE to header Michal Simek
  2020-02-18 16:02 ` [PATCH 2/2] ARM: zynq: Switch to single zynq configurations Michal Simek
  0 siblings, 2 replies; 11+ messages in thread
From: Michal Simek @ 2020-02-18 16:02 UTC (permalink / raw)
  To: u-boot

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


Michal Simek (2):
  Makefile: Add environment variable DEVICE_TREE to header
  ARM: zynq: Switch to single zynq configurations

 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 -------------------
 19 files changed, 37 insertions(+), 1030 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.0

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2020-03-04 17:51 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-18 16:02 [PATCH 0/2] ARM: zynq: Start to use unified configurations Michal Simek
2020-02-18 16:02 ` [PATCH 1/2] Makefile: Add environment variable DEVICE_TREE to header Michal Simek
2020-02-24 13:56   ` Tom Rini
2020-02-26 15:33   ` Simon Glass
2020-02-28 11:03     ` Michal Simek
2020-03-02 19:47       ` Simon Glass
2020-03-03  6:52         ` Michal Simek
2020-03-04  2:47           ` Simon Glass
2020-03-04  6:44             ` Michal Simek
2020-03-04 17:51               ` Simon Glass
2020-02-18 16:02 ` [PATCH 2/2] ARM: zynq: Switch to single zynq configurations Michal Simek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.