summaryrefslogtreecommitdiff
path: root/utils/rknanoutils/rkboottool/misc.h
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2012-06-19 22:52:18 +0200
committerAmaury Pouly <amaury.pouly@gmail.com>2012-06-19 22:54:41 +0200
commit906963ae7667ae06951e12c0f02032184a4e23fd (patch)
tree105b9ded4736810f9d62512f7f966abf6ba91799 /utils/rknanoutils/rkboottool/misc.h
parent715111122837440d3a1463d0d6932c469418dcbb (diff)
downloadrockbox-906963ae7667ae06951e12c0f02032184a4e23fd.tar.gz
rockbox-906963ae7667ae06951e12c0f02032184a4e23fd.zip
rknanoutils: much more sensible format guess
I finally found a sensible format for the executable files. The tool now can output the loading entry to elf files. Some disassembly and analysis suggest the phys/virt addresses are correct. However the entries are somehow linked and it is still unclear how (are there "calls" to the code ? when ?). Change-Id: Ied38b5bb297176c5755b5ecb3309f4a259c18cd4
Diffstat (limited to 'utils/rknanoutils/rkboottool/misc.h')
-rw-r--r--utils/rknanoutils/rkboottool/misc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/rknanoutils/rkboottool/misc.h b/utils/rknanoutils/rkboottool/misc.h
index c4975c068c..b0658c0d31 100644
--- a/utils/rknanoutils/rkboottool/misc.h
+++ b/utils/rknanoutils/rkboottool/misc.h
@@ -34,6 +34,7 @@
34typedef char color_t[]; 34typedef char color_t[];
35 35
36extern color_t OFF, GREY, RED, GREEN, YELLOW, BLUE; 36extern color_t OFF, GREY, RED, GREEN, YELLOW, BLUE;
37void *xmalloc(size_t s);
37void color(color_t c); 38void color(color_t c);
38void enable_color(bool enable); 39void enable_color(bool enable);
39 40