mbox series

[GIT,PULL] xilinx patches for v2022.01-rc3

Message ID 3357d6e5-6b93-bc78-bd37-60cbe284b7ce@xilinx.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [GIT,PULL] xilinx patches for v2022.01-rc3 | expand

Pull-request

git@source.denx.de:u-boot/custodians/u-boot-microblaze.git tags/xilinx-for-v2022.01-rc3

Message

Michal Simek Nov. 16, 2021, 2:46 p.m. UTC
Hi Tom,

Please pull these changes to your tree. CI loop doesn't show any issue 
with these patches.

Thanks,
Michal

The following changes since commit fb1018106a7bbb1a0d723029f6760b1b1b4d306d:

   Merge branch '2021-10-19-assorted-changes' (2021-10-19 20:45:12 -0400)

are available in the Git repository at:

   git@source.denx.de:u-boot/custodians/u-boot-microblaze.git 
tags/xilinx-for-v2022.01-rc3

for you to fetch changes up to 11c0255cd8a7177e2b714040efcfd51844cb5d8e:

   xilinx: zynqmp: fix ZYNQMP_RESTORE_JTAG check (2021-11-15 15:59:33 +0100)

----------------------------------------------------------------
Xilinx changes for v2022.01-rc3

sdhci:
- Fix emmc mini case with missing firmware interface

zynqmp:
- Restore JTAG interface if required
- Allow overriding board name
- Add support for DLC21
- Fix one fallthrought statement description
- Use config macro instead of name duplication
- Save multiboot to variable

firmware:
- Handle ipi_req errors better
- Use local buffer in case user doesn't need it instead of NULL/0 location

spi:
- gqsi: Fix write issue at low frequencies

net:
- gem: Disable broadcasts

----------------------------------------------------------------
Ashok Reddy Soma (1):
       spi: zynqmp_gqspi: Fix write issue at low frequencies

Jorge Ramirez-Ortiz (1):
       zynqmp: restore the jtag interface

Liam Beguin (1):
       arm64: zynqmp: allow overriding board name

Michal Simek (9):
       arm64: zynqmp: Add support for DLC21 (Smartlynq+) board
       arm64: zynqmp: Fix sgmii clock input freq for p-a2197
       net: gem: Disable broadcast setting
       firmware: zynqmp: Handle errors from ipi_req properly
       firmware: zynqmp: fix write to an uninitialised pointer in ipi_req()
       xilinx: zynqmp: Handle fallthrough statement properly
       xilinx: zynqmp: Use CONFIG_SPL_FS_LOAD_PAYLOAD_NAME
       xilinx: zynqmp: Save multiboot as variable
       arm64: zynqmp: Replace comma by semicolon

Ricardo Salveti (1):
       xilinx: zynqmp: fix ZYNQMP_RESTORE_JTAG check

T Karthik Reddy (1):
       mmc: zynq_sdhci: Add xilinx_pm_request weak function

  arch/arm/dts/Makefile                                |   1 +
  arch/arm/dts/zynqmp-dlc21-revA.dts                   | 221 
++++++++++++++++++++++
  arch/arm/dts/zynqmp-p-a2197-00-revA.dts              |   2 +-
  arch/arm/mach-zynqmp/Kconfig                         |   9 +
  arch/arm/mach-zynqmp/include/mach/hardware.h         |  31 +++-
  board/xilinx/zynqmp/zynqmp-dlc21-revA/psu_init_gpl.c | 922 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  board/xilinx/zynqmp/zynqmp.c                         |  48 ++++-
  configs/xilinx_zynqmp_virt_defconfig                 |   2 +-
  drivers/firmware/firmware-zynqmp.c                   |  10 +-
  drivers/mmc/zynq_sdhci.c                             |   6 +
  drivers/net/zynq_gem.c                               |   2 +
  drivers/spi/zynqmp_gqspi.c                           |  11 +-
  12 files changed, 1243 insertions(+), 22 deletions(-)
  create mode 100644 arch/arm/dts/zynqmp-dlc21-revA.dts
  create mode 100644 board/xilinx/zynqmp/zynqmp-dlc21-revA/psu_init_gpl.c

Comments

Tom Rini Nov. 16, 2021, 7:26 p.m. UTC | #1
On Tue, Nov 16, 2021 at 03:46:44PM +0100, Michal Simek wrote:

> Hi Tom,
> 
> Please pull these changes to your tree. CI loop doesn't show any issue with
> these patches.
> 
> Thanks,
> Michal
> 
> The following changes since commit fb1018106a7bbb1a0d723029f6760b1b1b4d306d:
> 
>   Merge branch '2021-10-19-assorted-changes' (2021-10-19 20:45:12 -0400)
> 
> are available in the Git repository at:
> 
>   git@source.denx.de:u-boot/custodians/u-boot-microblaze.git
> tags/xilinx-for-v2022.01-rc3
> 
> for you to fetch changes up to 11c0255cd8a7177e2b714040efcfd51844cb5d8e:
> 
>   xilinx: zynqmp: fix ZYNQMP_RESTORE_JTAG check (2021-11-15 15:59:33 +0100)
> 

Applied to u-boot/master, thanks!