[coreboot-gerrit] Change in coreboot[master]: libpayload/storage: Add Sunrise Point AHCI PCI id

Nico Huber (Code Review) gerrit at coreboot.org
Wed Aug 30 13:17:02 CEST 2017


Nico Huber has uploaded this change for review. ( https://review.coreboot.org/21289


Change subject: libpayload/storage: Add Sunrise Point AHCI PCI id
......................................................................

libpayload/storage: Add Sunrise Point AHCI PCI id

Change-Id: I9645d76d05014722e4ae0c398d82f7f8e34d6f1c
Signed-off-by: Nico Huber <nico.huber at secunet.com>
---
M payloads/libpayload/drivers/storage/ahci.c
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/89/21289/1

diff --git a/payloads/libpayload/drivers/storage/ahci.c b/payloads/libpayload/drivers/storage/ahci.c
index f388283..bb0d37e 100644
--- a/payloads/libpayload/drivers/storage/ahci.c
+++ b/payloads/libpayload/drivers/storage/ahci.c
@@ -223,6 +223,7 @@
 	0x8086 | 0x2929 << 16, /* Mobile ICH9 */
 	0x8086 | 0x1c03 << 16, /* Mobile Cougar Point PCH */
 	0x8086 | 0x1e03 << 16, /* Mobile Panther Point PCH */
+	0x8086 | 0xa102 << 16, /* Desktop / Mobile-Wks  Sunrise Point PCH */
 };
 #endif
 static void ahci_init_pci(pcidev_t dev)

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9645d76d05014722e4ae0c398d82f7f8e34d6f1c
Gerrit-Change-Number: 21289
Gerrit-PatchSet: 1
Gerrit-Owner: Nico Huber <nico.h at gmx.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170830/1b23e45f/attachment.html>


More information about the coreboot-gerrit mailing list