blob: 5f9e4fb3b97e992eb7f0bed22563444f51ead9df [file] [log] [blame]
# main project for aiv8133m1
ARCH := arm64
ARM_CPU := cortex-a53
TARGET := aiv8133m1
WITH_KERNEL_VM := 1
WITH_LINKER_GC := 1
# buffer size used by fastboot to load images
SCRATCH_SIZE ?= 0x01000000 # 16MB
# the maximum dram size for TEE loaded from stroage
MAX_TEE_DRAM_SIZE ?= 0x01000000 # 16MB
# the maximum dram size for KERNEL loaded from stroage
MAX_KERNEL_SIZE ?= 0x01000000 # 16MB
BOOTAPP := blxboot
ENABLE_BL33_LOAD := 1
ENABLE_BUILTIN_BL33 := 1
LK_AS_BL33 := 0
# arch for lz4 compression lib
GLOBAL_DEFINES += \
LZ4_ARCH64=1 \
LK_HEAP_IMPLEMENTATION=miniheap
#image ab slot definition, override app/blxboot/images_ab_config_def.mk
#When XX_HAS_SLOT == 1, blxboot will append suffix to the XX partition name.
TZ_HAS_SLOT := 1
BOOT_HAS_SLOT := 1
GLOBAL_CFLAGS += -DTZ_HAS_SLOT=\"$(TZ_HAS_SLOT)\"
-DBOOT_HAS_SLOT=\"$(BOOT_HAS_SLOT)\"