blob: 6884faf458a60d1274b4cf447debf7d5df6fc0d0 [file] [log] [blame]
Jiafei Pan19d172a2022-02-18 15:27:01 +08001#
2# Copyright 2022 NXP
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6
7# board-specific build parameters
8BOOT_MODE ?= qspi
9BOARD := ls1088ardb
10
11# DDR Compilation Configs
12NUM_OF_DDRC := 1
13DDRC_NUM_DIMM := 1
14DDR_ECC_EN := yes
15
16# On-Board Flash Details
17QSPI_FLASH_SZ := 0x4000000
18
19# Adding Platform files build files
20BL2_SOURCES += ${BOARD_PATH}/ddr_init.c \
21 ${BOARD_PATH}/platform.c
22
23SUPPORTED_BOOT_MODE := qspi \
24 sd
25
26# Adding platform board build info
27include plat/nxp/common/plat_make_helper/plat_common_def.mk
28
29# Adding SoC build info
30include plat/nxp/soc-ls1088a/soc.mk