[coreboot-gerrit] New patch to review for coreboot: libpayload: Add Cougar Point PCH's AHCI to whitelist

Nico Huber (nico.h@gmx.de) gerrit at coreboot.org
Thu Nov 10 12:05:37 CET 2016


Nico Huber (nico.h at gmx.de) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17353

-gerrit

commit 5595ed69607278a28d5a730bdc23d703f6f2f4f3
Author: Nico Huber <nico.huber at secunet.com>
Date:   Sun Oct 23 02:26:57 2016 +0200

    libpayload: Add Cougar Point PCH's AHCI to whitelist
    
    Change-Id: Ie8ca342a32323be4c26c236a5209052ec724317f
    Signed-off-by: Nico Huber <nico.huber at secunet.com>
---
 payloads/libpayload/drivers/storage/ahci.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/payloads/libpayload/drivers/storage/ahci.c b/payloads/libpayload/drivers/storage/ahci.c
index deae9e2..0e7fd7d 100644
--- a/payloads/libpayload/drivers/storage/ahci.c
+++ b/payloads/libpayload/drivers/storage/ahci.c
@@ -220,6 +220,7 @@ static void ahci_port_probe(hba_ctrl_t *const ctrl,
 #if IS_ENABLED(CONFIG_LP_STORAGE_AHCI_ONLY_TESTED)
 static u32 working_controllers[] = {
 	0x8086 | 0x2929 << 16, /* Mobile ICH9 */
+	0x8086 | 0x1c03 << 16, /* Mobile Cougar Point PCH */
 	0x8086 | 0x1e03 << 16, /* Mobile Panther Point PCH */
 };
 #endif



More information about the coreboot-gerrit mailing list