[msm8960]: Initial support for MSM8960.

What is working in this patch:
- Fastboot flash boot.img on to eMMC
- Fastboot boot
- Boot boot.img from eMMC

Not in this patch:
- Clock settings are not done in LK. Expects
  startup scripts to setup the required
  clocks.

Change-Id: I230bb92c6b214976a84a79a7f770f190e822f647
diff --git a/project/msm8960.mk b/project/msm8960.mk
new file mode 100644
index 0000000..54e4c51
--- /dev/null
+++ b/project/msm8960.mk
@@ -0,0 +1,11 @@
+# top level project rules for the msm8960_virtio project
+#
+LOCAL_DIR := $(GET_LOCAL_DIR)
+
+TARGET := msm8960
+
+MODULES += app/aboot
+
+#DEFINES += WITH_DEBUG_DCC=1
+DEFINES += WITH_DEBUG_UART=1
+#DEFINES += WITH_DEBUG_FBCON=1