commit | 3ac839352db2fb464e1e6e6a4bc50f06fb29cdb0 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Nov 14 18:18:38 2014 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Nov 25 06:34:01 2014 -0700 |
tree | fc4597857ff5299dbbb4abeb752ad3027000655b | |
parent | 05efc3961cf01916b32ef58a3965d46a11636e68 [diff] [blame] |
x86: ivybridge: Add SATA init Add code to set up the SATA interfaces on boot. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/arch/x86/cpu/ivybridge/Makefile b/arch/x86/cpu/ivybridge/Makefile index 479e446..c6342cd 100644 --- a/arch/x86/cpu/ivybridge/Makefile +++ b/arch/x86/cpu/ivybridge/Makefile
@@ -15,4 +15,5 @@ obj-y += pch.o obj-y += pci.o obj-y += report_platform.o +obj-y += sata.o obj-y += sdram.o