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

Martin Roth (Code Review) gerrit at coreboot.org
Tue Apr 25 18:42:31 CEST 2017


Martin Roth has submitted this change and it was merged. ( 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>
Reviewed-on: https://review.coreboot.org/19395
Reviewed-by: Duncan Laurie <dlaurie at chromium.org>
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter at users.sourceforge.net>
Reviewed-by: Aaron Durbin <adurbin at chromium.org>
---
M src/soc/intel/skylake/sata.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Aaron Durbin: Looks good to me, approved
  Duncan Laurie: Looks good to me, approved
  Paul Menzel: Looks good to me, but someone else must approve
  build bot (Jenkins): Verified



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: merged
Gerrit-Change-Id: Id0b5e0366e04fbac6a57a15407f33f390a2a1856
Gerrit-PatchSet: 2
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Furquan Shaikh <furquan at google.com>
Gerrit-Reviewer: Aaron Durbin <adurbin at chromium.org>
Gerrit-Reviewer: Duncan Laurie <dlaurie at chromium.org>
Gerrit-Reviewer: Furquan Shaikh <furquan at google.com>
Gerrit-Reviewer: Martin Roth <martinroth at google.com>
Gerrit-Reviewer: Naresh Solanki <naresh.solanki at intel.com>
Gerrit-Reviewer: Paul Menzel <paulepanter at users.sourceforge.net>
Gerrit-Reviewer: Philippe Mathieu-Daudé <philippe.mathieu.daude at gmail.com>
Gerrit-Reviewer: Rajat Jain <rajatja at google.com>
Gerrit-Reviewer: Shelley Chen <shchen at google.com>
Gerrit-Reviewer: build bot (Jenkins)



More information about the coreboot-gerrit mailing list