mbox

[U-Boot] Pull request: u-boot-staging

Message ID 20130329142615.0ffe241c@crub
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://git.denx.de/u-boot-staging.git agust@denx.de

Message

Anatolij Gustschin March 29, 2013, 1:26 p.m. UTC
Hello Tom,

The following changes since commit 009d75ccc11d27b9a083375a88bb93cb746b4800:

  Merge branch 'u-boot/master' into 'u-boot-arm/master' (2013-03-28 18:50:01 +0100)

are available in the git repository at:

  git://git.denx.de/u-boot-staging.git agust@denx.de

Anatolij Gustschin (1):
      menu: export menu_default_choice() function

Pali Rohár (3):
      menu: Add support for user defined item choice function
      New command bootmenu: ANSI terminal boot menu support
      RX-51: Add support for bootmenu

 board/ait/cam_enc_4xx/cam_enc_4xx.c |    3 +-
 common/Makefile                     |    1 +
 common/cmd_bootmenu.c               |  517 +++++++++++++++++++++++++++++++++++
 common/cmd_pxe.c                    |    3 +-
 common/menu.c                       |   44 +++-
 doc/README.bootmenu                 |  115 ++++++++
 doc/README.menu                     |    9 +-
 include/ansi.h                      |   42 +++
 include/configs/nokia_rx51.h        |   40 +++-
 include/menu.h                      |    5 +-
 10 files changed, 760 insertions(+), 19 deletions(-)
 create mode 100644 common/cmd_bootmenu.c
 create mode 100644 doc/README.bootmenu
 create mode 100644 include/ansi.h

Please pull. Thanks!

Anatolij

Comments

Tom Rini April 1, 2013, 4:30 p.m. UTC | #1
On Fri, Mar 29, 2013 at 02:26:15PM +0100, Anatolij Gustschin wrote:

> Hello Tom,
> 
> The following changes since commit 009d75ccc11d27b9a083375a88bb93cb746b4800:
> 
>   Merge branch 'u-boot/master' into 'u-boot-arm/master' (2013-03-28 18:50:01 +0100)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-staging.git agust@denx.de
> 
> Anatolij Gustschin (1):
>       menu: export menu_default_choice() function
> 
> Pali Roh??r (3):
>       menu: Add support for user defined item choice function
>       New command bootmenu: ANSI terminal boot menu support
>       RX-51: Add support for bootmenu
> 
>  board/ait/cam_enc_4xx/cam_enc_4xx.c |    3 +-
>  common/Makefile                     |    1 +
>  common/cmd_bootmenu.c               |  517 +++++++++++++++++++++++++++++++++++
>  common/cmd_pxe.c                    |    3 +-
>  common/menu.c                       |   44 +++-
>  doc/README.bootmenu                 |  115 ++++++++
>  doc/README.menu                     |    9 +-
>  include/ansi.h                      |   42 +++
>  include/configs/nokia_rx51.h        |   40 +++-
>  include/menu.h                      |    5 +-
>  10 files changed, 760 insertions(+), 19 deletions(-)
>  create mode 100644 common/cmd_bootmenu.c
>  create mode 100644 doc/README.bootmenu
>  create mode 100644 include/ansi.h

Applied to u-boot/master, thanks!