mb/google/hatch: Change WiFi device type from PCI to generic
Change the WiFi device type to generic, so that the LPI constraint generator does not create a reference for a device which does not exist in ACPI (SB.PCI0.RP14.MCHC). The invalid reference causes a Windows BSOD. TEST=build/boot Win11 on google/hatch (akemi) Change-Id: Ieab0722a81f0952bb5b6df8e60c4d684ff455418 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/78543 Reviewed-by: Martin L Roth <gaumless@gmail.com> Reviewed-by: Eric Lai <ericllai@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
a7a6522c24
commit
8bd7d6c806
|
@ -291,7 +291,7 @@ chip soc/intel/cannonlake
|
||||||
device ref pcie_rp14 on
|
device ref pcie_rp14 on
|
||||||
chip drivers/wifi/generic
|
chip drivers/wifi/generic
|
||||||
register "wake" = "GPE0_DW1_01"
|
register "wake" = "GPE0_DW1_01"
|
||||||
device pci 00.0 on end
|
device generic 0 on end
|
||||||
end
|
end
|
||||||
register "PcieRpSlotImplemented[13]" = "1"
|
register "PcieRpSlotImplemented[13]" = "1"
|
||||||
end # (x1 WiFi)
|
end # (x1 WiFi)
|
||||||
|
|
Loading…
Reference in New Issue