Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/40128 )
Change subject: ec/lenovo/h8: Config the ec hardware ids for newer thinkpads ......................................................................
Patch Set 6:
(2 comments)
https://review.coreboot.org/c/coreboot/+/40128/6/src/mainboard/lenovo/t530/K... File src/mainboard/lenovo/t530/Kconfig:
https://review.coreboot.org/c/coreboot/+/40128/6/src/mainboard/lenovo/t530/K... PS6, Line 95: default "LEN0068" if BOARD_LENOVO_T530 From the acpidump output from the Linux kernel bug tracker [1], after `acpixtract` and `iasl -d *dat` this seems to be the same value for the Lenovo W530.
$ grep LEN0 *dsl dsdt.dsl: Name (_HID, EisaId ("LEN0078")) // _HID: Hardware ID dsdt.dsl: Name (_HID, EisaId ("LEN0068")) // _HID: Hardware ID
[1]: https://bugzilla.kernel.org/show_bug.cgi?id=66731
https://review.coreboot.org/c/coreboot/+/40128/6/src/mainboard/lenovo/x230/K... File src/mainboard/lenovo/x230/Kconfig:
https://review.coreboot.org/c/coreboot/+/40128/6/src/mainboard/lenovo/x230/K... PS6, Line 85: default "LEN0068" if BOARD_LENOVO_X230 So you still need to verify the value for the `LENOVO_X230T`?