[msm8x60]: Add support for msm8x60 in LK

-- Adds new project for msm8660_surf
-- Adds new platform for msm8x60
-- Adds support for Generic Interrupt Controller (GIC)

Change-Id: Ide4baba25dad6b799f835a29ea158035ab8f5ff0
diff --git a/platform/msm_shared/hsusb.h b/platform/msm_shared/hsusb.h
index 68559a9..0035851 100644
--- a/platform/msm_shared/hsusb.h
+++ b/platform/msm_shared/hsusb.h
@@ -2,6 +2,8 @@
  * Copyright (c) 2008, Google Inc.
  * All rights reserved.
  *
+ * Copyright (c) 2009-2010, Code Aurora Forum. All rights reserved.
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
@@ -31,6 +33,8 @@
 
 #ifdef PLATFORM_MSM7X30
 #define MSM_USB_BASE 0xA3600000
+#elif  PLATFORM_MSM8X60
+#define MSM_USB_BASE 0x12500000
 #else
 #define MSM_USB_BASE 0xA0800000
 #endif