[coreboot-gerrit] Change in coreboot[master]: soc/intel/apollolake: Configuring WiFi PCI device ID 0:13.0 for GLK

Venkateswarlu V Vinjamuri (Code Review) gerrit at coreboot.org
Wed Apr 4 23:49:50 CEST 2018


Venkateswarlu V Vinjamuri has uploaded this change for review. ( https://review.coreboot.org/25532


Change subject: soc/intel/apollolake: Configuring WiFi PCI device ID 0:13.0 for GLK
......................................................................

soc/intel/apollolake: Configuring WiFi PCI device ID 0:13.0 for GLK

GLK Octopus uses device ID 13.0 for discrete PCIe wifi card

BUG=None
BRANCH=None
TEST=use Stone Peak discrete wifi card and test s0ix.

Change-Id: I7b1cf4e14ebdfe9ecc7131dfe47c70ed7e2c3dc5
Signed-off-by: Venkateswarlu Vinjamuri <venkateswarlu.v.vinjamuri at intel.com>
---
M src/soc/intel/apollolake/acpi/pcie.asl
1 file changed, 4 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/32/25532/1

diff --git a/src/soc/intel/apollolake/acpi/pcie.asl b/src/soc/intel/apollolake/acpi/pcie.asl
index 050f2f0..808c4ed 100644
--- a/src/soc/intel/apollolake/acpi/pcie.asl
+++ b/src/soc/intel/apollolake/acpi/pcie.asl
@@ -15,7 +15,11 @@
 
 Device (RP01)
 {
+#if IS_ENABLED(CONFIG_SOC_INTEL_GLK)
+	Name (_ADR, 0x00130000)
+#else
 	Name (_ADR, 0x00140000)
+#endif
 	Name (_DDN, "PCIe-B 0")
 	Name (PDST, 0) /* present Detect status */
 

-- 
To view, visit https://review.coreboot.org/25532
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I7b1cf4e14ebdfe9ecc7131dfe47c70ed7e2c3dc5
Gerrit-Change-Number: 25532
Gerrit-PatchSet: 1
Gerrit-Owner: Venkateswarlu V Vinjamuri <venkateswarlu.v.vinjamuri at intel.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180404/b8dc617f/attachment.html>


More information about the coreboot-gerrit mailing list