GK SDK 源码库: XMIPCLinuxV100R005C00SPC030 (kernel/tools/open_source excluded)
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
#
|
||||
# Copyright (c) 2020, ARM Limited and Contributors. All rights reserved.
|
||||
#
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
#
|
||||
|
||||
BL32_BASE ?= 0x9e800000
|
||||
$(eval $(call add_define,BL32_BASE))
|
||||
|
||||
PRELOADED_BL33_BASE ?= 0x80080000
|
||||
$(eval $(call add_define,PRELOADED_BL33_BASE))
|
||||
|
||||
K3_HW_CONFIG_BASE ?= 0x82000000
|
||||
$(eval $(call add_define,K3_HW_CONFIG_BASE))
|
||||
|
||||
# Define sec_proxy usage as the lite version
|
||||
K3_SEC_PROXY_LITE := 1
|
||||
$(eval $(call add_define,K3_SEC_PROXY_LITE))
|
||||
|
||||
# We dont have system level coherency capability
|
||||
USE_COHERENT_MEM := 0
|
||||
|
||||
PLAT_INCLUDES += \
|
||||
-Iplat/ti/k3/board/lite/include \
|
||||
Reference in New Issue
Block a user