[SeaBIOS] There is still a kind of PS/2 keyboard issue.

2020-05-21 Thread Keith Hui
Paul's recent dialogue about PS/2 keyboard in SeaBIOS reminds me that I am also suffering PS/2 keyboard issues on three mainboards that I am having with coreboot/SeaBIOS combo and need to ask here. The boards are P2B-LS, P3B-F and P8Z77-M all from Asus. The last one I'm doing a new port that is

[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] cdrom: Demote `scsi_is_ready` return print to debug level

2020-05-21 Thread Kevin O'Connor
On Mon, May 18, 2020 at 06:58:04PM +0200, Paul Menzel wrote: > Printing the return value of `scsi_is_ready()` is a debug message, so > change the log level from 1 to 5. > > Booting from DVD/CD... > Device reports MEDIUM NOT PRESENT > scsi_is_ready returned -1 > Boot failed: Could

[SeaBIOS] Re: [PATCH v2 1/3] boot: Extend `etc/show-boot-menu` to configure skipping boot menu with only one device

2020-05-21 Thread Kevin O'Connor
On Tue, May 19, 2020 at 11:39:42PM +0200, Paul Menzel wrote: > Concerns were raised, that skipping the boot menu, if only one device is > present, might make debugging issues more difficult. So, extend the > current runtime configuration option `etc/show-boot-menu` to enable this > feature by