Hello build bot (Jenkins), Paul Menzel, Alexander Couzens, Patrick Rudolph, Swift Geek (Sebastian Grzywna),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/40128
to look at the new patch set (#16).
Change subject: ec/lenovo/h8: Config the ec hardware ids for newer thinkpads ......................................................................
ec/lenovo/h8: Config the ec hardware ids for newer thinkpads
Currently coreboot is using the ec hardware id IBM0068 for all thinkpads, but for newer thinkpads the id maybe LEN0068 or LEN0268. On Windows, the Lenovo Vantage app can't get battery details when using IBM0068. This patch config this id by motherboard. The hardware IDs for the following models can be found by searching for disassembled dsdt.asl on vendor BIOS: (But this info is not easy to find online. So I only changed some of the thinkpads.)
T420: https://github.com/tluck/Lenovo-T420-Clover/blob/master/EFI/CLOVER/ACPI/1600... LEN0068
T430: https://github.com/ThiagoSchetini/macosx-thinkpad-t430/blob/master/vanilla%2... LEN0068
T520: Confirmed by Patrick Rudolph LEN0068
W520: Confirmed by Patrick Rudolph LEN0068
T530: Confirmed by Prasun Gera LEN0068
W530: https://bugzilla.kernel.org/show_bug.cgi?id=66731 LEN0068
X230/X230T: https://github.com/tuandzung/ThinkPad-X230-macOS-10.12.x/blob/master/DSDT/DS... LEN0068
T440p: https://github.com/doudou/t440p/blob/master/acpi/2.30/dsdt.dsl LEN0068
Signed-off-by: Da Lao dalao@tutanota.com Change-Id: I797080ec8ba7ce39d47fe587319f8f32d6938875 --- M src/ec/lenovo/h8/Kconfig M src/ec/lenovo/h8/acpi/thinkpad.asl M src/mainboard/lenovo/t420/Kconfig M src/mainboard/lenovo/t430/Kconfig M src/mainboard/lenovo/t440p/Kconfig M src/mainboard/lenovo/t520/Kconfig M src/mainboard/lenovo/t530/Kconfig M src/mainboard/lenovo/x230/Kconfig 8 files changed, 26 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/28/40128/16