blob: 5164eeb5c59b4d3a529a281b3cbec80073cf7d08 [file] [log] [blame]
Sheetal Tigadoli13680c92019-12-13 10:39:06 +05301#
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
Sheetal Tigadoliad0943e2019-12-18 19:44:43 +053017
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