From 528fae71cf7d827fd422ec08b8f40906ec3d9865 Mon Sep 17 00:00:00 2001 From: forth32 Date: Sat, 18 Feb 2017 08:14:17 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D1=8B=20=D0=BE=D0=BF=D0=B8=D1=81=D0=B0=D1=82=D0=B5=D0=BB?= =?UTF-8?q?=D0=B8=20=D0=BD=D0=BE=D0=B2=D1=8B=D1=85=20=D1=82=D0=B8=D0=BF?= =?UTF-8?q?=D0=BE=D0=B2=20=D1=80=D0=B0=D0=B7=D0=B4=D0=B5=D0=BB=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build | 2 +- ptable.c | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/build b/build index dba40af..0d38910 100644 --- a/build +++ b/build @@ -1 +1 @@ -211 +212 diff --git a/ptable.c b/ptable.c index e75513e..6abe2ca 100644 --- a/ptable.c +++ b/ptable.c @@ -32,10 +32,13 @@ struct { {"M3Boot-ptable",0x10000}, {"M3Boot_R11",0x200000}, {"Ptable",0x10000}, + {"Ptable_ext_A",0x480000}, + {"Ptable_ext_B",0x490000}, {"Fastboot",0x110000}, {"Logo",0x130000}, {"Kernel",0x30000}, {"Kernel_R11",0x90000}, + {"DTS_R11",0x270000}, {"VxWorks",0x40000}, {"VxWorks_R11",0x220000}, {"M3Image",0x50000}, @@ -72,6 +75,7 @@ struct { {"Nvimage_R1",0x66}, {"WEBUI_R1",0x113}, {"APP_R1",0x109}, + {"HIFI_R11",0x280000}, {0,0} };