public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/5] xilinx: Fix issues in v2022.04-rc1/2
@ 2022-02-17 13:28 Michal Simek
  2022-02-17 13:28 ` [PATCH 1/5] xilinx: Enable OF_BOARD for zynq and zynqmp boards Michal Simek
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Michal Simek @ 2022-02-17 13:28 UTC (permalink / raw)
  To: u-boot, git; +Cc: Bharat Gooty, Michal Simek, Rayagonda Kokatanur, Tom Rini

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


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

end of thread, other threads:[~2022-02-21 12:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-17 13:28 [PATCH 0/5] xilinx: Fix issues in v2022.04-rc1/2 Michal Simek
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox