aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/sata/Makefile.inc
diff options
context:
space:
mode:
authorAamir Bohra <aamir.bohra@intel.com>2017-05-17 15:12:10 +0530
committerAaron Durbin <adurbin@chromium.org>2017-05-22 18:12:16 +0200
commit1b1ecae0a410b3f24ac5b959e8a13a7a97729b5e (patch)
treefc5d920601c3c0d74c6003f4d8c1b6f425686ab2 /src/soc/intel/common/block/sata/Makefile.inc
parent5196642870df642102699613642d412561f6609d (diff)
soc/intel/common: Add Intel SATA common code support
Add SATA code support in intel/common/block to initilalize SATA controller, allocate resources and configure SATA port status. Change-Id: I42ec0059f7e311a232c38fef6a2e050a3e2c0ad3 Signed-off-by: Aamir Bohra <aamir.bohra@intel.com> Reviewed-on: https://review.coreboot.org/19734 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Philippe Mathieu-Daudé <philippe.mathieu.daude@gmail.com>
Diffstat (limited to 'src/soc/intel/common/block/sata/Makefile.inc')
-rw-r--r--src/soc/intel/common/block/sata/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/sata/Makefile.inc b/src/soc/intel/common/block/sata/Makefile.inc
new file mode 100644
index 0000000000..623d1511e1
--- /dev/null
+++ b/src/soc/intel/common/block/sata/Makefile.inc
@@ -0,0 +1 @@
+ramstage-$(CONFIG_SOC_INTEL_COMMON_BLOCK_SATA) += sata.c