1# 2# Copyright (c) 2015 - 2020, Broadcom 3# 4# SPDX-License-Identifier: BSD-3-Clause 5# 6 7####################################################### 8# Board config file for bcm958742t-ns3 Stingray SST100-NS3 9####################################################### 10 11include plat/brcm/board/stingray/bcm958742t.mk 12 13# Load BL33 at 0xFF00_0000 address 14ifneq (${BL33_OVERRIDE_LOAD_ADDR},) 15$(eval $(call add_define_val,BL33_OVERRIDE_LOAD_ADDR,0xFF000000)) 16endif 17 18# Nitro DDR secure memory 19# Nitro FW and config 0x8AE00000 - 0x8B000000 20# Nitro Crash dump 0x8B000000 - 0x8D000000 21DDR_NITRO_SECURE_REGION_START := 0x8AE00000 22DDR_NITRO_SECURE_REGION_END := 0x8D000000 23