All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Simek <michal.simek@xilinx.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [GIT PULL] Xilinx changes
Date: Fri, 22 Jul 2016 15:17:51 +0200	[thread overview]
Message-ID: <909e9ae2-b1e8-8add-a6c9-f1abe6511f90@xilinx.com> (raw)

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

             reply	other threads:[~2016-07-22 13:17 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-22 13:17 Michal Simek [this message]
2016-07-23  0:10 ` [U-Boot] [GIT PULL] Xilinx changes Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2017-01-11  8:59 Michal Simek
2017-01-11 16:28 ` Tom Rini
2017-01-12  6:42   ` Michal Simek
2017-01-12  7:13     ` Masahiro Yamada
2017-01-12  7:17       ` Michal Simek
2017-01-19  3:20         ` Tom Rini
2016-11-15 17:59 Michal Simek
2016-11-16  0:26 ` Masahiro Yamada
2016-11-16  7:31   ` Michal Simek
2016-11-17 22:14 ` Tom Rini
2016-09-14 11:14 Michal Simek
2016-09-18 18:04 ` Tom Rini
2016-09-19 10:00   ` Michal Simek
2016-09-19 11:13     ` Tom Rini
2016-08-02  6:25 Michal Simek
2016-08-02 17:38 ` Tom Rini
2016-06-06  9:26 Michal Simek
2016-06-06 21:27 ` Tom Rini
2016-05-24 11:02 Michal Simek
2016-05-24 11:16 ` Michal Simek
2016-04-13 16:37 Michal Simek
2016-04-13 19:47 ` Tom Rini
2016-04-04 18:31 Michal Simek
2016-04-05  0:01 ` Tom Rini
2016-01-27 15:42 Michal Simek
2016-01-28 23:18 ` Tom Rini
2016-02-04 13:44   ` Ricardo Ribalda Delgado

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=909e9ae2-b1e8-8add-a6c9-f1abe6511f90@xilinx.com \
    --to=michal.simek@xilinx.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.