diff options
author | Nico Huber <nico.huber@secunet.com> | 2021-07-27 11:33:52 +0000 |
---|---|---|
committer | Nick Vaccaro <nvaccaro@google.com> | 2021-08-12 17:57:35 +0000 |
commit | 6cf47f524a3f1cbf699dcb843f098d854a59f8fc (patch) | |
tree | c0097b8a417415acbfac973a59b25cf7916e30fa | |
parent | 8f6c896167cbecd1b3c65558504c94beb8e5876e (diff) |
libpayload: Mark Intel 300 series AHCI as tested
Tested with filo on roda/rw14.
Change-Id: Ia5f868d3a9cead0a872e6d3e9fdacd6eeb7f158b
Signed-off-by: Nico Huber <nico.huber@secunet.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/56666
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r-- | payloads/libpayload/drivers/storage/ahci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/payloads/libpayload/drivers/storage/ahci.c b/payloads/libpayload/drivers/storage/ahci.c index 6a6fbfd418..eeeab6976c 100644 --- a/payloads/libpayload/drivers/storage/ahci.c +++ b/payloads/libpayload/drivers/storage/ahci.c @@ -224,6 +224,7 @@ static u32 working_controllers[] = { 0x8086 | 0x1c03 << 16, /* Mobile Cougar Point PCH */ 0x8086 | 0x1e03 << 16, /* Mobile Panther Point PCH */ 0x8086 | 0xa102 << 16, /* Desktop / Mobile-Wks Sunrise Point PCH */ + 0x8086 | 0xa353 << 16, /* Mobile 300 series Cannon Point PCH */ 0x8086 | 0x5ae3 << 16, /* Apollo Lake */ }; #endif |