mbox

[U-Boot] Please pull u-boot-sunxi master

Message ID 5c3c84f3-cd11-1426-6ecc-8997fbac5167@redhat.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Hans de Goede June 10, 2016, 7:25 p.m. UTC
Hi Tom,

Here is the second sunxi pull-req for v2016.07, it
contains a few improvements and fixes, nothing special.

The following changes since commit 6b3943f1b04be60f147ee540fbd72c4c7ea89f80:

   siemens,am33x: add draco etamin board (2016-06-09 13:53:13 -0400)

are available in the git repository at:

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

for you to fetch changes up to 1a83fb4a17d959d7b037999ab7ed7e62429abe34:

   sunxi: Move the SPL stack top to 0x1A000 on Allwinner A64/A80 (2016-06-10 13:04:06 +0200)

----------------------------------------------------------------
Hans de Goede (3):
       sunxi: Enable ALDO3 and ALDO4 in Wobo_i5_defconfig
       sunxi: Add INITIAL_USB_SCAN_DELAY to Mele_A1000G_quad_defconfig
       sunxi: musb: Properly turn of musb controller before booting

Siarhei Siamashka (2):
       sunxi: Downclock AHB1 to 100MHz on Allwinner A64
       sunxi: Move the SPL stack top to 0x1A000 on Allwinner A64/A80

  arch/arm/include/asm/arch-sunxi/clock_sun6i.h | 5 +++++
  configs/Mele_A1000G_quad_defconfig            | 1 +
  configs/Wobo_i5_defconfig                     | 2 ++
  drivers/usb/musb-new/sunxi.c                  | 7 +++++++
  include/configs/sunxi-common.h                | 5 ++---
  5 files changed, 17 insertions(+), 3 deletions(-)

Regards,

Hans

Comments

Tom Rini June 19, 2016, 2:07 p.m. UTC | #1
On Fri, Jun 10, 2016 at 09:25:59PM +0200, Hans de Goede wrote:

> Hi Tom,
> 
> Here is the second sunxi pull-req for v2016.07, it
> contains a few improvements and fixes, nothing special.
> 
> The following changes since commit 6b3943f1b04be60f147ee540fbd72c4c7ea89f80:
> 
>   siemens,am33x: add draco etamin board (2016-06-09 13:53:13 -0400)
> 
> are available in the git repository at:
> 
>   http://git.denx.de/u-boot-sunxi.git master
> 
> for you to fetch changes up to 1a83fb4a17d959d7b037999ab7ed7e62429abe34:
> 
>   sunxi: Move the SPL stack top to 0x1A000 on Allwinner A64/A80 (2016-06-10 13:04:06 +0200)
> 

Applied to u-boot/master, thanks!