Hello build bot (Jenkins), Nico Huber, Furquan Shaikh, Patrick Georgi, Tim Wawrzynczak, Angel Pons,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/39665
to look at the new patch set (#3).
Change subject: ec/google/chromeec: don't put empty block in SSDT ......................................................................
ec/google/chromeec: don't put empty block in SSDT
Check that there are actually USB-PD ports for which to add data to SSDT, before actually generating SSDT data. This prevents an empty scope from being generated on devices without any USB-PD ports, which was breaking parsing/decompilation on some older platforms (eg, Braswell).
Test: build/boot google/edgar, verify SSDT table able to be parsed via iasl after dumping.
Change-Id: Ia213e5815e9160e9b36b2501eeccb6385abef47e Signed-off-by: Matt DeVillier matt.devillier@gmail.com --- M src/ec/google/chromeec/ec_acpi.c 1 file changed, 6 insertions(+), 7 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/65/39665/3