1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 16:52:14 +02:00
Files
u-boot-megous/include
Thirupathaiah Annapureddy 5168d7a626 menu: add support for client defined statusline function
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 enables both bootmenu and pxe,
menu_display_statusline() defined in bootmenu.c will be called
and it will interpret struct pxe_label as struct bootmenu_entry.
This leads to data aborts and pxe menu corruptions.

This patch adds support for client defined statusline function
to resolve the above bug.

Signed-off-by: Thirupathaiah Annapureddy <thiruan@linux.microsoft.com>
2020-05-07 09:01:42 -04:00
..
2020-04-17 12:32:36 -04:00
2020-04-30 17:16:12 +08:00
2020-02-05 19:33:46 -07:00
2020-04-16 14:36:28 +08:00
2020-02-05 19:33:46 -07:00
2020-05-07 09:01:42 -04:00
2020-04-29 11:10:54 +05:30
2020-05-02 12:32:28 +02:00
2020-04-30 17:40:16 +08:00
2020-04-17 12:32:36 -04:00
2020-01-25 12:04:36 -05:00
2020-03-09 18:11:23 -05:00
2020-02-05 19:33:46 -07:00
2020-04-30 10:25:07 +02:00
2020-02-05 19:33:46 -07:00
2020-04-27 13:53:13 +02:00
2020-02-05 19:33:46 -07:00
2020-04-16 14:36:28 +08:00
2020-02-07 22:46:35 +08:00
2020-04-24 16:40:09 -04:00