mirror of
https://github.com/forth32/balongflash
synced 2024-11-03 15:40:15 +00:00
Полные Идентификаторы разделов
This commit is contained in:
parent
4e2aed1f2a
commit
7fe6185519
@ -23,9 +23,11 @@ struct {
|
|||||||
int code;
|
int code;
|
||||||
} pcodes[]={
|
} pcodes[]={
|
||||||
{"M3Boot",0x20000},
|
{"M3Boot",0x20000},
|
||||||
|
{"M3Boot",0x10000},
|
||||||
{"M3Boot_R11",0x200000},
|
{"M3Boot_R11",0x200000},
|
||||||
{"Ptable",0x10000},
|
{"Ptable",0x10000},
|
||||||
{"Fastboot",0x110000},
|
{"Fastboot",0x110000},
|
||||||
|
{"Logo",0x130000},
|
||||||
{"Kernel",0x30000},
|
{"Kernel",0x30000},
|
||||||
{"Kernel_R11",0x90000},
|
{"Kernel_R11",0x90000},
|
||||||
{"VxWorks",0x40000},
|
{"VxWorks",0x40000},
|
||||||
@ -34,13 +36,26 @@ struct {
|
|||||||
{"M3Image_R11",0x230000},
|
{"M3Image_R11",0x230000},
|
||||||
{"DSP",0x60000},
|
{"DSP",0x60000},
|
||||||
{"DSP_R11",0x240000},
|
{"DSP_R11",0x240000},
|
||||||
{"NVRAM",0x70000},
|
{"Nvdload",0x70000},
|
||||||
{"NVRAM_R11",0x250000},
|
{"Nvdload_R11",0x250000},
|
||||||
|
{"Nvimg",0x80000},
|
||||||
{"System",0x590000},
|
{"System",0x590000},
|
||||||
|
{"System",0x100000},
|
||||||
|
{"APP",0x570000},
|
||||||
{"APP",0x5a0000},
|
{"APP",0x5a0000},
|
||||||
{"CD_WUI_VER",0xa0000},
|
{"Oeminfo",0xa0000},
|
||||||
{"CDROMISO",0xb0000},
|
{"CDROMISO",0xb0000},
|
||||||
|
{"Oeminfo",0x550000},
|
||||||
|
{"Oeminfo",0x510000},
|
||||||
|
{"Oeminfo",0x1a0000},
|
||||||
|
{"WEBUI",0x560000},
|
||||||
{"WEBUI",0x5b0000},
|
{"WEBUI",0x5b0000},
|
||||||
|
{"Wimaxcfg",0x170000},
|
||||||
|
{"Wimaxcrf",0x180000},
|
||||||
|
{"Userdata",0x190000},
|
||||||
|
{"Online",0x1b0000},
|
||||||
|
{"Online",0x5d0000},
|
||||||
|
{"Online",0x5e0000},
|
||||||
{0,0}
|
{0,0}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user