All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Roese <sr@denx.de>
To: u-boot@lists.denx.de
Subject: Please pull u-boot-marvell/master v2
Date: Tue, 21 Jan 2020 16:00:01 +0100	[thread overview]
Message-ID: <982a6f2e-6a1f-f99d-61d0-9e3b930e959f@denx.de> (raw)

Hi Tom,

please pull the 2nd batch of MVEBU related patches in this merge
window:

----------------------------------------------------------------
- Clearfog: Add run-time board detection with TLV EEPROM support
    (Baruch)
----------------------------------------------------------------

Thanks,
Stefan


The following changes since commit c7819d409ab7671991bf906482b7adcc21266f75:

   Merge branch '2020-01-17-reduce-size-of-common-h-even-more' (2020-01-20 12:23:33 -0500)

are available in the Git repository at:

   git at gitlab.denx.de:u-boot/custodians/u-boot-marvell.git

for you to fetch changes up to 584a3d2622e9107d09434b05df8b6c50e25fe73f:

   ARM: mvebu: clearfog: add Clearfog Base serdes configuration (2020-01-21 15:56:15 +0100)

----------------------------------------------------------------
Baruch Siach (10):
       ddr: marvell: a38x: allow board specific clock out setup
       arm: mvebu: clearfog: enable both DDR clocks
       ARM: mvebu: clearfog: add EEPROM devices
       cmd: add tlv_eeprom command
       ARM: mvebu: clearfog: add support for EEPROM TLV info
       ARM: mvebu: clearfog: read basic TLV data
       ARM: mvebu: clearfog: print TLV stored product name
       ARM: mvebu: clearfog: run-time selection of DT file
       ARM: mvebu: clearfog: add Clearfog GTR support
       ARM: mvebu: clearfog: add Clearfog Base serdes configuration

  arch/arm/dts/armada-388-clearfog-u-boot.dtsi   |   12 +
  arch/arm/dts/armada-388-clearfog.dts           |    6 +
  arch/arm/dts/armada-38x-solidrun-microsom.dtsi |    8 +
  arch/arm/mach-mvebu/Kconfig                    |    1 +
  board/solidrun/clearfog/clearfog.c             |   72 +-
  board/solidrun/common/Makefile                 |    5 +
  board/solidrun/common/tlv_data.c               |  102 +++
  board/solidrun/common/tlv_data.h               |   18 +
  cmd/Kconfig                                    |   14 +
  cmd/Makefile                                   |    2 +
  cmd/tlv_eeprom.c                               | 1105 ++++++++++++++++++++++++
  configs/clearfog_defconfig                     |    4 +
  drivers/ddr/marvell/a38x/ddr3_training.c       |   10 +-
  drivers/ddr/marvell/a38x/ddr_topology_def.h    |    3 +
  include/tlv_eeprom.h                           |  152 ++++
  15 files changed, 1510 insertions(+), 4 deletions(-)
  create mode 100644 board/solidrun/common/Makefile
  create mode 100644 board/solidrun/common/tlv_data.c
  create mode 100644 board/solidrun/common/tlv_data.h
  create mode 100644 cmd/tlv_eeprom.c
  create mode 100644 include/tlv_eeprom.h

             reply	other threads:[~2020-01-21 15:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-21 15:00 Stefan Roese [this message]
2020-01-22 18:42 ` Please pull u-boot-marvell/master v2 Tom Rini
2021-05-17  5:03 Stefan Roese
2021-05-17 18:05 ` Tom Rini

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=982a6f2e-6a1f-f99d-61d0-9e3b930e959f@denx.de \
    --to=sr@denx.de \
    --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.