zte's code,first commit

Change-Id: I9a04da59e459a9bc0d67f101f700d9d7dc8d681b
diff --git a/pub/include/infra/ram_config.h b/pub/include/infra/ram_config.h
new file mode 100755
index 0000000..a068d70
--- /dev/null
+++ b/pub/include/infra/ram_config.h
@@ -0,0 +1,62 @@
+/*******************************************************************************

+* °æÈ¨ËùÓÐ (C)2015, ÖÐÐËͨѶ¹É·ÝÓÐÏÞ¹«Ë¾¡£

+* 

+* ÎļþÃû³Æ:     ram_config.h

+* Îļþ±êʶ:     ram_config.h

+* ÄÚÈÝÕªÒª:     ´æ´¢µØÖ·ÅäÖÃÍ·Îļþ

+* ʹÓ÷½·¨:     #include "ram_config.h"

+* 

+* ÐÞ¸ÄÈÕÆÚ        °æ±¾ºÅ      Ð޸ıê¼Ç        ÐÞ¸ÄÈË          ÐÞ¸ÄÄÚÈÝ

+* ------------------------------------------------------------------------------

+* 2015/04/16      V1.0        Create          ÁõÑÇÄÏ          ´´½¨

+* 

+*******************************************************************************/

+

+#ifndef _RAM_CONFIG_H

+#define _RAM_CONFIG_H

+

+/*******************************************************************************

+*                                   Í·Îļþ                                     *

+*******************************************************************************/

+#if defined   (_CHIP_ZX297520)

+#include "ram_config_7520.h"

+#include "psm_ram_config_7520.h"

+#elif defined (_CHIP_ZX297520V1_1)

+#include "ram_config_7520v1_1.h"

+#include "psm_ram_config_7520v1_1.h"

+#elif defined (_CHIP_ZX297520V2)

+#include "ram_config_7520v2.h"

+#include "psm_ram_config_7520v2.h"

+#elif defined (_CHIP_ZX297520V3)

+#include "ram_config_7520v3.h"

+#include "psm_ram_config_7520v3.h"

+#elif defined (_CHIP_ZX297510)

+#include "ram_config_7510.h"

+#elif defined (_CHIP_ZX2804)

+#include "ram_config_2804.h"

+#include "psm_ram_config_2804.h"

+#elif defined (_OS_WIN)

+//#include "ram_config_7520v3.h"

+//#include "psm_ram_config_7520v3.h"

+#else

+# error "unknown chipset"

+#endif

+

+/*******************************************************************************

+*                                   ºê¶¨Òå                                     *

+*******************************************************************************/

+

+/*******************************************************************************

+*                                Êý¾ÝÀàÐͶ¨Òå                                  *

+*******************************************************************************/

+

+/*******************************************************************************

+*                                È«¾Ö±äÁ¿ÉùÃ÷                                  *

+*******************************************************************************/

+

+/*******************************************************************************

+*                                È«¾Öº¯ÊýÉùÃ÷                                  *

+*******************************************************************************/

+

+#endif  // #ifndef _RAM_CONFIG_H

+