From patchwork Fri Mar 29 13:26:15 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Anatolij Gustschin X-Patchwork-Id: 232408 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 867372C00C8 for ; Sat, 30 Mar 2013 00:26:22 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 7D51E4A03E; Fri, 29 Mar 2013 14:26:20 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ba8eY+BBcg9I; Fri, 29 Mar 2013 14:26:20 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D9A7B4A026; Fri, 29 Mar 2013 14:26:18 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 002874A026 for ; Fri, 29 Mar 2013 14:26:15 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1dNvE2TnoPSX for ; Fri, 29 Mar 2013 14:26:14 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.10]) by theia.denx.de (Postfix) with ESMTPS id 1D5274A025 for ; Fri, 29 Mar 2013 14:26:12 +0100 (CET) Received: from frontend1.mail.m-online.net (frontend1.mail.intern.m-online.net [192.168.8.180]) by mail-out.m-online.net (Postfix) with ESMTP id 3ZckH755wrz3hhZ8; Fri, 29 Mar 2013 14:26:10 +0100 (CET) X-Auth-Info: NxeAQ7lkm9IVRQ/e4sRLMzqZN89io3SUQVa2537oSt4= Received: from crub (pD9E2FE2C.dip.t-dialin.net [217.226.254.44]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA id 3ZckH65Tnbzbd5s; Fri, 29 Mar 2013 14:26:10 +0100 (CET) Date: Fri, 29 Mar 2013 14:26:15 +0100 From: Anatolij Gustschin To: Tom Rini Message-ID: <20130329142615.0ffe241c@crub> X-Mailer: Claws Mail 3.7.9 (GTK+ 2.24.6; i686-pc-linux-gnu) Mime-Version: 1.0 Cc: u-boot Subject: [U-Boot] Pull request: u-boot-staging X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de 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