On Fri, Jul 03, 2020 at 06:12:28AM -0500, Abel Abraham Camarillo Ojeda wrote:
> On Fri, Jul 3, 2020 at 5:33 AM Stuart Henderson <[email protected]> wrote:
> 
> > On 2020/07/03 03:34, Abel Abraham Camarillo Ojeda wrote:
> > > >Synopsis: boot stuck at avail mem unless boot -c \n quit\n
> > > >Category: kernel amd64
> > > >Environment:
> > > System      : OpenBSD 6.7
> > > Details     : OpenBSD 6.7-current (GENERIC.MP) #305: Fri Jun 26 09:07:29
> > > MDT 2020
> > > [email protected]:/usr/src/sys/arch/amd64/compile/GENERIC.MP
> > >
> > > Architecture: OpenBSD.amd64
> > > Machine     : amd64
> > > >Description:
> > > boot stucks at line:
> > >
> > > OpenBSD 6.7-current (GENERIC.MP) #305: Fri Jun 26 09:07:29 MDT 2020
> > >    [email protected]:/usr/src/sys/arch/amd64/compile/GENERIC.MP
> > > real mem = 17028538368 (16239MB)
> > > avail mem = 16497426432 (15733MB)
> > > (stops here)
> > >
> > > (img attached)
> > >
> > > machine boots if I
> > > run 'boot -c' at bootloader and just run 'quit', if not
> > > kernel stops after 'avail mem' line
> > >
> > > machine was running may 29 snapshot without boot problems,
> > > after a upgrade to jun 26 snapshot problems started to present.
> > >
> > > I bisected and tried several snapshots between jun 26 - may 29
> > > but problem still presented, then I reinstalled the *same* may 29
> > snapshot
> > > I was using and problems were also reproducible (but they weren't
> > > before) I'm without a clue here.
> > > >How-To-Repeat:
> > > 100% reproducible, tried it a dozen times:
> > >
> > > boot machine, GENERIC.MP without boot -c
> > > >Fix:
> > > boot -c \n quit \n
> > > and machine boots...
> >
> > - Try uninstalling intel-firwmare and see if that changes anything.
> >
> 
> Boots without problems after: pkg_delete intel-firmware;
> gets stuck at avail mem again if I do pkg_add intel-firmware;

It was thought that the intel breakage was limited to linux.
https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/issues/31

As that isn't the case we want the release which reverted skylake
updates:

== 20200616 Release ==
-- Updates upon 20200609 release --
Processor             Identifier     Version       Products
Model        Stepping F-MO-S/PI      Old->New
---- new platforms ----------------------------------------

---- updated platforms ------------------------------------
SKL-U/Y      D0       6-4e-3/c0 000000dc->000000d6 Core Gen6 Mobile
SKL-U23e     K1       6-4e-3/c0 000000dc->000000d6 Core Gen6 Mobile
SKL-H/S      R0/N0    6-5e-3/36 000000dc->000000d6 Core Gen6; Xeon E3 v5

---- removed platforms ------------------------------------

Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/firmware/intel/Makefile,v
retrieving revision 1.23
diff -u -p -r1.23 Makefile
--- Makefile    10 Jun 2020 01:36:28 -0000      1.23
+++ Makefile    3 Jul 2020 11:22:37 -0000
@@ -3,7 +3,7 @@
 COMMENT=       microcode update binaries for Intel CPUs
 FW_DRIVER=     intel
 
-FW_VER=                20200609
+FW_VER=                20200616
 EPOCH=         0
 GH_ACCOUNT=    intel
 GH_PROJECT=    Intel-Linux-Processor-Microcode-Data-Files
Index: distinfo
===================================================================
RCS file: /cvs/ports/sysutils/firmware/intel/distinfo,v
retrieving revision 1.16
diff -u -p -r1.16 distinfo
--- distinfo    10 Jun 2020 01:36:28 -0000      1.16
+++ distinfo    3 Jul 2020 11:22:43 -0000
@@ -1,2 +1,2 @@
-SHA256 (firmware/intel-20200609.tar.gz) = 
bFKVJlq9A6fNyBW4W/9PmDh/gTgmqIk1kEvCu8eD1eQ=
-SIZE (firmware/intel-20200609.tar.gz) = 3043809
+SHA256 (firmware/intel-20200616.tar.gz) = 
60+TlCGsbN6jxYbJ2YTsUYMg8AwH6ys9Z1QwnIPJM3E=
+SIZE (firmware/intel-20200616.tar.gz) = 3036726

Reply via email to