Merge "ipq807x: Adjust dump sequence to suit QUADRO test needs."

This commit is contained in:
Linux Build Service Account 2017-11-03 09:25:44 -07:00 committed by Gerrit - the friendly Code Review server
commit 2e6f01a2e7

View file

@ -64,22 +64,22 @@ struct dumpinfo_t dumpinfo_n[] = {
* | PMIC dump (8k) |
* ------------------------
*/
{ "NSSIMEM.BIN", 0x08600658, 0x00060000, 0, 1, 0x2000 },
{ "EBICS0.BIN", 0x40000000, 0x10000000, 0 },
{ "CODERAM.BIN", 0x00200000, 0x00024000, 0 },
{ "DATARAM.BIN", 0x00290000, 0x00010000, 0 },
{ "MSGRAM.BIN", 0x00060000, 0x00006000, 1 },
{ "IMEM.BIN", 0x08600000, 0x00006000, 0 },
{ "NSSIMEM.BIN", 0x08600658, 0x00060000, 0, 1, 0x2000 },
};
int dump_entries_n = ARRAY_SIZE(dumpinfo_n);
struct dumpinfo_t dumpinfo_s[] = {
{ "NSSIMEM.BIN", 0x08600658, 0x00060000, 0, 1, 0x2000 },
{ "EBICS_S0.BIN", 0x40000000, 0xAC00000, 0 },
{ "EBICS_S1.BIN", CONFIG_TZ_END_ADDR, 0x10000000, 0 },
{ "DATARAM.BIN", 0x00290000, 0x00010000, 0 },
{ "MSGRAM.BIN", 0x00060000, 0x00006000, 1 },
{ "IMEM.BIN", 0x08600000, 0x00006000, 0 },
{ "NSSIMEM.BIN", 0x08600658, 0x00060000, 0, 1, 0x2000 },
};
int dump_entries_s = ARRAY_SIZE(dumpinfo_s);