Re: [U-Boot] [PATCH 13/14] New command bootmenu: ANSI terminal Boot Menu support

2012-02-13 Thread Mike Frysinger
On Wednesday 25 January 2012 14:57:19 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 b

Re: [U-Boot] [PATCH 13/14] New command bootmenu: ANSI terminal Boot Menu support

2012-01-27 Thread Sergey Lapin
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 eas

Re: [U-Boot] [PATCH 13/14] New command bootmenu: ANSI terminal Boot Menu support

2012-01-25 Thread Pali Rohár
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 boot

Re: [U-Boot] [PATCH 13/14] New command bootmenu: ANSI terminal Boot Menu support

2012-01-25 Thread Marek Vasut
> * Added some ANSI escape codes definitions in common.h > * Configuration is done via env variables bootmenu_delay and > bootmenu_: > > bootmenu_delay= > bootmenu_="=" > > (title and commands are separated by first char '=') > > is delay in seconds of autobooting first entry

[U-Boot] [PATCH 13/14] New command bootmenu: ANSI terminal Boot Menu support

2012-01-24 Thread Pali Rohár
* Added some ANSI escape codes definitions in common.h * Configuration is done via env variables bootmenu_delay and bootmenu_: bootmenu_delay= bootmenu_="=" (title and commands are separated by first char '=') is delay in seconds of autobooting first entry is boot menu en