aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShengzhou Liu2016-08-26 05:30:39 -0500
committerYork Sun2016-09-14 16:08:22 -0500
commitb9e745bbe2562fda710d668dc9cef46e0b23049f (patch)
tree202c8a38ec99f44e4182be83aed654ac1d27ccc2 /Makefile
parent93a6d3284ca635496c6de097e49cadc8f62e6256 (diff)
downloadu-boot-b9e745bbe2562fda710d668dc9cef46e0b23049f.tar.gz
u-boot-b9e745bbe2562fda710d668dc9cef46e0b23049f.tar.xz
u-boot-b9e745bbe2562fda710d668dc9cef46e0b23049f.zip
driver/ddr/fsl: Add general MMDC driver and reuse common MMDC driver for ls1012a
This general MMDC driver adds basic support for Freescale MMDC (Multi Mode DDR Controller). Currently MMDC is integrated on ARMv8 LS1012A SoC for DDR3L, there will be a update to this driver to support more flexible configuration if new features (DDR4, multiple controllers/chip selections, etc) are implimented in future. Meantime, reuse common MMDC driver for LS1012ARDB/LS1012AQDS/ LS1012AFRDM. Signed-off-by: Shengzhou Liu <Shengzhou.Liu@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1cf15cefd1..be3e60d573 100644
--- a/Makefile
+++ b/Makefile
@@ -655,6 +655,7 @@ libs-y += drivers/power/ \
655libs-y += drivers/spi/ 655libs-y += drivers/spi/
656libs-$(CONFIG_FMAN_ENET) += drivers/net/fm/ 656libs-$(CONFIG_FMAN_ENET) += drivers/net/fm/
657libs-$(CONFIG_SYS_FSL_DDR) += drivers/ddr/fsl/ 657libs-$(CONFIG_SYS_FSL_DDR) += drivers/ddr/fsl/
658libs-$(CONFIG_SYS_FSL_MMDC) += drivers/ddr/fsl/
658libs-$(CONFIG_ALTERA_SDRAM) += drivers/ddr/altera/ 659libs-$(CONFIG_ALTERA_SDRAM) += drivers/ddr/altera/
659libs-y += drivers/serial/ 660libs-y += drivers/serial/
660libs-y += drivers/usb/dwc3/ 661libs-y += drivers/usb/dwc3/