summaryrefslogtreecommitdiffstats
path: root/plat/nxp/soc-ls1088a/ls1088aqds/platform.mk
blob: 97ccf260db3484eea70f35e179dad23044963f04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#
# Copyright 2022 NXP
#
# SPDX-License-Identifier: BSD-3-Clause
#

# board-specific build parameters
BOOT_MODE	?= 	qspi
BOARD		:=	ls1088aqds

# DDR Compilation Configs
NUM_OF_DDRC	:=	1
DDRC_NUM_DIMM	:=      1
DDR_ECC_EN	:=      yes

# On-Board Flash Details
QSPI_FLASH_SZ	:=      0x4000000
NOR_FLASH_SZ	:=	0x20000000

BL2_SOURCES	+=	${BOARD_PATH}/ddr_init.c \
			${BOARD_PATH}/platform.c

SUPPORTED_BOOT_MODE	:=	qspi	\
				sd	\
				nor

# Adding platform board build info
include plat/nxp/common/plat_make_helper/plat_common_def.mk

# Adding SoC build info
include plat/nxp/soc-ls1088a/soc.mk