summaryrefslogtreecommitdiffstats
path: root/plat/brcm/board/stingray/bcm958742t-ns3.mk
blob: 5164eeb5c59b4d3a529a281b3cbec80073cf7d08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
# Copyright (c) 2015 - 2020, Broadcom
#
# SPDX-License-Identifier: BSD-3-Clause
#

#######################################################
# Board config file for bcm958742t-ns3 Stingray SST100-NS3
#######################################################

include plat/brcm/board/stingray/bcm958742t.mk

# Load BL33 at 0xFF00_0000 address
ifneq (${BL33_OVERRIDE_LOAD_ADDR},)
$(eval $(call add_define_val,BL33_OVERRIDE_LOAD_ADDR,0xFF000000))
endif

# Nitro DDR secure memory
# Nitro FW and config 0x8AE00000 - 0x8B000000
# Nitro Crash dump 0x8B000000 - 0x8D000000
DDR_NITRO_SECURE_REGION_START := 0x8AE00000
DDR_NITRO_SECURE_REGION_END := 0x8D000000