[Feature]add MT2731_MP2_MR2_SVN388 baseline version

Change-Id: Ief04314834b31e27effab435d3ca8ba33b499059
diff --git a/src/bsp/lk/project/auto2731evb-ivt-test.mk b/src/bsp/lk/project/auto2731evb-ivt-test.mk
new file mode 100644
index 0000000..cca3211
--- /dev/null
+++ b/src/bsp/lk/project/auto2731evb-ivt-test.mk
@@ -0,0 +1,29 @@
+# main project for EVB nand
+ARCH := arm
+ARM_CPU := cortex-a7
+TARGET := auto2731evb-ivt-nand-lp4
+WITH_KERNEL_VM := 1
+WITH_LINKER_GC := 1
+
+SCRATCH_SIZE        ?= 0x01000000 # 16MB
+MAX_TEE_DRAM_SIZE   ?= 0x01000000 # 16MB
+MAX_KERNEL_SIZE     ?= 0x01000000 # 16MB
+MAX_SPMFW_SIZE      ?= 0x00010000 # 64KB
+
+CA35_FREQ := CA35_FREQ_806MHZ
+
+BOOTAPP := blxboot
+ENABLE_BUILTIN_BL33 := 0
+
+# arch for lz4 compression lib
+GLOBAL_DEFINES += \
+    LZ4_ARCH64=0 \
+    MTK_NAND_PAGE_SIZE=4096 \
+
+LK_HEAP_IMPLEMENTATION=miniheap
+
+ifeq ($(strip $(AB_OTA_UPDATER)),yes)
+include project/auto2731-config/auto2731-ivt-partition_ab.mk
+else
+include project/auto2731-config/auto2731-ivt-partition.mk
+endif