All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hans de Goede <hdegoede@redhat.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] Please pull u-boot-sunxi/master into master
Date: Thu, 13 Nov 2014 16:04:25 +0100	[thread overview]
Message-ID: <5464C879.8030803@redhat.com> (raw)

Hi Tom,

Please pull u-boot-sunxi/master into master, highlights:

1) sun6i dram init / SPL support, allowing full-boot of sun6i SoCs with just u-boot + linux
2) sun6i ehci support
3) A bugfix for the gmac on the bananapi

The following changes since commit 63f7af9a4cfb4a3b9136674c6612c6d13957c2cd:

  Merge branch 'master' of git://git.denx.de/u-boot-uniphier (2014-11-11 15:49:10 -0500)

are available in the git repository at:

  http://git.denx.de/u-boot-sunxi.git master

for you to fetch changes up to 64a97599b79e277600bc6f1b22cf48aa04ee9bd0:

  sunxi: gmac: Update bananapi fixup to the new CONFIG_TARGET_<BOARD> structure (2014-11-13 14:49:02 +0100)

----------------------------------------------------------------
Hans de Goede (9):
      sun6i: Add clock functions needed for SPL / DRAM init
      sun6i: Add cpucfg register definitions
      sun4i: Rename dram files to dram_sun4i.x
      sun6i: Add dram initialization code
      sun6i: Poke magic sram controller register to avoid cache issues
      sun6i: Enable SPL
      sun6i: Add Mele M9 board
      sunxi: ehci: Add proper Kconfig options to select the usb Vbus gpio-s
      sun6i: ehci: Add sun6i ehci support

Oliver Schinagl (2):
      sun6i: Add new p2wi controller driver
      sun6i: Add basic axp221 driver

Zoltan HERPAI (1):
      sunxi: gmac: Update bananapi fixup to the new CONFIG_TARGET_<BOARD> structure

 arch/arm/cpu/armv7/sunxi/Makefile                 |   8 +-
 arch/arm/cpu/armv7/sunxi/board.c                  |   5 +
 arch/arm/cpu/armv7/sunxi/clock_sun6i.c            |  77 ++++
 arch/arm/cpu/armv7/sunxi/{dram.c => dram_sun4i.c} |   0
 arch/arm/cpu/armv7/sunxi/dram_sun6i.c             | 435 ++++++++++++++++++++++
 arch/arm/cpu/armv7/sunxi/p2wi.c                   | 117 ++++++
 arch/arm/cpu/armv7/sunxi/psci.S                   |   4 +-
 arch/arm/include/asm/arch-sunxi/clock.h           |   1 +
 arch/arm/include/asm/arch-sunxi/clock_sun4i.h     |   3 +
 arch/arm/include/asm/arch-sunxi/clock_sun6i.h     |  38 +-
 arch/arm/include/asm/arch-sunxi/cpu.h             |  19 +-
 arch/arm/include/asm/arch-sunxi/cpucfg_sun6i.h    |  67 ++++
 arch/arm/include/asm/arch-sunxi/dram.h            | 171 +--------
 arch/arm/include/asm/arch-sunxi/dram_sun4i.h      | 182 +++++++++
 arch/arm/include/asm/arch-sunxi/dram_sun6i.h      | 359 ++++++++++++++++++
 arch/arm/include/asm/arch-sunxi/gpio.h            |   3 +
 arch/arm/include/asm/arch-sunxi/p2wi.h            | 140 +++++++
 arch/arm/include/asm/arch-sunxi/prcm.h            |   1 +
 board/sunxi/Kconfig                               |  21 ++
 board/sunxi/MAINTAINERS                           |   1 +
 board/sunxi/board.c                               |  26 ++
 board/sunxi/gmac.c                                |   2 +-
 configs/A10s-OLinuXino-M_defconfig                |   3 +-
 configs/A13-OLinuXinoM_defconfig                  |   3 +-
 configs/A13-OLinuXino_defconfig                   |   3 +-
 configs/Auxtek-T004_defconfig                     |   3 +-
 configs/Colombus_defconfig                        |   9 +-
 configs/Mele_M9_defconfig                         |  18 +
 configs/ba10_tv_box_defconfig                     |   3 +-
 configs/r7-tv-dongle_defconfig                    |   3 +-
 drivers/power/Kconfig                             |  47 +++
 drivers/power/Makefile                            |   1 +
 drivers/power/axp221.c                            | 186 +++++++++
 drivers/usb/host/ehci-sunxi.c                     |  80 ++--
 include/axp221.h                                  |  50 +++
 include/configs/sun4i.h                           |   7 -
 include/configs/sun6i.h                           |   6 +
 include/configs/sun7i.h                           |   7 -
 38 files changed, 1883 insertions(+), 226 deletions(-)
 rename arch/arm/cpu/armv7/sunxi/{dram.c => dram_sun4i.c} (100%)
 create mode 100644 arch/arm/cpu/armv7/sunxi/dram_sun6i.c
 create mode 100644 arch/arm/cpu/armv7/sunxi/p2wi.c
 create mode 100644 arch/arm/include/asm/arch-sunxi/cpucfg_sun6i.h
 create mode 100644 arch/arm/include/asm/arch-sunxi/dram_sun4i.h
 create mode 100644 arch/arm/include/asm/arch-sunxi/dram_sun6i.h
 create mode 100644 arch/arm/include/asm/arch-sunxi/p2wi.h
 create mode 100644 configs/Mele_M9_defconfig
 create mode 100644 drivers/power/axp221.c
 create mode 100644 include/axp221.h

Regards,

Hans

             reply	other threads:[~2014-11-13 15:04 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-13 15:04 Hans de Goede [this message]
2014-11-13 15:47 ` [U-Boot] Please pull u-boot-sunxi/master into master Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2014-11-20 20:52 Hans de Goede
2014-11-05 12:19 Hans de Goede
2014-11-05 15:59 ` Tom Rini
2014-10-24  8:06 Hans de Goede
2014-10-27  0:36 ` 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=5464C879.8030803@redhat.com \
    --to=hdegoede@redhat.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.