From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergey Lapin Date: Fri, 27 Jan 2012 05:51:45 -0500 Subject: [U-Boot] [PATCH 13/14] New command bootmenu: ANSI terminal Boot Menu support In-Reply-To: <1405694.oNsfOHiZG4@pali> References: <1327415291-13260-1-git-send-email-pali.rohar@gmail.com> <1327415291-13260-14-git-send-email-pali.rohar@gmail.com> <201201251918.50691.marek.vasut@gmail.com> <1405694.oNsfOHiZG4@pali> Message-ID: <20120127105144.GE2056@build.ihdev.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, Jan 25, 2012 at 08:57:19PM +0100, Pali Roh?r wrote: > On Wednesday 25 January 2012 19:18:50 Marek Vasut wrote: > > Do you need this command if you already have common/menu.c? > > > > I need menu which can work with ANSI terminal and framebuffer on device > screen. Something which can easy choose booting system... > > I can look at menu.c if it can replace my bootmenu (or change bootmenu code to > use menu.c)... > > Anyway this patch [13] and next [14] can be reviewed separatly. Nokia RX-51 > support is in patches 1-12. Patch 14 is additional for rx51, which only add > this bootmenu support. U-Boot rx51 port working fine without 13 and 14. Regardless of whatever when you add new commands it might be useful to add some documentation in doc directory. S.