[SeaBIOS] Re: [PATCH] stacks: always call check_irqs() in yield()

2021-05-21 Thread Volker Rümelin
On Thu, May 20, 2021 at 08:53:34PM +0200, Volker Rümelin wrote: On Fri, May 14, 2021 at 08:03:20PM +0200, Volker Rümelin wrote: The comment above the yield() function suggests that yield() allows interrupts for a short time. Currently this is only true if seabios was built without

[SeaBIOS] Re: [PATCH] fw/coreboot.c: Use coreboot table to find cbfs

2021-05-21 Thread Peter Stuge
Hi Gerd, Gerd Hoffmann wrote: > > > This breaks compatibility with very old coreboot build (build before > > > fb5d5b16 "2015-07-14, cbtable: describe boot media"). > > > > Is that really acceptable in SeaBIOS master at some random time? > > As far I know there is no policy on that written down

[SeaBIOS] Re: [PATCH v2 0/3] Add support for all HD and QXGA resolutions

2021-05-21 Thread Kevin O'Connor
On Fri, May 21, 2021 at 11:03:00AM +0200, Gerd Hoffmann wrote: > On Thu, May 20, 2021 at 01:55:12PM -0400, Kevin O'Connor wrote: > > On Tue, May 04, 2021 at 07:43:35PM -0400, Elliot Killick via SeaBIOS wrote: > > > Hi, > > > > > > This patch series adds support for all HD and QXGA resolutions. >

[SeaBIOS] Re: [PATCH v2 0/3] Add support for all HD and QXGA resolutions

2021-05-21 Thread Gerd Hoffmann
On Thu, May 20, 2021 at 01:55:12PM -0400, Kevin O'Connor wrote: > On Tue, May 04, 2021 at 07:43:35PM -0400, Elliot Killick via SeaBIOS wrote: > > Hi, > > > > This patch series adds support for all HD and QXGA resolutions. > > > > I've taken Gerd's advice on the v1 patch and split the formatting

[SeaBIOS] Re: [PATCH] fw/coreboot.c: Use coreboot table to find cbfs

2021-05-21 Thread Gerd Hoffmann
On Thu, May 20, 2021 at 06:09:55PM +, Peter Stuge wrote: > Arthur Heymans wrote: > > This breaks compatibility with very old coreboot build (build before > > fb5d5b16 "2015-07-14, cbtable: describe boot media"). > > Is that really acceptable in SeaBIOS master at some random time? As far I