Duncan Laurie has posted comments on this change. ( https://review.coreboot.org/28743 )
Change subject: soc/intel/cannonlake: Add ACPI entry for LAN ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/#/c/28743/1/src/soc/intel/cannonlake/acpi/pch_gl... File src/soc/intel/cannonlake/acpi/pch_glan.asl:
https://review.coreboot.org/#/c/28743/1/src/soc/intel/cannonlake/acpi/pch_gl... PS1, Line 28: Method (_DSW, 3) { We shouldn't need this method if it doesn't exist right?
On linux it ignores AE_NOT_FOUND errors when calling _DSW, but I don't know what windows does..