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

2020-05-21 Thread Kevin O'Connor
On Tue, Mar 17, 2020 at 08:30:32PM -0400, Kevin O'Connor wrote: > On Mon, Mar 16, 2020 at 10:38:25AM +0100, Paul Menzel wrote: > > From: Matt DeVillier > > Date: Fri, 12 Aug 2016 14:21:58 -0500 > > > > PS/2 keyboards on Chromebooks with upstream coreboot + SeaBIOS often > > fail to init properly

[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] 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-03-26 Thread Matt DeVillier
On Thu, Mar 26, 2020 at 2:33 PM Paul Menzel wrote: > > Dear Matt, > > > 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 master, with the > > stock EC firmware, to asses the

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

2020-03-26 Thread Paul Menzel
Dear Matt, 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 master, with the stock EC firmware, to asses the current state of the PS2 keyboard function: google/link (IvyBridge):

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

2020-03-26 Thread Matt DeVillier
Paul, as requested I went ahead and retested a few different Chromebook devices/platforms using upstream coreboot + SeaBIOS master, with the stock EC firmware, to asses the current state of the PS2 keyboard function: google/link (IvyBridge): bad (good w/EC update) google/wolf (Haswell): good

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

2020-03-17 Thread Kevin O'Connor
On Mon, Mar 16, 2020 at 10:38:25AM +0100, Paul Menzel wrote: > From: Matt DeVillier > Date: Fri, 12 Aug 2016 14:21:58 -0500 > > PS/2 keyboards on Chromebooks with upstream coreboot + SeaBIOS often > fail to init properly / register keystrokes. Modify ps2port init > to match that of TianoCore,

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

2020-03-17 Thread Gerd Hoffmann
On Mon, Mar 16, 2020 at 10:38:25AM +0100, Paul Menzel wrote: > From: Matt DeVillier > Date: Fri, 12 Aug 2016 14:21:58 -0500 > > PS/2 keyboards on Chromebooks with upstream coreboot + SeaBIOS often > fail to init properly / register keystrokes. Modify ps2port init > to match that of TianoCore,