From: Michal Simek <michal.simek@xilinx.com>
To: u-boot@lists.denx.de
Subject: [PATCH v2 0/2] ARM: zynq: Start to use unified configurations
Date: Mon, 9 Mar 2020 14:29:45 +0100 [thread overview]
Message-ID: <cover.1583760583.git.michal.simek@xilinx.com> (raw)
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
next reply other threads:[~2020-03-09 13:29 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-09 13:29 Michal Simek [this message]
2020-03-09 13:29 ` [PATCH v2 1/2] Makefile: Add environment variable DEVICE_TREE to header Michal Simek
2020-03-09 13:29 ` [PATCH v2 2/2] ARM: zynq: Switch to single zynq configurations Michal Simek
2020-04-06 10:59 ` [PATCH v2 0/2] ARM: zynq: Start to use unified configurations Michal Simek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1583760583.git.michal.simek@xilinx.com \
--to=michal.simek@xilinx.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox