[XS] Change in coreboot[main]: This part refers to 4b957b966543168d70fc3c07511595d33af76059 ("mb/goo...

Qinghong Zeng has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/80278?usp=email ) Change subject: This part refers to 4b957b966543168d70fc3c07511595d33af76059 ("mb/google/byra/var/*: Set WLAN device type back to pci"). Set the WLAN device type to pci uniformly. ...................................................................... This part refers to 4b957b966543168d70fc3c07511595d33af76059 ("mb/google/byra/var/*: Set WLAN device type back to pci"). Set the WLAN device type to pci uniformly. BUG=NA TEST= Can be compiled normally, the verification function is normal, and it can pass the FAFT test. Change-Id: I7a33362e28c3b9027e9cc5a2e11dc0c316acbd69 Signed-off-by: Qinghong Zeng <zengqinghong@huaqin.corp-partner.google.com> --- M src/mainboard/google/brya/variants/anraggar/overridetree.cb 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://review.coreboot.org:29418/coreboot refs/changes/78/80278/1 diff --git a/src/mainboard/google/brya/variants/anraggar/overridetree.cb b/src/mainboard/google/brya/variants/anraggar/overridetree.cb index 9646f29..f619228 100644 --- a/src/mainboard/google/brya/variants/anraggar/overridetree.cb +++ b/src/mainboard/google/brya/variants/anraggar/overridetree.cb @@ -380,7 +380,7 @@ register "wake" = "GPE0_PME_B0" register "enable_cnvi_ddr_rfim" = "true" register "add_acpi_dma_property" = "true" - device generic 0 on end + device pci 00.0 on end end end device ref pcie_rp4 on -- To view, visit https://review.coreboot.org/c/coreboot/+/80278?usp=email To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings Gerrit-Project: coreboot Gerrit-Branch: main Gerrit-Change-Id: I7a33362e28c3b9027e9cc5a2e11dc0c316acbd69 Gerrit-Change-Number: 80278 Gerrit-PatchSet: 1 Gerrit-Owner: Qinghong Zeng <zengqinghong@huaqin.corp-partner.google.com> Gerrit-MessageType: newchange
participants (1)
-
Qinghong Zeng (Code Review)