Sheetal Tigadoli | 13680c9 | 2019-12-13 10:39:06 +0530 | [diff] [blame] | 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 | |
| 11 | include plat/brcm/board/stingray/bcm958742t.mk |
| 12 | |
| 13 | # Load BL33 at 0xFF00_0000 address |
| 14 | ifneq (${BL33_OVERRIDE_LOAD_ADDR},) |
| 15 | $(eval $(call add_define_val,BL33_OVERRIDE_LOAD_ADDR,0xFF000000)) |
| 16 | endif |
Sheetal Tigadoli | ad0943e | 2019-12-18 19:44:43 +0530 | [diff] [blame] | 17 | |
| 18 | # Nitro DDR secure memory |
| 19 | # Nitro FW and config 0x8AE00000 - 0x8B000000 |
| 20 | # Nitro Crash dump 0x8B000000 - 0x8D000000 |
| 21 | DDR_NITRO_SECURE_REGION_START := 0x8AE00000 |
| 22 | DDR_NITRO_SECURE_REGION_END := 0x8D000000 |