Re: [PATCH] menu: add support for client defined statusline function

2020-05-07 Thread Tom Rini
On Wed, Mar 18, 2020 at 11:38:42AM -0700, Thirupathaiah Annapureddy wrote: > Currently displaying status line is done in a weak function > menu_display_statusline(). > > bootmenu.c overrides the weak default function. > It calls menu_default_choice() and interprets the data as > struct

[PATCH] menu: add support for client defined statusline function

2020-03-18 Thread Thirupathaiah Annapureddy
Currently displaying status line is done in a weak function menu_display_statusline(). bootmenu.c overrides the weak default function. It calls menu_default_choice() and interprets the data as struct bootmenu_entry. pxe boot also uses common menu code for pxe menus. If there is a system that