[U-Boot] [GIT PULL] Xilinx changes

Michal Simek michal.simek at xilinx.com
Fri Jul 22 15:17:51 CEST 2016


Hi Tom,

I am sending bunch of patches I have collected around Xilinx changes.
USB Kconfig was discussed with Marek and I have got his ACK via IRC.
Kconfig change CONFIG_SYS_NO_FLASH we discussed together (I have run
some builds for others arm stuff)
CLK changes was also discussed with Stephen and Simon.


Thanks,
Michal


The following changes since commit 95d52733036af7438a5285d729d53844ec48c63e:

  Revert "stm32: Change USART port to USART6 for stm32f746 discovery
board" (2016-07-21 15:38:13 -0400)

are available in the git repository at:

  git://www.denx.de/git/u-boot-microblaze.git master

for you to fetch changes up to 766d2609dd7fbad0faa89c7dff26edc108afa890:

  zynq: defconfig: Remove unnecessary board specific config files
(2016-07-22 15:16:43 +0200)

----------------------------------------------------------------
Alexander Graf (1):
      ARM64: zynqmp: Enable AHCI on EP platform

Michal Simek (9):
      ARM: zynq/zynqmp: Use the default CONFIG_BOOTDELAY=2
      api: Disable api_net when DM is used
      spl: Fix compilation warnings for arm64
      ARM64: zynqmp: Enable CLK and SPL_CLK by default
      ARM64: zynqmp: Enable SPL for all zynqmp boards
      serial: zynq: Read information about clock from DT
      ARM64: zynqmp: Remove get_uart_clk()
      dm: clk: Remove simple version of clk_get_by_index/name()
      microblaze: Remove empty ifdef around caches

Siva Durga Prasad Paladugu (6):
      mmc: sdhci: Disable internal clock enable bit
      usb: Kconfig: Add Kconfigs entry USB_EHCI_ZYNQ
      usb: zynq: Define config USB_STORAGE through defconfig
      Kconfig: Move option CONFIG_SYS_NO_FLASH to Kconfig
      zynq: config: Enable CONFIG_SYS_NO_FLASH through defconfig
      zynq: defconfig: Remove unnecessary board specific config files

 api/api_net.c                                    |  2 +-
 arch/arm/Kconfig                                 |  2 ++
 arch/arm/cpu/armv8/zynqmp/clk.c                  | 16 ----------------
 arch/arm/include/asm/arch-zynqmp/clk.h           |  1 -
 arch/arm/lib/spl.c                               |  2 +-
 common/Kconfig                                   |  6 ++++++
 common/spl/spl_fat.c                             |  3 ++-
 configs/xilinx_zynqmp_ep_defconfig               |  8 +++++---
 configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig |  8 +++++---
 configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig |  8 +++++---
 configs/xilinx_zynqmp_zc1751_xm018_dc4_defconfig |  8 +++++---
 configs/xilinx_zynqmp_zc1751_xm019_dc5_defconfig |  8 +++++---
 configs/xilinx_zynqmp_zcu102_defconfig           |  8 +++++---
 configs/xilinx_zynqmp_zcu102_revB_defconfig      |  8 +++++---
 configs/zynq_microzed_defconfig                  |  7 +++++--
 configs/zynq_picozed_defconfig                   |  7 +++++--
 configs/zynq_zc702_defconfig                     |  5 ++++-
 configs/zynq_zc706_defconfig                     |  5 ++++-
 configs/zynq_zc770_xm010_defconfig               |  4 ++--
 configs/zynq_zc770_xm011_defconfig               |  4 ++--
 configs/zynq_zc770_xm012_defconfig               |  3 +--
 configs/zynq_zc770_xm013_defconfig               |  4 ++--
 configs/zynq_zed_defconfig                       |  7 +++++--
 configs/zynq_zybo_defconfig                      |  5 ++++-
 drivers/clk/clk-uclass.c                         | 28
+---------------------------
 drivers/mmc/sdhci.c                              |  2 +-
 drivers/serial/serial_zynq.c                     | 28
+++++++++++++++++++++++++++-
 drivers/usb/host/Kconfig                         |  7 +++++++
 include/configs/microblaze-generic.h             |  4 ----
 include/configs/xilinx_zynqmp_ep.h               |  1 +
 include/configs/zynq-common.h                    |  5 +----
 include/configs/zynq_microzed.h                  | 19 -------------------
 include/configs/zynq_picozed.h                   | 19 -------------------
 include/configs/zynq_zc70x.h                     |  3 ---
 include/configs/zynq_zc770.h                     | 22
----------------------
 include/configs/zynq_zed.h                       | 19 -------------------
 include/configs/zynq_zybo.h                      |  3 ---
 37 files changed, 119 insertions(+), 180 deletions(-)
 delete mode 100644 include/configs/zynq_microzed.h
 delete mode 100644 include/configs/zynq_picozed.h
 delete mode 100644 include/configs/zynq_zc770.h
 delete mode 100644 include/configs/zynq_zed.h


More information about the U-Boot mailing list