[coreboot-gerrit] Change in coreboot[master]: soc/intel/skylake: Fix the PCI ID for SATA controller

Furquan Shaikh (Code Review) gerrit at coreboot.org
Fri Apr 21 02:05:21 CEST 2017


Furquan Shaikh has uploaded a new change for review. ( https://review.coreboot.org/19395 )

Change subject: soc/intel/skylake: Fix the PCI ID for SATA controller
......................................................................

soc/intel/skylake: Fix the PCI ID for SATA controller

Update the PCI ID for SATA controller on Kaby Lake.

Change-Id: Id0b5e0366e04fbac6a57a15407f33f390a2a1856
Signed-off-by: Furquan Shaikh <furquan at chromium.org>
---
M src/soc/intel/skylake/sata.c
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/95/19395/1

diff --git a/src/soc/intel/skylake/sata.c b/src/soc/intel/skylake/sata.c
index 83fddcf..c110436 100644
--- a/src/soc/intel/skylake/sata.c
+++ b/src/soc/intel/skylake/sata.c
@@ -61,7 +61,7 @@
 static const unsigned short pci_device_ids[] = {
 	0x9d03, /* SKL-U Base */
 	0x9d07, /* SKL-Y Premium, SKL-U Premium */
-	0xa282, /* KBL */
+	0x282a, /* KBL */
 	0
 };
 

-- 
To view, visit https://review.coreboot.org/19395
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id0b5e0366e04fbac6a57a15407f33f390a2a1856
Gerrit-PatchSet: 1
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Furquan Shaikh <furquan at google.com>



More information about the coreboot-gerrit mailing list