summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/broadwell/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-03-12 05:07:21 (GMT)
committerBin Meng <bmeng.cn@gmail.com>2016-03-17 02:27:26 (GMT)
commitd2c29d9a2ce94b28b47382db228993f3a4ee4e75 (patch)
tree55c5cacdfd9c39e8c985d16435d4db6c6d5149d8 /arch/x86/cpu/broadwell/Makefile
parentb24f5c4f27bf6a473fc9a3937a2bbf6ddf0fb104 (diff)
downloadu-boot-fsl-qoriq-d2c29d9a2ce94b28b47382db228993f3a4ee4e75.tar.xz
x86: broadwell: Add a SATA driver
Add a SATA driver for broadwell. This supports connecting an SSD and the usual U-Boot commands to read and write data. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86/cpu/broadwell/Makefile')
-rw-r--r--arch/x86/cpu/broadwell/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/cpu/broadwell/Makefile b/arch/x86/cpu/broadwell/Makefile
index db60e30..d422a1c 100644
--- a/arch/x86/cpu/broadwell/Makefile
+++ b/arch/x86/cpu/broadwell/Makefile
@@ -8,3 +8,4 @@ obj-y += cpu.o
obj-y += iobp.o
obj-y += pch.o
obj-y += pinctrl_broadwell.o
+obj-y += sata.o