rockbox/tools
Torne Wuff 52e528e057 Boot charting support.
Select (B)ootchart in advanced options in configure, and logf will record timings for various stages of boot, for performance comparisons. Format logged is:
BC:>function_name,123,80
where 123 is the line number, 80 is the number of ticks since boot. This can be loaded as CSV into a spreadsheet.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25426 a1c6a512-1295-4272-9138-f99709370657
2010-04-01 16:27:21 +00:00
..
checkwps some minor changes to checkwps, shouldn't change anything 2010-02-24 05:58:16 +00:00
database tools/database: build process updates. 2010-02-25 12:28:30 +00:00
fwpatcher Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
profile_reader Commit FS#9170 by Dave Hooper. Adds support for profiling on ARM, and fixes various issues with compiling profile builds. Also, note that profile_reader.pl syntax has changed. 2008-07-28 22:43:41 +00:00
rbspeex Fix rbspeex on big endian hosts. 2010-03-14 18:20:18 +00:00
release Remove old, outdated rbutil tarball creation script. 2010-01-31 14:44:57 +00:00
ucl Make lipo calls silent. 2009-12-13 21:30:28 +00:00
addtargetdir.pl Fix red: broken tools/addtargetdir.pl 2009-07-13 01:15:39 +00:00
bdf2bmp.c Make bdf2bmp work on 64 bit hosts. 2008-09-04 20:49:11 +00:00
bmp2rb.c M:Robe 500: Add firmware patcher: Can decrypt firmware updates, patch them, and re-encrypt them. 2009-08-30 23:24:22 +00:00
builds.pm Move fuzev2 to unusable 2010-04-01 10:57:37 +00:00
buildzip.pl have buildzip copy the classic_statusbar.grey/mono correctly 2009-11-24 03:41:06 +00:00
codecscan.pl run this script in your build dir to get a summary table presented with memory 2008-10-20 12:11:29 +00:00
codepage_tables.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
codepage_tables.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
codepages.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
configure Boot charting support. 2010-04-01 16:27:21 +00:00
convbdf.c FS#10984 - multifont! 2 major additions: 2010-02-14 06:26:16 +00:00
creative.c Fix compiling on *BSD targets (and probably others too) 2008-08-26 19:38:52 +00:00
creative.h Prepare Creative bootloader compilation for future dual boot integration 2008-08-03 19:32:14 +00:00
descramble.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
dict2rdf.pl
functions.make change dependencies in make files: 2010-01-17 13:03:10 +00:00
genlang Fix genlang tool broken by r22945 2009-11-05 22:18:29 +00:00
gigabeat.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
gigabeat.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
gigabeats.c fix yellow by acknowledging the fread() return code and also allow 2009-05-25 21:42:44 +00:00
gigabeats.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
hmac-sha1.c Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. 2008-05-05 10:32:46 +00:00
hmac-sha1.h Cleanup in tools/: Remove unused VB scripts and fix properties. 2008-05-08 19:01:21 +00:00
iaudio_bl_flash.bmp Make scramble add the flash logo when encoding for iAudio. It's only shown on M3 with the cowon loader versions I've seen, but the space is reserved in all coldfire iaudio flash files (was just zeroed before). 2008-03-18 20:58:52 +00:00
ipod_fw.c
iriver.c Factor out scramble / mkboot functions to allow easier reuse (for rbutil). 2008-06-18 22:30:59 +00:00
iriver.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
langstatus Fix typo 2008-12-14 22:53:34 +00:00
langtool.pl More helpful output when illegal arguments are used. 2009-06-25 23:26:17 +00:00
langv1tov2
lngdump.c
make.inc change dependencies in make files: 2010-01-17 13:03:10 +00:00
Makefile Don't break line too early 2009-10-29 05:06:13 +00:00
makesrc.inc revert this commit until we find a better fix 2008-06-28 00:06:49 +00:00
mi4.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
mi4.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
mk500boot.c M:Robe 500: Add firmware patcher: Can decrypt firmware updates, patch them, and re-encrypt them. 2009-08-30 23:24:22 +00:00
mkboot.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
mkboot.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
mkinfo.pl .map and .bin files have moved to the root. 2008-11-20 16:05:06 +00:00
mkmi4.sh
mkzenboot.c Fix yellow 2008-09-28 17:51:11 +00:00
mp3info.pm
mr500.c M:Robe 500: Add firmware patcher: Can decrypt firmware updates, patch them, and re-encrypt them. 2009-08-30 23:24:22 +00:00
mr500.h M:Robe 500: Add firmware patcher: Can decrypt firmware updates, patch them, and re-encrypt them. 2009-08-30 23:24:22 +00:00
multigcc.pl Make multigcc.pl actually use more than one core on OS X and opensolaris. 2010-03-21 14:35:03 +00:00
ovl_offset.pl Set x bit aka fix red... 2009-03-02 00:35:21 +00:00
player_unifont.c No need to run a command here. 2009-06-20 14:34:27 +00:00
rdf2binary.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
rockboxdev.sh Update rockboxdev.sh/configure for arm-elf-eabi-gcc 4.4.3 and binutils 2.20.1. 2010-03-08 14:49:10 +00:00
romsizetest.pl
root.make Filter out -g in PPCFLAGS. Some (older?) gcc versions add a comment when building dependency files and -g is present. The proper solution would be to make addtargetdir.pl handle (strip) comment lines. 2010-03-20 08:53:27 +00:00
sapi_voice.vbs Add language identifier for Lithuanian. 2009-06-08 05:59:13 +00:00
scramble.c Fix strcpy from a user-supplied string to fixed size string. 2010-03-29 21:06:36 +00:00
sh2d.c Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. 2008-05-05 10:32:46 +00:00
songdb.pl
svnupcheck.pl
telechips.c FS#10740 - rbutil: Test Cowon D2 OF file for CRC consistency before patching 2009-11-01 18:26:00 +00:00
telechips.h FS#10740 - rbutil: Test Cowon D2 OF file for CRC consistency before patching 2009-11-01 18:26:00 +00:00
testdbv2.c
tools.make Move mktccboot from tools/ to rbutil/mktccboot/ - inspired by FS#10728 but with no functional changes to code. 2009-10-28 21:11:43 +00:00
ucl2src.pl
usb_benchmark.c New USB stack 2007-11-22 20:51:00 +00:00
version.sh Add support for detecting build version in a bzr checkout (for bzr-svn users). 2009-10-15 12:38:24 +00:00
voice.pl Add a full stop after strings, since some voices use the existance of one to change intonation. 2009-03-02 22:29:17 +00:00
VOICE_PAUSE.wav
voicefont.c Make voicefont produce proper files on big endian machines. 2010-03-13 23:34:19 +00:00
voicefont.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
vorbiscomm.pm
wavtrim.c Fix wavtrim not working correctly on PPC. 2010-03-13 22:25:21 +00:00
wavtrim.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
wn2rdf.pl Cleanup in tools/: Remove unused VB scripts and fix properties. 2008-05-08 19:01:21 +00:00
xml2h.py Add beginning of DSP code (done by Catalin Patulea), but don't enable it 2008-05-16 21:16:01 +00:00