
15 Jun
2017
15 Jun
'17
9:20 p.m.
On Thu, Jun 15, 2017 at 11:28 AM, Simon Glass sjg@chromium.org wrote:
As a demonstration of how to use SCSI with driver model, move link over to use this. This patch needs more work, but illustrates the concept.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v2:
- Update link64 and panther also
- Drop the PCI_DEVICE declarations
- Drop RFC tag
arch/x86/cpu/ivybridge/sata.c | 22 +++++++++++++++++++++- configs/chromebook_link64_defconfig | 2 ++ configs/chromebook_link_defconfig | 2 ++ configs/chromebox_panther_defconfig | 2 ++ 4 files changed, 27 insertions(+), 1 deletion(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com
Applied to u-boot-dm, thanks!