mbox

[U-Boot] please pull u-boot-arc master

Message ID 1401200900.13715.1.camel@abrodkin-8560l.internal.synopsys.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Alexey Brodkin May 27, 2014, 2:28 p.m. UTC
Dear Tom,

The following changes since commit
9665fa8f9e1488209d5e01d0792c243e0a220c5a:

  Merge branch 'master' of git://git.denx.de/u-boot-arm (2014-05-24
06:34:08 -0400)

are available in the git repository at:


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

for you to fetch changes up to 7f6a6db638f6375255abb198d32c8917f8c031e9:

  tb100 - add Abilis TB100 board (2014-05-27 18:22:24 +0400)

----------------------------------------------------------------
Alexey Brodkin (1):
      tb100 - add Abilis TB100 board

 board/abilis/tb100/Makefile |   7 +++++
 board/abilis/tb100/tb100.c  |  23 ++++++++++++++++
 boards.cfg                  |   1 +
 include/configs/tb100.h     | 123
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 154 insertions(+)
 create mode 100644 board/abilis/tb100/Makefile
 create mode 100644 board/abilis/tb100/tb100.c
 create mode 100644 include/configs/tb100.h

--
Best regards,
Alexey Brodkin

Comments

Tom Rini May 27, 2014, 3:44 p.m. UTC | #1
On Tue, May 27, 2014 at 02:28:20PM +0000, Alexey Brodkin wrote:

> Dear Tom,
> 
> The following changes since commit
> 9665fa8f9e1488209d5e01d0792c243e0a220c5a:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-arm (2014-05-24
> 06:34:08 -0400)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-arc.git master
> 
> for you to fetch changes up to 7f6a6db638f6375255abb198d32c8917f8c031e9:
> 
>   tb100 - add Abilis TB100 board (2014-05-27 18:22:24 +0400)
> 
> ----------------------------------------------------------------
> Alexey Brodkin (1):
>       tb100 - add Abilis TB100 board
> 
>  board/abilis/tb100/Makefile |   7 +++++
>  board/abilis/tb100/tb100.c  |  23 ++++++++++++++++
>  boards.cfg                  |   1 +
>  include/configs/tb100.h     | 123
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  4 files changed, 154 insertions(+)
>  create mode 100644 board/abilis/tb100/Makefile
>  create mode 100644 board/abilis/tb100/tb100.c
>  create mode 100644 include/configs/tb100.h

Applied to u-boot/master, thanks!