public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: "Andreas Bießmann" <andreas@biessmann.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PULL] u-boot-atmel/master -> u-boot/master
Date: Tue, 24 May 2016 11:41:25 +0200	[thread overview]
Message-ID: <1464082885-31487-1-git-send-email-andreas@biessmann.org> (raw)

Hi Tom,

this is a resend of the pull request send late in release cycle for 2016.05.

The following changes since commit d7d000311285e4b8d11e089ca13ea456a01be3b8:

  Merge branch 'master' of git://git.denx.de/u-boot-mips (2016-05-23 11:51:37 -0400)

are available in the git repository at:

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

for you to fetch changes up to bb0c63a5f3b05770e8cb6171be57ca69995bd447:

  ARM: sama5d2: Implement boot device autodetection (2016-05-24 08:08:37 +0200)

----------------------------------------------------------------
Marek Vasut (2):
      ARM: atmel: Enable FIT image support for SAMA5Dx
      ARM: sama5d2: Implement boot device autodetection

Wenyou Yang (6):
      ARM: at91: sama5d2: add macro & field definitions
      board: atmel: add SAMA5D2 PTC Engineering board
      board: atmel: sama5d2_xplained: fix the missing pin config of SDMMC0
      ARM: at91: clock: fix the GCK's clock source
      ARM: at91: clock: complete the GCK's clock sources
      board: sama5d2_xplained: change SDHCI GCK's clock source to UPLL

 arch/arm/mach-at91/Kconfig                      |   6 +
 arch/arm/mach-at91/Makefile                     |   2 +-
 arch/arm/mach-at91/armv7/clock.c                |  11 +
 arch/arm/mach-at91/bootparams_atmel.S           |  18 ++
 arch/arm/mach-at91/include/mach/clk.h           |   2 +
 arch/arm/mach-at91/include/mach/sama5_sfr.h     |  24 ++
 arch/arm/mach-at91/include/mach/sama5d2.h       |  17 ++
 arch/arm/mach-at91/spl.c                        |  36 +++
 board/atmel/sama5d2_ptc/Kconfig                 |  15 ++
 board/atmel/sama5d2_ptc/MAINTAINERS             |   7 +
 board/atmel/sama5d2_ptc/Makefile                |   8 +
 board/atmel/sama5d2_ptc/sama5d2_ptc.c           | 285 ++++++++++++++++++++++++
 board/atmel/sama5d2_xplained/sama5d2_xplained.c |   5 +-
 configs/sama5d2_ptc_nandflash_defconfig         |  12 +
 configs/sama5d2_ptc_spiflash_defconfig          |  12 +
 configs/sama5d2_xplained_mmc_defconfig          |   1 +
 configs/sama5d2_xplained_spiflash_defconfig     |   1 +
 configs/sama5d3_xplained_mmc_defconfig          |   1 +
 configs/sama5d3_xplained_nandflash_defconfig    |   1 +
 configs/sama5d3xek_mmc_defconfig                |   1 +
 configs/sama5d3xek_nandflash_defconfig          |   1 +
 configs/sama5d3xek_spiflash_defconfig           |   1 +
 configs/sama5d4_xplained_mmc_defconfig          |   1 +
 configs/sama5d4_xplained_nandflash_defconfig    |   1 +
 configs/sama5d4_xplained_spiflash_defconfig     |   1 +
 configs/sama5d4ek_mmc_defconfig                 |   1 +
 configs/sama5d4ek_nandflash_defconfig           |   1 +
 configs/sama5d4ek_spiflash_defconfig            |   1 +
 include/configs/sama5d2_ptc.h                   | 155 +++++++++++++
 29 files changed, 625 insertions(+), 3 deletions(-)
 create mode 100644 arch/arm/mach-at91/bootparams_atmel.S
 create mode 100644 board/atmel/sama5d2_ptc/Kconfig
 create mode 100644 board/atmel/sama5d2_ptc/MAINTAINERS
 create mode 100644 board/atmel/sama5d2_ptc/Makefile
 create mode 100644 board/atmel/sama5d2_ptc/sama5d2_ptc.c
 create mode 100644 configs/sama5d2_ptc_nandflash_defconfig
 create mode 100644 configs/sama5d2_ptc_spiflash_defconfig
 create mode 100644 include/configs/sama5d2_ptc.h

             reply	other threads:[~2016-05-24  9:41 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-24  9:41 Andreas Bießmann [this message]
2016-05-24 15:55 ` [U-Boot] [PULL] u-boot-atmel/master -> u-boot/master Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2016-10-28 17:05 Andreas Bießmann
2016-10-29  1:59 ` Tom Rini
2016-08-15 21:04 Andreas Bießmann
2016-08-16  1:09 ` Tom Rini
2016-08-16  1:10 ` Tom Rini
2016-08-15 20:23 Andreas Bießmann
2016-08-15 20:33 ` Tom Rini
2016-08-15 20:45   ` Andreas Bießmann
2016-08-15 20:55     ` Tom Rini
2016-06-26 18:38 Andreas Bießmann
2016-06-28  1:12 ` Tom Rini
2016-06-12 22:02 Andreas Bießmann
2016-06-19 14:08 ` Tom Rini
2016-05-03 11:35 Andreas Bießmann
2016-05-03 12:13 ` Tom Rini
2016-05-03 12:33   ` Andreas Bießmann
2016-05-03 13:18     ` Tom Rini
2016-02-18 21:34 Andreas Bießmann
2016-02-19 13:00 ` Andreas Bießmann
2016-02-19 14:23   ` Tom Rini
2016-02-02 11:52 Andreas Bießmann
2016-02-02 15:49 ` Tom Rini
2015-11-30 21:30 Andreas Bießmann
2015-12-01  1:37 ` Tom Rini
2015-11-03 14:14 Andreas Bießmann
2015-11-03 16:09 ` Tom Rini
2015-11-01 21:04 Andreas Bießmann
2015-11-01 23:38 ` Tom Rini
2015-10-01  7:44 Andreas Bießmann
2015-10-03  0:35 ` Tom Rini
2015-09-11  7:45 Andreas Bießmann
2015-09-11 13:00 ` Tom Rini
2015-08-21 13:25 Andreas Bießmann
2015-08-21 13:36 ` Andreas Bießmann
2015-05-13 11:04 Andreas Bießmann
2015-05-14 19:14 ` Tom Rini
2015-03-31 23:11 Andreas Bießmann
2015-04-01  0:56 ` Tom Rini
2015-03-20  7:42 Andreas Bießmann
2015-03-20 15:24 ` Tom Rini
2015-02-07 23:48 Andreas Bießmann
2015-02-10 20:09 ` Tom Rini
2015-01-26 10:12 Andreas Bießmann
2015-01-27 11:51 ` Tom Rini
2015-01-11  1:32 Andreas Bießmann
2015-01-11  2:17 ` Tom Rini
2014-11-17 12:35 Andreas Bießmann
2014-11-17 14:50 ` 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=1464082885-31487-1-git-send-email-andreas@biessmann.org \
    --to=andreas@biessmann.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox