msm8226: Add initial MSM8226 target support

Define initial bring-up configuration for the new
MSM8226 target.

Change-Id: Iae47156dc7331394e0a3efd4f74be8301f5b3080
diff --git a/fstab.qcom b/fstab.qcom
new file mode 100644
index 0000000..8c94fb7
--- /dev/null
+++ b/fstab.qcom
@@ -0,0 +1,12 @@
+# Android fstab file.
+# The filesystem that contains the filesystem checker binary (typically /system) cannot
+# specify MF_CHECK, and must come before any filesystems that do specify MF_CHECK
+
+#TODO: Add 'check' as fs_mgr_flags with data partition.
+# Currently we dont have e2fsck compiled. So fs check would failed.
+
+#<src>                                                <mnt_point>  <type>  <mnt_flags and options>                     <fs_mgr_flags>
+/dev/block/platform/msm_sdcc.1/by-name/system         /system      ext4    ro,barrier=1                                wait
+/dev/block/platform/msm_sdcc.1/by-name/userdata       /data        ext4    nosuid,nodev,barrier=1,noauto_da_alloc      wait,check,encryptable=footer
+#/dev/block/mmcblk0p11         /system      ext4    ro,barrier=1                                wait
+#/dev/block/mmcblk0p12       /data        ext4    nosuid,nodev,barrier=1,noauto_da_alloc      wait,check,encryptable=footer