[Feature]Merge MP1_MR1 from MTK meta and prebulit

Change-Id: I7c6ce41ec9a078a1daa51fcc339e13ed412518c1
diff --git a/prebuilt/bsp/hsm/private/crypto/mt2731/Makefile b/prebuilt/bsp/hsm/private/crypto/mt2731/Makefile
old mode 100644
new mode 100755
diff --git a/prebuilt/bsp/hsm/private/crypto/mt2731/hsm-crypto-dev-1.0.0-r0.cortexa7hf_neon_vfpv4.rpm b/prebuilt/bsp/hsm/private/crypto/mt2731/hsm-crypto-dev-1.0.0-r0.cortexa7hf_neon_vfpv4.rpm
old mode 100644
new mode 100755
Binary files differ
diff --git a/prebuilt/bsp/hsm/private/crypto/mt2731/hsm-crypto-staticdev-1.0.0-r0.cortexa7hf_neon_vfpv4.rpm b/prebuilt/bsp/hsm/private/crypto/mt2731/hsm-crypto-staticdev-1.0.0-r0.cortexa7hf_neon_vfpv4.rpm
old mode 100644
new mode 100755
Binary files differ
diff --git a/prebuilt/bsp/hsm/private/crypto/mt2735/Makefile b/prebuilt/bsp/hsm/private/crypto/mt2735/Makefile
old mode 100644
new mode 100755
diff --git a/prebuilt/bsp/hsm/private/crypto/mt2735/hsm-crypto-dev-1.0.0-r0.aarch64.rpm b/prebuilt/bsp/hsm/private/crypto/mt2735/hsm-crypto-dev-1.0.0-r0.aarch64.rpm
old mode 100644
new mode 100755
index 2d32bb6..6cde435
--- a/prebuilt/bsp/hsm/private/crypto/mt2735/hsm-crypto-dev-1.0.0-r0.aarch64.rpm
+++ b/prebuilt/bsp/hsm/private/crypto/mt2735/hsm-crypto-dev-1.0.0-r0.aarch64.rpm
Binary files differ
diff --git a/prebuilt/bsp/hsm/private/crypto/mt2735/hsm-crypto-staticdev-1.0.0-r0.aarch64.rpm b/prebuilt/bsp/hsm/private/crypto/mt2735/hsm-crypto-staticdev-1.0.0-r0.aarch64.rpm
old mode 100644
new mode 100755
index 35a9305..bf59647
--- a/prebuilt/bsp/hsm/private/crypto/mt2735/hsm-crypto-staticdev-1.0.0-r0.aarch64.rpm
+++ b/prebuilt/bsp/hsm/private/crypto/mt2735/hsm-crypto-staticdev-1.0.0-r0.aarch64.rpm
Binary files differ
diff --git a/prebuilt/bsp/hsm/private/efuse/mt2731/Makefile b/prebuilt/bsp/hsm/private/efuse/mt2731/Makefile
old mode 100644
new mode 100755
diff --git a/prebuilt/bsp/hsm/private/efuse/mt2731/hsm-efuse-dev-1.0.0-r0.cortexa7hf_neon_vfpv4.rpm b/prebuilt/bsp/hsm/private/efuse/mt2731/hsm-efuse-dev-1.0.0-r0.cortexa7hf_neon_vfpv4.rpm
old mode 100644
new mode 100755
Binary files differ
diff --git a/prebuilt/bsp/hsm/private/efuse/mt2731/hsm-efuse-staticdev-1.0.0-r0.cortexa7hf_neon_vfpv4.rpm b/prebuilt/bsp/hsm/private/efuse/mt2731/hsm-efuse-staticdev-1.0.0-r0.cortexa7hf_neon_vfpv4.rpm
old mode 100644
new mode 100755
Binary files differ
diff --git a/prebuilt/bsp/hsm/private/efuse/mt2735/Makefile b/prebuilt/bsp/hsm/private/efuse/mt2735/Makefile
old mode 100644
new mode 100755
diff --git a/prebuilt/bsp/hsm/private/efuse/mt2735/hsm-efuse-dev-1.0.0-r0.aarch64.rpm b/prebuilt/bsp/hsm/private/efuse/mt2735/hsm-efuse-dev-1.0.0-r0.aarch64.rpm
old mode 100644
new mode 100755
index 50ef232..7409016
--- a/prebuilt/bsp/hsm/private/efuse/mt2735/hsm-efuse-dev-1.0.0-r0.aarch64.rpm
+++ b/prebuilt/bsp/hsm/private/efuse/mt2735/hsm-efuse-dev-1.0.0-r0.aarch64.rpm
Binary files differ
diff --git a/prebuilt/bsp/hsm/private/efuse/mt2735/hsm-efuse-staticdev-1.0.0-r0.aarch64.rpm b/prebuilt/bsp/hsm/private/efuse/mt2735/hsm-efuse-staticdev-1.0.0-r0.aarch64.rpm
old mode 100644
new mode 100755
index b58f3e6..41bc793
--- a/prebuilt/bsp/hsm/private/efuse/mt2735/hsm-efuse-staticdev-1.0.0-r0.aarch64.rpm
+++ b/prebuilt/bsp/hsm/private/efuse/mt2735/hsm-efuse-staticdev-1.0.0-r0.aarch64.rpm
Binary files differ
diff --git a/prebuilt/devtools/aee/aee-1.0-r0.aarch64_prop_gcc_glibc_2.28.rpm b/prebuilt/devtools/aee/aee-1.0-r0.aarch64_prop_gcc_glibc_2.28.rpm
new file mode 100755
index 0000000..fd5ad8f
--- /dev/null
+++ b/prebuilt/devtools/aee/aee-1.0-r0.aarch64_prop_gcc_glibc_2.28.rpm
Binary files differ
diff --git a/prebuilt/devtools/aee/makefile b/prebuilt/devtools/aee/makefile
old mode 100644
new mode 100755
index 6e1dade..f7cd30c
--- a/prebuilt/devtools/aee/makefile
+++ b/prebuilt/devtools/aee/makefile
@@ -1,4 +1,9 @@
 package_arch = $(subst -,_,${PACKAGE_ARCH})
+rpm_bin=${bindir}/rpm2cpio
+
+ifeq ("$(wildcard $(rpm_bin))","")
+    rpm_bin=rpm2cpio
+endif
 
 #default toolchain is gcc
 toolchain = gcc
@@ -14,6 +19,11 @@
 property = sncfg
 endif
 
+ifneq ($(findstring mt2735, ${TARGET_PLATFORM}),)
+# only 2735 use glibc 2.28
+toolchain = gcc_glibc_2.28
+endif
+
 lib_path = usr/lib
 
 ifneq ($(findstring aarch64, ${package_arch}),)
@@ -25,7 +35,7 @@
 all:
 
 install:
-	find -name "*.$(package_arch)_$(property)_$(toolchain).rpm" | while read i; do echo $${i}; ${bindir}/rpm2cpio $${i} | cpio -idmv ; done
+	find -name "*.$(package_arch)_$(property)_$(toolchain).rpm" | while read i; do echo $${i}; ${rpm_bin} $${i} | cpio -idmv ; done
 
 	install -d $(DESTDIR)/usr/bin/
 	install -m 0755 usr/bin/aee_aed $(DESTDIR)/usr/bin
diff --git a/prebuilt/firmware/sspm/mt2735/sspm.img b/prebuilt/firmware/sspm/mt2735/sspm.img
old mode 100644
new mode 100755
index e611581..8f5ae5c
--- a/prebuilt/firmware/sspm/mt2735/sspm.img
+++ b/prebuilt/firmware/sspm/mt2735/sspm.img
Binary files differ
diff --git a/prebuilt/modem/mt2735/MT2735_MR1_GA_NLWG_20220110/dsp.bin b/prebuilt/modem/mt2735/MT2735_MR1_GA_NLWG_20220110/dsp.bin
new file mode 100755
index 0000000..3b805ba
--- /dev/null
+++ b/prebuilt/modem/mt2735/MT2735_MR1_GA_NLWG_20220110/dsp.bin
Binary files differ
diff --git a/prebuilt/modem/mt2735/MT2735_MR1_GA_NLWG_20220110/modem.img b/prebuilt/modem/mt2735/MT2735_MR1_GA_NLWG_20220110/modem.img
new file mode 100755
index 0000000..16ea29e
--- /dev/null
+++ b/prebuilt/modem/mt2735/MT2735_MR1_GA_NLWG_20220110/modem.img
Binary files differ