forked from OERV-BSP/u-boot
Add Renesas R-Car Gen4 DBSC5 DRAM controller driver. This driver is currently capable of bringing LPDDR5 DRAM on Renesas R-Car V4H Whitehawk board. Further boards can be supported by supplying board specific DRAM configuration data via dbsc5_get_board_data(). Support for R-Car V4M is not implemented, however the driver is already mostly prepared to support this SoC. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
7 lines
136 B
Makefile
7 lines
136 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
ifdef CONFIG_XPL_BUILD
|
|
obj-$(CONFIG_RAM_RENESAS_DBSC5) += dbsc5/
|
|
endif
|
|
obj-$(CONFIG_RZN1) += rzn1/
|