[SeaBIOS] Re: [PATCH v2] csm: Fix boot priority translation

2019-06-28 Thread Alexander Graf
On 20.06.19 14:07, David Woodhouse wrote: For CSM, the highest priority for a boot entry is zero. SeaBIOS doesn't use zero, and the highest priority is 1. Make the results of csm_bootprio_*() conform to that convention. Also explicitly handle the BBS_DO_NOT_BOOT_FROM and BBS_IGNORE_ENTRY

[SeaBIOS] Re: [PATCH v3] csm: Fix boot priority translation

2019-06-28 Thread Kevin O'Connor
On Fri, Jun 28, 2019 at 02:57:47PM +0100, David Woodhouse wrote: > Explicitly handle the BBS_DO_NOT_BOOT_FROM and BBS_IGNORE_ENTRY values. > > Also add one to the other priority values, as find_prio() does for > entries from bootorder. SeaBIOS uses zero for an item explicitly > selected in

[SeaBIOS] [PATCH] Specify Python version

2019-06-28 Thread Eloy Degen
Change Python version to 3 because /usr/bin/python is removed in Ubuntu 19.04 and python3 is already used in older Linux distros. I tested in coreboot and it still works. Signed-off-by: Eloy Degen --- Makefile | 17 - scripts/acpi_extract.py

[SeaBIOS] [PATCH v3] csm: Fix boot priority translation

2019-06-28 Thread David Woodhouse
Explicitly handle the BBS_DO_NOT_BOOT_FROM and BBS_IGNORE_ENTRY values. Also add one to the other priority values, as find_prio() does for entries from bootorder. SeaBIOS uses zero for an item explicitly selected in interactive_bootmenu(). Signed-off-by: David Woodhouse --- v2: No code change,

[SeaBIOS] Re: [PATCH 1/5] ati-vga: make less verbose

2019-06-28 Thread Gerd Hoffmann
On Mon, Jun 24, 2019 at 08:52:27AM -0400, Kevin O'Connor wrote: > On Mon, Jun 24, 2019 at 02:44:00PM +0200, Gerd Hoffmann wrote: > > Reduce loglevel for mode line removals from 1 to 3. > > > > Signed-off-by: Gerd Hoffmann > > Thanks. I don't know enough about the ati code to provide much >