From: Tom Rini <trini@konsulko.com>
Date: Tue, 5 Apr 2022 15:27:39 +0000 (-0400)
Subject: Merge tag 'xilinx-for-v2022.07-rc1-v2' of https://source.denx.de/u-boot/custodians... 
X-Git-Tag: v2025.01-rc5-pxa1908~1476
X-Git-Url: http://git.dujemihanovic.xyz/img/html/%7B%7B%20%28.OutputFormats.Get?a=commitdiff_plain;h=037ef53cf01c522073a0a930c84c3ca858f032e1;p=u-boot.git

Merge tag 'xilinx-for-v2022.07-rc1-v2' of https://source.denx.de/u-boot/custodians/u-boot-microblaze

Xilinx changes for v2022.07-rc1 v2

xilinx:
- Allow booting bigger kernels till 100MB

zynqmp:
- DT updates (reset IDs)
- Remove unneeded low level uart initialization from psu_init*
- Enable PWM features
- Add support for 1EG device

serial_zynq:
- Change fifo behavior in DEBUG mode

zynq_sdhci:
- Fix BASECLK setting calculation

clk_zynqmp:
- Add support for showing video clock

gpio:
- Update slg driver to handle DT flags

net:
- Update ethernet_id code to support also DM_ETH_PHY
- Add support for DM_ETH_PHY in gem driver
- Enable dynamic mode for SGMII config in gem driver

pwm:
- Add driver for cadence PWM

versal:
- Add support for reserved memory

firmware:
- Handle PD enabling for SPL
- Add support for IOUSLCR SGMII configurations

include:
- Sync phy.h with Linux
- Update xilinx power domain dt binding headers
---

037ef53cf01c522073a0a930c84c3ca858f032e1
diff --cc include/configs/xilinx_versal.h
index 60df795f0d,9088b318ec..80e94113f0
--- a/include/configs/xilinx_versal.h
+++ b/include/configs/xilinx_versal.h
@@@ -43,8 -43,10 +43,8 @@@
  # define PHY_ANEG_TIMEOUT       20000
  #endif
  
- #define CONFIG_SYS_BOOTM_LEN	(60 * 1024 * 1024)
+ #define CONFIG_SYS_BOOTM_LEN	(100 * 1024 * 1024)
  
 -#define CONFIG_CLOCKS
 -
  #define ENV_MEM_LAYOUT_SETTINGS \
  	"fdt_addr_r=0x40000000\0" \
  	"fdt_size_r=0x400000\0" \
diff --cc include/configs/xilinx_zynqmp.h
index a063c01924,d1abe44c45..1985a09325
--- a/include/configs/xilinx_zynqmp.h
+++ b/include/configs/xilinx_zynqmp.h
@@@ -58,8 -58,10 +58,8 @@@
  # define PHY_ANEG_TIMEOUT       20000
  #endif
  
- #define CONFIG_SYS_BOOTM_LEN	(60 * 1024 * 1024)
+ #define CONFIG_SYS_BOOTM_LEN	(100 * 1024 * 1024)
  
 -#define CONFIG_CLOCKS
 -
  #define ENV_MEM_LAYOUT_SETTINGS \
  	"fdt_addr_r=0x40000000\0" \
  	"fdt_size_r=0x400000\0" \