Hello build bot (Jenkins), Furquan Shaikh,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/46429
to look at the new patch set (#2).
Change subject: acpi/acpigen_dsm: fix I2C HID DSM to report correct function support ......................................................................
acpi/acpigen_dsm: fix I2C HID DSM to report correct function support
Fix DSM function 0 (query function) to correctly report function support for its revision. Revision 1 should return 0x3 because I2C HID supports only 1 additional function. All other revisions should return 0.
BUG=b:170862147 BRANCH=Zork TEST=ensure no dmesg errors; disassemble and verify SSDT
Signed-off-by: Josie Nordrum JosieNordrum@google.com Change-Id: Iee082ef5cf44c4cf7ab304345af56f3b5173ca56 --- M src/acpi/acpigen_dsm.c 1 file changed, 11 insertions(+), 12 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/29/46429/2