1
0
Fork 0
forked from len0rd/rockbox
foxbox/utils/regtools
Amaury Pouly 8855ce5a79 regtools/soc_desc: fix libxml2 misinit
The code did not call xmlInitParser() and would call xmlCleanupParser() each
time which is doubly wrong because 1) it's not init 2) all init/cleanup
must be done from the main thread. To ensure 2), call it from a static ctor.

Change-Id: I3d191bf3b8c0cfc51da78157e88c786636fd3ebf
Reviewed-on: http://gerrit.rockbox.org/966
Reviewed-by: Amaury Pouly <amaury.pouly@gmail.com>
2014-09-16 12:16:55 +02:00
..
desc rk27xx: Fill UDC block description in regs-rk27xx.xml 2014-09-15 14:10:12 +02:00
lib regtools/soc_desc: fix libxml2 misinit 2014-09-16 12:16:55 +02:00
qeditor qeditor: add soc panel, to display soc information 2014-09-07 17:46:42 +02:00
regdumps regtools: add new reg dumps from various targets 2014-05-25 16:38:09 +02:00
headergen.cpp regtools: headergen can now output the description in the headers 2014-05-11 19:56:50 +02:00
Makefile regtools: fix makefiles 2014-05-01 19:34:58 +02:00
tester.cpp regtools: completely rework qeditor, improve soc desc library and tools 2014-05-01 19:34:18 +02:00