Re: [coreboot] [RFH] Native AMD fam10-15 support

2018-07-13 Thread Kyösti Mälkki
On Sat, Jul 14, 2018 at 1:46 AM, taii...@gmx.com wrote: > Another regression I have noticed is that my 4th SATA hard drive doesn't > appear in linux for some reason, although it does appear in grub...ideas? > > Also kyosti what logs and tests would you like? For now I have > re-flashed my old

Re: [coreboot] [RFH] Native AMD fam10-15 support

2018-07-13 Thread taii...@gmx.com
Hi guys! I have just tested my KGPE-D16's suspend a few times with the latest master and it works fine - takes around a minute to get back to my linux terminal. -- coreboot mailing list: coreboot@coreboot.org https://mail.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] [RFH] Native AMD fam10-15 support

2018-07-13 Thread taii...@gmx.com
I will provide logs soon! what do you want exactly? One apparent regression I have noticed is that "sensors" reports CPU power usage at idle is now steady at 101W vs the usual 50W (which used to be 40 before a kernel update) while I am not sure if it is accurate as the cpu temp doesn't reach high

[coreboot] ACPI Errors on Lenovo X201i

2018-07-13 Thread Matthias Gazzari
Hello, commit f1114d891865e70ae1f2ba58844fec11d055ae3a (ec/lenovo/h8/acpi: Add BDC interface) introduces the following ACPI errors on the Lenovo X201i: ACPI BIOS Error (bug): Could not resolve [\_SB.EC.HKEY], AE_NOT_FOUND (20180313/dswload2-160) ACPI Error: AE_NOT_FOUND, During name

Re: [coreboot] ACPI Errors on Lenovo X201i

2018-07-13 Thread Patrick Rudolph
Hi Matthias, It looks like the Ssdt generator on x201/nehalem doesn't work as expected. It was broken and has been fixed in commit https://review.coreboot.org/#/c/coreboot/+/26287/ Do you see "ACPI:* H8" in coreboot console log ? Do you see any HBDC method in disassembled ACPI ? Regards

Re: [coreboot] ACPI Errors on Lenovo X201i

2018-07-13 Thread Matthias Gazzari
Hi Patrick, I built with the current origin/master, so the Nehalem fix https://review.coreboot.org/#/c/coreboot/+/26287/ is already included. I see "ACPI:* H8" and have the following mentions of HBDC inside the dsdt.dsl: External (HBDC, IntObj) and Method (GBDC, 0, NotSerialized) {