xref: /u-boot/drivers/ddr/fsl/Makefile
  • Home
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • current directory
1# SPDX-License-Identifier: GPL-2.0
2#
3# Copyright 2008-2014 Freescale Semiconductor, Inc.
4
5obj-$(CONFIG_SYS_FSL_DDR1) += main.o util.o ctrl_regs.o options.o \
6				lc_common_dimm_params.o
7obj-$(CONFIG_SYS_FSL_DDR2) += main.o util.o ctrl_regs.o options.o \
8				lc_common_dimm_params.o
9obj-$(CONFIG_SYS_FSL_DDR3) += main.o util.o ctrl_regs.o options.o \
10				lc_common_dimm_params.o
11obj-$(CONFIG_SYS_FSL_DDR4) += main.o util.o ctrl_regs.o options.o \
12				lc_common_dimm_params.o
13
14ifdef CONFIG_DDR_SPD
15SPD := y
16endif
17ifdef CONFIG_SPD_EEPROM
18SPD := y
19endif
20ifdef SPD
21obj-$(CONFIG_SYS_FSL_DDR1)	+= ddr1_dimm_params.o
22obj-$(CONFIG_SYS_FSL_DDR2)	+= ddr2_dimm_params.o
23obj-$(CONFIG_SYS_FSL_DDR3)	+= ddr3_dimm_params.o
24obj-$(CONFIG_SYS_FSL_DDR4)	+= ddr4_dimm_params.o
25endif
26
27obj-$(CONFIG_FSL_DDR_INTERACTIVE)	+= interactive.o
28obj-$(CONFIG_SYS_FSL_DDRC_GEN1)	+= mpc85xx_ddr_gen1.o
29obj-$(CONFIG_SYS_FSL_DDRC_GEN2)	+= mpc85xx_ddr_gen2.o
30obj-$(CONFIG_SYS_FSL_DDRC_GEN3)	+= mpc85xx_ddr_gen3.o
31obj-$(CONFIG_SYS_FSL_DDRC_86XX_GEN2)	+= mpc86xx_ddr.o
32obj-$(CONFIG_SYS_FSL_DDRC_ARM_GEN3)	+= arm_ddr_gen3.o
33obj-$(CONFIG_SYS_FSL_DDRC_GEN4) += fsl_ddr_gen4.o
34obj-$(CONFIG_SYS_FSL_MMDC) += fsl_mmdc.o
35

Last Index update Sat Jun 03 09:59:21 CST 2023

Navigate Window
x

Macro

  • SPD
  • SPD
Scopes Window
x
Intelligence window
x
Next >> | << Prev


In current file
  • Highlight
  • Unhighlight
  • Unhighlight all
In project "undefined"
  • Search for definitions of
  • Search for references of
  • Do a full search with
  • Search for file names that contain
On Google
  • Google
Messages Window
x