diff --git a/balong_flash.c b/balong_flash.c index afafb24..b5cec6a 100644 --- a/balong_flash.c +++ b/balong_flash.c @@ -23,9 +23,11 @@ struct { int code; } pcodes[]={ {"M3Boot",0x20000}, + {"M3Boot",0x10000}, {"M3Boot_R11",0x200000}, {"Ptable",0x10000}, {"Fastboot",0x110000}, + {"Logo",0x130000}, {"Kernel",0x30000}, {"Kernel_R11",0x90000}, {"VxWorks",0x40000}, @@ -34,13 +36,26 @@ struct { {"M3Image_R11",0x230000}, {"DSP",0x60000}, {"DSP_R11",0x240000}, - {"NVRAM",0x70000}, - {"NVRAM_R11",0x250000}, + {"Nvdload",0x70000}, + {"Nvdload_R11",0x250000}, + {"Nvimg",0x80000}, {"System",0x590000}, + {"System",0x100000}, + {"APP",0x570000}, {"APP",0x5a0000}, - {"CD_WUI_VER",0xa0000}, + {"Oeminfo",0xa0000}, {"CDROMISO",0xb0000}, + {"Oeminfo",0x550000}, + {"Oeminfo",0x510000}, + {"Oeminfo",0x1a0000}, + {"WEBUI",0x560000}, {"WEBUI",0x5b0000}, + {"Wimaxcfg",0x170000}, + {"Wimaxcrf",0x180000}, + {"Userdata",0x190000}, + {"Online",0x1b0000}, + {"Online",0x5d0000}, + {"Online",0x5e0000}, {0,0} };