diff options
| author | Tom Rini <[email protected]> | 2026-01-19 13:08:48 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-01-19 13:08:48 -0600 |
| commit | 55ca2110d74f8e5a594aecc11ce4103dc73e9e02 (patch) | |
| tree | 0799796b7890d22ec9bce3451c32c25a4338f42b /include | |
| parent | 8f16767dccffe504eae796ccc0ddf305dbee245e (diff) | |
| parent | 8a532b5a2219d9e275fd1b9de40391852b30784a (diff) | |
Merge tag 'xilinx-for-v2026.04-rc1-v2' of https://source.denx.de/u-boot/custodians/u-boot-microblaze
AMD/Xilinx/FPGA changes for v2026.04-rc1 v2
microblaze:
- Fix spl_boot_list order
versal2:
- Fix EMMC distro boot setup
- Align distro boot variables with memory layout
zynqmp-phy:
- Sync with Linux kernel driver
zynqmp:
- Add verify_auth command
- DT sync
- Add placing variables to FAT/EXT4
- Enable PCIe driver by default
pcie - xilinx-nwl:
- Fix Link down crash
ufs:
- Align clock/reset with DT binding
# -----BEGIN PGP SIGNATURE-----
#
# iHUEABYIAB0WIQSXAixArPbWpRanWW+rB/7wTvUR9QUCaW3p3wAKCRCrB/7wTvUR
# 9VkwAP4jPRALpM34VpTimNe/iwigIx8hAHxbvkUU0oJ/DW6W8AEAhCSL+ydgreuv
# kKCyNiOF1sm8IrOh4TdtMIFn37d4Dwg=
# =AkKK
# -----END PGP SIGNATURE-----
# gpg: Signature made Mon 19 Jan 2026 02:22:55 AM CST
# gpg: using EDDSA key 97022C40ACF6D6A516A7596FAB07FEF04EF511F5
# gpg: Can't check signature: No public key
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/amd_versal2.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/configs/amd_versal2.h b/include/configs/amd_versal2.h index f1c432aa391..05ddd4eabe1 100644 --- a/include/configs/amd_versal2.h +++ b/include/configs/amd_versal2.h @@ -49,12 +49,12 @@ #define ENV_MEM_LAYOUT_SETTINGS \ "fdt_addr_r=0x40000000\0" \ "fdt_size_r=0x400000\0" \ - "pxefile_addr_r=0x10000000\0" \ - "kernel_addr_r=0x18000000\0" \ + "pxefile_addr_r=0x70000000\0" \ + "kernel_addr_r=0x48000000\0" \ "kernel_size_r=0x10000000\0" \ - "kernel_comp_addr_r=0x30000000\0" \ + "kernel_comp_addr_r=0x50000000\0" \ "kernel_comp_size=0x3C00000\0" \ - "ramdisk_addr_r=0x02100000\0" \ + "ramdisk_addr_r=0x60000000\0" \ "script_size_f=0x80000\0" #if defined(CONFIG_DISTRO_DEFAULTS) |
