From 7fe6185519d032a55baa21a660343ff056d91c4d Mon Sep 17 00:00:00 2001 From: forth32 Date: Thu, 9 Apr 2015 14:47:11 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BB=D0=BD=D1=8B=D0=B5=20=D0=98?= =?UTF-8?q?=D0=B4=D0=B5=D0=BD=D1=82=D0=B8=D1=84=D0=B8=D0=BA=D0=B0=D1=82?= =?UTF-8?q?=D0=BE=D1=80=D1=8B=20=D1=80=D0=B0=D0=B7=D0=B4=D0=B5=D0=BB=D0=BE?= =?UTF-8?q?=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- balong_flash.c | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) 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} };