[Feature][ZXW-241]merge P56U01 version

Only Configure: No
Affected branch: master
Affected module: unknow
Is it affected on both ZXIC and MTK: only ZXIC
Self-test: Yes
Doc Update: No

Change-Id: I7985538dde6951dd824c36149bf9a1e3ca23c734
diff --git a/cp/ps/plat/inc/oss/ramdump.h b/cp/ps/plat/inc/oss/ramdump.h
old mode 100644
new mode 100755
index a83ffda..0acfba7
--- a/cp/ps/plat/inc/oss/ramdump.h
+++ b/cp/ps/plat/inc/oss/ramdump.h
@@ -26,6 +26,7 @@
 /*******************************************************************************
 *                                   ºê¶¨Òå                                     *
 *******************************************************************************/
+#define RAMDUMP_CLEAR_PRIO_FLAG  (0x7)
 
 /*******************************************************************************
 *                                Êý¾ÝÀàÐͶ¨Òå                                  *
@@ -39,7 +40,10 @@
     RAMDUMP_FLAG_NEED_COPY      = 0x01, /* Copy destination address */
     RAMDUMP_FLAG_HAS_EXTERNAL   = 0x02, /* External address         */
     RAMDUMP_FLAG_HAS_CALLBACK   = 0x04, /* Callback funtion         */
-};
+    RAMDUMP_FLAG_LEVEL_HIGH     = 0x08, /* High prior level         */
+    RAMDUMP_FLAG_LEVEL_MEDIUM   = 0x10, /* Medium prior level       */
+    RAMDUMP_FLAG_LEVEL_LOW      = 0x20, /* Low prior level          */
+ };
 
 /*******************************************************************************
 *                                È«¾Ö±äÁ¿ÉùÃ÷                                  *