All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [PULL] u-boot-socfpga/master
Date: Wed, 4 Mar 2020 13:23:09 +0100	[thread overview]
Message-ID: <2d438fe8-05a4-0210-9f76-97401168e4f0@denx.de> (raw)

The following changes since commit 9e1d65f36b83c5422ece3c0ea28d07a2246cb07f:

  configs: Resync with savedefconfig (2020-02-28 13:28:38 -0500)

are available in the Git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to 468ba8d00b5af7828302e297736ae23d4873cfb0:

  ARM: socfpga: Add initial support for the ABB SECU board (2020-03-03
22:11:36 +0100)

----------------------------------------------------------------
Holger Brunck (1):
      ARM: socfpga: Add initial support for the ABB SECU board

Marek Vasut (3):
      rtc: m41t62: add compatible for m41st87
      ARM: socfpga: Permit overriding the default timer frequency
      ARM: socfpga: Add missing Denali NAND config options

 arch/arm/dts/Makefile                   |   1 +
 arch/arm/dts/socfpga_arria5_secu1.dts   | 130 ++++++++++++++++++
 arch/arm/mach-socfpga/Kconfig           |  10 ++
 board/keymile/Kconfig                   |  11 +-
 board/keymile/common/ivm.c              |  19 ++-
 board/keymile/secu1/MAINTAINERS         |   5 +
 board/keymile/secu1/Makefile            |   7 +
 board/keymile/secu1/qts/iocsr_config.h  | 694
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 board/keymile/secu1/qts/pinmux_config.h | 218 +++++++++++++++++++++++++++++
 board/keymile/secu1/qts/pll_config.h    |  83 ++++++++++++
 board/keymile/secu1/qts/sdram_config.h  | 327
++++++++++++++++++++++++++++++++++++++++++++
 board/keymile/secu1/socfpga.c           |  67 +++++++++
 configs/socfpga_secu1_defconfig         |  84 ++++++++++++
 drivers/rtc/m41t62.c                    |   1 +
 include/configs/socfpga_arria5_secu1.h  | 131 ++++++++++++++++++
 include/configs/socfpga_common.h        |   4 +-
 16 files changed, 1787 insertions(+), 5 deletions(-)
 create mode 100644 arch/arm/dts/socfpga_arria5_secu1.dts
 create mode 100644 board/keymile/secu1/MAINTAINERS
 create mode 100644 board/keymile/secu1/Makefile
 create mode 100644 board/keymile/secu1/qts/iocsr_config.h
 create mode 100644 board/keymile/secu1/qts/pinmux_config.h
 create mode 100644 board/keymile/secu1/qts/pll_config.h
 create mode 100644 board/keymile/secu1/qts/sdram_config.h
 create mode 100644 board/keymile/secu1/socfpga.c
 create mode 100644 configs/socfpga_secu1_defconfig
 create mode 100644 include/configs/socfpga_arria5_secu1.h

             reply	other threads:[~2020-03-04 12:23 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-04 12:23 Marek Vasut [this message]
2020-03-04 23:51 ` [PULL] u-boot-socfpga/master Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2023-02-22  1:04 Marek Vasut
2023-02-22 22:51 ` Tom Rini
2022-05-23 21:50 Marek Vasut
2022-05-24 15:51 ` Tom Rini
2022-03-28 20:05 Marek Vasut
2022-03-28 21:04 ` Tom Rini
2021-09-22 22:36 Marek Vasut
2021-09-23 21:20 ` Tom Rini
2020-06-14 15:28 Marek Vasut
2020-06-15 13:33 ` Tom Rini
2020-04-28 11:53 Marek Vasut
2020-04-28 16:11 ` Tom Rini
2020-04-13 20:02 Marek Vasut
2020-04-14 23:24 ` Tom Rini
2020-03-31  3:24 Marek Vasut
2020-03-31 19:09 ` Tom Rini
2020-02-02 17:18 Marek Vasut
2020-02-02 20:26 ` Tom Rini
2020-02-03  8:24   ` Marek Vasut
2020-02-03  8:47     ` Marek Vasut
2020-02-04  4:13       ` Tom Rini
2020-02-05  6:58         ` Marek Vasut
2020-02-07 18:51           ` Tom Rini
2020-01-08 15:31 Marek Vasut
2020-01-08 23:55 ` 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=2d438fe8-05a4-0210-9f76-97401168e4f0@denx.de \
    --to=marex@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.