I can't seem to build a bootable image for the Thinkpad X201 with the new GCC-11-based toolchain. Rather than booting up, the machine just flashes a bunch of LEDs and then resets itself. If I use the old toolchain with GCC 8, the image w...Stefan Ott
Sure, I attached the log (and coreboot config). It says ``` CBFS: Found 'cpu_microcode_blob.bin' @0xf140 size 0x2c000 in mcache @0x7fbfd0ac microcode: sig=0x1067a pf=0x1 revision=0xa0b microcode: Update failed ``` I also att...Stefan Ott
With the current coreboot master, my P5Q kernel panics when trying to wake up: ``` [ 87.443225] ------------[ cut here ]------------ [ 87.443227] Bad FPU state detected at copy_kernel_to_fpregs+0x2f/0x40, reinitializing FPU regi...Stefan Ott
The thermal sensors on my Thinkpad are no longer working with the latest version of coreboot. Normally, the values should look like this: # cat /proc/acpi/ibm/thermal temperatures: 68 0 0 0 0 0 0 0 # sensors thinkpa...Stefan Ott
Here we go, I made a bunch of logs. For coreboot 4.9 (works) and 4.11 (does not work) I took a `cbmem -1` log after bootup (docked), wakeup (docked) and after a docking procedure (while awake).Stefan Ott
Paul Menzel wrote: > Please attach the logs `cbmem -1` with the old-working and regressed coreboot versions. > ... I did some debugging with cbmem and noticed that coreboot does detect the dock (it says "dock is connected") on resume, ...Stefan Ott