From: Michal Simek <michal.simek@xilinx.com>
To: u-boot@lists.denx.de, git@xilinx.com
Cc: Bharat Gooty <bharat.gooty@broadcom.com>,
Michal Simek <monstr@monstr.eu>,
Rayagonda Kokatanur <rayagonda.kokatanur@broadcom.com>,
Tom Rini <trini@konsulko.com>
Subject: [PATCH 0/5] xilinx: Fix issues in v2022.04-rc1/2
Date: Thu, 17 Feb 2022 14:28:37 +0100 [thread overview]
Message-ID: <cover.1645104518.git.michal.simek@xilinx.com> (raw)
Hi,
I found that two commits which were recently merged to u-boot are breaking
especially Xilinx ZynqMP boards.
The commit 985503439762 ("fdt: Don't call board_fdt_blob_setup()
and commit 0dba45864b2a ("arm: Init the debug UART") requires changes in
platform to get u-boot work as worked before.
Thanks,
Michal
Michal Simek (5):
xilinx: Enable OF_BOARD for zynq and zynqmp boards
arm64: zynqmp: Build psu_spl_init for SPL all the time
arm64: zynqmp: Fix dependencies around ZYNQMP_PSU_INIT_ENABLED
ARM: zynq: Fix debug uart initialization
arm64: zynqmp: Fix debug uart initialization
arch/arm/Kconfig | 2 ++
arch/arm/mach-zynq/spl.c | 15 +++++----
arch/arm/mach-zynqmp/Kconfig | 1 +
arch/arm/mach-zynqmp/Makefile | 2 +-
.../mach-zynqmp/include/mach/psu_init_gpl.h | 1 +
arch/arm/mach-zynqmp/spl.c | 12 ++++++-
board/xilinx/common/board.c | 3 +-
board/xilinx/zynq/board.c | 7 ++++
board/xilinx/zynqmp/zynqmp.c | 32 +++++++++++++------
configs/xilinx_zynq_virt_defconfig | 1 +
configs/xilinx_zynqmp_virt_defconfig | 3 +-
11 files changed, 59 insertions(+), 20 deletions(-)
--
2.35.0
next reply other threads:[~2022-02-17 13:28 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-17 13:28 Michal Simek [this message]
2022-02-17 13:28 ` [PATCH 1/5] xilinx: Enable OF_BOARD for zynq and zynqmp boards Michal Simek
2022-02-17 13:28 ` [PATCH 2/5] arm64: zynqmp: Build psu_spl_init for SPL all the time Michal Simek
2022-02-17 13:28 ` [PATCH 3/5] arm64: zynqmp: Fix dependencies around ZYNQMP_PSU_INIT_ENABLED Michal Simek
2022-02-17 13:28 ` [PATCH 4/5] ARM: zynq: Fix debug uart initialization Michal Simek
2022-02-17 13:28 ` [PATCH 5/5] arm64: zynqmp: " Michal Simek
2022-02-21 12:21 ` [PATCH 0/5] xilinx: Fix issues in v2022.04-rc1/2 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.1645104518.git.michal.simek@xilinx.com \
--to=michal.simek@xilinx.com \
--cc=bharat.gooty@broadcom.com \
--cc=git@xilinx.com \
--cc=monstr@monstr.eu \
--cc=rayagonda.kokatanur@broadcom.com \
--cc=trini@konsulko.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 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.