mbox

[U-Boot] Please pull u-boot-marvell/master

Message ID 56A86A78.90504@denx.de
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://www.denx.de/git/u-boot-marvell.git

Message

Stefan Roese Jan. 27, 2016, 6:58 a.m. UTC
Hi Tom,

please pull the following patch.

Thanks,
Stefan

The following changes since commit 9e4de7fd4acc8f99b6d383c711d21c0159849629:

   Merge branch 'master' of http://git.denx.de/u-boot-sunxi (2016-01-26 
17:45:37 -0500)

are available in the git repository at:

   git://www.denx.de/git/u-boot-marvell.git

for you to fetch changes up to b20c38a973a51bf3f663bd298c63ad1b8e0de445:

   arm: mvebu: Add support for the Armada XP theadorable board 
(2016-01-27 07:45:43 +0100)

----------------------------------------------------------------
Stefan Roese (1):
       arm: mvebu: Add support for the Armada XP theadorable board

  arch/arm/dts/Makefile                  |   3 +-
  arch/arm/dts/armada-xp-theadorable.dts | 143 +++++++++++++++++++++++++++
  arch/arm/mach-mvebu/Kconfig            |   6 ++
  board/theadorable/MAINTAINERS          |   7 ++
  board/theadorable/Makefile             |   7 ++
  board/theadorable/kwbimage.cfg         |  12 +++
  board/theadorable/theadorable.c        | 171 
+++++++++++++++++++++++++++++++++
  configs/theadorable_debug_defconfig    |  28 ++++++
  configs/theadorable_defconfig          |  26 +++++
  include/configs/theadorable.h          | 170 
++++++++++++++++++++++++++++++++
  10 files changed, 572 insertions(+), 1 deletion(-)
  create mode 100644 arch/arm/dts/armada-xp-theadorable.dts
  create mode 100644 board/theadorable/MAINTAINERS
  create mode 100644 board/theadorable/Makefile
  create mode 100644 board/theadorable/kwbimage.cfg
  create mode 100644 board/theadorable/theadorable.c
  create mode 100644 configs/theadorable_debug_defconfig
  create mode 100644 configs/theadorable_defconfig
  create mode 100644 include/configs/theadorable.h

Comments

Tom Rini Jan. 28, 2016, 11:18 p.m. UTC | #1
On Wed, Jan 27, 2016 at 07:58:00AM +0100, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the following patch.
> 
> Thanks,
> Stefan
> 
> The following changes since commit 9e4de7fd4acc8f99b6d383c711d21c0159849629:
> 
>   Merge branch 'master' of http://git.denx.de/u-boot-sunxi
> (2016-01-26 17:45:37 -0500)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-marvell.git
> 
> for you to fetch changes up to b20c38a973a51bf3f663bd298c63ad1b8e0de445:
> 
>   arm: mvebu: Add support for the Armada XP theadorable board
> (2016-01-27 07:45:43 +0100)
> 

Applied to u-boot/master, thanks!