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

Anatolij Gustschin agust at denx.de
Fri Mar 29 14:26:15 CET 2013


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 at 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


More information about the U-Boot mailing list