blob: de9d0a74f060677cea8fd42290b99d07791bd52e [file] [log] [blame]
# main project for fpga8168-rtos
ARCH := arm64
ARM_CPU := cortex-a53
TARGET := aiv8168m1-rtos
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 := 0
LK_AS_BL33 := 0
LK_HEAP_IMPLEMENTATION=miniheap