mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: libpayload: Add Cougar Point PCH's AHCI to whitelist
BUG=None BRANCH=None TEST=None Signed-off-by: Nico Huber <nico.huber@secunet.com> Reviewed-on: https://review.coreboot.org/17353 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Ronald G. Minnich <rminnich@gmail.com> Change-Id: Ie8ca342a32323be4c26c236a5209052ec724317f Reviewed-on: https://chromium-review.googlesource.com/418371 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
62c2b83937
commit
53f6ebb55e
1 changed files with 1 additions and 0 deletions
|
@ -220,6 +220,7 @@ static void ahci_port_probe(hba_ctrl_t *const ctrl,
|
||||||
#if IS_ENABLED(CONFIG_LP_STORAGE_AHCI_ONLY_TESTED)
|
#if IS_ENABLED(CONFIG_LP_STORAGE_AHCI_ONLY_TESTED)
|
||||||
static u32 working_controllers[] = {
|
static u32 working_controllers[] = {
|
||||||
0x8086 | 0x2929 << 16, /* Mobile ICH9 */
|
0x8086 | 0x2929 << 16, /* Mobile ICH9 */
|
||||||
|
0x8086 | 0x1c03 << 16, /* Mobile Cougar Point PCH */
|
||||||
0x8086 | 0x1e03 << 16, /* Mobile Panther Point PCH */
|
0x8086 | 0x1e03 << 16, /* Mobile Panther Point PCH */
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue