[aboot]: Enable ATAG_MEM info for all the targets.

Add ATAG_MEM data for all the targets.
Modify the LINUX_MACHTYPES for qsd8250_ffa and msm7627_ffa targets.

Signed-off-by: Chandan Uddaraju <chandanu@quicinc.com>
diff --git a/target/msm7627_ffa/rules.mk b/target/msm7627_ffa/rules.mk
index 67f7b00..b508347 100755
--- a/target/msm7627_ffa/rules.mk
+++ b/target/msm7627_ffa/rules.mk
@@ -7,7 +7,7 @@
 MEMBASE := 0x00000000 # SMI
 MEMSIZE := 0x00800000 # 8MB
 
-LINUX_MACHTYPE   := 1007014
+LINUX_MACHTYPE   := 1007015
 
 BASE_ADDR        := 0x00200000
 
@@ -36,4 +36,5 @@
 OBJS += \
 	$(LOCAL_DIR)/init.o \
 	$(LOCAL_DIR)/keypad.o \
+	$(LOCAL_DIR)/atags.o \
 	$(LOCAL_DIR)/panel.o