]> git.baikalelectronics.ru Git - uboot.git/commit
ahci: Support non-PCI controllers
authorSimon Glass <sjg@chromium.org>
Tue, 4 Jul 2017 19:31:18 +0000 (13:31 -0600)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 1 Aug 2017 02:58:00 +0000 (11:58 +0900)
commitfe5d15feafcb08707291e5ae800a70c3b552a706
treed3ee7124f1931eaa0267b3e7f371d6f705816ade
parent071ee47079d620c817b209b133717e67c8ec1d50
ahci: Support non-PCI controllers

At present the AHCI SCSI driver only supports PCI with driver model.
Rename the existing function to indicate this and add support for adding
a non-PCI controller .

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/ivybridge/sata.c
drivers/ata/ahci.c
include/ahci.h