mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-07 01:40:49 +01:00
Merge "ipq807x: Adjust dump sequence to suit QUADRO test needs."
This commit is contained in:
commit
2e6f01a2e7
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue