[GIT PULL] xilinx patches for v2023.01-rc3-v2

Michal Simek monstr at monstr.eu
Mon Dec 5 12:29:38 CET 2022


Hi Tom,

please pull these changes to your tree. I thought that we are running regression 
against upstream regularly but it looks like that it wasn't the case. Based on 
internal upgrade to rc2 version we found some issues with mini configurations 
which are major fixes in this pull request.
There are also some other fixes too.

buildman and gitlab CI are not showing any issue.

Thanks,
Michal



The following changes since commit d2c5607edde2544e059fa871927877213f6bd532:

   Merge tag 'efi-2023-01-rc3' of 
https://source.denx.de/u-boot/custodians/u-boot-efi (2022-12-04 10:01:48 -0500)

are available in the Git repository at:

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


for you to fetch changes up to 7ad3c09e7911e71c9a16a30aa052093a8f9b7e7c:

   mtd: spi-nor-core: Invert logic to reflect sst26 flash unlocked (2022-12-05 
10:01:45 +0100)

----------------------------------------------------------------
Xilinx changes for v2023.01-rc3-v2

xilinx:
- Fix MAC address selection for System Controller from FRU
- Cleanup Kconfig (ZYNQ_MAC_IN_EEPROM symbol)

versal:
- Create u-boot.elf for mini spi configurations

versal-net:
- Enable MT35XU flash

zynq:
- Add missing timer to DT for mini configurations

zynqmp:
- Do not include psu_init to U-Boot by default
- Do not enable IPI by default to mini U-Boot
- Update Luca's fragment
- Fix SPL_FS_LOAD_PAYLOAD_NAME usage

spi:
- gqspi: Fix tapdelay values
- gqspi: Fix 64bit address support
- cadence: Remove condition for calling enable linear mode
- nor-core: Invert logic to reflect sst26 flash unlocked

net:
- Add PCS/PMA phy support

----------------------------------------------------------------
Algapally Santosh Sagar (1):
       mtd: spi-nor-core: Invert logic to reflect sst26 flash unlocked

Andy Chiu (2):
       net: xilinx_axi: add PCS/PMA PHY
       net: xilinx_axi: check PCS/PMA PHY status in setup_phy

Ashok Reddy Soma (2):
       spi: cadence-qspi: Remove condition for calling enable linear mode
       arm64: versal-net: Enable defconfig for Micron octal flashes

Luca Ceresoli (1):
       board/xilinx/zynqmp/MAINTAINERS: change e-mail address for Luca Ceresoli

Lukas Funke (1):
       arm64: zynqmp: dynamically mark r5 cores as used

Michal Simek (6):
       xilinx: Add option to select SC id instead of DUT id for SC support
       xilinx: Remove unused ZYNQ_MAC_IN_EEPROM/ZYNQ_GEM_I2C_MAC_OFFSET entries
       arm64: zynqmp: Do not include psu_init to U-Boot by default
       arm64: zynqmp: Do not enable IPI by default
       ARM: zynq: Add missing twd timer for mini configurations
       xilinx: zynqmp: Fix SPL_FS_LOAD_PAYLOAD_NAME usage

T Karthik Reddy (1):
       spi: zynqmp_gqspi: Update tapdelay value

Venkatesh Yadav Abbarapu (2):
       arm64: versal: Enable REMAKE_ELF for mini_ospi/mini_qspi
       spi: zynqmp_qspi: Add support for 64-bit read/write

  arch/arm/Kconfig                                               |  4 +-
  arch/arm/dts/zynq-cse-nand.dts                                 |  7 ++
  arch/arm/dts/zynq-cse-nor.dts                                  |  7 ++
  arch/arm/dts/zynq-cse-qspi.dtsi                                |  7 ++
  arch/arm/mach-zynqmp/Kconfig                                   |  9 ++-
  arch/arm/mach-zynqmp/Makefile                                  |  2 +-
  arch/arm/mach-zynqmp/include/mach/hardware.h                   |  4 +-
  arch/arm/mach-zynqmp/mp.c                                      | 26 ++++++++
  board/xilinx/Kconfig                                           | 26 +++-----
  board/xilinx/common/fru.h                                      |  1 +
  board/xilinx/common/fru_ops.c                                  |  6 +-
  board/xilinx/zynqmp/MAINTAINERS                                |  2 +-
  board/xilinx/zynqmp/Makefile                                   |  6 +-
  board/xilinx/zynqmp/zynqmp.c                                   | 45 +++++++------
  configs/avnet_ultrazedev_cc_v1_0_ultrazedev_som_v1_0_defconfig |  3 -
  configs/syzygy_hub_defconfig                                   |  2 -
  configs/xilinx_versal_mini_ospi_defconfig                      |  1 +
  configs/xilinx_versal_mini_qspi_defconfig                      |  1 +
  configs/xilinx_versal_net_virt_defconfig                       |  1 +
  configs/xilinx_zynqmp_mini_defconfig                           |  2 +-
  configs/xilinx_zynqmp_mini_emmc0_defconfig                     |  2 +-
  configs/xilinx_zynqmp_mini_emmc1_defconfig                     |  2 +-
  configs/xilinx_zynqmp_mini_nand_defconfig                      |  2 +-
  configs/xilinx_zynqmp_mini_nand_single_defconfig               |  2 +-
  configs/xilinx_zynqmp_mini_qspi_defconfig                      |  2 +-
  configs/xilinx_zynqmp_virt_defconfig                           |  2 -
  drivers/mtd/spi/spi-nor-core.c                                 |  2 +-
  drivers/net/xilinx_axi_emac.c                                  | 70 
+++++++++++++++++++-
  drivers/spi/cadence_qspi_apb.c                                 |  6 +-
  drivers/spi/zynqmp_gqspi.c                                     |  8 ++-
  30 files changed, 186 insertions(+), 74 deletions(-)

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP/Versal SoCs



More information about the U-Boot mailing list