[GIT PULL] xilinx patches for v2025.01-rc1 cont

Michal Simek michal.simek at amd.com
Fri Oct 25 17:50:26 CEST 2024


Hi,

I have collected couple of more patches and would be good for me to clean my 
queue. There are some other patches which have been sent recently which will 
come later after review.

I am especially waiting for memtop series (sent today) from Sughosh because it 
is fixing issue on Kria platform which is regression because of LMB series.

Also would like to get rid of SPL_FIT_GENERATOR in this version but I think we 
are almost there.

We also started to upstream qemu model for MBV to be able to wire this platform 
in our CI.
http://lore.kernel.org/r/20241017072507.4033413-1-sai.pavan.boddu@amd.com

Thanks,
Michal

The following changes since commit 08ae12be8509daf3d1c5a148b8a50c0ffb6457c2:

   Mark a few functions static inline (2024-10-24 11:21:48 -0600)

are available in the Git repository at:

   git at source.denx.de:u-boot/custodians/u-boot-microblaze.git 
tags/xilinx-for-v2025.01-rc1-v2

for you to fetch changes up to b3d9c6c71412fe63320e879d89873da672e69100:

   .mailmap: update e-mail address for Padmarao Begari (2024-10-25 16:21:00 +0200)

----------------------------------------------------------------
AMD/Xilinx changes for v2025.01-rc1 v2

.mailmap:
- Switch Padmarao's email to AMD one

zynq_spi:
- Make update_stripe static

xilinx:
- Update DT description for EMMCs

zynqmp:
- Update logic around RPUs and tcm handling
- Update bootmenu selection for Kria
- Add description for SC vm-p-b1369
- Fix comment about file location in zynqmp-p-a2197-00-revA.dts

versal:
- Fix logic around USB boot

versal2:
- Disable useless features for Mini configurations

versal-net:
- Get rid of current-speed DT property from mini configuration

microblaze:
- Fix scriptaddr location

----------------------------------------------------------------
John Vicky Vykuntapu (1):
       xilinx: zynqmp: Remove conditional check for bootmenu_default variable

Michal Simek (6):
       arm64: versal: Remove description for USB1
       arm64: versal: Wire USB0 in distro boot
       arm64: zynqmp: Add description for SC on vm-p-m1369 board
       arm64: versal-net: Remove current-speed from mini
       arm64: xilinx: Fix file location described in zynqmp-p-a2197-00-revA.dts
       amd: Disable LMB, BOOTM, MTD and EFI loader for mini configurations

Padmarao Begari (5):
       arm64: zynqmp: Print an error for split to lock mode switch
       arm64: zynqmp: Fix tcminit mode value based on argv
       xilinx: common: fix script address for Microblaze
       arm64: zynqmp: fix tcm initialization for mini u-boot
       .mailmap: update e-mail address for Padmarao Begari

Paul Alvin (1):
       xilinx: Add cap-mmc-hw-reset and no-sd, no-sdio property to eMMC

Venkatesh Yadav Abbarapu (1):
       spi: zynq_qspi: Add missing prototype for update_stripe

  .mailmap                                              |   1 +
  arch/arm/dts/Makefile                                 |   2 +
  arch/arm/dts/versal-mini-emmc0.dts                    |   3 +
  arch/arm/dts/versal-mini-emmc1.dts                    |   3 +
  arch/arm/dts/versal-net-mini-emmc.dts                 |   3 +
  arch/arm/dts/versal-net-mini.dts                      |   1 -
  arch/arm/dts/zynq-dlc20-rev1.0.dts                    |   3 +
  arch/arm/dts/zynq-minized.dts                         |   3 +
  arch/arm/dts/zynqmp-dlc21-revA.dts                    |   3 +
  arch/arm/dts/zynqmp-g-a2197-00-revA.dts               |   3 +
  arch/arm/dts/zynqmp-m-a2197-01-revA.dts               |   3 +
  arch/arm/dts/zynqmp-m-a2197-02-revA.dts               |   3 +
  arch/arm/dts/zynqmp-m-a2197-03-revA.dts               |   3 +
  arch/arm/dts/zynqmp-mini-emmc0.dts                    |   3 +
  arch/arm/dts/zynqmp-mini-emmc1.dts                    |   3 +
  arch/arm/dts/zynqmp-p-a2197-00-revA.dts               |  47 +--
  arch/arm/dts/zynqmp-sc-revB.dts                       |   3 +
  arch/arm/dts/zynqmp-sc-vm-p-m1369-00-revA.dtso        | 400 ++++++++++++++++++++
  arch/arm/dts/zynqmp-sm-k26-revA.dts                   |   3 +
  arch/arm/dts/zynqmp-topic-miamimp-xilinx-xdp-v1r1.dts |   3 +
  arch/arm/dts/zynqmp-vpk120-revA.dts                   |   3 +
  arch/arm/dts/zynqmp-zcu100-revC.dts                   |   3 +
  arch/arm/mach-zynqmp/cpu.c                            |  23 +-
  arch/arm/mach-zynqmp/include/mach/sys_proto.h         |   3 +-
  arch/arm/mach-zynqmp/mp.c                             |  24 ++
  arch/arm/mach-zynqmp/zynqmp.c                         |  16 +-
  board/xilinx/microblaze-generic/microblaze-generic.c  |   2 +-
  board/xilinx/zynqmp/zynqmp_kria.env                   |   3 +-
  configs/amd_versal2_mini_defconfig                    |   3 +
  configs/amd_versal2_mini_ospi_defconfig               |   3 +
  configs/amd_versal2_mini_qspi_defconfig               |   4 +-
  drivers/spi/zynq_qspi.c                               |   2 +-
  include/configs/xilinx_versal.h                       |  11 +-
  33 files changed, 551 insertions(+), 45 deletions(-)
  create mode 100644 arch/arm/dts/zynqmp-sc-vm-p-m1369-00-revA.dtso


More information about the U-Boot mailing list