[SeaBIOS] Re: [PATCH] advanced_bootmenu: up to 35 entries (2 pages if >18), numpad support (console)

2020-04-19 Thread Paul Menzel
Dear Mike, Am 10.04.19 um 15:08 schrieb Mike Banon: Add support for up to 35 boot menu entries (2 pages if >18). To solve the ">10" problem currently experienced by SeaBIOS users (there are no 11, 12, etc. keys on a keyboard - so impossible to choose the last menu entries if you got 10

[SeaBIOS] Re: [PATCH] ps2port: adjust init routine to fix PS/2 keyboard issues

2020-04-19 Thread Kevin O'Connor
On Thu, Mar 26, 2020 at 03:52:58PM -0500, Matt DeVillier wrote: > On Thu, Mar 26, 2020 at 2:33 PM Paul Menzel wrote: > > Am 26.03.20 um 20:29 schrieb Matt DeVillier: > > > as requested I went ahead and retested a few different Chromebook > > > devices/platforms using upstream coreboot + SeaBIOS

[SeaBIOS] Re: [PATCH] ps2port: adjust init routine to fix PS/2 keyboard issues

2020-04-19 Thread Matt DeVillier
unfortunately I still need to re-test with that commit reverted On Sun, Apr 19, 2020 at 10:38 AM Kevin O'Connor wrote: > On Thu, Mar 26, 2020 at 03:52:58PM -0500, Matt DeVillier wrote: > > On Thu, Mar 26, 2020 at 2:33 PM Paul Menzel > wrote: > > > Am 26.03.20 um 20:29 schrieb Matt DeVillier: >

[SeaBIOS] Re: [PATCH] Skip boot menu and timeout with only one boot device

2020-04-19 Thread Matt DeVillier
On Sun, Apr 19, 2020 at 10:40 AM Kevin O'Connor wrote: > On Tue, Mar 17, 2020 at 08:27:59PM -0400, Kevin O'Connor wrote: > > On Mon, Mar 16, 2020 at 10:32:41AM +0100, Paul Menzel wrote: > > > From: Matt DeVillier > > > Date: Fri, 13 Jun 2014 17:20:23 -0500 > > > > > > Signed-off-by: Matt

[SeaBIOS] Re: [PATCH v2 0/3] tpm: Somce tcgbios related fixes and updates

2020-04-19 Thread Kevin O'Connor
On Mon, Mar 30, 2020 at 07:55:54AM -0400, Stefan Berger wrote: > This series of patches modifies the logging of events so that only > active PCR banks are logged. An active PCR bank is recognized by > the pcrSelect[0] being != 0. > > The vendorInfoSize was assumed to be u32 but it is u8. > >

[SeaBIOS] Re: [PATCH] Skip boot menu and timeout with only one boot device

2020-04-19 Thread Kevin O'Connor
On Tue, Mar 17, 2020 at 08:27:59PM -0400, Kevin O'Connor wrote: > On Mon, Mar 16, 2020 at 10:32:41AM +0100, Paul Menzel wrote: > > From: Matt DeVillier > > Date: Fri, 13 Jun 2014 17:20:23 -0500 > > > > Signed-off-by: Matt DeVillier > > Signed-off-by: Paul Menzel > > --- > > Upstream from